is_duplicated
bool
2 classes
xmi
stringlengths
506
392k
ids
stringlengths
42
388
model_type
stringclasses
1 value
txt
stringlengths
3
77k
labels
null
graph
stringlengths
176
1.29M
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="enumtest2" nsURI="http://www.emftext.org/language/efactory/test/enumtest2" nsPrefix="enumtest2"> <eClassifiers xsi:type="ecore:EClass" name="MyClass2"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="myAttribute" lowerBound="1" eType="ecore:EEnum enumtest.ecore#//MyEnum"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/DevBoost/EMFTools/Tests/org.emftext.language.efactory.test/metamodels/enumtest2.ecore
ecore
enumtest2 MyClass2 myAttribute
null
{"directed":true,"nodes":[{"nsPrefix":"enumtest2","nsURI":"http://www.emftext.org/language/efactory/test/enumtest2","name":"enumtest2","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MyClass2","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"myAttribute","changeable":true,"lowerBound":1,"iD":false,"id":2,"derived":false},{"id":3,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":1,"target":0},{"source":1,"target":2},{"source":2,"target":3},{"source":2,"target":1}],"multigraph":true}
false
<?xml version="1.0" encoding="ISO-8859-1"?> <xmi:XMI xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore"> <ecore:EPackage name="ExtendedUMLCorePackage"> <eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="/0/ProviderClause"/> <eClassifiers xsi:type="ecore:EClass" name="ProviderClause"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedEltColl" ordered="false" lowerBound="1" eType="/0/CollaborationPackage" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedEltInt" ordered="false" upperBound="-1" eType="/0/InteractionPackage" eOpposite="/0/InteractionPackage/providerClause"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CollaborationPackage"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedElt" ordered="false" lowerBound="1" eType="/0/Collaboration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Collaboration"> <eStructuralFeatures xsi:type="ecore:EReference" name="interaction" ordered="false" upperBound="-1" eType="/0/Interaction" containment="true" eOpposite="/0/Interaction/context"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedEltAss" ordered="false" lowerBound="1" eType="/0/AssociationRole" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedEltClass" ordered="false" lowerBound="1" eType="/0/ClassifierRole" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InteractionPackage"> <eStructuralFeatures xsi:type="ecore:EReference" name="providerClause" ordered="false" lowerBound="1" eType="/0/ProviderClause" eOpposite="/0/ProviderClause/ownedEltInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedElt" ordered="false" lowerBound="1" eType="/0/Interaction"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Interaction"> <eStructuralFeatures xsi:type="ecore:EReference" name="context" ordered="false" lowerBound="1" eType="/0/Collaboration" eOpposite="/0/Collaboration/interaction"/> <eStructuralFeatures xsi:type="ecore:EReference" name="message" ordered="false" lowerBound="1" upperBound="-1" eType="/0/Message" containment="true" eOpposite="/0/Message/interaction"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssociationRole"> <eStructuralFeatures xsi:type="ecore:EReference" name="connection" ordered="false" lowerBound="2" upperBound="2" eType="/0/AssociationEndRole" containment="true" eOpposite="/0/AssociationEndRole/associationRole"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClassifierRole"> <eStructuralFeatures xsi:type="ecore:EReference" name="associationEndRole" ordered="false" upperBound="-1" eType="/0/AssociationEndRole" containment="true" eOpposite="/0/AssociationEndRole/type"/> <eStructuralFeatures xsi:type="ecore:EReference" name="receiverMess" ordered="false" lowerBound="1" eType="/0/Message" eOpposite="/0/Message/receiver"/> <eStructuralFeatures xsi:type="ecore:EReference" name="senderMess" ordered="false" lowerBound="1" eType="/0/Message" eOpposite="/0/Message/sender"/> <eStructuralFeatures xsi:type="ecore:EReference" name="availableFeature" ordered="false" upperBound="-1" eType="/0/Operation" containment="true" eOpposite="/0/Operation/classifierRole"/> <eStructuralFeatures xsi:type="ecore:EReference" name="base" ordered="false" lowerBound="1" eType="/0/Interface" eOpposite="/0/Interface/classifierRole"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssociationEndRole"> <eStructuralFeatures xsi:type="ecore:EReference" name="associationRole" ordered="false" lowerBound="1" eType="/0/AssociationRole" eOpposite="/0/AssociationRole/connection"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="/0/ClassifierRole" eOpposite="/0/ClassifierRole/associationEndRole"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Message"> <eStructuralFeatures xsi:type="ecore:EReference" name="message" ordered="false" upperBound="-1" eType="/0/Message" eOpposite="/0/Message/activator"/> <eStructuralFeatures xsi:type="ecore:EReference" name="activator" ordered="false" eType="/0/Message" eOpposite="/0/Message/message"/> <eStructuralFeatures xsi:type="ecore:EReference" name="interaction" ordered="false" upperBound="-1" eType="/0/Interaction" eOpposite="/0/Interaction/message"/> <eStructuralFeatures xsi:type="ecore:EReference" name="receiver" ordered="false" lowerBound="1" eType="/0/ClassifierRole" eOpposite="/0/ClassifierRole/receiverMess"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sender" ordered="false" lowerBound="1" eType="/0/ClassifierRole" eOpposite="/0/ClassifierRole/senderMess"/> <eStructuralFeatures xsi:type="ecore:EReference" name="specification" ordered="false" lowerBound="1" eType="/0/Request" eOpposite="/0/Request/message"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Request"> <eStructuralFeatures xsi:type="ecore:EReference" name="message" ordered="false" upperBound="-1" eType="/0/Message" eOpposite="/0/Message/specification"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="/0/Request"> <eStructuralFeatures xsi:type="ecore:EReference" name="classifierRole" ordered="false" upperBound="-1" eType="/0/ClassifierRole" eOpposite="/0/ClassifierRole/availableFeature"/> <eStructuralFeatures xsi:type="ecore:EReference" name="owner" ordered="false" lowerBound="1" eType="/0/Interface" eOpposite="/0/Interface/feature"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Interface"> <eStructuralFeatures xsi:type="ecore:EReference" name="classifierRole" ordered="false" upperBound="-1" eType="/0/ClassifierRole" eOpposite="/0/ClassifierRole/base"/> <eStructuralFeatures xsi:type="ecore:EReference" name="feature" ordered="false" upperBound="-1" eType="/0/Operation" containment="true" eOpposite="/0/Operation/owner"/> </eClassifiers> </ecore:EPackage> <ecore:EPackage name="PrimitiveTypes"> <eClassifiers xsi:type="ecore:EDataType" name="Boolean"/> <eClassifiers xsi:type="ecore:EDataType" name="Integer"/> <eClassifiers xsi:type="ecore:EDataType" name="String"/> </ecore:EPackage> </xmi:XMI>
github:ecore:/data/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/Collaborations_Interactions_UML.ecore
ecore
ExtendedUMLCorePackage Package ProviderClause ownedEltColl ownedEltInt CollaborationPackage ownedElt Collaboration interaction ownedEltAss ownedEltClass InteractionPackage providerClause ownedElt Interaction context message AssociationRole connection ClassifierRole associationEndRole receiverMess senderMess availableFeature base AssociationEndRole associationRole type Message message activator interaction receiver sender specification Request message Operation classifierRole owner Interface classifierRole feature PrimitiveTypes Boolean Integer String
null
{"directed":true,"nodes":[{"nsPrefix":null,"nsURI":null,"name":"ExtendedUMLCorePackage","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":"ProviderClause","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollaborationPackage","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Collaboration","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionPackage","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interaction","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationRole","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassifierRole","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationEndRole","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Message","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Request","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":"Interface","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"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":"ownedEltColl","changeable":true,"resolveProxies":true,"lowerBound":1,"id":15,"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":"ownedEltInt","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"providerClause","changeable":true,"resolveProxies":true,"lowerBound":1,"id":19,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ownedElt","changeable":true,"resolveProxies":true,"lowerBound":1,"id":20,"derived":false},{"id":21,"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":"interaction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedEltAss","changeable":true,"resolveProxies":true,"lowerBound":1,"id":23,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedEltClass","changeable":true,"resolveProxies":true,"lowerBound":1,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"context","changeable":true,"resolveProxies":true,"lowerBound":1,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ownedElt","changeable":true,"resolveProxies":true,"lowerBound":1,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"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":"message","changeable":true,"resolveProxies":true,"lowerBound":1,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"interaction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"container":false,"ordered":false,"upperBound":2,"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":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":"associationRole","changeable":true,"resolveProxies":true,"lowerBound":1,"id":38,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"associationEndRole","changeable":true,"resolveProxies":true,"lowerBound":0,"id":39,"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":"receiverMess","changeable":true,"resolveProxies":true,"lowerBound":1,"id":40,"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":"senderMess","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"availableFeature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base","changeable":true,"resolveProxies":true,"lowerBound":1,"id":43,"derived":false},{"id":44,"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":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":45,"derived":false},{"id":46,"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":"receiver","changeable":true,"resolveProxies":true,"lowerBound":1,"id":47,"derived":false},{"id":48,"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":"sender","changeable":true,"resolveProxies":true,"lowerBound":1,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"classifierRole","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"derived":false},{"id":52,"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":"classifierRole","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"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":"message","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"activator","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"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":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"message","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owner","changeable":true,"resolveProxies":true,"lowerBound":1,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"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":"feature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"nsPrefix":null,"nsURI":null,"name":"PrimitiveTypes","id":74,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Boolean","instanceClass":null,"id":75,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Integer","instanceClass":null,"id":76,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"String","instanceClass":null,"id":77,"serializable":true,"eClass":"EDataType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":1,"target":0},{"source":1,"target":2},{"source":1,"target":14},{"source":14,"target":2},{"source":2,"target":0},{"source":2,"target":15},{"source":2,"target":16},{"source":15,"target":3},{"source":15,"target":17},{"source":15,"target":2},{"source":17,"target":3},{"source":16,"target":5},{"source":16,"target":18},{"source":16,"target":2},{"source":16,"target":19},{"source":18,"target":5},{"source":3,"target":0},{"source":3,"target":20},{"source":20,"target":4},{"source":20,"target":21},{"source":20,"target":3},{"source":21,"target":4},{"source":4,"target":0},{"source":4,"target":22},{"source":4,"target":23},{"source":4,"target":24},{"source":22,"target":6},{"source":22,"target":25},{"source":22,"target":4},{"source":22,"target":26},{"source":25,"target":6},{"source":23,"target":7},{"source":23,"target":27},{"source":23,"target":4},{"source":27,"target":7},{"source":24,"target":8},{"source":24,"target":28},{"source":24,"target":4},{"source":28,"target":8},{"source":5,"target":0},{"source":5,"target":19},{"source":5,"target":29},{"source":19,"target":2},{"source":19,"target":30},{"source":19,"target":5},{"source":19,"target":16},{"source":30,"target":2},{"source":29,"target":6},{"source":29,"target":31},{"source":29,"target":5},{"source":31,"target":6},{"source":6,"target":0},{"source":6,"target":26},{"source":6,"target":32},{"source":26,"target":4},{"source":26,"target":33},{"source":26,"target":6},{"source":26,"target":22},{"source":33,"target":4},{"source":32,"target":10},{"source":32,"target":34},{"source":32,"target":6},{"source":32,"target":35},{"source":34,"target":10},{"source":7,"target":0},{"source":7,"target":36},{"source":36,"target":9},{"source":36,"target":37},{"source":36,"target":7},{"source":36,"target":38},{"source":37,"target":9},{"source":8,"target":0},{"source":8,"target":39},{"source":8,"target":40},{"source":8,"target":41},{"source":8,"target":42},{"source":8,"target":43},{"source":39,"target":9},{"source":39,"target":44},{"source":39,"target":8},{"source":39,"target":45},{"source":44,"target":9},{"source":40,"target":10},{"source":40,"target":46},{"source":40,"target":8},{"source":40,"target":47},{"source":46,"target":10},{"source":41,"target":10},{"source":41,"target":48},{"source":41,"target":8},{"source":41,"target":49},{"source":48,"target":10},{"source":42,"target":12},{"source":42,"target":50},{"source":42,"target":8},{"source":42,"target":51},{"source":50,"target":12},{"source":43,"target":13},{"source":43,"target":52},{"source":43,"target":8},{"source":43,"target":53},{"source":52,"target":13},{"source":9,"target":0},{"source":9,"target":38},{"source":9,"target":45},{"source":38,"target":7},{"source":38,"target":54},{"source":38,"target":9},{"source":38,"target":36},{"source":54,"target":7},{"source":45,"target":8},{"source":45,"target":55},{"source":45,"target":9},{"source":45,"target":39},{"source":55,"target":8},{"source":10,"target":0},{"source":10,"target":56},{"source":10,"target":57},{"source":10,"target":35},{"source":10,"target":47},{"source":10,"target":49},{"source":10,"target":58},{"source":56,"target":10},{"source":56,"target":59},{"source":56,"target":10},{"source":56,"target":57},{"source":59,"target":10},{"source":57,"target":10},{"source":57,"target":60},{"source":57,"target":10},{"source":57,"target":56},{"source":60,"target":10},{"source":35,"target":6},{"source":35,"target":61},{"source":35,"target":10},{"source":35,"target":32},{"source":61,"target":6},{"source":47,"target":8},{"source":47,"target":62},{"source":47,"target":10},{"source":47,"target":40},{"source":62,"target":8},{"source":49,"target":8},{"source":49,"target":63},{"source":49,"target":10},{"source":49,"target":41},{"source":63,"target":8},{"source":58,"target":11},{"source":58,"target":64},{"source":58,"target":10},{"source":58,"target":65},{"source":64,"target":11},{"source":11,"target":0},{"source":11,"target":65},{"source":65,"target":10},{"source":65,"target":66},{"source":65,"target":11},{"source":65,"target":58},{"source":66,"target":10},{"source":12,"target":0},{"source":12,"target":11},{"source":12,"target":51},{"source":12,"target":67},{"source":12,"target":68},{"source":51,"target":8},{"source":51,"target":69},{"source":51,"target":12},{"source":51,"target":42},{"source":69,"target":8},{"source":67,"target":13},{"source":67,"target":70},{"source":67,"target":12},{"source":67,"target":71},{"source":70,"target":13},{"source":68,"target":11},{"source":13,"target":0},{"source":13,"target":53},{"source":13,"target":71},{"source":53,"target":8},{"source":53,"target":72},{"source":53,"target":13},{"source":53,"target":43},{"source":72,"target":8},{"source":71,"target":12},{"source":71,"target":73},{"source":71,"target":13},{"source":71,"target":67},{"source":73,"target":12},{"source":74,"target":75},{"source":74,"target":76},{"source":74,"target":77},{"source":75,"target":74},{"source":76,"target":74},{"source":77,"target":74}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="simulizarmeasuringpoint" nsURI="http://palladiosimulator.org/simulizar/measuringpoint" nsPrefix="simulizarmeasuringpoint"> <eClassifiers xsi:type="ecore:EClass" name="ReconfigurationMeasuringPoint" eSuperTypes="platform:/plugin/org.palladiosimulator.edp2/model/EDP2.ecore#//measuringpoint/ResourceURIMeasuringPoint"/> </ecore:EPackage>
github:ecore:/data/PalladioSimulator/Palladio-Analyzer-SimuLizar/bundles/org.palladiosimulator.simulizar.edp2.measuringpoint/model/simulizarmeasuringpoint.ecore
ecore
simulizarmeasuringpoint ReconfigurationMeasuringPoint
null
{"directed":true,"nodes":[{"nsPrefix":"simulizarmeasuringpoint","nsURI":"http://palladiosimulator.org/simulizar/measuringpoint","name":"simulizarmeasuringpoint","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReconfigurationMeasuringPoint","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"id":2,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":1,"target":0},{"source":1,"target":2}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="extension" nsURI="http://www.dsl.monoge/Extension" nsPrefix="extension"> <eClassifiers xsi:type="ecore:EClass" name="Model"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="extensionName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="metamodel" upperBound="-1" eType="#//Metamodel" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="prefix" upperBound="-1" eType="#//Prefix" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="extensions" upperBound="-1" eType="#//Extension" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Extension"/> <eClassifiers xsi:type="ecore:EClass" name="Metamodel"> <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="Prefix"> <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="Create" eSuperTypes="#//Extension"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="class" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Refine" eSuperTypes="#//Extension"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="classNew" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="prefix" eType="#//Prefix"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="classOriginal" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Generalize" eSuperTypes="#//Extension"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="classNew" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="prefix" unique="false" upperBound="-1" eType="#//Prefix"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="class" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModifyClass" eSuperTypes="#//Extension"> <eStructuralFeatures xsi:type="ecore:EReference" name="prefix" eType="#//Prefix"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="class" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modifyOperators" upperBound="-1" eType="#//ModifyOperator" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModifyOperator"/> <eClassifiers xsi:type="ecore:EClass" name="AddProperty" eSuperTypes="#//ModifyOperator"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="property" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" upperBound="-1" eType="#//Type" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cardinality" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="relationType" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Type"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="prefix" unique="false" upperBound="-1" eType="#//Prefix"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="class" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModifyProperty" eSuperTypes="#//ModifyOperator"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="property" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" upperBound="-1" eType="#//ValueAssignment" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ValueAssignment"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="attribute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FilterProperty" eSuperTypes="#//ModifyOperator"> <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="FilterClass" eSuperTypes="#//Extension"> <eStructuralFeatures xsi:type="ecore:EReference" name="prefix" eType="#//Prefix"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="class" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AddConstraint" eSuperTypes="#//ModifyOperator"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="constraint" 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="FilterConstraint" eSuperTypes="#//ModifyOperator"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="constraint" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/atlanmod/monoge/monoge.dsl/model/generated/Extension.ecore
ecore
extension Model extensionName metamodel prefix extensions Extension Metamodel name Prefix name Create class Refine classNew prefix classOriginal Generalize classNew prefix class ModifyClass prefix class modifyOperators ModifyOperator AddProperty property type cardinality relationType Type type prefix class ModifyProperty property value ValueAssignment attribute value FilterProperty property FilterClass prefix class AddConstraint constraint value FilterConstraint constraint
null
{"directed":true,"nodes":[{"nsPrefix":"extension","nsURI":"http://www.dsl.monoge/Extension","name":"extension","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":"Extension","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Metamodel","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Prefix","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Create","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Refine","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Generalize","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModifyClass","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModifyOperator","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddProperty","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModifyProperty","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueAssignment","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FilterProperty","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FilterClass","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddConstraint","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FilterConstraint","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":"extensionName","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":"metamodel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"prefix","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":"extensions","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"class","changeable":true,"lowerBound":0,"iD":false,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"classNew","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":"prefix","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"classOriginal","changeable":true,"lowerBound":0,"iD":false,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"classNew","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":false,"name":"prefix","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"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":"class","changeable":true,"lowerBound":0,"iD":false,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"prefix","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"class","changeable":true,"lowerBound":0,"iD":false,"id":48,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modifyOperators","changeable":true,"resolveProxies":true,"lowerBound":0,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"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":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":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"cardinality","changeable":true,"lowerBound":0,"iD":false,"id":56,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"relationType","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"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":63,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"prefix","changeable":true,"resolveProxies":true,"lowerBound":0,"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":false,"name":"class","changeable":true,"lowerBound":0,"iD":false,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"property","changeable":true,"lowerBound":0,"iD":false,"id":69,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"lowerBound":0,"iD":false,"id":74,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"property","changeable":true,"lowerBound":0,"iD":false,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"prefix","changeable":true,"resolveProxies":true,"lowerBound":0,"id":81,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"class","changeable":true,"lowerBound":0,"iD":false,"id":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"constraint","changeable":true,"lowerBound":0,"iD":false,"id":86,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"constraint","changeable":true,"lowerBound":0,"iD":false,"id":91,"derived":false},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":1,"target":0},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":18,"target":22},{"source":18,"target":1},{"source":19,"target":3},{"source":19,"target":23},{"source":19,"target":1},{"source":23,"target":3},{"source":20,"target":4},{"source":20,"target":24},{"source":20,"target":1},{"source":24,"target":4},{"source":21,"target":2},{"source":21,"target":25},{"source":21,"target":1},{"source":25,"target":2},{"source":2,"target":0},{"source":3,"target":0},{"source":3,"target":26},{"source":26,"target":27},{"source":26,"target":3},{"source":4,"target":0},{"source":4,"target":28},{"source":28,"target":29},{"source":28,"target":4},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":30},{"source":5,"target":31},{"source":30,"target":32},{"source":30,"target":5},{"source":31,"target":2},{"source":6,"target":0},{"source":6,"target":2},{"source":6,"target":33},{"source":6,"target":34},{"source":6,"target":35},{"source":6,"target":36},{"source":33,"target":37},{"source":33,"target":6},{"source":34,"target":4},{"source":34,"target":38},{"source":34,"target":6},{"source":38,"target":4},{"source":35,"target":39},{"source":35,"target":6},{"source":36,"target":2},{"source":7,"target":0},{"source":7,"target":2},{"source":7,"target":40},{"source":7,"target":41},{"source":7,"target":42},{"source":7,"target":43},{"source":40,"target":44},{"source":40,"target":7},{"source":41,"target":4},{"source":41,"target":45},{"source":41,"target":7},{"source":45,"target":4},{"source":42,"target":46},{"source":42,"target":7},{"source":43,"target":2},{"source":8,"target":0},{"source":8,"target":2},{"source":8,"target":47},{"source":8,"target":48},{"source":8,"target":49},{"source":8,"target":50},{"source":47,"target":4},{"source":47,"target":51},{"source":47,"target":8},{"source":51,"target":4},{"source":48,"target":52},{"source":48,"target":8},{"source":49,"target":9},{"source":49,"target":53},{"source":49,"target":8},{"source":53,"target":9},{"source":50,"target":2},{"source":9,"target":0},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":54},{"source":10,"target":55},{"source":10,"target":56},{"source":10,"target":57},{"source":10,"target":58},{"source":54,"target":59},{"source":54,"target":10},{"source":55,"target":11},{"source":55,"target":60},{"source":55,"target":10},{"source":60,"target":11},{"source":56,"target":61},{"source":56,"target":10},{"source":57,"target":62},{"source":57,"target":10},{"source":58,"target":9},{"source":11,"target":0},{"source":11,"target":63},{"source":11,"target":64},{"source":11,"target":65},{"source":63,"target":66},{"source":63,"target":11},{"source":64,"target":4},{"source":64,"target":67},{"source":64,"target":11},{"source":67,"target":4},{"source":65,"target":68},{"source":65,"target":11},{"source":12,"target":0},{"source":12,"target":9},{"source":12,"target":69},{"source":12,"target":70},{"source":12,"target":71},{"source":69,"target":72},{"source":69,"target":12},{"source":70,"target":13},{"source":70,"target":73},{"source":70,"target":12},{"source":73,"target":13},{"source":71,"target":9},{"source":13,"target":0},{"source":13,"target":74},{"source":13,"target":75},{"source":74,"target":76},{"source":74,"target":13},{"source":75,"target":77},{"source":75,"target":13},{"source":14,"target":0},{"source":14,"target":9},{"source":14,"target":78},{"source":14,"target":79},{"source":78,"target":80},{"source":78,"target":14},{"source":79,"target":9},{"source":15,"target":0},{"source":15,"target":2},{"source":15,"target":81},{"source":15,"target":82},{"source":15,"target":83},{"source":81,"target":4},{"source":81,"target":84},{"source":81,"target":15},{"source":84,"target":4},{"source":82,"target":85},{"source":82,"target":15},{"source":83,"target":2},{"source":16,"target":0},{"source":16,"target":9},{"source":16,"target":86},{"source":16,"target":87},{"source":16,"target":88},{"source":86,"target":89},{"source":86,"target":16},{"source":87,"target":90},{"source":87,"target":16},{"source":88,"target":9},{"source":17,"target":0},{"source":17,"target":9},{"source":17,"target":91},{"source":17,"target":92},{"source":91,"target":93},{"source":91,"target":17},{"source":92,"target":9}],"multigraph":true}
true
<?xml version="1.0" encoding="ASCII"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="org_sl_planet_bgfSimplified" nsURI="file:/C:/Users/Robert/Documents/AME/xmltext/XMLIntellEdit/source/at.ac.tuwien.big.xmltext/bgf/bgf.xsdsimplified" nsPrefix="bgfs"> <eClassifiers xsi:type="ecore:EClass" name="Allof"> <eStructuralFeatures xsi:type="ecore:EReference" name="expressions" lowerBound="1" upperBound="-1" eType="//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Any"/> <eClassifiers xsi:type="ecore:EClass" name="Choice"> <eStructuralFeatures xsi:type="ecore:EReference" name="expressions" lowerBound="1" upperBound="-1" eType="//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Empty"/> <eClassifiers xsi:type="ecore:EClass" name="Epsilon"/> <eClassifiers xsi:type="ecore:EClass" name="Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="//Value"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="terminal"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nonterminal"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="epsilon" eType="//Epsilon" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="empty" eType="//Empty" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="any" eType="//Any" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="selectable" eType="//Selectable" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="marked" eType="//Marked" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sequence" eType="//Sequence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="choice" eType="//Choice" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="allof" eType="//Allof" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="not" eType="//Not" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="optional" eType="//Optional" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="plus" eType="//Plus" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="star" eType="//Star" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="seplistplus" eType="//Seplistplus" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sepliststar" eType="//Sepliststar" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Grammar"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="roots" unique="false" upperBound="-1"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="productions" upperBound="-1" eType="//Production" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Marked"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Not"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Optional"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Plus"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Production"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="label"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nonterminal" lowerBound="1"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Selectable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="selector" lowerBound="1"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Seplistplus"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression1" lowerBound="1" eType="//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Sepliststar"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression1" lowerBound="1" eType="//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Sequence"> <eStructuralFeatures xsi:type="ecore:EReference" name="expressions" lowerBound="1" upperBound="-1" eType="//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Star"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Value"> <eLiterals name="int" literal="int"/> <eLiterals name="string" value="1" literal="string"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/patrickneubauer/XMLIntellEdit/xmlintelledit/xmltext/bgf/bgfbla.ecore
ecore
org_sl_planet_bgfSimplified Allof expressions Any Choice expressions Empty Epsilon Expression value terminal nonterminal epsilon empty any selectable marked sequence choice allof not optional plus star seplistplus sepliststar Grammar roots productions Marked expression Not expression Optional expression Plus expression Production label nonterminal expression Selectable selector expression Seplistplus expression expression1 Sepliststar expression expression1 Sequence expressions Star expression Value int int string string
null
{"directed":true,"nodes":[{"nsPrefix":"bgfs","nsURI":"file:/C:/Users/Robert/Documents/AME/xmltext/XMLIntellEdit/source/at.ac.tuwien.big.xmltext/bgf/bgf.xsdsimplified","name":"org_sl_planet_bgfSimplified","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Allof","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Any","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Choice","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Empty","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Epsilon","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":"Grammar","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Marked","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Not","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Optional","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Plus","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Production","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Selectable","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Seplistplus","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sepliststar","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sequence","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Star","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Value","instanceClass":null,"id":18,"serializable":true,"eClass":"EEnum"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressions","changeable":true,"resolveProxies":true,"lowerBound":1,"id":19,"derived":false},{"id":20,"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":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":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":"terminal","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":"nonterminal","changeable":true,"lowerBound":0,"iD":false,"id":25,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"epsilon","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"empty","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"any","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"selectable","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":"marked","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":"sequence","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"choice","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":"allof","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"not","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":"optional","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"plus","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":"star","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"seplistplus","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sepliststar","changeable":true,"resolveProxies":true,"lowerBound":0,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"roots","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"productions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":63,"derived":false},{"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":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":67,"derived":false},{"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":"label","changeable":true,"lowerBound":0,"iD":false,"id":69,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nonterminal","changeable":true,"lowerBound":1,"iD":false,"id":70,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"selector","changeable":true,"lowerBound":1,"iD":false,"id":75,"derived":false},{"container":false,"ordered":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":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":79,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression1","changeable":true,"resolveProxies":true,"lowerBound":1,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":83,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression1","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":"expressions","changeable":true,"resolveProxies":true,"lowerBound":1,"id":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"name":"int","id":91,"value":0,"literal":"int","eClass":"EEnumLiteral"},{"name":"string","id":92,"value":1,"literal":"string","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":19,"target":6},{"source":19,"target":20},{"source":19,"target":1},{"source":20,"target":6},{"source":2,"target":0},{"source":3,"target":0},{"source":3,"target":21},{"source":21,"target":6},{"source":21,"target":22},{"source":21,"target":3},{"source":22,"target":6},{"source":4,"target":0},{"source":5,"target":0},{"source":6,"target":0},{"source":6,"target":23},{"source":6,"target":24},{"source":6,"target":25},{"source":6,"target":26},{"source":6,"target":27},{"source":6,"target":28},{"source":6,"target":29},{"source":6,"target":30},{"source":6,"target":31},{"source":6,"target":32},{"source":6,"target":33},{"source":6,"target":34},{"source":6,"target":35},{"source":6,"target":36},{"source":6,"target":37},{"source":6,"target":38},{"source":6,"target":39},{"source":23,"target":18},{"source":23,"target":40},{"source":23,"target":6},{"source":40,"target":18},{"source":24,"target":41},{"source":24,"target":6},{"source":25,"target":42},{"source":25,"target":6},{"source":26,"target":5},{"source":26,"target":43},{"source":26,"target":6},{"source":43,"target":5},{"source":27,"target":4},{"source":27,"target":44},{"source":27,"target":6},{"source":44,"target":4},{"source":28,"target":2},{"source":28,"target":45},{"source":28,"target":6},{"source":45,"target":2},{"source":29,"target":13},{"source":29,"target":46},{"source":29,"target":6},{"source":46,"target":13},{"source":30,"target":8},{"source":30,"target":47},{"source":30,"target":6},{"source":47,"target":8},{"source":31,"target":16},{"source":31,"target":48},{"source":31,"target":6},{"source":48,"target":16},{"source":32,"target":3},{"source":32,"target":49},{"source":32,"target":6},{"source":49,"target":3},{"source":33,"target":1},{"source":33,"target":50},{"source":33,"target":6},{"source":50,"target":1},{"source":34,"target":9},{"source":34,"target":51},{"source":34,"target":6},{"source":51,"target":9},{"source":35,"target":10},{"source":35,"target":52},{"source":35,"target":6},{"source":52,"target":10},{"source":36,"target":11},{"source":36,"target":53},{"source":36,"target":6},{"source":53,"target":11},{"source":37,"target":17},{"source":37,"target":54},{"source":37,"target":6},{"source":54,"target":17},{"source":38,"target":14},{"source":38,"target":55},{"source":38,"target":6},{"source":55,"target":14},{"source":39,"target":15},{"source":39,"target":56},{"source":39,"target":6},{"source":56,"target":15},{"source":7,"target":0},{"source":7,"target":57},{"source":7,"target":58},{"source":57,"target":59},{"source":57,"target":7},{"source":58,"target":12},{"source":58,"target":60},{"source":58,"target":7},{"source":60,"target":12},{"source":8,"target":0},{"source":8,"target":61},{"source":61,"target":6},{"source":61,"target":62},{"source":61,"target":8},{"source":62,"target":6},{"source":9,"target":0},{"source":9,"target":63},{"source":63,"target":6},{"source":63,"target":64},{"source":63,"target":9},{"source":64,"target":6},{"source":10,"target":0},{"source":10,"target":65},{"source":65,"target":6},{"source":65,"target":66},{"source":65,"target":10},{"source":66,"target":6},{"source":11,"target":0},{"source":11,"target":67},{"source":67,"target":6},{"source":67,"target":68},{"source":67,"target":11},{"source":68,"target":6},{"source":12,"target":0},{"source":12,"target":69},{"source":12,"target":70},{"source":12,"target":71},{"source":69,"target":72},{"source":69,"target":12},{"source":70,"target":73},{"source":70,"target":12},{"source":71,"target":6},{"source":71,"target":74},{"source":71,"target":12},{"source":74,"target":6},{"source":13,"target":0},{"source":13,"target":75},{"source":13,"target":76},{"source":75,"target":77},{"source":75,"target":13},{"source":76,"target":6},{"source":76,"target":78},{"source":76,"target":13},{"source":78,"target":6},{"source":14,"target":0},{"source":14,"target":79},{"source":14,"target":80},{"source":79,"target":6},{"source":79,"target":81},{"source":79,"target":14},{"source":81,"target":6},{"source":80,"target":6},{"source":80,"target":82},{"source":80,"target":14},{"source":82,"target":6},{"source":15,"target":0},{"source":15,"target":83},{"source":15,"target":84},{"source":83,"target":6},{"source":83,"target":85},{"source":83,"target":15},{"source":85,"target":6},{"source":84,"target":6},{"source":84,"target":86},{"source":84,"target":15},{"source":86,"target":6},{"source":16,"target":0},{"source":16,"target":87},{"source":87,"target":6},{"source":87,"target":88},{"source":87,"target":16},{"source":88,"target":6},{"source":17,"target":0},{"source":17,"target":89},{"source":89,"target":6},{"source":89,"target":90},{"source":89,"target":17},{"source":90,"target":6},{"source":18,"target":0},{"source":18,"target":91},{"source":18,"target":92},{"source":91,"target":18},{"source":92,"target":18}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="HardCodedTree" nsURI="http://mondo.dsl.org/mmPatterns/hardCodedTree" nsPrefix="hardCodedTree"> <eClassifiers xsi:type="ecore:EClass" name="NodeKind"> <eStructuralFeatures xsi:type="ecore:EReference" name="children" ordered="false" upperBound="-1" eType="#//NodeKind" containment="true"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/jdelara/DSL-tao/src/org.mondo.dsl/patterns/TreeHardCoded.ecore
ecore
HardCodedTree NodeKind children
null
{"directed":true,"nodes":[{"nsPrefix":"hardCodedTree","nsURI":"http://mondo.dsl.org/mmPatterns/hardCodedTree","name":"HardCodedTree","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NodeKind","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":2,"derived":false},{"id":3,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":1,"target":0},{"source":1,"target":2},{"source":2,"target":1},{"source":2,"target":3},{"source":2,"target":1},{"source":3,"target":1}],"multigraph":true}
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="ecore" nsURI="http://www.eclipse.org/emf/2002/Ecore" nsPrefix="ecore"> <eClassifiers xsi:type="ecore:EClass" name="aClass"> <eOperations name="anOperation" eExceptions="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDoubleObject"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/Obeo/sirius-emf-json-contrib/tests/org.eclipse.sirius.emfjson.tests/src/main/resources/unit/attributes/operations/OperationWithSimpleException--Many.ecore
ecore
ecore aClass anOperation
null
{"directed":true,"nodes":[{"nsPrefix":"ecore","nsURI":"http://www.eclipse.org/emf/2002/Ecore","name":"ecore","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"aClass","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"anOperation","lowerBound":0,"id":2,"many":false,"required":false,"eClass":"EOperation"},{"id":3,"eClass":"EGenericType"},{"id":4,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":1,"target":0},{"source":1,"target":2},{"source":2,"target":1},{"source":2,"target":3},{"source":2,"target":4}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="RBAC" nsURI="rbac.ecore" nsPrefix="csu"> <eClassifiers xsi:type="ecore:EClass" name="Target"> <eStructuralFeatures xsi:type="ecore:EReference" name="pemission" upperBound="-1" eType="#//Permission" eOpposite="#//Permission/target"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Type" instanceClassName="java.lang.Object"/> <eClassifiers xsi:type="ecore:EClass" name="Operation"> <eOperations name="execute" eType="#//Type"> <eParameters name="target" lowerBound="1" upperBound="-1" eType="#//Target"/> <eParameters name="params" upperBound="-1" eType="#//Type"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="SessionOperation" lowerBound="1" upperBound="9" eType="#//Session"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pemission" upperBound="-1" eType="#//Permission" eOpposite="#//Permission/operationType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Permission"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" upperBound="-1" eType="#//Target" eOpposite="#//Target/pemission"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operationType" upperBound="-1" eType="#//Operation" eOpposite="#//Operation/pemission"/> <eStructuralFeatures xsi:type="ecore:EReference" name="PermAssignment" upperBound="-1" eType="#//Role" eOpposite="#//Role/PermAssignment"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Boolean" instanceClassName="java.lang.Boolean"/> <eClassifiers xsi:type="ecore:EClass" name="Role"> <eOperations name="GrantPermission" lowerBound="1" eType="#//Boolean"> <eParameters name="permission" lowerBound="1" eType="#//Permission"/> </eOperations> <eOperations name="RevokePermission" lowerBound="1" eType="#//Boolean"> <eParameters name="permission" lowerBound="1" eType="#//Permission"/> </eOperations> <eOperations name="CheckAccess" lowerBound="1" eType="#//Boolean"> <eParameters name="target" lowerBound="1" eType="#//Target"/> <eParameters name="operationType" lowerBound="1" eType="#//Operation"/> </eOperations> <eOperations name="AddInheritance" lowerBound="1" eType="#//Boolean"> <eParameters name="seniorRole" lowerBound="1" eType="#//Role"/> </eOperations> <eOperations name="DeleteInheritance" lowerBound="1" eType="#//Boolean"> <eParameters name="seniorRole" lowerBound="1" eType="#//Role"/> </eOperations> <eOperations name="AddSSDRole" lowerBound="1" eType="#//Boolean"> <eParameters name="role" eType="#//Role"/> </eOperations> <eOperations name="DeleteSSDRole" lowerBound="1" eType="#//Boolean"> <eParameters name="role" eType="#//Role"/> </eOperations> <eOperations name="GetAllJuniors" upperBound="-1" eType="#//Role"/> <eOperations name="GetAllSeniors" upperBound="-1" eType="#//Role"/> <eOperations name="GetAuthorizedUsers" upperBound="-1" eType="#//User"/> <eStructuralFeatures xsi:type="ecore:EReference" name="UserAssignment" upperBound="-1" eType="#//User" eOpposite="#//User/UserAssignment"/> <eStructuralFeatures xsi:type="ecore:EReference" name="senior" upperBound="-1" eType="#//Role" eOpposite="#//Role/junior"/> <eStructuralFeatures xsi:type="ecore:EReference" name="junior" upperBound="-1" eType="#//Role" eOpposite="#//Role/senior"/> <eStructuralFeatures xsi:type="ecore:EReference" name="PermAssignment" upperBound="-1" eType="#//Permission" eOpposite="#//Permission/PermAssignment"/> <eStructuralFeatures xsi:type="ecore:EReference" name="SSDB" upperBound="-1" eType="#//Role" eOpposite="#//Role/SSDA"/> <eStructuralFeatures xsi:type="ecore:EReference" name="SSDA" upperBound="-1" eType="#//Role" eOpposite="#//Role/SSDB"/> <eStructuralFeatures xsi:type="ecore:EReference" name="SessionRole" upperBound="-1" eType="#//Session" eOpposite="#//Session/SessionRole"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Session"> <eOperations name="AddActiveRole"> <eParameters name="role" lowerBound="1" eType="#//Role"/> </eOperations> <eOperations name="DropActiveRole"> <eParameters name="role" lowerBound="1" eType="#//Role"/> </eOperations> <eOperations name="CheckAccess" lowerBound="1" eType="#//Boolean"> <eParameters name="target" lowerBound="1" eType="#//Target"/> <eParameters name="operationType" lowerBound="1" eType="#//Operation"/> </eOperations> <eOperations name="GetAllActiveRole" upperBound="-1" eType="#//Role"/> <eStructuralFeatures xsi:type="ecore:EReference" name="SessionRole" upperBound="-1" eType="#//Role" eOpposite="#//Role/SessionRole"/> <eStructuralFeatures xsi:type="ecore:EReference" name="SessionOperation" lowerBound="1" upperBound="9" eType="#//Operation" eOpposite="#//Operation/SessionOperation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="UserSession" eType="#//User" eOpposite="#//User/UserSession"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="User"> <eOperations name="CreateSession" lowerBound="1" eType="#//Session"> <eParameters name="roles" upperBound="-1" eType="#//Role"/> </eOperations> <eOperations name="DeleteSessions" eType="#//Boolean"> <eParameters name="session" lowerBound="1" eType="#//Session"/> </eOperations> <eOperations name="AssignRole" lowerBound="1" eType="#//Boolean"> <eParameters name="role" lowerBound="1" eType="#//Role"/> </eOperations> <eOperations name="DeassignRole" lowerBound="1" eType="#//Boolean"> <eParameters name="role" lowerBound="1" eType="#//Role"/> </eOperations> <eOperations name="GetAssignedRoles" upperBound="-1" eType="#//Role"/> <eOperations name="GetAuthorizedRoles" upperBound="-1" eType="#//Role"/> <eStructuralFeatures xsi:type="ecore:EReference" name="UserAssignment" upperBound="-1" eType="#//Role" eOpposite="#//Role/UserAssignment"/> <eStructuralFeatures xsi:type="ecore:EReference" name="UserSession" lowerBound="1" upperBound="-1" eType="#//Session" eOpposite="#//Session/UserSession"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/diverse-project/kermeta/kompose_projects/org.kermeta.kompose.external/RbacAcl/comp_result/RBAC_command_by_comp.ecore
ecore
RBAC Target pemission Type java.lang.Object java.lang.Object Operation execute target params SessionOperation pemission Permission target operationType PermAssignment Boolean java.lang.Boolean java.lang.Boolean Role GrantPermission permission RevokePermission permission CheckAccess target operationType AddInheritance seniorRole DeleteInheritance seniorRole AddSSDRole role DeleteSSDRole role GetAllJuniors GetAllSeniors GetAuthorizedUsers UserAssignment senior junior PermAssignment SSDB SSDA SessionRole Session AddActiveRole role DropActiveRole role CheckAccess target operationType GetAllActiveRole SessionRole SessionOperation UserSession User CreateSession roles DeleteSessions session AssignRole role DeassignRole role GetAssignedRoles GetAuthorizedRoles UserAssignment UserSession
null
{"directed":true,"nodes":[{"nsPrefix":"csu","nsURI":"rbac.ecore","name":"RBAC","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Target","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.Object","defaultValue":null,"instanceClassName":"java.lang.Object","name":"Type","instanceClass":"java.lang.Object","id":2,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Permission","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.Boolean","defaultValue":null,"instanceClassName":"java.lang.Boolean","name":"Boolean","instanceClass":"java.lang.Boolean","id":5,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Role","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Session","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"User","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":false,"unsettable":false,"transient":false,"unique":true,"name":"pemission","changeable":true,"resolveProxies":true,"lowerBound":0,"id":9,"derived":false},{"id":10,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":11,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"execute","lowerBound":0,"id":12,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":9,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"SessionOperation","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":false,"unsettable":false,"transient":false,"unique":true,"name":"pemission","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"id":15,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"target","lowerBound":1,"id":16,"many":true,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":-1,"unique":true,"name":"params","lowerBound":0,"id":17,"many":true,"required":false,"eClass":"EParameter"},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"operationType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"PermAssignment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"PermAssignment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"GrantPermission","lowerBound":1,"id":28,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"RevokePermission","lowerBound":1,"id":29,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"CheckAccess","lowerBound":1,"id":30,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"AddInheritance","lowerBound":1,"id":31,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"DeleteInheritance","lowerBound":1,"id":32,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"AddSSDRole","lowerBound":1,"id":33,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"DeleteSSDRole","lowerBound":1,"id":34,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"GetAllJuniors","lowerBound":0,"id":35,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"GetAllSeniors","lowerBound":0,"id":36,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"GetAuthorizedUsers","lowerBound":0,"id":37,"many":true,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"UserAssignment","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":"senior","changeable":true,"resolveProxies":true,"lowerBound":0,"id":39,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"junior","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"SSDB","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":"SSDA","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":"SessionRole","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"permission","lowerBound":1,"id":45,"many":false,"required":true,"eClass":"EParameter"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"permission","lowerBound":1,"id":48,"many":false,"required":true,"eClass":"EParameter"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"target","lowerBound":1,"id":51,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"operationType","lowerBound":1,"id":52,"many":false,"required":true,"eClass":"EParameter"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"seniorRole","lowerBound":1,"id":56,"many":false,"required":true,"eClass":"EParameter"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"seniorRole","lowerBound":1,"id":59,"many":false,"required":true,"eClass":"EParameter"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"role","lowerBound":0,"id":62,"many":false,"required":false,"eClass":"EParameter"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"role","lowerBound":0,"id":65,"many":false,"required":false,"eClass":"EParameter"},{"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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"UserAssignment","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"SessionRole","changeable":true,"resolveProxies":true,"lowerBound":0,"id":78,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"AddActiveRole","lowerBound":0,"id":79,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"DropActiveRole","lowerBound":0,"id":80,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"CheckAccess","lowerBound":1,"id":81,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"GetAllActiveRole","lowerBound":0,"id":82,"many":true,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":9,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"SessionOperation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":83,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"UserSession","changeable":true,"resolveProxies":true,"lowerBound":0,"id":84,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"role","lowerBound":1,"id":85,"many":false,"required":true,"eClass":"EParameter"},{"id":86,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"role","lowerBound":1,"id":87,"many":false,"required":true,"eClass":"EParameter"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"target","lowerBound":1,"id":90,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"operationType","lowerBound":1,"id":91,"many":false,"required":true,"eClass":"EParameter"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"UserSession","changeable":true,"resolveProxies":true,"lowerBound":1,"id":98,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"CreateSession","lowerBound":1,"id":99,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"DeleteSessions","lowerBound":0,"id":100,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"AssignRole","lowerBound":1,"id":101,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"DeassignRole","lowerBound":1,"id":102,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"GetAssignedRoles","lowerBound":0,"id":103,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"GetAuthorizedRoles","lowerBound":0,"id":104,"many":true,"required":false,"eClass":"EOperation"},{"id":105,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"roles","lowerBound":0,"id":106,"many":true,"required":false,"eClass":"EParameter"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"session","lowerBound":1,"id":109,"many":false,"required":true,"eClass":"EParameter"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"role","lowerBound":1,"id":112,"many":false,"required":true,"eClass":"EParameter"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"role","lowerBound":1,"id":115,"many":false,"required":true,"eClass":"EParameter"},{"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":1,"target":0},{"source":1,"target":9},{"source":9,"target":4},{"source":9,"target":10},{"source":9,"target":1},{"source":9,"target":11},{"source":10,"target":4},{"source":2,"target":0},{"source":3,"target":0},{"source":3,"target":12},{"source":3,"target":13},{"source":3,"target":14},{"source":12,"target":2},{"source":12,"target":15},{"source":12,"target":3},{"source":12,"target":16},{"source":12,"target":17},{"source":15,"target":2},{"source":16,"target":1},{"source":16,"target":18},{"source":16,"target":12},{"source":18,"target":1},{"source":17,"target":2},{"source":17,"target":19},{"source":17,"target":12},{"source":19,"target":2},{"source":13,"target":7},{"source":13,"target":20},{"source":13,"target":3},{"source":20,"target":7},{"source":14,"target":4},{"source":14,"target":21},{"source":14,"target":3},{"source":14,"target":22},{"source":21,"target":4},{"source":4,"target":0},{"source":4,"target":11},{"source":4,"target":22},{"source":4,"target":23},{"source":11,"target":1},{"source":11,"target":24},{"source":11,"target":4},{"source":11,"target":9},{"source":24,"target":1},{"source":22,"target":3},{"source":22,"target":25},{"source":22,"target":4},{"source":22,"target":14},{"source":25,"target":3},{"source":23,"target":6},{"source":23,"target":26},{"source":23,"target":4},{"source":23,"target":27},{"source":26,"target":6},{"source":5,"target":0},{"source":6,"target":0},{"source":6,"target":28},{"source":6,"target":29},{"source":6,"target":30},{"source":6,"target":31},{"source":6,"target":32},{"source":6,"target":33},{"source":6,"target":34},{"source":6,"target":35},{"source":6,"target":36},{"source":6,"target":37},{"source":6,"target":38},{"source":6,"target":39},{"source":6,"target":40},{"source":6,"target":27},{"source":6,"target":41},{"source":6,"target":42},{"source":6,"target":43},{"source":28,"target":5},{"source":28,"target":44},{"source":28,"target":6},{"source":28,"target":45},{"source":44,"target":5},{"source":45,"target":4},{"source":45,"target":46},{"source":45,"target":28},{"source":46,"target":4},{"source":29,"target":5},{"source":29,"target":47},{"source":29,"target":6},{"source":29,"target":48},{"source":47,"target":5},{"source":48,"target":4},{"source":48,"target":49},{"source":48,"target":29},{"source":49,"target":4},{"source":30,"target":5},{"source":30,"target":50},{"source":30,"target":6},{"source":30,"target":51},{"source":30,"target":52},{"source":50,"target":5},{"source":51,"target":1},{"source":51,"target":53},{"source":51,"target":30},{"source":53,"target":1},{"source":52,"target":3},{"source":52,"target":54},{"source":52,"target":30},{"source":54,"target":3},{"source":31,"target":5},{"source":31,"target":55},{"source":31,"target":6},{"source":31,"target":56},{"source":55,"target":5},{"source":56,"target":6},{"source":56,"target":57},{"source":56,"target":31},{"source":57,"target":6},{"source":32,"target":5},{"source":32,"target":58},{"source":32,"target":6},{"source":32,"target":59},{"source":58,"target":5},{"source":59,"target":6},{"source":59,"target":60},{"source":59,"target":32},{"source":60,"target":6},{"source":33,"target":5},{"source":33,"target":61},{"source":33,"target":6},{"source":33,"target":62},{"source":61,"target":5},{"source":62,"target":6},{"source":62,"target":63},{"source":62,"target":33},{"source":63,"target":6},{"source":34,"target":5},{"source":34,"target":64},{"source":34,"target":6},{"source":34,"target":65},{"source":64,"target":5},{"source":65,"target":6},{"source":65,"target":66},{"source":65,"target":34},{"source":66,"target":6},{"source":35,"target":6},{"source":35,"target":67},{"source":35,"target":6},{"source":67,"target":6},{"source":36,"target":6},{"source":36,"target":68},{"source":36,"target":6},{"source":68,"target":6},{"source":37,"target":8},{"source":37,"target":69},{"source":37,"target":6},{"source":69,"target":8},{"source":38,"target":8},{"source":38,"target":70},{"source":38,"target":6},{"source":38,"target":71},{"source":70,"target":8},{"source":39,"target":6},{"source":39,"target":72},{"source":39,"target":6},{"source":39,"target":40},{"source":72,"target":6},{"source":40,"target":6},{"source":40,"target":73},{"source":40,"target":6},{"source":40,"target":39},{"source":73,"target":6},{"source":27,"target":4},{"source":27,"target":74},{"source":27,"target":6},{"source":27,"target":23},{"source":74,"target":4},{"source":41,"target":6},{"source":41,"target":75},{"source":41,"target":6},{"source":41,"target":42},{"source":75,"target":6},{"source":42,"target":6},{"source":42,"target":76},{"source":42,"target":6},{"source":42,"target":41},{"source":76,"target":6},{"source":43,"target":7},{"source":43,"target":77},{"source":43,"target":6},{"source":43,"target":78},{"source":77,"target":7},{"source":7,"target":0},{"source":7,"target":79},{"source":7,"target":80},{"source":7,"target":81},{"source":7,"target":82},{"source":7,"target":78},{"source":7,"target":83},{"source":7,"target":84},{"source":79,"target":7},{"source":79,"target":85},{"source":85,"target":6},{"source":85,"target":86},{"source":85,"target":79},{"source":86,"target":6},{"source":80,"target":7},{"source":80,"target":87},{"source":87,"target":6},{"source":87,"target":88},{"source":87,"target":80},{"source":88,"target":6},{"source":81,"target":5},{"source":81,"target":89},{"source":81,"target":7},{"source":81,"target":90},{"source":81,"target":91},{"source":89,"target":5},{"source":90,"target":1},{"source":90,"target":92},{"source":90,"target":81},{"source":92,"target":1},{"source":91,"target":3},{"source":91,"target":93},{"source":91,"target":81},{"source":93,"target":3},{"source":82,"target":6},{"source":82,"target":94},{"source":82,"target":7},{"source":94,"target":6},{"source":78,"target":6},{"source":78,"target":95},{"source":78,"target":7},{"source":78,"target":43},{"source":95,"target":6},{"source":83,"target":3},{"source":83,"target":96},{"source":83,"target":7},{"source":83,"target":13},{"source":96,"target":3},{"source":84,"target":8},{"source":84,"target":97},{"source":84,"target":7},{"source":84,"target":98},{"source":97,"target":8},{"source":8,"target":0},{"source":8,"target":99},{"source":8,"target":100},{"source":8,"target":101},{"source":8,"target":102},{"source":8,"target":103},{"source":8,"target":104},{"source":8,"target":71},{"source":8,"target":98},{"source":99,"target":7},{"source":99,"target":105},{"source":99,"target":8},{"source":99,"target":106},{"source":105,"target":7},{"source":106,"target":6},{"source":106,"target":107},{"source":106,"target":99},{"source":107,"target":6},{"source":100,"target":5},{"source":100,"target":108},{"source":100,"target":8},{"source":100,"target":109},{"source":108,"target":5},{"source":109,"target":7},{"source":109,"target":110},{"source":109,"target":100},{"source":110,"target":7},{"source":101,"target":5},{"source":101,"target":111},{"source":101,"target":8},{"source":101,"target":112},{"source":111,"target":5},{"source":112,"target":6},{"source":112,"target":113},{"source":112,"target":101},{"source":113,"target":6},{"source":102,"target":5},{"source":102,"target":114},{"source":102,"target":8},{"source":102,"target":115},{"source":114,"target":5},{"source":115,"target":6},{"source":115,"target":116},{"source":115,"target":102},{"source":116,"target":6},{"source":103,"target":6},{"source":103,"target":117},{"source":103,"target":8},{"source":117,"target":6},{"source":104,"target":6},{"source":104,"target":118},{"source":104,"target":8},{"source":118,"target":6},{"source":71,"target":6},{"source":71,"target":119},{"source":71,"target":8},{"source":71,"target":38},{"source":119,"target":6},{"source":98,"target":7},{"source":98,"target":120},{"source":98,"target":8},{"source":98,"target":84},{"source":120,"target":7}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="datatypes" nsURI="http://www.ibm.com/xmlns/prod/commerce/member" nsPrefix="Member"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;This foundation XML schema file defines the common elements and types shared by the&#xD;&#xA;&#x9;&#x9;&#x9;entire schema.&#xD;&#xA;&#x9;&#x9;"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="BusinessProfileType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="BusinessProfileType"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="businessTitle" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The business title."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="BusinessTitle"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="organizationName" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The name of the organization."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="OrganizationName"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="organizationalUnitName" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Name of the organizational unit."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="OrganizationalUnitName"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="employeeID" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A method to identify the employee, such as by employee number. "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="EmployeeID"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="alternateID" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A special ID assigned by the organization or organizational unit to which this business user belongs. "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="AlternateID"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="employeeType" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The employee type, such as regular, part time, special part time, supplemental, and contractor. "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="EmployeeType"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="officeAddress" eType="ecore:EClass com.ibm.commerce.foundation.datatypes.ecore#//AddressType" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The office address."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="OfficeAddress"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="departmentNumber" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The department number for the business user. "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="DepartmentNumber"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="manager" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The name of the manager or supervisor or this his business user. "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Manager"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="secretary" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The name of the secretary or administrative assistant of the business user. "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Secretary"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="requisitionerID" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A unique ID for identifying the requisitioner. "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="RequisitionerID"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="userArea" eType="ecore:EClass com.ibm.commerce.foundation.datatypes.ecore#//UserDataType" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="User data."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="UserArea"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DocumentRoot"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value=""/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="name" value=":mixed"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="xMLNSPrefixMap" unique="false" 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" unique="false" 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="organization" upperBound="-2" eType="#//OrganizationType" 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="Organization"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="syncOrganization" upperBound="-2" eType="#//SyncOrganizationType" 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="SyncOrganization"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="person" upperBound="-2" eType="#//PersonType" 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="Person"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="syncPerson" upperBound="-2" eType="#//SyncPersonType" 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="SyncPerson"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OrganizationType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="OrganizationType"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="organizationIdentifier" eType="ecore:EClass com.ibm.commerce.foundation.datatypes.ecore#//OrganizationIdentifierType" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The organization identifier."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="OrganizationIdentifier"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="parentIdentifier" eType="ecore:EClass com.ibm.commerce.foundation.datatypes.ecore#//OrganizationIdentifierType" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The identifier for the parent."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ParentIdentifier"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="organizationName" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Short name for organization (O) or organization unit (OU). Not null is a requirement since it will be mapped to O or OU which are required attributes in LDAP. "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="OrganizationName"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="organizationType" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Type of OrgEntity. Valid values are as follows:&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;O = organization&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;OU = organization unit &#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="OrganizationType"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="businessCategory" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The business category, which describes the kind of business performed by an OrgEntity. "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="BusinessCategory"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A description of the OrgEntity. "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Description"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="contactInfo" eType="ecore:EClass com.ibm.commerce.foundation.datatypes.ecore#//ContactInfoType" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The primary contact information."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ContactInfo"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="contactList" eType="ecore:EClass com.ibm.commerce.foundation.datatypes.ecore#//ContactListType" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A list of the contact information."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ContactList"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="contextAttribute" upperBound="-1" eType="ecore:EClass com.ibm.commerce.foundation.datatypes.ecore#//AttributeType" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The context attribute."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ContextAttribute"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="userArea" eType="ecore:EClass com.ibm.commerce.foundation.datatypes.ecore#//UserDataType" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="User data."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="UserArea"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PersonalProfileType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="PersonalProfileType"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="preferredCurrency" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Preferred currency in 3-character alphabetic code as per ISO 4217. "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="PreferredCurrency"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="preferredLanguage" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Preferred language."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="PreferredLanguage"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="displayName" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Display name of the entry. This is a name used in displaying an entry in a one line summary list. "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="DisplayName"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="photoURL" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A location for the photograph of the person. "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="PhotoURL"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="preferredMeasure" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The preferred measure."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="PreferredMeasure"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="preferredCommunication" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Preferred method of communication by phone. "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="PreferredCommunication"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="preferredDelivery" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Preferred delivery method. "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="PreferredDelivery"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Description of the person. "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Description"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="gender" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The gender of the person. Valid values are as follows:&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;F = female &#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;M = male &#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;N = not provided &#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;If not provided, N is used as the default. &#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Gender"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="birthDay" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Date"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The birthday of the person."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="BirthDay"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="income" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The annual income for the person."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Income"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maritalStatus" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The marital status of the person."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="MaritalStatus"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="incomeCurrency" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Currency for the income of the person."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="IncomeCurrency"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="numberOfChildren" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The number of children that the person has. If not provided, the default is 0. "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="NumberOfChildren"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="household" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Number of people in the household. "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Household"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="companyName" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The company for which the person works. "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="CompanyName"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hobbies" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The main interests and hobbies of the person."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Hobbies"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="timezone" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The time zone in which the person resides. "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Timezone"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="userArea" eType="ecore:EClass com.ibm.commerce.foundation.datatypes.ecore#//UserDataType" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="User data."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="UserArea"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PersonType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="PersonType"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="personIdentifier" eType="ecore:EClass com.ibm.commerce.foundation.datatypes.ecore#//PersonIdentifierType" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The person identifier."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="PersonIdentifier"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="parentIdentifier" eType="ecore:EClass com.ibm.commerce.foundation.datatypes.ecore#//OrganizationIdentifierType" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The identifier for the parent."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ParentIdentifier"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="name" eType="ecore:EClass com.ibm.commerce.foundation.datatypes.ecore#//PersonNameType" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The person's name."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Name"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="personalProfile" eType="#//PersonalProfileType" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The personal profile."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="PersonalProfile"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="businessProfile" eType="#//BusinessProfileType" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The business profile."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="BusinessProfile"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="authentication" eType="ecore:EClass com.ibm.commerce.foundation.datatypes.ecore#//AuthenticationType" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The authentication information."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Authentication"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="contactInfo" eType="ecore:EClass com.ibm.commerce.foundation.datatypes.ecore#//ContactInfoType" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The primary contact information."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ContactInfo"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="contactList" eType="ecore:EClass com.ibm.commerce.foundation.datatypes.ecore#//ContactListType" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A list of the contact information."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ContactList"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="contextAttribute" upperBound="-1" eType="ecore:EClass com.ibm.commerce.foundation.datatypes.ecore#//AttributeType" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The context attribute."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ContextAttribute"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="userArea" eType="ecore:EClass com.ibm.commerce.foundation.datatypes.ecore#//UserDataType" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="User data."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="UserArea"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SyncOrganizationDataAreaType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="SyncOrganizationDataAreaType"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="sync" lowerBound="1" eType="ecore:EClass com.ibm.commerce.oagis9.datatypes.ecore#//SyncType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Sync"/> <details key="namespace" value="http://www.openapplications.org/oagis/9"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="organization" upperBound="-1" eType="#//OrganizationType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Organization"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SyncOrganizationType" eSuperTypes="com.ibm.commerce.oagis9.datatypes.ecore#//BusinessObjectDocumentType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="SyncOrganizationType"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="dataArea" lowerBound="1" eType="#//SyncOrganizationDataAreaType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="DataArea"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SyncPersonDataAreaType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="SyncPersonDataAreaType"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="sync" lowerBound="1" eType="ecore:EClass com.ibm.commerce.oagis9.datatypes.ecore#//SyncType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Sync"/> <details key="namespace" value="http://www.openapplications.org/oagis/9"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="person" upperBound="-1" eType="#//PersonType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Person"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SyncPersonType" eSuperTypes="com.ibm.commerce.oagis9.datatypes.ecore#//BusinessObjectDocumentType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="SyncPersonType"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="dataArea" lowerBound="1" eType="#//SyncPersonDataAreaType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="DataArea"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/com.ibm.commerce.member.datatypes.ecore
ecore
datatypes BusinessProfileType businessTitle organizationName organizationalUnitName employeeID alternateID employeeType officeAddress departmentNumber manager secretary requisitionerID userArea DocumentRoot mixed xMLNSPrefixMap xSISchemaLocation organization syncOrganization person syncPerson OrganizationType organizationIdentifier parentIdentifier organizationName organizationType businessCategory description contactInfo contactList contextAttribute userArea PersonalProfileType preferredCurrency preferredLanguage displayName photoURL preferredMeasure preferredCommunication preferredDelivery description gender birthDay income maritalStatus incomeCurrency numberOfChildren household companyName hobbies timezone userArea PersonType personIdentifier parentIdentifier name personalProfile businessProfile authentication contactInfo contactList contextAttribute userArea SyncOrganizationDataAreaType sync organization SyncOrganizationType dataArea SyncPersonDataAreaType sync person SyncPersonType dataArea
null
{"directed":true,"nodes":[{"nsPrefix":"Member","nsURI":"http://www.ibm.com/xmlns/prod/commerce/member","name":"datatypes","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BusinessProfileType","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentRoot","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrganizationType","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PersonalProfileType","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PersonType","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SyncOrganizationDataAreaType","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SyncOrganizationType","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SyncPersonDataAreaType","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SyncPersonType","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":false,"name":"businessTitle","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":false,"name":"organizationName","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":false,"name":"organizationalUnitName","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":false,"name":"employeeID","changeable":true,"lowerBound":0,"iD":false,"id":13,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"alternateID","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":false,"name":"employeeType","changeable":true,"lowerBound":0,"iD":false,"id":15,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"officeAddress","changeable":true,"resolveProxies":false,"lowerBound":0,"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":false,"name":"departmentNumber","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":false,"name":"manager","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":false,"name":"secretary","changeable":true,"lowerBound":0,"iD":false,"id":19,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"requisitionerID","changeable":true,"lowerBound":0,"iD":false,"id":20,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"userArea","changeable":true,"resolveProxies":false,"lowerBound":0,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":34,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":false,"name":"xMLNSPrefixMap","changeable":true,"resolveProxies":false,"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":true,"unique":false,"name":"xSISchemaLocation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":36,"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":"organization","changeable":true,"resolveProxies":false,"lowerBound":0,"id":37,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"syncOrganization","changeable":true,"resolveProxies":false,"lowerBound":0,"id":38,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"person","changeable":true,"resolveProxies":false,"lowerBound":0,"id":39,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"syncPerson","changeable":true,"resolveProxies":false,"lowerBound":0,"id":40,"derived":true},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"organizationIdentifier","changeable":true,"resolveProxies":false,"lowerBound":0,"id":48,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parentIdentifier","changeable":true,"resolveProxies":false,"lowerBound":0,"id":49,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"organizationName","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":false,"name":"organizationType","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":false,"name":"businessCategory","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":false,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":53,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contactInfo","changeable":true,"resolveProxies":false,"lowerBound":0,"id":54,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contactList","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":true,"unsettable":false,"transient":false,"unique":true,"name":"contextAttribute","changeable":true,"resolveProxies":false,"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":"userArea","changeable":true,"resolveProxies":false,"lowerBound":0,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"preferredCurrency","changeable":true,"lowerBound":0,"iD":false,"id":68,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"preferredLanguage","changeable":true,"lowerBound":0,"iD":false,"id":69,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"displayName","changeable":true,"lowerBound":0,"iD":false,"id":70,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"photoURL","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":false,"name":"preferredMeasure","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":false,"name":"preferredCommunication","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":false,"name":"preferredDelivery","changeable":true,"lowerBound":0,"iD":false,"id":74,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":75,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"gender","changeable":true,"lowerBound":0,"iD":false,"id":76,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"birthDay","changeable":true,"lowerBound":0,"iD":false,"id":77,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":false,"name":"income","changeable":true,"lowerBound":0,"iD":false,"id":78,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"maritalStatus","changeable":true,"lowerBound":0,"iD":false,"id":79,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"incomeCurrency","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":true,"transient":false,"unique":false,"name":"numberOfChildren","changeable":true,"lowerBound":0,"iD":false,"id":81,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":false,"name":"household","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":false,"name":"companyName","changeable":true,"lowerBound":0,"iD":false,"id":83,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"hobbies","changeable":true,"lowerBound":0,"iD":false,"id":84,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"timezone","changeable":true,"lowerBound":0,"iD":false,"id":85,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"userArea","changeable":true,"resolveProxies":false,"lowerBound":0,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"personIdentifier","changeable":true,"resolveProxies":false,"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":"parentIdentifier","changeable":true,"resolveProxies":false,"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":"name","changeable":true,"resolveProxies":false,"lowerBound":0,"id":108,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"personalProfile","changeable":true,"resolveProxies":false,"lowerBound":0,"id":109,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"businessProfile","changeable":true,"resolveProxies":false,"lowerBound":0,"id":110,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"authentication","changeable":true,"resolveProxies":false,"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":"contactInfo","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":true,"unsettable":false,"transient":false,"unique":true,"name":"contactList","changeable":true,"resolveProxies":false,"lowerBound":0,"id":113,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contextAttribute","changeable":true,"resolveProxies":false,"lowerBound":0,"id":114,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"userArea","changeable":true,"resolveProxies":false,"lowerBound":0,"id":115,"derived":false},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sync","changeable":true,"resolveProxies":false,"lowerBound":1,"id":126,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"organization","changeable":true,"resolveProxies":false,"lowerBound":0,"id":127,"derived":false},{"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":true,"unsettable":false,"transient":false,"unique":true,"name":"dataArea","changeable":true,"resolveProxies":false,"lowerBound":1,"id":130,"derived":false},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sync","changeable":true,"resolveProxies":false,"lowerBound":1,"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":"person","changeable":true,"resolveProxies":false,"lowerBound":0,"id":134,"derived":false},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dataArea","changeable":true,"resolveProxies":false,"lowerBound":1,"id":137,"derived":false},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":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":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":10,"target":22},{"source":10,"target":1},{"source":11,"target":23},{"source":11,"target":1},{"source":12,"target":24},{"source":12,"target":1},{"source":13,"target":25},{"source":13,"target":1},{"source":14,"target":26},{"source":14,"target":1},{"source":15,"target":27},{"source":15,"target":1},{"source":16,"target":28},{"source":16,"target":1},{"source":17,"target":29},{"source":17,"target":1},{"source":18,"target":30},{"source":18,"target":1},{"source":19,"target":31},{"source":19,"target":1},{"source":20,"target":32},{"source":20,"target":1},{"source":21,"target":33},{"source":21,"target":1},{"source":2,"target":0},{"source":2,"target":34},{"source":2,"target":35},{"source":2,"target":36},{"source":2,"target":37},{"source":2,"target":38},{"source":2,"target":39},{"source":2,"target":40},{"source":34,"target":41},{"source":34,"target":2},{"source":35,"target":42},{"source":35,"target":2},{"source":36,"target":43},{"source":36,"target":2},{"source":37,"target":3},{"source":37,"target":44},{"source":37,"target":2},{"source":44,"target":3},{"source":38,"target":7},{"source":38,"target":45},{"source":38,"target":2},{"source":45,"target":7},{"source":39,"target":5},{"source":39,"target":46},{"source":39,"target":2},{"source":46,"target":5},{"source":40,"target":9},{"source":40,"target":47},{"source":40,"target":2},{"source":47,"target":9},{"source":3,"target":0},{"source":3,"target":48},{"source":3,"target":49},{"source":3,"target":50},{"source":3,"target":51},{"source":3,"target":52},{"source":3,"target":53},{"source":3,"target":54},{"source":3,"target":55},{"source":3,"target":56},{"source":3,"target":57},{"source":48,"target":58},{"source":48,"target":3},{"source":49,"target":59},{"source":49,"target":3},{"source":50,"target":60},{"source":50,"target":3},{"source":51,"target":61},{"source":51,"target":3},{"source":52,"target":62},{"source":52,"target":3},{"source":53,"target":63},{"source":53,"target":3},{"source":54,"target":64},{"source":54,"target":3},{"source":55,"target":65},{"source":55,"target":3},{"source":56,"target":66},{"source":56,"target":3},{"source":57,"target":67},{"source":57,"target":3},{"source":4,"target":0},{"source":4,"target":68},{"source":4,"target":69},{"source":4,"target":70},{"source":4,"target":71},{"source":4,"target":72},{"source":4,"target":73},{"source":4,"target":74},{"source":4,"target":75},{"source":4,"target":76},{"source":4,"target":77},{"source":4,"target":78},{"source":4,"target":79},{"source":4,"target":80},{"source":4,"target":81},{"source":4,"target":82},{"source":4,"target":83},{"source":4,"target":84},{"source":4,"target":85},{"source":4,"target":86},{"source":68,"target":87},{"source":68,"target":4},{"source":69,"target":88},{"source":69,"target":4},{"source":70,"target":89},{"source":70,"target":4},{"source":71,"target":90},{"source":71,"target":4},{"source":72,"target":91},{"source":72,"target":4},{"source":73,"target":92},{"source":73,"target":4},{"source":74,"target":93},{"source":74,"target":4},{"source":75,"target":94},{"source":75,"target":4},{"source":76,"target":95},{"source":76,"target":4},{"source":77,"target":96},{"source":77,"target":4},{"source":78,"target":97},{"source":78,"target":4},{"source":79,"target":98},{"source":79,"target":4},{"source":80,"target":99},{"source":80,"target":4},{"source":81,"target":100},{"source":81,"target":4},{"source":82,"target":101},{"source":82,"target":4},{"source":83,"target":102},{"source":83,"target":4},{"source":84,"target":103},{"source":84,"target":4},{"source":85,"target":104},{"source":85,"target":4},{"source":86,"target":105},{"source":86,"target":4},{"source":5,"target":0},{"source":5,"target":106},{"source":5,"target":107},{"source":5,"target":108},{"source":5,"target":109},{"source":5,"target":110},{"source":5,"target":111},{"source":5,"target":112},{"source":5,"target":113},{"source":5,"target":114},{"source":5,"target":115},{"source":106,"target":116},{"source":106,"target":5},{"source":107,"target":117},{"source":107,"target":5},{"source":108,"target":118},{"source":108,"target":5},{"source":109,"target":4},{"source":109,"target":119},{"source":109,"target":5},{"source":119,"target":4},{"source":110,"target":1},{"source":110,"target":120},{"source":110,"target":5},{"source":120,"target":1},{"source":111,"target":121},{"source":111,"target":5},{"source":112,"target":122},{"source":112,"target":5},{"source":113,"target":123},{"source":113,"target":5},{"source":114,"target":124},{"source":114,"target":5},{"source":115,"target":125},{"source":115,"target":5},{"source":6,"target":0},{"source":6,"target":126},{"source":6,"target":127},{"source":126,"target":128},{"source":126,"target":6},{"source":127,"target":3},{"source":127,"target":129},{"source":127,"target":6},{"source":129,"target":3},{"source":7,"target":0},{"source":7,"target":130},{"source":7,"target":131},{"source":130,"target":6},{"source":130,"target":132},{"source":130,"target":7},{"source":132,"target":6},{"source":8,"target":0},{"source":8,"target":133},{"source":8,"target":134},{"source":133,"target":135},{"source":133,"target":8},{"source":134,"target":5},{"source":134,"target":136},{"source":134,"target":8},{"source":136,"target":5},{"source":9,"target":0},{"source":9,"target":137},{"source":9,"target":138},{"source":137,"target":8},{"source":137,"target":139},{"source":137,"target":9},{"source":139,"target":8}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="executionstate" nsURI="http:///org/isistan/flabot/engine/executionstate.ecore" nsPrefix="org.isistan.flabot.engine.executionstate"> <eClassifiers xsi:type="ecore:EClass" name="BasicMappingBasedFilter" eSuperTypes="#//MappingBasedFilter"/> <eClassifiers xsi:type="ecore:EClass" name="Diagnostic"> <eStructuralFeatures xsi:type="ecore:EReference" name="diagnostician" eType="#//StateDeterminationStrategy"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="additionalData" upperBound="-1" eType="#//EStringToEJavaObjectMapEntry" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="state" eType="#//ExecutionState"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ManualStateDeterminationStrategy" eSuperTypes="#//StateDeterminationStrategy"/> <eClassifiers xsi:type="ecore:EClass" name="ManualTraceInferenceStrategy" eSuperTypes="#//TraceInferenceStrategy"/> <eClassifiers xsi:type="ecore:EClass" name="MappingBasedFilter" abstract="true" eSuperTypes="../../../../../../org.isistan.flabot.trace/src/org/isistan/flabot/trace/config.ecore#//Filter"> <eStructuralFeatures xsi:type="ecore:EReference" name="mapping" eType="ecore:EClass ../../../../../../org.isistan.flabot.mapping/src/org/isistan/flabot/mapping/mappingmodel.ecore#//Mapping" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="logFilter" eType="ecore:EClass ../../../../../../org.isistan.flabot.launcher/src/org/isistan/flabot/launcher/filtermodel.ecore#//LogFilter" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SimpleTraceInferenceStrategy" eSuperTypes="#//TraceInferenceStrategy"/> <eClassifiers xsi:type="ecore:EClass" name="StateDeterminationStrategy" abstract="true" eSuperTypes="../../../../../../org.isistan.flabot/src/org/isistan/flabot/coremodel.ecore#//Registrable"> <eStructuralFeatures xsi:type="ecore:EReference" name="responsibility" eType="ecore:EClass ../../../../../../org.isistan.flabot/src/org/isistan/flabot/coremodel.ecore#//Responsibility"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StateDeterminationStrategyRegistry"> <eStructuralFeatures xsi:type="ecore:EReference" name="registry" upperBound="-1" eType="#//ResponsibilityToStateDeterminationStrategyMapEntry" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TraceBasedStateDeterminationStrategy" eSuperTypes="#//StateDeterminationStrategy"> <eStructuralFeatures xsi:type="ecore:EReference" name="traceInferenceStrategy" eType="#//TraceInferenceStrategy" containment="true" resolveProxies="false" eOpposite="#//TraceInferenceStrategy/stateDeterminationStrategy"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TraceInferenceStrategy" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="stateDeterminationStrategy" eType="#//TraceBasedStateDeterminationStrategy" transient="true" eOpposite="#//TraceBasedStateDeterminationStrategy/traceInferenceStrategy"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResponsibilityToStateDeterminationStrategyMapEntry" instanceClassName="java.util.Map$Entry"> <eStructuralFeatures xsi:type="ecore:EReference" name="key" eType="ecore:EClass ../../../../../../org.isistan.flabot/src/org/isistan/flabot/coremodel.ecore#//Responsibility"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//StateDeterminationStrategy"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EStringToEJavaObjectMapEntry" instanceClassName="java.util.Map$Entry"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StateFromMappingStateDeterminationStrategy" eSuperTypes="#//StateDeterminationStrategy"/> <eClassifiers xsi:type="ecore:EEnum" name="ExecutionState"> <eLiterals name="Executed"/> <eLiterals name="Faulty" value="1"/> <eLiterals name="NotExecuted" value="2"/> <eLiterals name="NoActionState" value="3"/> <eLiterals name="FaultyCurrent" value="4"/> <eLiterals name="FaultyConstrain" value="5"/> <eLiterals name="FaultyPrevious" value="6"/> <eLiterals name="FaultyPrecondition" value="7"/> <eLiterals name="FaultyPath" value="8"/> <eLiterals name="FaultyNextLevels" value="9"/> <eLiterals name="FaultyConstraintStart" value="10"/> <eLiterals name="ProbablyFaulty" value="11"/> <eLiterals name="Uncertain" value="12"/> <eLiterals name="MultipleErrors" value="13"/> <eLiterals name="StateFromMapping" value="14"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OrFilter" eSuperTypes="../../../../../../org.isistan.flabot.trace/src/org/isistan/flabot/trace/config.ecore#//Filter"> <eStructuralFeatures xsi:type="ecore:EReference" name="combinedFilters" upperBound="-1" eType="ecore:EClass ../../../../../../org.isistan.flabot.trace/src/org/isistan/flabot/trace/config.ecore#//Filter"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrologProviderStrategy" abstract="true" interface="true"/> <eClassifiers xsi:type="ecore:EClass" name="SimplePrologProviderStrategy" eSuperTypes="#//PrologProviderStrategy"/> <eClassifiers xsi:type="ecore:EClass" name="GeneralLogFilterStrategy" abstract="true" interface="true"/> <eClassifiers xsi:type="ecore:EClass" name="SimpleGeneralLogFilterStrategy" eSuperTypes="#//GeneralLogFilterStrategy"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="prologCodeText" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/niconistal/FLABot/org.isistan.flabot.engine/bin/org/isistan/flabot/engine/executionstate.ecore
ecore
executionstate BasicMappingBasedFilter Diagnostic diagnostician description additionalData state ManualStateDeterminationStrategy ManualTraceInferenceStrategy MappingBasedFilter mapping logFilter SimpleTraceInferenceStrategy StateDeterminationStrategy responsibility StateDeterminationStrategyRegistry registry TraceBasedStateDeterminationStrategy traceInferenceStrategy TraceInferenceStrategy stateDeterminationStrategy ResponsibilityToStateDeterminationStrategyMapEntry java.util.Map$Entry java.util.Map$Entry key value EStringToEJavaObjectMapEntry java.util.Map$Entry java.util.Map$Entry key value StateFromMappingStateDeterminationStrategy ExecutionState Executed Executed Faulty Faulty NotExecuted NotExecuted NoActionState NoActionState FaultyCurrent FaultyCurrent FaultyConstrain FaultyConstrain FaultyPrevious FaultyPrevious FaultyPrecondition FaultyPrecondition FaultyPath FaultyPath FaultyNextLevels FaultyNextLevels FaultyConstraintStart FaultyConstraintStart ProbablyFaulty ProbablyFaulty Uncertain Uncertain MultipleErrors MultipleErrors StateFromMapping StateFromMapping OrFilter combinedFilters PrologProviderStrategy SimplePrologProviderStrategy GeneralLogFilterStrategy SimpleGeneralLogFilterStrategy prologCodeText
null
{"directed":true,"nodes":[{"nsPrefix":"org.isistan.flabot.engine.executionstate","nsURI":"http:///org/isistan/flabot/engine/executionstate.ecore","name":"executionstate","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BasicMappingBasedFilter","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Diagnostic","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ManualStateDeterminationStrategy","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ManualTraceInferenceStrategy","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingBasedFilter","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleTraceInferenceStrategy","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateDeterminationStrategy","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateDeterminationStrategyRegistry","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TraceBasedStateDeterminationStrategy","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TraceInferenceStrategy","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"ResponsibilityToStateDeterminationStrategyMapEntry","instanceClass":"java.util.Map$Entry","abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"EStringToEJavaObjectMapEntry","instanceClass":"java.util.Map$Entry","abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateFromMappingStateDeterminationStrategy","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ExecutionState","instanceClass":null,"id":14,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrFilter","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrologProviderStrategy","instanceClass":null,"abstract":true,"id":16,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimplePrologProviderStrategy","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralLogFilterStrategy","instanceClass":null,"abstract":true,"id":18,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleGeneralLogFilterStrategy","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"id":20,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"diagnostician","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"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":"additionalData","changeable":true,"resolveProxies":false,"lowerBound":0,"id":23,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"state","changeable":true,"lowerBound":0,"iD":false,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mapping","changeable":true,"resolveProxies":false,"lowerBound":0,"id":31,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"logFilter","changeable":true,"resolveProxies":false,"lowerBound":0,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"responsibility","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"registry","changeable":true,"resolveProxies":false,"lowerBound":0,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"traceInferenceStrategy","changeable":true,"resolveProxies":false,"lowerBound":0,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"stateDeterminationStrategy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"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":"key","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":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"key","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":"value","changeable":true,"lowerBound":0,"iD":false,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"name":"Executed","id":56,"value":0,"literal":"Executed","eClass":"EEnumLiteral"},{"name":"Faulty","id":57,"value":1,"literal":"Faulty","eClass":"EEnumLiteral"},{"name":"NotExecuted","id":58,"value":2,"literal":"NotExecuted","eClass":"EEnumLiteral"},{"name":"NoActionState","id":59,"value":3,"literal":"NoActionState","eClass":"EEnumLiteral"},{"name":"FaultyCurrent","id":60,"value":4,"literal":"FaultyCurrent","eClass":"EEnumLiteral"},{"name":"FaultyConstrain","id":61,"value":5,"literal":"FaultyConstrain","eClass":"EEnumLiteral"},{"name":"FaultyPrevious","id":62,"value":6,"literal":"FaultyPrevious","eClass":"EEnumLiteral"},{"name":"FaultyPrecondition","id":63,"value":7,"literal":"FaultyPrecondition","eClass":"EEnumLiteral"},{"name":"FaultyPath","id":64,"value":8,"literal":"FaultyPath","eClass":"EEnumLiteral"},{"name":"FaultyNextLevels","id":65,"value":9,"literal":"FaultyNextLevels","eClass":"EEnumLiteral"},{"name":"FaultyConstraintStart","id":66,"value":10,"literal":"FaultyConstraintStart","eClass":"EEnumLiteral"},{"name":"ProbablyFaulty","id":67,"value":11,"literal":"ProbablyFaulty","eClass":"EEnumLiteral"},{"name":"Uncertain","id":68,"value":12,"literal":"Uncertain","eClass":"EEnumLiteral"},{"name":"MultipleErrors","id":69,"value":13,"literal":"MultipleErrors","eClass":"EEnumLiteral"},{"name":"StateFromMapping","id":70,"value":14,"literal":"StateFromMapping","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":"combinedFilters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"prologCodeText","changeable":true,"lowerBound":0,"iD":false,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":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":5},{"source":1,"target":20},{"source":20,"target":5},{"source":2,"target":0},{"source":2,"target":21},{"source":2,"target":22},{"source":2,"target":23},{"source":2,"target":24},{"source":21,"target":7},{"source":21,"target":25},{"source":21,"target":2},{"source":25,"target":7},{"source":22,"target":26},{"source":22,"target":2},{"source":23,"target":12},{"source":23,"target":27},{"source":23,"target":2},{"source":27,"target":12},{"source":24,"target":14},{"source":24,"target":28},{"source":24,"target":2},{"source":28,"target":14},{"source":3,"target":0},{"source":3,"target":7},{"source":3,"target":29},{"source":29,"target":7},{"source":4,"target":0},{"source":4,"target":10},{"source":4,"target":30},{"source":30,"target":10},{"source":5,"target":0},{"source":5,"target":31},{"source":5,"target":32},{"source":5,"target":33},{"source":31,"target":34},{"source":31,"target":5},{"source":32,"target":35},{"source":32,"target":5},{"source":6,"target":0},{"source":6,"target":10},{"source":6,"target":36},{"source":36,"target":10},{"source":7,"target":0},{"source":7,"target":37},{"source":7,"target":38},{"source":37,"target":39},{"source":37,"target":7},{"source":8,"target":0},{"source":8,"target":40},{"source":40,"target":11},{"source":40,"target":41},{"source":40,"target":8},{"source":41,"target":11},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":42},{"source":9,"target":43},{"source":42,"target":10},{"source":42,"target":44},{"source":42,"target":9},{"source":42,"target":45},{"source":44,"target":10},{"source":43,"target":7},{"source":10,"target":0},{"source":10,"target":45},{"source":45,"target":9},{"source":45,"target":46},{"source":45,"target":10},{"source":45,"target":42},{"source":46,"target":9},{"source":11,"target":0},{"source":11,"target":47},{"source":11,"target":48},{"source":47,"target":49},{"source":47,"target":11},{"source":48,"target":7},{"source":48,"target":50},{"source":48,"target":11},{"source":50,"target":7},{"source":12,"target":0},{"source":12,"target":51},{"source":12,"target":52},{"source":51,"target":53},{"source":51,"target":12},{"source":52,"target":54},{"source":52,"target":12},{"source":13,"target":0},{"source":13,"target":7},{"source":13,"target":55},{"source":55,"target":7},{"source":14,"target":0},{"source":14,"target":56},{"source":14,"target":57},{"source":14,"target":58},{"source":14,"target":59},{"source":14,"target":60},{"source":14,"target":61},{"source":14,"target":62},{"source":14,"target":63},{"source":14,"target":64},{"source":14,"target":65},{"source":14,"target":66},{"source":14,"target":67},{"source":14,"target":68},{"source":14,"target":69},{"source":14,"target":70},{"source":56,"target":14},{"source":57,"target":14},{"source":58,"target":14},{"source":59,"target":14},{"source":60,"target":14},{"source":61,"target":14},{"source":62,"target":14},{"source":63,"target":14},{"source":64,"target":14},{"source":65,"target":14},{"source":66,"target":14},{"source":67,"target":14},{"source":68,"target":14},{"source":69,"target":14},{"source":70,"target":14},{"source":15,"target":0},{"source":15,"target":71},{"source":15,"target":72},{"source":71,"target":73},{"source":71,"target":15},{"source":16,"target":0},{"source":17,"target":0},{"source":17,"target":16},{"source":17,"target":74},{"source":74,"target":16},{"source":18,"target":0},{"source":19,"target":0},{"source":19,"target":18},{"source":19,"target":75},{"source":19,"target":76},{"source":75,"target":77},{"source":75,"target":19},{"source":76,"target":18}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="TypeC" nsURI="platform:/resource/A2BMultipleInputDifferentType/Metamodel/TypeC.ecore" nsPrefix="tpC"> <eClassifiers xsi:type="ecore:EClass" name="CElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="elementName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/NMFCode/ATL2NMFS/resources/A2BMultipleInputDifferentType/TypeC.ecore
ecore
TypeC CElement elementName
null
{"directed":true,"nodes":[{"nsPrefix":"tpC","nsURI":"platform:/resource/A2BMultipleInputDifferentType/Metamodel/TypeC.ecore","name":"TypeC","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CElement","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"elementName","changeable":true,"lowerBound":0,"iD":false,"id":2,"derived":false},{"id":3,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":1,"target":0},{"source":1,"target":2},{"source":2,"target":3},{"source":2,"target":1}],"multigraph":true}
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="F" nsURI="http://kcl.ac.uk/xdsml/F" nsPrefix="f"> <eClassifiers xsi:type="ecore:EClass" name="F0"> <eStructuralFeatures xsi:type="ecore:EReference" name="f2" eType="#//F2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="F1" eSuperTypes="#//F0"/> <eClassifiers xsi:type="ecore:EClass" name="F2"/> </ecore:EPackage>
github:ecore:/data/gts-morpher/gts_morpher/uk.ac.kcl.inf.gts_morpher.tests/src/uk/ac/kcl/inf/gts_morpher/tests/composer/F.ecore
ecore
F F0 f2 F1 F2
null
{"directed":true,"nodes":[{"nsPrefix":"f","nsURI":"http://kcl.ac.uk/xdsml/F","name":"F","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"F0","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"F1","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"F2","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"f2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":4,"derived":false},{"id":5,"eClass":"EGenericType"},{"id":6,"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":3},{"source":4,"target":5},{"source":4,"target":1},{"source":5,"target":3},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":6},{"source":6,"target":1},{"source":3,"target":0}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="apache_spark" nsURI="http://schemas.modmacao.org/apache/spark/ecore" nsPrefix="apache_spark"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="invocationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"/> <details key="settingDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"/> <details key="validationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/OCL/Import"> <details key="occi" value="platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#/"/> <details key="infrastructure" value="platform:/plugin/org.eclipse.cmf.occi.infrastructure/model/Infrastructure.ecore#/"/> <details key="modmacao" value="platform:/resource/org.modmacao.core/model/modmacao.ecore#/"/> <details key="platform" value="platform:/resource/org.modmacao.occi.platform/model/platform.ecore#/"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="Master" eSuperTypes="#//Apachesparkcomponent platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//MixinBase"/> <eClassifiers xsi:type="ecore:EClass" name="Worker" eSuperTypes="#//Apachesparkcomponent platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//MixinBase"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="OnlyOneMasterDependency WorkerCoresSmallerThanComputeCores WorkerMemorySmallerThanComputeMemory"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="OnlyOneMasterDependency" value="self.entity.oclAsType(occi::Resource).links->select(l:occi::Link|l.oclIsTypeOf(platform::Componentlink))->collect(l:occi::Link|l.parts)->select(mb:occi::MixinBase|mb.oclIsTypeOf(apache_spark::Masterdependency))->size()=1"/> <details key="WorkerCoresSmallerThanComputeCores" value="self.apacheSparkWorkerCores&lt;self.entity.oclAsType(occi::Resource).links->select(l:occi::Link|l.oclIsTypeOf(placement::Placementlink))->first().target.oclAsType(infrastructure::Compute).occiComputeCores"/> <details key="WorkerMemorySmallerThanComputeMemory" value="self.apacheSparkWorkerMemory&lt;self.entity.oclAsType(occi::Resource).links->select(l:occi::Link|l.oclIsTypeOf(placement::Placementlink))->first().target.oclAsType(infrastructure::Compute).occiComputeMemory"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="apacheSparkWorkerCores" eType="ecore:EDataType platform:/plugin/org.eclipse.cmf.occi.infrastructure/model/Infrastructure.ecore#//Core"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Total CPU cores to allow Spark applications to use on the machine (default: all available)"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="apacheSparkWorkerMemory" eType="ecore:EDataType platform:/plugin/org.eclipse.cmf.occi.infrastructure/model/Infrastructure.ecore#//GiB"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Total amount of memory to allow Spark applications to use on the machine, in a format like 1000M or 2G (default: your machine's total RAM minus 1 GB)"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Apachesparkcomponent" eSuperTypes="platform:/resource/org.modmacao.core/model/modmacao.ecore#//Component platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//MixinBase"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="apacheSparkPort" eType="ecore:EDataType platform:/resource/org.modmacao.core/model/modmacao.ecore#//Port"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Port for service to listen on (default: 7077 for master, random for worker)"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="apacheSparkWebuiPort" eType="ecore:EDataType platform:/resource/org.modmacao.core/model/modmacao.ecore#//Port"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Port for Web UI (default: 8080 for master, 8081 for worker)"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Apachesparkcluster" eSuperTypes="platform:/resource/org.modmacao.core/model/modmacao.ecore#//Cluster platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//MixinBase"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="OnlyOneMaster OneOrMoreWorkers"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="OnlyOneMaster" value="self.entity.oclAsType(occi::Resource).links->collect(l:occi::Link|l.target)->collect(c:occi::Resource|c.parts)->select(mb:occi::MixinBase|mb.oclIsTypeOf(apache_spark::Master))->size()=1"/> <details key="OneOrMoreWorkers" value="self.entity.oclAsType(occi::Resource).links->collect(l:occi::Link|l.target)->collect(c:occi::Resource|c.parts)->select(mb:occi::MixinBase|mb.oclIsTypeOf(apache_spark::Worker))->size()>=1"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Masterdependency" eSuperTypes="platform:/resource/org.modmacao.core/model/modmacao.ecore#//Executiondependency platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//MixinBase"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="SourceMustBeWorker TargetMustBeMaster"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="SourceMustBeWorker" value="self.entity.oclAsType(occi::Link).source.oclAsType(occi::Resource).parts->exists(m|m.oclIsTypeOf(apache_spark::Worker))"/> <details key="TargetMustBeMaster" value="self.entity.oclAsType(occi::Link).target.oclAsType(occi::Resource).parts->exists(m|m.oclIsTypeOf(apache_spark::Master))"/> </eAnnotations> </eClassifiers> </ecore:EPackage>
github:ecore:/data/occiware/MoDMaCAO/plugins/org.modmacao.apache.spark/model/apache_spark.ecore
ecore
apache_spark Master Worker apacheSparkWorkerCores apacheSparkWorkerMemory Apachesparkcomponent apacheSparkPort apacheSparkWebuiPort Apachesparkcluster Masterdependency
null
{"directed":true,"nodes":[{"nsPrefix":"apache_spark","nsURI":"http://schemas.modmacao.org/apache/spark/ecore","name":"apache_spark","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Master","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Worker","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Apachesparkcomponent","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Apachesparkcluster","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Masterdependency","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"id":6,"eClass":"EGenericType"},{"id":7,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"apacheSparkWorkerCores","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":"apacheSparkWorkerMemory","changeable":true,"lowerBound":0,"iD":false,"id":9,"derived":false},{"id":10,"eClass":"EGenericType"},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"apacheSparkPort","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":"apacheSparkWebuiPort","changeable":true,"lowerBound":0,"iD":false,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":1,"target":0},{"source":1,"target":3},{"source":1,"target":6},{"source":1,"target":7},{"source":6,"target":3},{"source":2,"target":0},{"source":2,"target":3},{"source":2,"target":8},{"source":2,"target":9},{"source":2,"target":10},{"source":2,"target":11},{"source":8,"target":12},{"source":8,"target":2},{"source":9,"target":13},{"source":9,"target":2},{"source":10,"target":3},{"source":3,"target":0},{"source":3,"target":14},{"source":3,"target":15},{"source":3,"target":16},{"source":3,"target":17},{"source":14,"target":18},{"source":14,"target":3},{"source":15,"target":19},{"source":15,"target":3},{"source":4,"target":0},{"source":4,"target":20},{"source":4,"target":21},{"source":5,"target":0},{"source":5,"target":22},{"source":5,"target":23}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="angular" nsURI="http://www.univnantes.fr/alma/angular" nsPrefix="angular"> <eClassifiers xsi:type="ecore:EClass" name="Project" eSuperTypes="#//Container"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Container" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="folders" upperBound="-1" eType="#//Folder" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Folder" eSuperTypes="#//Container"> <eStructuralFeatures xsi:type="ecore:EReference" name="modules" upperBound="-1" eType="#//Module" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pages" upperBound="-1" eType="#//HTML" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Module"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="path" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="moduleElements" upperBound="-1" eType="#//ModuleElement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1" eType="#//Module"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModuleElement" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="ESClass" eSuperTypes="#//ModuleElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fields" upperBound="-1" eType="#//Field" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="functions" upperBound="-1" eType="#//Function" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="extends" upperBound="-1" eType="#//ESClass"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="abstract" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Field"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Function"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//Parameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameter"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NgModule" eSuperTypes="#//ModuleElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ngModuleElements" upperBound="-1" eType="#//NgModuleElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dependencies" upperBound="-1" eType="#//Module"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NgModuleElement" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="NgService" eSuperTypes="#//ModuleElement #//NgModuleElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="esClass" eType="#//ESClass"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NgController" eSuperTypes="#//ModuleElement #//NgModuleElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="esClass" eType="#//ESClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dependencies" upperBound="-1" eType="#//NgService"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NgDirective" eSuperTypes="#//ModuleElement #//NgModuleElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EReference" name="esClass" eType="#//ESClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="controller" eType="#//NgController"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dependencies" upperBound="-1" eType="#//NgService"/> <eStructuralFeatures xsi:type="ecore:EReference" name="template" eType="#//Template" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HTML"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="path" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="controller" eType="#//NgController"/> <eStructuralFeatures xsi:type="ecore:EReference" name="directives" upperBound="-1" eType="#//NgDirective"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Template"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="path" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/masters-info-nantes/MagicalEditor/fr.univnantes.alma.angular/model/angular.ecore
ecore
angular Project name Container folders Folder modules pages name Module path moduleElements imports ModuleElement ESClass name fields functions extends abstract Field name type Function name parameters type Parameter name type NgModule name ngModuleElements dependencies NgModuleElement NgService name esClass NgController name esClass dependencies NgDirective name esClass controller dependencies template HTML path controller directives Template path
null
{"directed":true,"nodes":[{"nsPrefix":"angular","nsURI":"http://www.univnantes.fr/alma/angular","name":"angular","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Project","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Container","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Folder","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Module","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModuleElement","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ESClass","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Field","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Function","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NgModule","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NgModuleElement","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NgService","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NgController","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NgDirective","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HTML","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Template","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"folders","changeable":true,"resolveProxies":true,"lowerBound":0,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"path","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"moduleElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"imports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":35,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fields","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"functions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"extends","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"abstract","changeable":true,"lowerBound":0,"iD":false,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":46,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":56,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":60,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ngModuleElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":61,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dependencies","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":67,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"esClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":73,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"esClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dependencies","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":81,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"esClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":82,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"controller","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dependencies","changeable":true,"resolveProxies":true,"lowerBound":0,"id":84,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"template","changeable":true,"resolveProxies":true,"lowerBound":0,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"path","changeable":true,"lowerBound":0,"iD":false,"id":93,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"controller","changeable":true,"resolveProxies":true,"lowerBound":0,"id":94,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"directives","changeable":true,"resolveProxies":true,"lowerBound":0,"id":95,"derived":false},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"path","changeable":true,"lowerBound":0,"iD":false,"id":99,"derived":false},{"id":100,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":1,"target":0},{"source":1,"target":2},{"source":1,"target":17},{"source":1,"target":18},{"source":17,"target":19},{"source":17,"target":1},{"source":18,"target":2},{"source":2,"target":0},{"source":2,"target":20},{"source":20,"target":3},{"source":20,"target":21},{"source":20,"target":2},{"source":21,"target":3},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":22},{"source":3,"target":23},{"source":3,"target":24},{"source":3,"target":25},{"source":22,"target":4},{"source":22,"target":26},{"source":22,"target":3},{"source":26,"target":4},{"source":23,"target":15},{"source":23,"target":27},{"source":23,"target":3},{"source":27,"target":15},{"source":24,"target":28},{"source":24,"target":3},{"source":25,"target":2},{"source":4,"target":0},{"source":4,"target":29},{"source":4,"target":30},{"source":4,"target":31},{"source":29,"target":32},{"source":29,"target":4},{"source":30,"target":5},{"source":30,"target":33},{"source":30,"target":4},{"source":33,"target":5},{"source":31,"target":4},{"source":31,"target":34},{"source":31,"target":4},{"source":34,"target":4},{"source":5,"target":0},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":35},{"source":6,"target":36},{"source":6,"target":37},{"source":6,"target":38},{"source":6,"target":39},{"source":6,"target":40},{"source":35,"target":41},{"source":35,"target":6},{"source":36,"target":7},{"source":36,"target":42},{"source":36,"target":6},{"source":42,"target":7},{"source":37,"target":8},{"source":37,"target":43},{"source":37,"target":6},{"source":43,"target":8},{"source":38,"target":6},{"source":38,"target":44},{"source":38,"target":6},{"source":44,"target":6},{"source":39,"target":45},{"source":39,"target":6},{"source":40,"target":5},{"source":7,"target":0},{"source":7,"target":46},{"source":7,"target":47},{"source":46,"target":48},{"source":46,"target":7},{"source":47,"target":49},{"source":47,"target":7},{"source":8,"target":0},{"source":8,"target":50},{"source":8,"target":51},{"source":8,"target":52},{"source":50,"target":53},{"source":50,"target":8},{"source":51,"target":9},{"source":51,"target":54},{"source":51,"target":8},{"source":54,"target":9},{"source":52,"target":55},{"source":52,"target":8},{"source":9,"target":0},{"source":9,"target":56},{"source":9,"target":57},{"source":56,"target":58},{"source":56,"target":9},{"source":57,"target":59},{"source":57,"target":9},{"source":10,"target":0},{"source":10,"target":5},{"source":10,"target":60},{"source":10,"target":61},{"source":10,"target":62},{"source":10,"target":63},{"source":60,"target":64},{"source":60,"target":10},{"source":61,"target":11},{"source":61,"target":65},{"source":61,"target":10},{"source":65,"target":11},{"source":62,"target":4},{"source":62,"target":66},{"source":62,"target":10},{"source":66,"target":4},{"source":63,"target":5},{"source":11,"target":0},{"source":12,"target":0},{"source":12,"target":5},{"source":12,"target":11},{"source":12,"target":67},{"source":12,"target":68},{"source":12,"target":69},{"source":12,"target":70},{"source":67,"target":71},{"source":67,"target":12},{"source":68,"target":6},{"source":68,"target":72},{"source":68,"target":12},{"source":72,"target":6},{"source":69,"target":5},{"source":70,"target":11},{"source":13,"target":0},{"source":13,"target":5},{"source":13,"target":11},{"source":13,"target":73},{"source":13,"target":74},{"source":13,"target":75},{"source":13,"target":76},{"source":13,"target":77},{"source":73,"target":78},{"source":73,"target":13},{"source":74,"target":6},{"source":74,"target":79},{"source":74,"target":13},{"source":79,"target":6},{"source":75,"target":12},{"source":75,"target":80},{"source":75,"target":13},{"source":80,"target":12},{"source":76,"target":5},{"source":77,"target":11},{"source":14,"target":0},{"source":14,"target":5},{"source":14,"target":11},{"source":14,"target":81},{"source":14,"target":82},{"source":14,"target":83},{"source":14,"target":84},{"source":14,"target":85},{"source":14,"target":86},{"source":14,"target":87},{"source":81,"target":88},{"source":81,"target":14},{"source":82,"target":6},{"source":82,"target":89},{"source":82,"target":14},{"source":89,"target":6},{"source":83,"target":13},{"source":83,"target":90},{"source":83,"target":14},{"source":90,"target":13},{"source":84,"target":12},{"source":84,"target":91},{"source":84,"target":14},{"source":91,"target":12},{"source":85,"target":16},{"source":85,"target":92},{"source":85,"target":14},{"source":92,"target":16},{"source":86,"target":5},{"source":87,"target":11},{"source":15,"target":0},{"source":15,"target":93},{"source":15,"target":94},{"source":15,"target":95},{"source":93,"target":96},{"source":93,"target":15},{"source":94,"target":13},{"source":94,"target":97},{"source":94,"target":15},{"source":97,"target":13},{"source":95,"target":14},{"source":95,"target":98},{"source":95,"target":15},{"source":98,"target":14},{"source":16,"target":0},{"source":16,"target":99},{"source":99,"target":100},{"source":99,"target":16}],"multigraph":true}
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="ecore" nsURI="http://abstractoverride/" nsPrefix="ecore"> <eClassifiers xsi:type="ecore:EClass" name="EModelElement"/> <eClassifiers xsi:type="ecore:EClass" name="EClass" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="ENamedElement" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="EAttribute"/> </ecore:EPackage>
github:ecore:/data/diverse-project/melange/tests/fr.inria.diverse.melange.tests/tests-inputs/metamodels/merge/AbstractOverride.ecore
ecore
ecore EModelElement EClass ENamedElement EAttribute
null
{"directed":true,"nodes":[{"nsPrefix":"ecore","nsURI":"http://abstractoverride/","name":"ecore","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EModelElement","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EClass","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ENamedElement","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EAttribute","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":1,"target":0},{"source":2,"target":0},{"source":3,"target":0},{"source":4,"target":0}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="guardedfsm" nsURI="http://guardedfsm/" nsPrefix="guardedfsm"> <eClassifiers xsi:type="ecore:EClass" name="Guarded" eSuperTypes="../../minifsm/model/MiniFsm.ecore#//Transition"> <eStructuralFeatures xsi:type="ecore:EReference" name="guard" eType="ecore:EClass BoolExp.ecore#//Exp" containment="true"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/tdegueul/ale-xbase/examples/simple/MODELS/guardedfsm/model/GuardedFsm.ecore
ecore
guardedfsm Guarded guard
null
{"directed":true,"nodes":[{"nsPrefix":"guardedfsm","nsURI":"http://guardedfsm/","name":"guardedfsm","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Guarded","instanceClass":null,"abstract":false,"id":1,"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":"guard","changeable":true,"resolveProxies":true,"lowerBound":0,"id":2,"derived":false},{"id":3,"eClass":"EGenericType"},{"id":4,"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}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="services" nsURI="http://www.netxforge.com/22102013/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> <eAnnotations source="http://www.eclipse.org/edapt"> <details key="historyURI" value="netxstudio.history"/> </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>
github:ecore:/data/dzonekl/netxstudio/model/com.netxforge.netxstudio.models/models/edapt/13042011/services.ecore
ecore
services CFSService provider scenario CIID commonCIID localCIID DerivedResource values forecastValues trendedValues DistributionEntry resourceRef distribution resourceOrigin ResourceOriginType InBound InBound OutBound OutBound Internal Internal ResourceOriginTypeObject org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator RFSService nodes toleranceRefs functionalCategory Service cIID lifecycle services serviceForecasts serviceMonitors serviceUserRefs serviceDistribution serviceCategory serviceClass serviceDescription serviceName ServiceClassType Gold Gold Silver Silver Bronze Bronze ServiceClassTypeObject org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator ServiceDistribution distributionEntries expressionRefs ServiceForecast period serviceForecastUsers resourceForecasts name revision ServiceForecastUsers userValues serviceUserRef ServiceMonitor period resourceMonitors name revision ServiceProfile profileResources name ServiceUser serviceProfile expressionRef description name
null
{"directed":true,"nodes":[{"nsPrefix":"services","nsURI":"http://www.netxforge.com/22102013/services","name":"services","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CFSService","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CIID","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DerivedResource","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DistributionEntry","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ResourceOriginType","instanceClass":null,"id":5,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"ResourceOriginTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":6,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RFSService","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Service","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ServiceClassType","instanceClass":null,"id":9,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"ServiceClassTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":10,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceDistribution","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceForecast","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceForecastUsers","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceMonitor","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceProfile","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceUser","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"provider","changeable":true,"lowerBound":0,"iD":false,"id":17,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"scenario","changeable":true,"lowerBound":0,"iD":false,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"commonCIID","changeable":true,"lowerBound":0,"iD":false,"id":22,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"localCIID","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"values","changeable":true,"resolveProxies":false,"lowerBound":0,"id":27,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"forecastValues","changeable":true,"resolveProxies":false,"lowerBound":0,"id":28,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"trendedValues","changeable":true,"resolveProxies":false,"lowerBound":0,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"resourceRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"distribution","changeable":true,"resolveProxies":false,"lowerBound":0,"id":35,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"resourceOrigin","changeable":true,"lowerBound":0,"iD":false,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"name":"InBound","id":41,"value":0,"literal":"InBound","eClass":"EEnumLiteral"},{"name":"OutBound","id":42,"value":1,"literal":"OutBound","eClass":"EEnumLiteral"},{"name":"Internal","id":43,"value":2,"literal":"Internal","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"nodes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"toleranceRefs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"functionalCategory","changeable":true,"lowerBound":0,"iD":false,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cIID","changeable":true,"resolveProxies":false,"lowerBound":0,"id":51,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lifecycle","changeable":true,"resolveProxies":false,"lowerBound":0,"id":52,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"services","changeable":true,"resolveProxies":false,"lowerBound":0,"id":53,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"serviceForecasts","changeable":true,"resolveProxies":false,"lowerBound":0,"id":54,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"serviceMonitors","changeable":true,"resolveProxies":false,"lowerBound":0,"id":55,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"serviceUserRefs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"serviceDistribution","changeable":true,"resolveProxies":false,"lowerBound":0,"id":57,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"serviceCategory","changeable":true,"lowerBound":0,"iD":false,"id":58,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"serviceClass","changeable":true,"lowerBound":0,"iD":false,"id":59,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"serviceDescription","changeable":true,"lowerBound":0,"iD":false,"id":60,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"serviceName","changeable":true,"lowerBound":0,"iD":false,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"name":"Gold","id":74,"value":0,"literal":"Gold","eClass":"EEnumLiteral"},{"name":"Silver","id":75,"value":1,"literal":"Silver","eClass":"EEnumLiteral"},{"name":"Bronze","id":76,"value":2,"literal":"Bronze","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"distributionEntries","changeable":true,"resolveProxies":false,"lowerBound":0,"id":77,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"expressionRefs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"period","changeable":true,"resolveProxies":false,"lowerBound":0,"id":82,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"serviceForecastUsers","changeable":true,"resolveProxies":false,"lowerBound":0,"id":83,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"resourceForecasts","changeable":true,"resolveProxies":false,"lowerBound":0,"id":84,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":85,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"revision","changeable":true,"lowerBound":0,"iD":false,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"userValues","changeable":true,"resolveProxies":false,"lowerBound":0,"id":93,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"serviceUserRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":94,"derived":false},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"period","changeable":true,"resolveProxies":false,"lowerBound":0,"id":98,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"resourceMonitors","changeable":true,"resolveProxies":false,"lowerBound":0,"id":99,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":100,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"revision","changeable":true,"lowerBound":0,"iD":false,"id":101,"derived":false},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"profileResources","changeable":true,"resolveProxies":false,"lowerBound":0,"id":107,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":108,"derived":false},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"serviceProfile","changeable":true,"resolveProxies":false,"lowerBound":0,"id":112,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"expressionRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":113,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":114,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":115,"derived":false},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":1,"target":0},{"source":1,"target":8},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":17,"target":20},{"source":17,"target":1},{"source":18,"target":21},{"source":18,"target":1},{"source":19,"target":8},{"source":2,"target":0},{"source":2,"target":22},{"source":2,"target":23},{"source":2,"target":24},{"source":22,"target":25},{"source":22,"target":2},{"source":23,"target":26},{"source":23,"target":2},{"source":3,"target":0},{"source":3,"target":27},{"source":3,"target":28},{"source":3,"target":29},{"source":3,"target":30},{"source":27,"target":31},{"source":27,"target":3},{"source":28,"target":32},{"source":28,"target":3},{"source":29,"target":33},{"source":29,"target":3},{"source":4,"target":0},{"source":4,"target":34},{"source":4,"target":35},{"source":4,"target":36},{"source":4,"target":37},{"source":34,"target":38},{"source":34,"target":4},{"source":35,"target":3},{"source":35,"target":39},{"source":35,"target":4},{"source":39,"target":3},{"source":36,"target":5},{"source":36,"target":40},{"source":36,"target":4},{"source":40,"target":5},{"source":5,"target":0},{"source":5,"target":41},{"source":5,"target":42},{"source":5,"target":43},{"source":41,"target":5},{"source":42,"target":5},{"source":43,"target":5},{"source":6,"target":0},{"source":7,"target":0},{"source":7,"target":8},{"source":7,"target":44},{"source":7,"target":45},{"source":7,"target":46},{"source":7,"target":47},{"source":44,"target":48},{"source":44,"target":7},{"source":45,"target":49},{"source":45,"target":7},{"source":46,"target":50},{"source":46,"target":7},{"source":47,"target":8},{"source":8,"target":0},{"source":8,"target":51},{"source":8,"target":52},{"source":8,"target":53},{"source":8,"target":54},{"source":8,"target":55},{"source":8,"target":56},{"source":8,"target":57},{"source":8,"target":58},{"source":8,"target":59},{"source":8,"target":60},{"source":8,"target":61},{"source":8,"target":62},{"source":51,"target":2},{"source":51,"target":63},{"source":51,"target":8},{"source":63,"target":2},{"source":52,"target":64},{"source":52,"target":8},{"source":53,"target":8},{"source":53,"target":65},{"source":53,"target":8},{"source":65,"target":8},{"source":54,"target":12},{"source":54,"target":66},{"source":54,"target":8},{"source":66,"target":12},{"source":55,"target":14},{"source":55,"target":67},{"source":55,"target":8},{"source":67,"target":14},{"source":56,"target":16},{"source":56,"target":68},{"source":56,"target":8},{"source":68,"target":16},{"source":57,"target":11},{"source":57,"target":69},{"source":57,"target":8},{"source":69,"target":11},{"source":58,"target":70},{"source":58,"target":8},{"source":59,"target":9},{"source":59,"target":71},{"source":59,"target":8},{"source":71,"target":9},{"source":60,"target":72},{"source":60,"target":8},{"source":61,"target":73},{"source":61,"target":8},{"source":9,"target":0},{"source":9,"target":74},{"source":9,"target":75},{"source":9,"target":76},{"source":74,"target":9},{"source":75,"target":9},{"source":76,"target":9},{"source":10,"target":0},{"source":11,"target":0},{"source":11,"target":77},{"source":11,"target":78},{"source":11,"target":79},{"source":77,"target":4},{"source":77,"target":80},{"source":77,"target":11},{"source":80,"target":4},{"source":78,"target":81},{"source":78,"target":11},{"source":12,"target":0},{"source":12,"target":82},{"source":12,"target":83},{"source":12,"target":84},{"source":12,"target":85},{"source":12,"target":86},{"source":12,"target":87},{"source":82,"target":88},{"source":82,"target":12},{"source":83,"target":13},{"source":83,"target":89},{"source":83,"target":12},{"source":89,"target":13},{"source":84,"target":90},{"source":84,"target":12},{"source":85,"target":91},{"source":85,"target":12},{"source":86,"target":92},{"source":86,"target":12},{"source":13,"target":0},{"source":13,"target":93},{"source":13,"target":94},{"source":13,"target":95},{"source":93,"target":96},{"source":93,"target":13},{"source":94,"target":16},{"source":94,"target":97},{"source":94,"target":13},{"source":97,"target":16},{"source":14,"target":0},{"source":14,"target":98},{"source":14,"target":99},{"source":14,"target":100},{"source":14,"target":101},{"source":14,"target":102},{"source":98,"target":103},{"source":98,"target":14},{"source":99,"target":104},{"source":99,"target":14},{"source":100,"target":105},{"source":100,"target":14},{"source":101,"target":106},{"source":101,"target":14},{"source":15,"target":0},{"source":15,"target":107},{"source":15,"target":108},{"source":15,"target":109},{"source":107,"target":3},{"source":107,"target":110},{"source":107,"target":15},{"source":110,"target":3},{"source":108,"target":111},{"source":108,"target":15},{"source":16,"target":0},{"source":16,"target":112},{"source":16,"target":113},{"source":16,"target":114},{"source":16,"target":115},{"source":16,"target":116},{"source":112,"target":15},{"source":112,"target":117},{"source":112,"target":16},{"source":117,"target":15},{"source":113,"target":118},{"source":113,"target":16},{"source":114,"target":119},{"source":114,"target":16},{"source":115,"target":120},{"source":115,"target":16}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="kmLogo" nsURI="http://www.kermeta.org/kmLogo" nsPrefix="kmlogo"> <eClassifiers xsi:type="ecore:EDataType" name="Integer" instanceClassName="int"/> <eClassifiers xsi:type="ecore:EDataType" name="Boolean" instanceClassName="java.lang.Boolean"/> <eClassifiers xsi:type="ecore:EDataType" name="String" instanceClassName="java.lang.String"/> <eSubpackages name="ASM" nsURI="http://www.kermeta.org/kmLogo/ASM" nsPrefix="ASM"> <eClassifiers xsi:type="ecore:EClass" name="Instruction" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="Primitive" abstract="true" eSuperTypes="#//ASM/Instruction"/> <eClassifiers xsi:type="ecore:EClass" name="Back" eSuperTypes="#//ASM/Primitive"> <eStructuralFeatures xsi:type="ecore:EReference" name="steps" lowerBound="1" eType="#//ASM/Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Forward" eSuperTypes="#//ASM/Primitive"> <eStructuralFeatures xsi:type="ecore:EReference" name="steps" lowerBound="1" eType="#//ASM/Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Left" eSuperTypes="#//ASM/Primitive"> <eStructuralFeatures xsi:type="ecore:EReference" name="angle" eType="#//ASM/Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Right" eSuperTypes="#//ASM/Primitive"> <eStructuralFeatures xsi:type="ecore:EReference" name="angle" eType="#//ASM/Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PenDown" eSuperTypes="#//ASM/Primitive"/> <eClassifiers xsi:type="ecore:EClass" name="PenUp" eSuperTypes="#//ASM/Primitive"/> <eClassifiers xsi:type="ecore:EClass" name="Clear" eSuperTypes="#//ASM/Primitive"/> <eClassifiers xsi:type="ecore:EClass" name="Expression" abstract="true" eSuperTypes="#//ASM/Instruction"/> <eClassifiers xsi:type="ecore:EClass" name="BinaryExp" abstract="true" eSuperTypes="#//ASM/Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="lhs" lowerBound="1" eType="#//ASM/Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rhs" lowerBound="1" eType="#//ASM/Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Constant" eSuperTypes="#//ASM/Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="integerValue" eType="#//Integer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProcCall" eSuperTypes="#//ASM/Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="actualArgs" upperBound="-1" eType="#//ASM/Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="declaration" lowerBound="1" eType="#//ASM/ProcDeclaration" eOpposite="#//ASM/ProcDeclaration/procCall"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProcDeclaration" eSuperTypes="#//ASM/Instruction"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="args" upperBound="-1" eType="#//ASM/Parameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="procCall" upperBound="-1" eType="#//ASM/ProcCall" eOpposite="#//ASM/ProcCall/declaration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="instructions" upperBound="-1" eType="#//ASM/Instruction" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Block" eSuperTypes="#//ASM/Instruction"> <eStructuralFeatures xsi:type="ecore:EReference" name="instructions" upperBound="-1" eType="#//ASM/Instruction" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="If" eSuperTypes="#//ASM/ControlStructure"> <eStructuralFeatures xsi:type="ecore:EReference" name="thenPart" lowerBound="1" eType="#//ASM/Block" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elsePart" eType="#//ASM/Block" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ControlStructure" eSuperTypes="#//ASM/Instruction"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//ASM/Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Repeat" eSuperTypes="#//ASM/ControlStructure"> <eStructuralFeatures xsi:type="ecore:EReference" name="block" lowerBound="1" eType="#//ASM/Block" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="While" eSuperTypes="#//ASM/ControlStructure"> <eStructuralFeatures xsi:type="ecore:EReference" name="block" lowerBound="1" eType="#//ASM/Block" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameter"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParameterCall" eSuperTypes="#//ASM/Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameter" lowerBound="1" eType="#//ASM/Parameter"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Plus" eSuperTypes="#//ASM/BinaryExp"/> <eClassifiers xsi:type="ecore:EClass" name="Minus" eSuperTypes="#//ASM/BinaryExp"/> <eClassifiers xsi:type="ecore:EClass" name="Mult" eSuperTypes="#//ASM/BinaryExp"/> <eClassifiers xsi:type="ecore:EClass" name="Div" eSuperTypes="#//ASM/BinaryExp"/> <eClassifiers xsi:type="ecore:EClass" name="Equals" eSuperTypes="#//ASM/BinaryExp"/> <eClassifiers xsi:type="ecore:EClass" name="Greater" eSuperTypes="#//ASM/BinaryExp"/> <eClassifiers xsi:type="ecore:EClass" name="Lower" eSuperTypes="#//ASM/BinaryExp"/> <eClassifiers xsi:type="ecore:EClass" name="LogoProgram"> <eStructuralFeatures xsi:type="ecore:EReference" name="instructions" upperBound="-1" eType="#//ASM/Instruction" containment="true"/> </eClassifiers> </eSubpackages> </ecore:EPackage>
github:ecore:/data/diverse-project/k3/k3-tools/fr.inria.diverse.k3.tools.aspectGenerator/ASMLogo.ecore
ecore
kmLogo Integer int int Boolean java.lang.Boolean java.lang.Boolean String java.lang.String java.lang.String ASM Instruction Primitive Back steps Forward steps Left angle Right angle PenDown PenUp Clear Expression BinaryExp lhs rhs Constant integerValue ProcCall actualArgs declaration ProcDeclaration name args procCall instructions Block instructions If thenPart elsePart ControlStructure condition Repeat block While block Parameter name ParameterCall parameter Plus Minus Mult Div Equals Greater Lower LogoProgram instructions
null
{"directed":true,"nodes":[{"nsPrefix":"kmlogo","nsURI":"http://www.kermeta.org/kmLogo","name":"kmLogo","id":0,"eClass":"EPackage"},{"instanceTypeName":"int","defaultValue":0,"instanceClassName":"int","name":"Integer","instanceClass":"int","id":1,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Boolean","defaultValue":null,"instanceClassName":"java.lang.Boolean","name":"Boolean","instanceClass":"java.lang.Boolean","id":2,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"String","instanceClass":"java.lang.String","id":3,"serializable":true,"eClass":"EDataType"},{"nsPrefix":"ASM","nsURI":"http://www.kermeta.org/kmLogo/ASM","name":"ASM","id":4,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Primitive","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Back","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Forward","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Left","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Right","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PenDown","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PenUp","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Clear","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryExp","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constant","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcCall","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcDeclaration","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Block","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"If","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlStructure","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Repeat","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"While","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterCall","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Plus","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Minus","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mult","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Div","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Equals","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Greater","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Lower","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LogoProgram","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"id":34,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"steps","changeable":true,"resolveProxies":true,"lowerBound":1,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"steps","changeable":true,"resolveProxies":true,"lowerBound":1,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"angle","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"angle","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lhs","changeable":true,"resolveProxies":true,"lowerBound":1,"id":51,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rhs","changeable":true,"resolveProxies":true,"lowerBound":1,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"integerValue","changeable":true,"lowerBound":0,"iD":false,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"actualArgs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"declaration","changeable":true,"resolveProxies":true,"lowerBound":1,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"procCall","changeable":true,"resolveProxies":true,"lowerBound":0,"id":64,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":65,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"args","changeable":true,"resolveProxies":true,"lowerBound":0,"id":66,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"instructions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"instructions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"thenPart","changeable":true,"resolveProxies":true,"lowerBound":1,"id":76,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elsePart","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"block","changeable":true,"resolveProxies":true,"lowerBound":1,"id":84,"derived":false},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"block","changeable":true,"resolveProxies":true,"lowerBound":1,"id":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":90,"derived":false},{"id":91,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parameter","changeable":true,"resolveProxies":true,"lowerBound":1,"id":92,"derived":false},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"instructions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":102,"derived":false},{"id":103,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":1,"target":0},{"source":2,"target":0},{"source":3,"target":0},{"source":4,"target":5},{"source":4,"target":6},{"source":4,"target":7},{"source":4,"target":8},{"source":4,"target":9},{"source":4,"target":10},{"source":4,"target":11},{"source":4,"target":12},{"source":4,"target":13},{"source":4,"target":14},{"source":4,"target":15},{"source":4,"target":16},{"source":4,"target":17},{"source":4,"target":18},{"source":4,"target":19},{"source":4,"target":20},{"source":4,"target":21},{"source":4,"target":22},{"source":4,"target":23},{"source":4,"target":24},{"source":4,"target":25},{"source":4,"target":26},{"source":4,"target":27},{"source":4,"target":28},{"source":4,"target":29},{"source":4,"target":30},{"source":4,"target":31},{"source":4,"target":32},{"source":4,"target":33},{"source":4,"target":0},{"source":5,"target":4},{"source":6,"target":4},{"source":6,"target":5},{"source":6,"target":34},{"source":34,"target":5},{"source":7,"target":4},{"source":7,"target":6},{"source":7,"target":35},{"source":7,"target":36},{"source":35,"target":14},{"source":35,"target":37},{"source":35,"target":7},{"source":37,"target":14},{"source":36,"target":6},{"source":8,"target":4},{"source":8,"target":6},{"source":8,"target":38},{"source":8,"target":39},{"source":38,"target":14},{"source":38,"target":40},{"source":38,"target":8},{"source":40,"target":14},{"source":39,"target":6},{"source":9,"target":4},{"source":9,"target":6},{"source":9,"target":41},{"source":9,"target":42},{"source":41,"target":14},{"source":41,"target":43},{"source":41,"target":9},{"source":43,"target":14},{"source":42,"target":6},{"source":10,"target":4},{"source":10,"target":6},{"source":10,"target":44},{"source":10,"target":45},{"source":44,"target":14},{"source":44,"target":46},{"source":44,"target":10},{"source":46,"target":14},{"source":45,"target":6},{"source":11,"target":4},{"source":11,"target":6},{"source":11,"target":47},{"source":47,"target":6},{"source":12,"target":4},{"source":12,"target":6},{"source":12,"target":48},{"source":48,"target":6},{"source":13,"target":4},{"source":13,"target":6},{"source":13,"target":49},{"source":49,"target":6},{"source":14,"target":4},{"source":14,"target":5},{"source":14,"target":50},{"source":50,"target":5},{"source":15,"target":4},{"source":15,"target":14},{"source":15,"target":51},{"source":15,"target":52},{"source":15,"target":53},{"source":51,"target":14},{"source":51,"target":54},{"source":51,"target":15},{"source":54,"target":14},{"source":52,"target":14},{"source":52,"target":55},{"source":52,"target":15},{"source":55,"target":14},{"source":53,"target":14},{"source":16,"target":4},{"source":16,"target":14},{"source":16,"target":56},{"source":16,"target":57},{"source":56,"target":1},{"source":56,"target":58},{"source":56,"target":16},{"source":58,"target":1},{"source":57,"target":14},{"source":17,"target":4},{"source":17,"target":14},{"source":17,"target":59},{"source":17,"target":60},{"source":17,"target":61},{"source":59,"target":14},{"source":59,"target":62},{"source":59,"target":17},{"source":62,"target":14},{"source":60,"target":18},{"source":60,"target":63},{"source":60,"target":17},{"source":60,"target":64},{"source":63,"target":18},{"source":61,"target":14},{"source":18,"target":4},{"source":18,"target":5},{"source":18,"target":65},{"source":18,"target":66},{"source":18,"target":64},{"source":18,"target":67},{"source":18,"target":68},{"source":65,"target":3},{"source":65,"target":69},{"source":65,"target":18},{"source":69,"target":3},{"source":66,"target":24},{"source":66,"target":70},{"source":66,"target":18},{"source":70,"target":24},{"source":64,"target":17},{"source":64,"target":71},{"source":64,"target":18},{"source":64,"target":60},{"source":71,"target":17},{"source":67,"target":5},{"source":67,"target":72},{"source":67,"target":18},{"source":72,"target":5},{"source":68,"target":5},{"source":19,"target":4},{"source":19,"target":5},{"source":19,"target":73},{"source":19,"target":74},{"source":73,"target":5},{"source":73,"target":75},{"source":73,"target":19},{"source":75,"target":5},{"source":74,"target":5},{"source":20,"target":4},{"source":20,"target":21},{"source":20,"target":76},{"source":20,"target":77},{"source":20,"target":78},{"source":76,"target":19},{"source":76,"target":79},{"source":76,"target":20},{"source":79,"target":19},{"source":77,"target":19},{"source":77,"target":80},{"source":77,"target":20},{"source":80,"target":19},{"source":78,"target":21},{"source":21,"target":4},{"source":21,"target":5},{"source":21,"target":81},{"source":21,"target":82},{"source":81,"target":14},{"source":81,"target":83},{"source":81,"target":21},{"source":83,"target":14},{"source":82,"target":5},{"source":22,"target":4},{"source":22,"target":21},{"source":22,"target":84},{"source":22,"target":85},{"source":84,"target":19},{"source":84,"target":86},{"source":84,"target":22},{"source":86,"target":19},{"source":85,"target":21},{"source":23,"target":4},{"source":23,"target":21},{"source":23,"target":87},{"source":23,"target":88},{"source":87,"target":19},{"source":87,"target":89},{"source":87,"target":23},{"source":89,"target":19},{"source":88,"target":21},{"source":24,"target":4},{"source":24,"target":90},{"source":90,"target":3},{"source":90,"target":91},{"source":90,"target":24},{"source":91,"target":3},{"source":25,"target":4},{"source":25,"target":14},{"source":25,"target":92},{"source":25,"target":93},{"source":92,"target":24},{"source":92,"target":94},{"source":92,"target":25},{"source":94,"target":24},{"source":93,"target":14},{"source":26,"target":4},{"source":26,"target":15},{"source":26,"target":95},{"source":95,"target":15},{"source":27,"target":4},{"source":27,"target":15},{"source":27,"target":96},{"source":96,"target":15},{"source":28,"target":4},{"source":28,"target":15},{"source":28,"target":97},{"source":97,"target":15},{"source":29,"target":4},{"source":29,"target":15},{"source":29,"target":98},{"source":98,"target":15},{"source":30,"target":4},{"source":30,"target":15},{"source":30,"target":99},{"source":99,"target":15},{"source":31,"target":4},{"source":31,"target":15},{"source":31,"target":100},{"source":100,"target":15},{"source":32,"target":4},{"source":32,"target":15},{"source":32,"target":101},{"source":101,"target":15},{"source":33,"target":4},{"source":33,"target":102},{"source":102,"target":5},{"source":102,"target":103},{"source":102,"target":33},{"source":103,"target":5}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name=""> <eClassifiers xsi:type="ecore:EClass" name="ConstantFormula"> <eStructuralFeatures xsi:type="ecore:EReference" name="constant" upperBound="-1" eType="#//Constant"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Formula" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="Constant"/> </ecore:EPackage>
github:ecore:/data/classicwuhao/asmig/test/Coverage/coverage_test2.ecore
ecore
ConstantFormula constant Formula Constant
null
{"directed":true,"nodes":[{"nsPrefix":null,"nsURI":null,"name":"","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstantFormula","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Formula","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constant","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":false,"unsettable":false,"transient":false,"unique":true,"name":"constant","changeable":true,"resolveProxies":true,"lowerBound":0,"id":4,"derived":false},{"id":5,"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":3},{"source":4,"target":5},{"source":4,"target":1},{"source":5,"target":3},{"source":2,"target":0},{"source":3,"target":0}],"multigraph":true}
false
<?xml version="1.0" encoding="ASCII"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="integrity" nsURI="http://localhost:8484/oslc4jintegrity/services/rdfvocabulary#" nsPrefix="integrity"> <eClassifiers xsi:type="ecore:EClass" name="Server"> <eStructuralFeatures xsi:type="ecore:EReference" name="project" upperBound="-1" eType="#//Project" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Project"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="summary" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="state" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ID" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="modifiedBy" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="createdBy" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="modifiedDate" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="createdDate" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="significantEditDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="project" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subsystemRequirement" upperBound="-1" eType="#//SubsystemRequirement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="productRequirementDocument" upperBound="-1" eType="#//ProductRequirementDocument"/> <eStructuralFeatures xsi:type="ecore:EReference" name="module_ComponentRequirementDocument" upperBound="-1" eType="#//Module_ComponentRequirementDocument"/> <eStructuralFeatures xsi:type="ecore:EReference" name="productRequirement" upperBound="-1" eType="#//ProductRequirement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Item"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ID" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="field" upperBound="-1" eType="#//Field" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="PriorityEnumeration"> <eLiterals name="Low"/> <eLiterals name="Medium" value="1"/> <eLiterals name="High" value="2"/> <eLiterals name="Critical" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TraceStatusEnumeration"> <eLiterals name="None"/> <eLiterals name="Downstream" value="1"/> <eLiterals name="DownstreamRelated" value="2"/> <eLiterals name="DownstreamSuspect" value="3"/> <eLiterals name="DownstreamSuspectRelated" value="4"/> <eLiterals name="upstream" value="5"/> <eLiterals name="UpstreamDownstream" value="6"/> <eLiterals name="UpstreamDownstreamRelated" value="7"/> <eLiterals name="UpstreamDownstreamSuspect" value="8"/> <eLiterals name="UpstreamDownstreamSuspectRelated" value="9"/> <eLiterals name="UpstreamRelated" value="10"/> <eLiterals name="UpstreamSuspect" value="11"/> <eLiterals name="UpstreamSuspectDownstream" value="12"/> <eLiterals name="UpstreamSuspectDownstreamRelated" value="13"/> <eLiterals name="UpstreamSuspectDownstreamSuspect" value="14"/> <eLiterals name="UpstreamSuspectDownstreamSuspectRelated" value="15"/> <eLiterals name="UpstreamSuspectRelated" value="16"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Field"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SubsystemRequirement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="state" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="assignedUser" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="assignedGroup" eType="#//Item" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="project" eType="#//Project" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attachments" eType="#//Item" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="parameters" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="parameterValues" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="authorizingChangeRequest" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="changesAuthorizedBy" upperBound="-1" eType="#//Item" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="decomposedFrom" upperBound="-1" eType="#//Item" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="reports" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="downstreamTraceCount" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="externalID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="includeReference" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="includeSubsegmentinMetrics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="isRelatedTo" upperBound="-1" eType="#//Item" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="relatedTo" upperBound="-1" eType="#//Item" 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="parameterValuesFromSharedItem" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="priority" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rationale" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="risk" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="satisfiedBy" upperBound="-1" eType="#//Item" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="satisfies" upperBound="-1" eType="#//Item" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="source" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="spawns" upperBound="-1" eType="#//Item" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="suspectCount" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="textAttachments" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="traceStatus" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="upstreamTraceCount" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="validChangeRequest" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="windchillItem" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="projectPhase" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="systemAllocation" upperBound="-1" eType="#//Item" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="functionalAllocation" upperBound="-1" eType="#//Item" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="validatedBy" upperBound="-1" eType="#//Item" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="confidentialityInternal" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="reportgeneration" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="confidentialityExternal" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minorVersionID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="majorVersionID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="liveItemID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bookmarks" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="signatureComment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="signedBy" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Item" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="iD" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="modifiedBy" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="createdBy" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="modifiedDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="createdDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="category" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="references" eType="#//Item" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contains" upperBound="-1" eType="#//Item" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containedBy" eType="#//Item" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="referenceMode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="documentID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="subsegmentName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="referencedItemType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="shares" eType="#//Item" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sharedBy" upperBound="-1" eType="#//Item" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rootID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="referencedBookmarks" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inputRevisionDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="significantEditDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="itemSignificantEditDateonSharedItem" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="revision" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="revisionIncrementDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="significantChangeSinceItemRevision" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProductRequirementDocument"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="summary" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="state" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="assignedUser" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="project" eType="#//Project" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attachments" eType="#//ProductRequirement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="parameters" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="parameterValues" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sharedAttachments" eType="#//ProductRequirement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sharedText" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="allContentCount" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="allowEdits" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="authorizingChangeRequest" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="changesAuthorizedBy" upperBound="-1" eType="#//ProductRequirement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="closedChangeRequestsCount" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="missingUpstreamTraceCount" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="missingDownstreamTraceCount" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="documentPhase" eType="#//ProductRequirement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="documents" eType="#//ProductRequirement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="integrationDetails" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="integrationStatus" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="locationinWindchill" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="meaningfulContentCount" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="openChangeRequestsCount" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pendingChangeRequestsCount" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="metricsLastComputed" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rootDocument" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="selectWindchillLocation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sendtoWindchill" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="spawns" upperBound="-1" eType="#//ProductRequirement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="suspectContentCount" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="suspectContentPercentage" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="useHierarchicalEditability" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="validChangeRequest" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="windchillItem" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="windchillLocation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="windchillTransferProgress" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="projectPhase" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="confidentialityInternal" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="toElement" upperBound="-1" eType="#//ProductRequirement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="confidentialityExternal" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minorVersionID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="majorVersionID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="liveItemID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bookmarks" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="signatureComment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="signedBy" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//ProductRequirement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="iD" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="modifiedBy" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="createdBy" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="modifiedDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="createdDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contains" upperBound="-1" eType="#//ProductRequirement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sharedCategory" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="referencedBy" upperBound="-1" eType="#//ProductRequirement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rootID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inputRevisionDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="significantEditDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="revision" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="revisionIncrementDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="significantChangeSinceItemRevision" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Module_ComponentRequirementDocument"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="summary" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="state" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="assignedUser" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="project" eType="#//Project" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attachments" eType="#//Item" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="parameters" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="parameterValues" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sharedAttachments" eType="#//Item" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sharedText" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="allContentCount" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="allowEdits" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="authorizingChangeRequest" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="changesAuthorizedBy" upperBound="-1" eType="#//Item" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="closedChangeRequestsCount" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="missingUpstreamTraceCount" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="missingDownstreamTraceCount" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="documentPhase" eType="#//Item" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="documents" eType="#//Item" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="integrationDetails" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="integrationStatus" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="locationinWindchill" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="meaningfulContentCount" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="openChangeRequestsCount" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pendingChangeRequestsCount" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="metricsLastComputed" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rootDocument" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="selectWindchillLocation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sendtoWindchill" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="spawns" upperBound="-1" eType="#//Item" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="suspectContentCount" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="suspectContentPercentage" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="useHierarchicalEditability" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="validChangeRequest" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="windchillItem" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="windchillLocation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="windchillTransferProgress" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="projectPhase" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="toElement" upperBound="-1" eType="#//Item" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minorVersionID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="majorVersionID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="liveItemID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bookmarks" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="signatureComment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="signedBy" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Item" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="iD" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="modifiedBy" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="createdBy" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="modifiedDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="createdDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contains" upperBound="-1" eType="#//Item" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sharedCategory" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="referencedBy" upperBound="-1" eType="#//Item" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rootID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inputRevisionDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="significantEditDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="revision" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="revisionIncrementDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="significantChangeSinceItemRevision" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProductRequirement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="state" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="assignedUser" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="assignedGroup" eType="#//ProductRequirementDocument" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="project" eType="#//Project" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attachments" eType="#//ProductRequirementDocument" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="parameters" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="parameterValues" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="authorizingChangeRequest" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="changesAuthorizedBy" upperBound="-1" eType="#//ProductRequirementDocument" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="decomposedFrom" upperBound="-1" eType="#//ProductRequirementDocument" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="reports" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="downstreamTraceCount" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="externalID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="includeReference" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="includeSubsegmentinMetrics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="isRelatedTo" upperBound="-1" eType="#//ProductRequirementDocument" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="relatedTo" upperBound="-1" eType="#//ProductRequirementDocument" 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="parameterValuesFromSharedItem" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="priority" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rationale" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="risk" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="satisfiedBy" upperBound="-1" eType="#//ProductRequirementDocument" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="source" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="spawns" upperBound="-1" eType="#//ProductRequirementDocument" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="suspectCount" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="textAttachments" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="traceStatus" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="upstreamTraceCount" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="validChangeRequest" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="windchillItem" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="projectPhase" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="productFeatures" upperBound="-1" eType="#//ProductRequirementDocument" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="systemAllocation" upperBound="-1" eType="#//ProductRequirementDocument" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="functionalAllocation" upperBound="-1" eType="#//ProductRequirementDocument" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="validatedBy" upperBound="-1" eType="#//ProductRequirementDocument" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="confidentialityInternal" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="benefit" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="reportgeneration" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="confidentialityExternal" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="systemAllocationExists" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="functionalAllocationExists" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minorVersionID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="majorVersionID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="liveItemID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bookmarks" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="signatureComment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="signedBy" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//ProductRequirementDocument" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="iD" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="modifiedBy" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="createdBy" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="modifiedDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="createdDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="category" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="references" eType="#//ProductRequirementDocument" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contains" upperBound="-1" eType="#//ProductRequirementDocument" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containedBy" eType="#//ProductRequirementDocument" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="referenceMode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="documentID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="subsegmentName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="referencedItemType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="shares" eType="#//ProductRequirementDocument" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sharedBy" upperBound="-1" eType="#//ProductRequirementDocument" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rootID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="referencedBookmarks" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inputRevisionDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="significantEditDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="itemSignificantEditDateonSharedItem" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="revision" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="revisionIncrementDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="significantChangeSinceItemRevision" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/ld4mbse/oslc-adapter-integrity/edu.gatech.mbsec.adapter.integrity.ecore/model/customIntegrity.ecore
ecore
integrity Server project Project summary state ID modifiedBy createdBy modifiedDate createdDate name type significantEditDate project subsystemRequirement productRequirementDocument module_ComponentRequirementDocument productRequirement Item ID field PriorityEnumeration Low Low Medium Medium High High Critical Critical TraceStatusEnumeration None None Downstream Downstream DownstreamRelated DownstreamRelated DownstreamSuspect DownstreamSuspect DownstreamSuspectRelated DownstreamSuspectRelated upstream upstream UpstreamDownstream UpstreamDownstream UpstreamDownstreamRelated UpstreamDownstreamRelated UpstreamDownstreamSuspect UpstreamDownstreamSuspect UpstreamDownstreamSuspectRelated UpstreamDownstreamSuspectRelated UpstreamRelated UpstreamRelated UpstreamSuspect UpstreamSuspect UpstreamSuspectDownstream UpstreamSuspectDownstream UpstreamSuspectDownstreamRelated UpstreamSuspectDownstreamRelated UpstreamSuspectDownstreamSuspect UpstreamSuspectDownstreamSuspect UpstreamSuspectDownstreamSuspectRelated UpstreamSuspectDownstreamSuspectRelated UpstreamSuspectRelated UpstreamSuspectRelated Field name value SubsystemRequirement state assignedUser assignedGroup project attachments parameters parameterValues authorizingChangeRequest changesAuthorizedBy decomposedFrom reports downstreamTraceCount externalID includeReference includeSubsegmentinMetrics isRelatedTo relatedTo name parameterValuesFromSharedItem priority rationale risk satisfiedBy satisfies source spawns suspectCount text textAttachments traceStatus upstreamTraceCount validChangeRequest windchillItem projectPhase systemAllocation functionalAllocation validatedBy confidentialityInternal reportgeneration confidentialityExternal minorVersionID majorVersionID liveItemID bookmarks signatureComment signedBy type iD modifiedBy createdBy modifiedDate createdDate category references contains containedBy referenceMode documentID subsegmentName referencedItemType shares sharedBy rootID referencedBookmarks inputRevisionDate significantEditDate itemSignificantEditDateonSharedItem revision revisionIncrementDate significantChangeSinceItemRevision ProductRequirementDocument summary state assignedUser project attachments parameters parameterValues sharedAttachments sharedText allContentCount allowEdits authorizingChangeRequest changesAuthorizedBy closedChangeRequestsCount missingUpstreamTraceCount missingDownstreamTraceCount description documentPhase documents integrationDetails integrationStatus locationinWindchill meaningfulContentCount openChangeRequestsCount pendingChangeRequestsCount metricsLastComputed rootDocument selectWindchillLocation sendtoWindchill spawns suspectContentCount suspectContentPercentage useHierarchicalEditability validChangeRequest windchillItem windchillLocation windchillTransferProgress projectPhase confidentialityInternal toElement confidentialityExternal minorVersionID majorVersionID liveItemID bookmarks signatureComment signedBy type iD modifiedBy createdBy modifiedDate createdDate contains sharedCategory referencedBy rootID inputRevisionDate significantEditDate revision revisionIncrementDate significantChangeSinceItemRevision Module_ComponentRequirementDocument summary state assignedUser project attachments parameters parameterValues sharedAttachments sharedText allContentCount allowEdits authorizingChangeRequest changesAuthorizedBy closedChangeRequestsCount missingUpstreamTraceCount missingDownstreamTraceCount description documentPhase documents integrationDetails integrationStatus locationinWindchill meaningfulContentCount openChangeRequestsCount pendingChangeRequestsCount metricsLastComputed rootDocument selectWindchillLocation sendtoWindchill spawns suspectContentCount suspectContentPercentage useHierarchicalEditability validChangeRequest windchillItem windchillLocation windchillTransferProgress projectPhase toElement minorVersionID majorVersionID liveItemID bookmarks signatureComment signedBy type iD modifiedBy createdBy modifiedDate createdDate contains sharedCategory referencedBy rootID inputRevisionDate significantEditDate revision revisionIncrementDate significantChangeSinceItemRevision ProductRequirement state assignedUser assignedGroup project attachments parameters parameterValues authorizingChangeRequest changesAuthorizedBy decomposedFrom reports downstreamTraceCount externalID includeReference includeSubsegmentinMetrics isRelatedTo relatedTo name parameterValuesFromSharedItem priority rationale risk satisfiedBy source spawns suspectCount text textAttachments traceStatus upstreamTraceCount validChangeRequest windchillItem projectPhase productFeatures systemAllocation functionalAllocation validatedBy confidentialityInternal benefit reportgeneration confidentialityExternal systemAllocationExists functionalAllocationExists minorVersionID majorVersionID liveItemID bookmarks signatureComment signedBy type iD modifiedBy createdBy modifiedDate createdDate category references contains containedBy referenceMode documentID subsegmentName referencedItemType shares sharedBy rootID referencedBookmarks inputRevisionDate significantEditDate itemSignificantEditDateonSharedItem revision revisionIncrementDate significantChangeSinceItemRevision
null
{"directed":true,"nodes":[{"nsPrefix":"integrity","nsURI":"http://localhost:8484/oslc4jintegrity/services/rdfvocabulary#","name":"integrity","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Server","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Project","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Item","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"PriorityEnumeration","instanceClass":null,"id":4,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"TraceStatusEnumeration","instanceClass":null,"id":5,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Field","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubsystemRequirement","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProductRequirementDocument","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Module_ComponentRequirementDocument","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProductRequirement","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"project","changeable":true,"resolveProxies":true,"lowerBound":0,"id":11,"derived":false},{"id":12,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"summary","changeable":true,"lowerBound":1,"iD":false,"id":13,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"state","changeable":true,"lowerBound":0,"iD":false,"id":14,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ID","changeable":true,"lowerBound":1,"iD":false,"id":15,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"modifiedBy","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":"createdBy","changeable":true,"lowerBound":1,"iD":false,"id":17,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"modifiedDate","changeable":true,"lowerBound":1,"iD":false,"id":18,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"createdDate","changeable":true,"lowerBound":1,"iD":false,"id":19,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":20,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","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":"significantEditDate","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":"project","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"subsystemRequirement","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":"productRequirementDocument","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"module_ComponentRequirementDocument","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"productRequirement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"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":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ID","changeable":true,"lowerBound":1,"iD":false,"id":43,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"field","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"name":"Low","id":47,"value":0,"literal":"Low","eClass":"EEnumLiteral"},{"name":"Medium","id":48,"value":1,"literal":"Medium","eClass":"EEnumLiteral"},{"name":"High","id":49,"value":2,"literal":"High","eClass":"EEnumLiteral"},{"name":"Critical","id":50,"value":3,"literal":"Critical","eClass":"EEnumLiteral"},{"name":"None","id":51,"value":0,"literal":"None","eClass":"EEnumLiteral"},{"name":"Downstream","id":52,"value":1,"literal":"Downstream","eClass":"EEnumLiteral"},{"name":"DownstreamRelated","id":53,"value":2,"literal":"DownstreamRelated","eClass":"EEnumLiteral"},{"name":"DownstreamSuspect","id":54,"value":3,"literal":"DownstreamSuspect","eClass":"EEnumLiteral"},{"name":"DownstreamSuspectRelated","id":55,"value":4,"literal":"DownstreamSuspectRelated","eClass":"EEnumLiteral"},{"name":"upstream","id":56,"value":5,"literal":"upstream","eClass":"EEnumLiteral"},{"name":"UpstreamDownstream","id":57,"value":6,"literal":"UpstreamDownstream","eClass":"EEnumLiteral"},{"name":"UpstreamDownstreamRelated","id":58,"value":7,"literal":"UpstreamDownstreamRelated","eClass":"EEnumLiteral"},{"name":"UpstreamDownstreamSuspect","id":59,"value":8,"literal":"UpstreamDownstreamSuspect","eClass":"EEnumLiteral"},{"name":"UpstreamDownstreamSuspectRelated","id":60,"value":9,"literal":"UpstreamDownstreamSuspectRelated","eClass":"EEnumLiteral"},{"name":"UpstreamRelated","id":61,"value":10,"literal":"UpstreamRelated","eClass":"EEnumLiteral"},{"name":"UpstreamSuspect","id":62,"value":11,"literal":"UpstreamSuspect","eClass":"EEnumLiteral"},{"name":"UpstreamSuspectDownstream","id":63,"value":12,"literal":"UpstreamSuspectDownstream","eClass":"EEnumLiteral"},{"name":"UpstreamSuspectDownstreamRelated","id":64,"value":13,"literal":"UpstreamSuspectDownstreamRelated","eClass":"EEnumLiteral"},{"name":"UpstreamSuspectDownstreamSuspect","id":65,"value":14,"literal":"UpstreamSuspectDownstreamSuspect","eClass":"EEnumLiteral"},{"name":"UpstreamSuspectDownstreamSuspectRelated","id":66,"value":15,"literal":"UpstreamSuspectDownstreamSuspectRelated","eClass":"EEnumLiteral"},{"name":"UpstreamSuspectRelated","id":67,"value":16,"literal":"UpstreamSuspectRelated","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":68,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"state","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":"assignedUser","changeable":true,"lowerBound":0,"iD":false,"id":73,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"assignedGroup","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"project","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":"attachments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"lowerBound":0,"iD":false,"id":77,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"parameterValues","changeable":true,"lowerBound":0,"iD":false,"id":78,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"authorizingChangeRequest","changeable":true,"lowerBound":0,"iD":false,"id":79,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"changesAuthorizedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":80,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"decomposedFrom","changeable":true,"resolveProxies":true,"lowerBound":0,"id":81,"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":"reports","changeable":true,"lowerBound":0,"iD":false,"id":82,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"downstreamTraceCount","changeable":true,"lowerBound":0,"iD":false,"id":83,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"externalID","changeable":true,"lowerBound":0,"iD":false,"id":84,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"includeReference","changeable":true,"lowerBound":0,"iD":false,"id":85,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"includeSubsegmentinMetrics","changeable":true,"lowerBound":0,"iD":false,"id":86,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"isRelatedTo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":87,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"relatedTo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":88,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":89,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"parameterValuesFromSharedItem","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":"priority","changeable":true,"lowerBound":0,"iD":false,"id":91,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rationale","changeable":true,"lowerBound":0,"iD":false,"id":92,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"risk","changeable":true,"lowerBound":0,"iD":false,"id":93,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"satisfiedBy","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":"satisfies","changeable":true,"resolveProxies":true,"lowerBound":0,"id":95,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"lowerBound":0,"iD":false,"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":"spawns","changeable":true,"resolveProxies":true,"lowerBound":0,"id":97,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"suspectCount","changeable":true,"lowerBound":0,"iD":false,"id":98,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"text","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":"textAttachments","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":"traceStatus","changeable":true,"lowerBound":0,"iD":false,"id":101,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"upstreamTraceCount","changeable":true,"lowerBound":0,"iD":false,"id":102,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"validChangeRequest","changeable":true,"lowerBound":0,"iD":false,"id":103,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"windchillItem","changeable":true,"lowerBound":0,"iD":false,"id":104,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"projectPhase","changeable":true,"lowerBound":0,"iD":false,"id":105,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"systemAllocation","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":"functionalAllocation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":107,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"validatedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":108,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"confidentialityInternal","changeable":true,"lowerBound":0,"iD":false,"id":109,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"reportgeneration","changeable":true,"lowerBound":0,"iD":false,"id":110,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"confidentialityExternal","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":"minorVersionID","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":"majorVersionID","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":"liveItemID","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":"bookmarks","changeable":true,"lowerBound":0,"iD":false,"id":115,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"signatureComment","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":"signedBy","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":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":118,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"iD","changeable":true,"lowerBound":0,"iD":false,"id":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":"modifiedBy","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":"createdBy","changeable":true,"lowerBound":0,"iD":false,"id":121,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"modifiedDate","changeable":true,"lowerBound":0,"iD":false,"id":122,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"createdDate","changeable":true,"lowerBound":0,"iD":false,"id":123,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"category","changeable":true,"lowerBound":0,"iD":false,"id":124,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"references","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":"contains","changeable":true,"resolveProxies":true,"lowerBound":0,"id":126,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"containedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":127,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"referenceMode","changeable":true,"lowerBound":0,"iD":false,"id":128,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"documentID","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":"subsegmentName","changeable":true,"lowerBound":0,"iD":false,"id":130,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"referencedItemType","changeable":true,"lowerBound":0,"iD":false,"id":131,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"shares","changeable":true,"resolveProxies":true,"lowerBound":0,"id":132,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sharedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":133,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rootID","changeable":true,"lowerBound":0,"iD":false,"id":134,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"referencedBookmarks","changeable":true,"lowerBound":0,"iD":false,"id":135,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"inputRevisionDate","changeable":true,"lowerBound":0,"iD":false,"id":136,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"significantEditDate","changeable":true,"lowerBound":0,"iD":false,"id":137,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"itemSignificantEditDateonSharedItem","changeable":true,"lowerBound":0,"iD":false,"id":138,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"revision","changeable":true,"lowerBound":0,"iD":false,"id":139,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"revisionIncrementDate","changeable":true,"lowerBound":0,"iD":false,"id":140,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"significantChangeSinceItemRevision","changeable":true,"lowerBound":0,"iD":false,"id":141,"derived":false},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"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"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"summary","changeable":true,"lowerBound":0,"iD":false,"id":212,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"state","changeable":true,"lowerBound":0,"iD":false,"id":213,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"assignedUser","changeable":true,"lowerBound":0,"iD":false,"id":214,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"project","changeable":true,"resolveProxies":true,"lowerBound":0,"id":215,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attachments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":216,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"lowerBound":0,"iD":false,"id":217,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"parameterValues","changeable":true,"lowerBound":0,"iD":false,"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":"sharedAttachments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":219,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sharedText","changeable":true,"lowerBound":0,"iD":false,"id":220,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"allContentCount","changeable":true,"lowerBound":0,"iD":false,"id":221,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"allowEdits","changeable":true,"lowerBound":0,"iD":false,"id":222,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"authorizingChangeRequest","changeable":true,"lowerBound":0,"iD":false,"id":223,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"changesAuthorizedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":224,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"closedChangeRequestsCount","changeable":true,"lowerBound":0,"iD":false,"id":225,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"missingUpstreamTraceCount","changeable":true,"lowerBound":0,"iD":false,"id":226,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"missingDownstreamTraceCount","changeable":true,"lowerBound":0,"iD":false,"id":227,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":228,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"documentPhase","changeable":true,"resolveProxies":true,"lowerBound":0,"id":229,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"documents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":230,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"integrationDetails","changeable":true,"lowerBound":0,"iD":false,"id":231,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"integrationStatus","changeable":true,"lowerBound":0,"iD":false,"id":232,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"locationinWindchill","changeable":true,"lowerBound":0,"iD":false,"id":233,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"meaningfulContentCount","changeable":true,"lowerBound":0,"iD":false,"id":234,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"openChangeRequestsCount","changeable":true,"lowerBound":0,"iD":false,"id":235,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pendingChangeRequestsCount","changeable":true,"lowerBound":0,"iD":false,"id":236,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"metricsLastComputed","changeable":true,"lowerBound":0,"iD":false,"id":237,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rootDocument","changeable":true,"lowerBound":0,"iD":false,"id":238,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"selectWindchillLocation","changeable":true,"lowerBound":0,"iD":false,"id":239,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sendtoWindchill","changeable":true,"lowerBound":0,"iD":false,"id":240,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"spawns","changeable":true,"resolveProxies":true,"lowerBound":0,"id":241,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"suspectContentCount","changeable":true,"lowerBound":0,"iD":false,"id":242,"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":"suspectContentPercentage","changeable":true,"lowerBound":0,"iD":false,"id":243,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"useHierarchicalEditability","changeable":true,"lowerBound":0,"iD":false,"id":244,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"validChangeRequest","changeable":true,"lowerBound":0,"iD":false,"id":245,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"windchillItem","changeable":true,"lowerBound":0,"iD":false,"id":246,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"windchillLocation","changeable":true,"lowerBound":0,"iD":false,"id":247,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"windchillTransferProgress","changeable":true,"lowerBound":0,"iD":false,"id":248,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"projectPhase","changeable":true,"lowerBound":0,"iD":false,"id":249,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"confidentialityInternal","changeable":true,"lowerBound":0,"iD":false,"id":250,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"toElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":251,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"confidentialityExternal","changeable":true,"lowerBound":0,"iD":false,"id":252,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"minorVersionID","changeable":true,"lowerBound":0,"iD":false,"id":253,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"majorVersionID","changeable":true,"lowerBound":0,"iD":false,"id":254,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"liveItemID","changeable":true,"lowerBound":0,"iD":false,"id":255,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"bookmarks","changeable":true,"lowerBound":0,"iD":false,"id":256,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"signatureComment","changeable":true,"lowerBound":0,"iD":false,"id":257,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"signedBy","changeable":true,"lowerBound":0,"iD":false,"id":258,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":259,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"iD","changeable":true,"lowerBound":0,"iD":false,"id":260,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"modifiedBy","changeable":true,"lowerBound":0,"iD":false,"id":261,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"createdBy","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":"modifiedDate","changeable":true,"lowerBound":0,"iD":false,"id":263,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"createdDate","changeable":true,"lowerBound":0,"iD":false,"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":"contains","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"sharedCategory","changeable":true,"lowerBound":0,"iD":false,"id":266,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"referencedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":267,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rootID","changeable":true,"lowerBound":0,"iD":false,"id":268,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"inputRevisionDate","changeable":true,"lowerBound":0,"iD":false,"id":269,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"significantEditDate","changeable":true,"lowerBound":0,"iD":false,"id":270,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"revision","changeable":true,"lowerBound":0,"iD":false,"id":271,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"revisionIncrementDate","changeable":true,"lowerBound":0,"iD":false,"id":272,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"significantChangeSinceItemRevision","changeable":true,"lowerBound":0,"iD":false,"id":273,"derived":false},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"id":335,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"summary","changeable":true,"lowerBound":0,"iD":false,"id":336,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"state","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":"assignedUser","changeable":true,"lowerBound":0,"iD":false,"id":338,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"project","changeable":true,"resolveProxies":true,"lowerBound":0,"id":339,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attachments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":340,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"lowerBound":0,"iD":false,"id":341,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"parameterValues","changeable":true,"lowerBound":0,"iD":false,"id":342,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sharedAttachments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":343,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sharedText","changeable":true,"lowerBound":0,"iD":false,"id":344,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"allContentCount","changeable":true,"lowerBound":0,"iD":false,"id":345,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"allowEdits","changeable":true,"lowerBound":0,"iD":false,"id":346,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"authorizingChangeRequest","changeable":true,"lowerBound":0,"iD":false,"id":347,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"changesAuthorizedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":348,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"closedChangeRequestsCount","changeable":true,"lowerBound":0,"iD":false,"id":349,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"missingUpstreamTraceCount","changeable":true,"lowerBound":0,"iD":false,"id":350,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"missingDownstreamTraceCount","changeable":true,"lowerBound":0,"iD":false,"id":351,"derived":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":352,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"documentPhase","changeable":true,"resolveProxies":true,"lowerBound":0,"id":353,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"documents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":354,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"integrationDetails","changeable":true,"lowerBound":0,"iD":false,"id":355,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"integrationStatus","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":"locationinWindchill","changeable":true,"lowerBound":0,"iD":false,"id":357,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"meaningfulContentCount","changeable":true,"lowerBound":0,"iD":false,"id":358,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"openChangeRequestsCount","changeable":true,"lowerBound":0,"iD":false,"id":359,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pendingChangeRequestsCount","changeable":true,"lowerBound":0,"iD":false,"id":360,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"metricsLastComputed","changeable":true,"lowerBound":0,"iD":false,"id":361,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rootDocument","changeable":true,"lowerBound":0,"iD":false,"id":362,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"selectWindchillLocation","changeable":true,"lowerBound":0,"iD":false,"id":363,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sendtoWindchill","changeable":true,"lowerBound":0,"iD":false,"id":364,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"spawns","changeable":true,"resolveProxies":true,"lowerBound":0,"id":365,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"suspectContentCount","changeable":true,"lowerBound":0,"iD":false,"id":366,"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":"suspectContentPercentage","changeable":true,"lowerBound":0,"iD":false,"id":367,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"useHierarchicalEditability","changeable":true,"lowerBound":0,"iD":false,"id":368,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"validChangeRequest","changeable":true,"lowerBound":0,"iD":false,"id":369,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"windchillItem","changeable":true,"lowerBound":0,"iD":false,"id":370,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"windchillLocation","changeable":true,"lowerBound":0,"iD":false,"id":371,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"windchillTransferProgress","changeable":true,"lowerBound":0,"iD":false,"id":372,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"projectPhase","changeable":true,"lowerBound":0,"iD":false,"id":373,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"toElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":374,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"minorVersionID","changeable":true,"lowerBound":0,"iD":false,"id":375,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"majorVersionID","changeable":true,"lowerBound":0,"iD":false,"id":376,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"liveItemID","changeable":true,"lowerBound":0,"iD":false,"id":377,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"bookmarks","changeable":true,"lowerBound":0,"iD":false,"id":378,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"signatureComment","changeable":true,"lowerBound":0,"iD":false,"id":379,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"signedBy","changeable":true,"lowerBound":0,"iD":false,"id":380,"derived":false},{"container":false,"ordered":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":381,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"iD","changeable":true,"lowerBound":0,"iD":false,"id":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":"modifiedBy","changeable":true,"lowerBound":0,"iD":false,"id":383,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"createdBy","changeable":true,"lowerBound":0,"iD":false,"id":384,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"modifiedDate","changeable":true,"lowerBound":0,"iD":false,"id":385,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"createdDate","changeable":true,"lowerBound":0,"iD":false,"id":386,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contains","changeable":true,"resolveProxies":true,"lowerBound":0,"id":387,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sharedCategory","changeable":true,"lowerBound":0,"iD":false,"id":388,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"referencedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":389,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rootID","changeable":true,"lowerBound":0,"iD":false,"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":"inputRevisionDate","changeable":true,"lowerBound":0,"iD":false,"id":391,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"significantEditDate","changeable":true,"lowerBound":0,"iD":false,"id":392,"derived":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":393,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"revisionIncrementDate","changeable":true,"lowerBound":0,"iD":false,"id":394,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"significantChangeSinceItemRevision","changeable":true,"lowerBound":0,"iD":false,"id":395,"derived":false},{"id":396,"eClass":"EGenericType"},{"id":397,"eClass":"EGenericType"},{"id":398,"eClass":"EGenericType"},{"id":399,"eClass":"EGenericType"},{"id":400,"eClass":"EGenericType"},{"id":401,"eClass":"EGenericType"},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"id":405,"eClass":"EGenericType"},{"id":406,"eClass":"EGenericType"},{"id":407,"eClass":"EGenericType"},{"id":408,"eClass":"EGenericType"},{"id":409,"eClass":"EGenericType"},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"},{"id":413,"eClass":"EGenericType"},{"id":414,"eClass":"EGenericType"},{"id":415,"eClass":"EGenericType"},{"id":416,"eClass":"EGenericType"},{"id":417,"eClass":"EGenericType"},{"id":418,"eClass":"EGenericType"},{"id":419,"eClass":"EGenericType"},{"id":420,"eClass":"EGenericType"},{"id":421,"eClass":"EGenericType"},{"id":422,"eClass":"EGenericType"},{"id":423,"eClass":"EGenericType"},{"id":424,"eClass":"EGenericType"},{"id":425,"eClass":"EGenericType"},{"id":426,"eClass":"EGenericType"},{"id":427,"eClass":"EGenericType"},{"id":428,"eClass":"EGenericType"},{"id":429,"eClass":"EGenericType"},{"id":430,"eClass":"EGenericType"},{"id":431,"eClass":"EGenericType"},{"id":432,"eClass":"EGenericType"},{"id":433,"eClass":"EGenericType"},{"id":434,"eClass":"EGenericType"},{"id":435,"eClass":"EGenericType"},{"id":436,"eClass":"EGenericType"},{"id":437,"eClass":"EGenericType"},{"id":438,"eClass":"EGenericType"},{"id":439,"eClass":"EGenericType"},{"id":440,"eClass":"EGenericType"},{"id":441,"eClass":"EGenericType"},{"id":442,"eClass":"EGenericType"},{"id":443,"eClass":"EGenericType"},{"id":444,"eClass":"EGenericType"},{"id":445,"eClass":"EGenericType"},{"id":446,"eClass":"EGenericType"},{"id":447,"eClass":"EGenericType"},{"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"},{"id":455,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"state","changeable":true,"lowerBound":0,"iD":false,"id":456,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"assignedUser","changeable":true,"lowerBound":0,"iD":false,"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":"assignedGroup","changeable":true,"resolveProxies":true,"lowerBound":0,"id":458,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"project","changeable":true,"resolveProxies":true,"lowerBound":0,"id":459,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attachments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":460,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"lowerBound":0,"iD":false,"id":461,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"parameterValues","changeable":true,"lowerBound":0,"iD":false,"id":462,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"authorizingChangeRequest","changeable":true,"lowerBound":0,"iD":false,"id":463,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"changesAuthorizedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":464,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"decomposedFrom","changeable":true,"resolveProxies":true,"lowerBound":0,"id":465,"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":"reports","changeable":true,"lowerBound":0,"iD":false,"id":466,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"downstreamTraceCount","changeable":true,"lowerBound":0,"iD":false,"id":467,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"externalID","changeable":true,"lowerBound":0,"iD":false,"id":468,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"includeReference","changeable":true,"lowerBound":0,"iD":false,"id":469,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"includeSubsegmentinMetrics","changeable":true,"lowerBound":0,"iD":false,"id":470,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"isRelatedTo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":471,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"relatedTo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":472,"derived":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":473,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"parameterValuesFromSharedItem","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":"priority","changeable":true,"lowerBound":0,"iD":false,"id":475,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rationale","changeable":true,"lowerBound":0,"iD":false,"id":476,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"risk","changeable":true,"lowerBound":0,"iD":false,"id":477,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"satisfiedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":478,"derived":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":479,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"spawns","changeable":true,"resolveProxies":true,"lowerBound":0,"id":480,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"suspectCount","changeable":true,"lowerBound":0,"iD":false,"id":481,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"text","changeable":true,"lowerBound":0,"iD":false,"id":482,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"textAttachments","changeable":true,"lowerBound":0,"iD":false,"id":483,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"traceStatus","changeable":true,"lowerBound":0,"iD":false,"id":484,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"upstreamTraceCount","changeable":true,"lowerBound":0,"iD":false,"id":485,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"validChangeRequest","changeable":true,"lowerBound":0,"iD":false,"id":486,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"windchillItem","changeable":true,"lowerBound":0,"iD":false,"id":487,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"projectPhase","changeable":true,"lowerBound":0,"iD":false,"id":488,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"productFeatures","changeable":true,"resolveProxies":true,"lowerBound":0,"id":489,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"systemAllocation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":490,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"functionalAllocation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":491,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"validatedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":492,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"confidentialityInternal","changeable":true,"lowerBound":0,"iD":false,"id":493,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"benefit","changeable":true,"lowerBound":0,"iD":false,"id":494,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"reportgeneration","changeable":true,"lowerBound":0,"iD":false,"id":495,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"confidentialityExternal","changeable":true,"lowerBound":0,"iD":false,"id":496,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"systemAllocationExists","changeable":true,"lowerBound":0,"iD":false,"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":"functionalAllocationExists","changeable":true,"lowerBound":0,"iD":false,"id":498,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"minorVersionID","changeable":true,"lowerBound":0,"iD":false,"id":499,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"majorVersionID","changeable":true,"lowerBound":0,"iD":false,"id":500,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"liveItemID","changeable":true,"lowerBound":0,"iD":false,"id":501,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"bookmarks","changeable":true,"lowerBound":0,"iD":false,"id":502,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"signatureComment","changeable":true,"lowerBound":0,"iD":false,"id":503,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"signedBy","changeable":true,"lowerBound":0,"iD":false,"id":504,"derived":false},{"container":false,"ordered":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":505,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"iD","changeable":true,"lowerBound":0,"iD":false,"id":506,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"modifiedBy","changeable":true,"lowerBound":0,"iD":false,"id":507,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"createdBy","changeable":true,"lowerBound":0,"iD":false,"id":508,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"modifiedDate","changeable":true,"lowerBound":0,"iD":false,"id":509,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"createdDate","changeable":true,"lowerBound":0,"iD":false,"id":510,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"category","changeable":true,"lowerBound":0,"iD":false,"id":511,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"references","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":"contains","changeable":true,"resolveProxies":true,"lowerBound":0,"id":513,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"containedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":514,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"referenceMode","changeable":true,"lowerBound":0,"iD":false,"id":515,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"documentID","changeable":true,"lowerBound":0,"iD":false,"id":516,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"subsegmentName","changeable":true,"lowerBound":0,"iD":false,"id":517,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"referencedItemType","changeable":true,"lowerBound":0,"iD":false,"id":518,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"shares","changeable":true,"resolveProxies":true,"lowerBound":0,"id":519,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sharedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":520,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rootID","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":"referencedBookmarks","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":"inputRevisionDate","changeable":true,"lowerBound":0,"iD":false,"id":523,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"significantEditDate","changeable":true,"lowerBound":0,"iD":false,"id":524,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"itemSignificantEditDateonSharedItem","changeable":true,"lowerBound":0,"iD":false,"id":525,"derived":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":526,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"revisionIncrementDate","changeable":true,"lowerBound":0,"iD":false,"id":527,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"significantChangeSinceItemRevision","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"},{"id":533,"eClass":"EGenericType"},{"id":534,"eClass":"EGenericType"},{"id":535,"eClass":"EGenericType"},{"id":536,"eClass":"EGenericType"},{"id":537,"eClass":"EGenericType"},{"id":538,"eClass":"EGenericType"},{"id":539,"eClass":"EGenericType"},{"id":540,"eClass":"EGenericType"},{"id":541,"eClass":"EGenericType"},{"id":542,"eClass":"EGenericType"},{"id":543,"eClass":"EGenericType"},{"id":544,"eClass":"EGenericType"},{"id":545,"eClass":"EGenericType"},{"id":546,"eClass":"EGenericType"},{"id":547,"eClass":"EGenericType"},{"id":548,"eClass":"EGenericType"},{"id":549,"eClass":"EGenericType"},{"id":550,"eClass":"EGenericType"},{"id":551,"eClass":"EGenericType"},{"id":552,"eClass":"EGenericType"},{"id":553,"eClass":"EGenericType"},{"id":554,"eClass":"EGenericType"},{"id":555,"eClass":"EGenericType"},{"id":556,"eClass":"EGenericType"},{"id":557,"eClass":"EGenericType"},{"id":558,"eClass":"EGenericType"},{"id":559,"eClass":"EGenericType"},{"id":560,"eClass":"EGenericType"},{"id":561,"eClass":"EGenericType"},{"id":562,"eClass":"EGenericType"},{"id":563,"eClass":"EGenericType"},{"id":564,"eClass":"EGenericType"},{"id":565,"eClass":"EGenericType"},{"id":566,"eClass":"EGenericType"},{"id":567,"eClass":"EGenericType"},{"id":568,"eClass":"EGenericType"},{"id":569,"eClass":"EGenericType"},{"id":570,"eClass":"EGenericType"},{"id":571,"eClass":"EGenericType"},{"id":572,"eClass":"EGenericType"},{"id":573,"eClass":"EGenericType"},{"id":574,"eClass":"EGenericType"},{"id":575,"eClass":"EGenericType"},{"id":576,"eClass":"EGenericType"},{"id":577,"eClass":"EGenericType"},{"id":578,"eClass":"EGenericType"},{"id":579,"eClass":"EGenericType"},{"id":580,"eClass":"EGenericType"},{"id":581,"eClass":"EGenericType"},{"id":582,"eClass":"EGenericType"},{"id":583,"eClass":"EGenericType"},{"id":584,"eClass":"EGenericType"},{"id":585,"eClass":"EGenericType"},{"id":586,"eClass":"EGenericType"},{"id":587,"eClass":"EGenericType"},{"id":588,"eClass":"EGenericType"},{"id":589,"eClass":"EGenericType"},{"id":590,"eClass":"EGenericType"},{"id":591,"eClass":"EGenericType"},{"id":592,"eClass":"EGenericType"},{"id":593,"eClass":"EGenericType"},{"id":594,"eClass":"EGenericType"},{"id":595,"eClass":"EGenericType"},{"id":596,"eClass":"EGenericType"},{"id":597,"eClass":"EGenericType"},{"id":598,"eClass":"EGenericType"},{"id":599,"eClass":"EGenericType"},{"id":600,"eClass":"EGenericType"},{"id":601,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":1,"target":0},{"source":1,"target":11},{"source":11,"target":2},{"source":11,"target":12},{"source":11,"target":1},{"source":12,"target":2},{"source":2,"target":0},{"source":2,"target":13},{"source":2,"target":14},{"source":2,"target":15},{"source":2,"target":16},{"source":2,"target":17},{"source":2,"target":18},{"source":2,"target":19},{"source":2,"target":20},{"source":2,"target":21},{"source":2,"target":22},{"source":2,"target":23},{"source":2,"target":24},{"source":2,"target":25},{"source":2,"target":26},{"source":2,"target":27},{"source":13,"target":28},{"source":13,"target":2},{"source":14,"target":29},{"source":14,"target":2},{"source":15,"target":30},{"source":15,"target":2},{"source":16,"target":31},{"source":16,"target":2},{"source":17,"target":32},{"source":17,"target":2},{"source":18,"target":33},{"source":18,"target":2},{"source":19,"target":34},{"source":19,"target":2},{"source":20,"target":35},{"source":20,"target":2},{"source":21,"target":36},{"source":21,"target":2},{"source":22,"target":37},{"source":22,"target":2},{"source":23,"target":38},{"source":23,"target":2},{"source":24,"target":7},{"source":24,"target":39},{"source":24,"target":2},{"source":39,"target":7},{"source":25,"target":8},{"source":25,"target":40},{"source":25,"target":2},{"source":40,"target":8},{"source":26,"target":9},{"source":26,"target":41},{"source":26,"target":2},{"source":41,"target":9},{"source":27,"target":10},{"source":27,"target":42},{"source":27,"target":2},{"source":42,"target":10},{"source":3,"target":0},{"source":3,"target":43},{"source":3,"target":44},{"source":43,"target":45},{"source":43,"target":3},{"source":44,"target":6},{"source":44,"target":46},{"source":44,"target":3},{"source":46,"target":6},{"source":4,"target":0},{"source":4,"target":47},{"source":4,"target":48},{"source":4,"target":49},{"source":4,"target":50},{"source":47,"target":4},{"source":48,"target":4},{"source":49,"target":4},{"source":50,"target":4},{"source":5,"target":0},{"source":5,"target":51},{"source":5,"target":52},{"source":5,"target":53},{"source":5,"target":54},{"source":5,"target":55},{"source":5,"target":56},{"source":5,"target":57},{"source":5,"target":58},{"source":5,"target":59},{"source":5,"target":60},{"source":5,"target":61},{"source":5,"target":62},{"source":5,"target":63},{"source":5,"target":64},{"source":5,"target":65},{"source":5,"target":66},{"source":5,"target":67},{"source":51,"target":5},{"source":52,"target":5},{"source":53,"target":5},{"source":54,"target":5},{"source":55,"target":5},{"source":56,"target":5},{"source":57,"target":5},{"source":58,"target":5},{"source":59,"target":5},{"source":60,"target":5},{"source":61,"target":5},{"source":62,"target":5},{"source":63,"target":5},{"source":64,"target":5},{"source":65,"target":5},{"source":66,"target":5},{"source":67,"target":5},{"source":6,"target":0},{"source":6,"target":68},{"source":6,"target":69},{"source":68,"target":70},{"source":68,"target":6},{"source":69,"target":71},{"source":69,"target":6},{"source":7,"target":0},{"source":7,"target":72},{"source":7,"target":73},{"source":7,"target":74},{"source":7,"target":75},{"source":7,"target":76},{"source":7,"target":77},{"source":7,"target":78},{"source":7,"target":79},{"source":7,"target":80},{"source":7,"target":81},{"source":7,"target":82},{"source":7,"target":83},{"source":7,"target":84},{"source":7,"target":85},{"source":7,"target":86},{"source":7,"target":87},{"source":7,"target":88},{"source":7,"target":89},{"source":7,"target":90},{"source":7,"target":91},{"source":7,"target":92},{"source":7,"target":93},{"source":7,"target":94},{"source":7,"target":95},{"source":7,"target":96},{"source":7,"target":97},{"source":7,"target":98},{"source":7,"target":99},{"source":7,"target":100},{"source":7,"target":101},{"source":7,"target":102},{"source":7,"target":103},{"source":7,"target":104},{"source":7,"target":105},{"source":7,"target":106},{"source":7,"target":107},{"source":7,"target":108},{"source":7,"target":109},{"source":7,"target":110},{"source":7,"target":111},{"source":7,"target":112},{"source":7,"target":113},{"source":7,"target":114},{"source":7,"target":115},{"source":7,"target":116},{"source":7,"target":117},{"source":7,"target":118},{"source":7,"target":119},{"source":7,"target":120},{"source":7,"target":121},{"source":7,"target":122},{"source":7,"target":123},{"source":7,"target":124},{"source":7,"target":125},{"source":7,"target":126},{"source":7,"target":127},{"source":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":7,"target":138},{"source":7,"target":139},{"source":7,"target":140},{"source":7,"target":141},{"source":72,"target":142},{"source":72,"target":7},{"source":73,"target":143},{"source":73,"target":7},{"source":74,"target":3},{"source":74,"target":144},{"source":74,"target":7},{"source":144,"target":3},{"source":75,"target":2},{"source":75,"target":145},{"source":75,"target":7},{"source":145,"target":2},{"source":76,"target":3},{"source":76,"target":146},{"source":76,"target":7},{"source":146,"target":3},{"source":77,"target":147},{"source":77,"target":7},{"source":78,"target":148},{"source":78,"target":7},{"source":79,"target":149},{"source":79,"target":7},{"source":80,"target":3},{"source":80,"target":150},{"source":80,"target":7},{"source":150,"target":3},{"source":81,"target":3},{"source":81,"target":151},{"source":81,"target":7},{"source":151,"target":3},{"source":82,"target":152},{"source":82,"target":7},{"source":83,"target":153},{"source":83,"target":7},{"source":84,"target":154},{"source":84,"target":7},{"source":85,"target":155},{"source":85,"target":7},{"source":86,"target":156},{"source":86,"target":7},{"source":87,"target":3},{"source":87,"target":157},{"source":87,"target":7},{"source":157,"target":3},{"source":88,"target":3},{"source":88,"target":158},{"source":88,"target":7},{"source":158,"target":3},{"source":89,"target":159},{"source":89,"target":7},{"source":90,"target":160},{"source":90,"target":7},{"source":91,"target":161},{"source":91,"target":7},{"source":92,"target":162},{"source":92,"target":7},{"source":93,"target":163},{"source":93,"target":7},{"source":94,"target":3},{"source":94,"target":164},{"source":94,"target":7},{"source":164,"target":3},{"source":95,"target":3},{"source":95,"target":165},{"source":95,"target":7},{"source":165,"target":3},{"source":96,"target":166},{"source":96,"target":7},{"source":97,"target":3},{"source":97,"target":167},{"source":97,"target":7},{"source":167,"target":3},{"source":98,"target":168},{"source":98,"target":7},{"source":99,"target":169},{"source":99,"target":7},{"source":100,"target":170},{"source":100,"target":7},{"source":101,"target":171},{"source":101,"target":7},{"source":102,"target":172},{"source":102,"target":7},{"source":103,"target":173},{"source":103,"target":7},{"source":104,"target":174},{"source":104,"target":7},{"source":105,"target":175},{"source":105,"target":7},{"source":106,"target":3},{"source":106,"target":176},{"source":106,"target":7},{"source":176,"target":3},{"source":107,"target":3},{"source":107,"target":177},{"source":107,"target":7},{"source":177,"target":3},{"source":108,"target":3},{"source":108,"target":178},{"source":108,"target":7},{"source":178,"target":3},{"source":109,"target":179},{"source":109,"target":7},{"source":110,"target":180},{"source":110,"target":7},{"source":111,"target":181},{"source":111,"target":7},{"source":112,"target":182},{"source":112,"target":7},{"source":113,"target":183},{"source":113,"target":7},{"source":114,"target":184},{"source":114,"target":7},{"source":115,"target":185},{"source":115,"target":7},{"source":116,"target":186},{"source":116,"target":7},{"source":117,"target":187},{"source":117,"target":7},{"source":118,"target":3},{"source":118,"target":188},{"source":118,"target":7},{"source":188,"target":3},{"source":119,"target":189},{"source":119,"target":7},{"source":120,"target":190},{"source":120,"target":7},{"source":121,"target":191},{"source":121,"target":7},{"source":122,"target":192},{"source":122,"target":7},{"source":123,"target":193},{"source":123,"target":7},{"source":124,"target":194},{"source":124,"target":7},{"source":125,"target":3},{"source":125,"target":195},{"source":125,"target":7},{"source":195,"target":3},{"source":126,"target":3},{"source":126,"target":196},{"source":126,"target":7},{"source":196,"target":3},{"source":127,"target":3},{"source":127,"target":197},{"source":127,"target":7},{"source":197,"target":3},{"source":128,"target":198},{"source":128,"target":7},{"source":129,"target":199},{"source":129,"target":7},{"source":130,"target":200},{"source":130,"target":7},{"source":131,"target":201},{"source":131,"target":7},{"source":132,"target":3},{"source":132,"target":202},{"source":132,"target":7},{"source":202,"target":3},{"source":133,"target":3},{"source":133,"target":203},{"source":133,"target":7},{"source":203,"target":3},{"source":134,"target":204},{"source":134,"target":7},{"source":135,"target":205},{"source":135,"target":7},{"source":136,"target":206},{"source":136,"target":7},{"source":137,"target":207},{"source":137,"target":7},{"source":138,"target":208},{"source":138,"target":7},{"source":139,"target":209},{"source":139,"target":7},{"source":140,"target":210},{"source":140,"target":7},{"source":141,"target":211},{"source":141,"target":7},{"source":8,"target":0},{"source":8,"target":212},{"source":8,"target":213},{"source":8,"target":214},{"source":8,"target":215},{"source":8,"target":216},{"source":8,"target":217},{"source":8,"target":218},{"source":8,"target":219},{"source":8,"target":220},{"source":8,"target":221},{"source":8,"target":222},{"source":8,"target":223},{"source":8,"target":224},{"source":8,"target":225},{"source":8,"target":226},{"source":8,"target":227},{"source":8,"target":228},{"source":8,"target":229},{"source":8,"target":230},{"source":8,"target":231},{"source":8,"target":232},{"source":8,"target":233},{"source":8,"target":234},{"source":8,"target":235},{"source":8,"target":236},{"source":8,"target":237},{"source":8,"target":238},{"source":8,"target":239},{"source":8,"target":240},{"source":8,"target":241},{"source":8,"target":242},{"source":8,"target":243},{"source":8,"target":244},{"source":8,"target":245},{"source":8,"target":246},{"source":8,"target":247},{"source":8,"target":248},{"source":8,"target":249},{"source":8,"target":250},{"source":8,"target":251},{"source":8,"target":252},{"source":8,"target":253},{"source":8,"target":254},{"source":8,"target":255},{"source":8,"target":256},{"source":8,"target":257},{"source":8,"target":258},{"source":8,"target":259},{"source":8,"target":260},{"source":8,"target":261},{"source":8,"target":262},{"source":8,"target":263},{"source":8,"target":264},{"source":8,"target":265},{"source":8,"target":266},{"source":8,"target":267},{"source":8,"target":268},{"source":8,"target":269},{"source":8,"target":270},{"source":8,"target":271},{"source":8,"target":272},{"source":8,"target":273},{"source":212,"target":274},{"source":212,"target":8},{"source":213,"target":275},{"source":213,"target":8},{"source":214,"target":276},{"source":214,"target":8},{"source":215,"target":2},{"source":215,"target":277},{"source":215,"target":8},{"source":277,"target":2},{"source":216,"target":10},{"source":216,"target":278},{"source":216,"target":8},{"source":278,"target":10},{"source":217,"target":279},{"source":217,"target":8},{"source":218,"target":280},{"source":218,"target":8},{"source":219,"target":10},{"source":219,"target":281},{"source":219,"target":8},{"source":281,"target":10},{"source":220,"target":282},{"source":220,"target":8},{"source":221,"target":283},{"source":221,"target":8},{"source":222,"target":284},{"source":222,"target":8},{"source":223,"target":285},{"source":223,"target":8},{"source":224,"target":10},{"source":224,"target":286},{"source":224,"target":8},{"source":286,"target":10},{"source":225,"target":287},{"source":225,"target":8},{"source":226,"target":288},{"source":226,"target":8},{"source":227,"target":289},{"source":227,"target":8},{"source":228,"target":290},{"source":228,"target":8},{"source":229,"target":10},{"source":229,"target":291},{"source":229,"target":8},{"source":291,"target":10},{"source":230,"target":10},{"source":230,"target":292},{"source":230,"target":8},{"source":292,"target":10},{"source":231,"target":293},{"source":231,"target":8},{"source":232,"target":294},{"source":232,"target":8},{"source":233,"target":295},{"source":233,"target":8},{"source":234,"target":296},{"source":234,"target":8},{"source":235,"target":297},{"source":235,"target":8},{"source":236,"target":298},{"source":236,"target":8},{"source":237,"target":299},{"source":237,"target":8},{"source":238,"target":300},{"source":238,"target":8},{"source":239,"target":301},{"source":239,"target":8},{"source":240,"target":302},{"source":240,"target":8},{"source":241,"target":10},{"source":241,"target":303},{"source":241,"target":8},{"source":303,"target":10},{"source":242,"target":304},{"source":242,"target":8},{"source":243,"target":305},{"source":243,"target":8},{"source":244,"target":306},{"source":244,"target":8},{"source":245,"target":307},{"source":245,"target":8},{"source":246,"target":308},{"source":246,"target":8},{"source":247,"target":309},{"source":247,"target":8},{"source":248,"target":310},{"source":248,"target":8},{"source":249,"target":311},{"source":249,"target":8},{"source":250,"target":312},{"source":250,"target":8},{"source":251,"target":10},{"source":251,"target":313},{"source":251,"target":8},{"source":313,"target":10},{"source":252,"target":314},{"source":252,"target":8},{"source":253,"target":315},{"source":253,"target":8},{"source":254,"target":316},{"source":254,"target":8},{"source":255,"target":317},{"source":255,"target":8},{"source":256,"target":318},{"source":256,"target":8},{"source":257,"target":319},{"source":257,"target":8},{"source":258,"target":320},{"source":258,"target":8},{"source":259,"target":10},{"source":259,"target":321},{"source":259,"target":8},{"source":321,"target":10},{"source":260,"target":322},{"source":260,"target":8},{"source":261,"target":323},{"source":261,"target":8},{"source":262,"target":324},{"source":262,"target":8},{"source":263,"target":325},{"source":263,"target":8},{"source":264,"target":326},{"source":264,"target":8},{"source":265,"target":10},{"source":265,"target":327},{"source":265,"target":8},{"source":327,"target":10},{"source":266,"target":328},{"source":266,"target":8},{"source":267,"target":10},{"source":267,"target":329},{"source":267,"target":8},{"source":329,"target":10},{"source":268,"target":330},{"source":268,"target":8},{"source":269,"target":331},{"source":269,"target":8},{"source":270,"target":332},{"source":270,"target":8},{"source":271,"target":333},{"source":271,"target":8},{"source":272,"target":334},{"source":272,"target":8},{"source":273,"target":335},{"source":273,"target":8},{"source":9,"target":0},{"source":9,"target":336},{"source":9,"target":337},{"source":9,"target":338},{"source":9,"target":339},{"source":9,"target":340},{"source":9,"target":341},{"source":9,"target":342},{"source":9,"target":343},{"source":9,"target":344},{"source":9,"target":345},{"source":9,"target":346},{"source":9,"target":347},{"source":9,"target":348},{"source":9,"target":349},{"source":9,"target":350},{"source":9,"target":351},{"source":9,"target":352},{"source":9,"target":353},{"source":9,"target":354},{"source":9,"target":355},{"source":9,"target":356},{"source":9,"target":357},{"source":9,"target":358},{"source":9,"target":359},{"source":9,"target":360},{"source":9,"target":361},{"source":9,"target":362},{"source":9,"target":363},{"source":9,"target":364},{"source":9,"target":365},{"source":9,"target":366},{"source":9,"target":367},{"source":9,"target":368},{"source":9,"target":369},{"source":9,"target":370},{"source":9,"target":371},{"source":9,"target":372},{"source":9,"target":373},{"source":9,"target":374},{"source":9,"target":375},{"source":9,"target":376},{"source":9,"target":377},{"source":9,"target":378},{"source":9,"target":379},{"source":9,"target":380},{"source":9,"target":381},{"source":9,"target":382},{"source":9,"target":383},{"source":9,"target":384},{"source":9,"target":385},{"source":9,"target":386},{"source":9,"target":387},{"source":9,"target":388},{"source":9,"target":389},{"source":9,"target":390},{"source":9,"target":391},{"source":9,"target":392},{"source":9,"target":393},{"source":9,"target":394},{"source":9,"target":395},{"source":336,"target":396},{"source":336,"target":9},{"source":337,"target":397},{"source":337,"target":9},{"source":338,"target":398},{"source":338,"target":9},{"source":339,"target":2},{"source":339,"target":399},{"source":339,"target":9},{"source":399,"target":2},{"source":340,"target":3},{"source":340,"target":400},{"source":340,"target":9},{"source":400,"target":3},{"source":341,"target":401},{"source":341,"target":9},{"source":342,"target":402},{"source":342,"target":9},{"source":343,"target":3},{"source":343,"target":403},{"source":343,"target":9},{"source":403,"target":3},{"source":344,"target":404},{"source":344,"target":9},{"source":345,"target":405},{"source":345,"target":9},{"source":346,"target":406},{"source":346,"target":9},{"source":347,"target":407},{"source":347,"target":9},{"source":348,"target":3},{"source":348,"target":408},{"source":348,"target":9},{"source":408,"target":3},{"source":349,"target":409},{"source":349,"target":9},{"source":350,"target":410},{"source":350,"target":9},{"source":351,"target":411},{"source":351,"target":9},{"source":352,"target":412},{"source":352,"target":9},{"source":353,"target":3},{"source":353,"target":413},{"source":353,"target":9},{"source":413,"target":3},{"source":354,"target":3},{"source":354,"target":414},{"source":354,"target":9},{"source":414,"target":3},{"source":355,"target":415},{"source":355,"target":9},{"source":356,"target":416},{"source":356,"target":9},{"source":357,"target":417},{"source":357,"target":9},{"source":358,"target":418},{"source":358,"target":9},{"source":359,"target":419},{"source":359,"target":9},{"source":360,"target":420},{"source":360,"target":9},{"source":361,"target":421},{"source":361,"target":9},{"source":362,"target":422},{"source":362,"target":9},{"source":363,"target":423},{"source":363,"target":9},{"source":364,"target":424},{"source":364,"target":9},{"source":365,"target":3},{"source":365,"target":425},{"source":365,"target":9},{"source":425,"target":3},{"source":366,"target":426},{"source":366,"target":9},{"source":367,"target":427},{"source":367,"target":9},{"source":368,"target":428},{"source":368,"target":9},{"source":369,"target":429},{"source":369,"target":9},{"source":370,"target":430},{"source":370,"target":9},{"source":371,"target":431},{"source":371,"target":9},{"source":372,"target":432},{"source":372,"target":9},{"source":373,"target":433},{"source":373,"target":9},{"source":374,"target":3},{"source":374,"target":434},{"source":374,"target":9},{"source":434,"target":3},{"source":375,"target":435},{"source":375,"target":9},{"source":376,"target":436},{"source":376,"target":9},{"source":377,"target":437},{"source":377,"target":9},{"source":378,"target":438},{"source":378,"target":9},{"source":379,"target":439},{"source":379,"target":9},{"source":380,"target":440},{"source":380,"target":9},{"source":381,"target":3},{"source":381,"target":441},{"source":381,"target":9},{"source":441,"target":3},{"source":382,"target":442},{"source":382,"target":9},{"source":383,"target":443},{"source":383,"target":9},{"source":384,"target":444},{"source":384,"target":9},{"source":385,"target":445},{"source":385,"target":9},{"source":386,"target":446},{"source":386,"target":9},{"source":387,"target":3},{"source":387,"target":447},{"source":387,"target":9},{"source":447,"target":3},{"source":388,"target":448},{"source":388,"target":9},{"source":389,"target":3},{"source":389,"target":449},{"source":389,"target":9},{"source":449,"target":3},{"source":390,"target":450},{"source":390,"target":9},{"source":391,"target":451},{"source":391,"target":9},{"source":392,"target":452},{"source":392,"target":9},{"source":393,"target":453},{"source":393,"target":9},{"source":394,"target":454},{"source":394,"target":9},{"source":395,"target":455},{"source":395,"target":9},{"source":10,"target":0},{"source":10,"target":456},{"source":10,"target":457},{"source":10,"target":458},{"source":10,"target":459},{"source":10,"target":460},{"source":10,"target":461},{"source":10,"target":462},{"source":10,"target":463},{"source":10,"target":464},{"source":10,"target":465},{"source":10,"target":466},{"source":10,"target":467},{"source":10,"target":468},{"source":10,"target":469},{"source":10,"target":470},{"source":10,"target":471},{"source":10,"target":472},{"source":10,"target":473},{"source":10,"target":474},{"source":10,"target":475},{"source":10,"target":476},{"source":10,"target":477},{"source":10,"target":478},{"source":10,"target":479},{"source":10,"target":480},{"source":10,"target":481},{"source":10,"target":482},{"source":10,"target":483},{"source":10,"target":484},{"source":10,"target":485},{"source":10,"target":486},{"source":10,"target":487},{"source":10,"target":488},{"source":10,"target":489},{"source":10,"target":490},{"source":10,"target":491},{"source":10,"target":492},{"source":10,"target":493},{"source":10,"target":494},{"source":10,"target":495},{"source":10,"target":496},{"source":10,"target":497},{"source":10,"target":498},{"source":10,"target":499},{"source":10,"target":500},{"source":10,"target":501},{"source":10,"target":502},{"source":10,"target":503},{"source":10,"target":504},{"source":10,"target":505},{"source":10,"target":506},{"source":10,"target":507},{"source":10,"target":508},{"source":10,"target":509},{"source":10,"target":510},{"source":10,"target":511},{"source":10,"target":512},{"source":10,"target":513},{"source":10,"target":514},{"source":10,"target":515},{"source":10,"target":516},{"source":10,"target":517},{"source":10,"target":518},{"source":10,"target":519},{"source":10,"target":520},{"source":10,"target":521},{"source":10,"target":522},{"source":10,"target":523},{"source":10,"target":524},{"source":10,"target":525},{"source":10,"target":526},{"source":10,"target":527},{"source":10,"target":528},{"source":456,"target":529},{"source":456,"target":10},{"source":457,"target":530},{"source":457,"target":10},{"source":458,"target":8},{"source":458,"target":531},{"source":458,"target":10},{"source":531,"target":8},{"source":459,"target":2},{"source":459,"target":532},{"source":459,"target":10},{"source":532,"target":2},{"source":460,"target":8},{"source":460,"target":533},{"source":460,"target":10},{"source":533,"target":8},{"source":461,"target":534},{"source":461,"target":10},{"source":462,"target":535},{"source":462,"target":10},{"source":463,"target":536},{"source":463,"target":10},{"source":464,"target":8},{"source":464,"target":537},{"source":464,"target":10},{"source":537,"target":8},{"source":465,"target":8},{"source":465,"target":538},{"source":465,"target":10},{"source":538,"target":8},{"source":466,"target":539},{"source":466,"target":10},{"source":467,"target":540},{"source":467,"target":10},{"source":468,"target":541},{"source":468,"target":10},{"source":469,"target":542},{"source":469,"target":10},{"source":470,"target":543},{"source":470,"target":10},{"source":471,"target":8},{"source":471,"target":544},{"source":471,"target":10},{"source":544,"target":8},{"source":472,"target":8},{"source":472,"target":545},{"source":472,"target":10},{"source":545,"target":8},{"source":473,"target":546},{"source":473,"target":10},{"source":474,"target":547},{"source":474,"target":10},{"source":475,"target":548},{"source":475,"target":10},{"source":476,"target":549},{"source":476,"target":10},{"source":477,"target":550},{"source":477,"target":10},{"source":478,"target":8},{"source":478,"target":551},{"source":478,"target":10},{"source":551,"target":8},{"source":479,"target":552},{"source":479,"target":10},{"source":480,"target":8},{"source":480,"target":553},{"source":480,"target":10},{"source":553,"target":8},{"source":481,"target":554},{"source":481,"target":10},{"source":482,"target":555},{"source":482,"target":10},{"source":483,"target":556},{"source":483,"target":10},{"source":484,"target":557},{"source":484,"target":10},{"source":485,"target":558},{"source":485,"target":10},{"source":486,"target":559},{"source":486,"target":10},{"source":487,"target":560},{"source":487,"target":10},{"source":488,"target":561},{"source":488,"target":10},{"source":489,"target":8},{"source":489,"target":562},{"source":489,"target":10},{"source":562,"target":8},{"source":490,"target":8},{"source":490,"target":563},{"source":490,"target":10},{"source":563,"target":8},{"source":491,"target":8},{"source":491,"target":564},{"source":491,"target":10},{"source":564,"target":8},{"source":492,"target":8},{"source":492,"target":565},{"source":492,"target":10},{"source":565,"target":8},{"source":493,"target":566},{"source":493,"target":10},{"source":494,"target":567},{"source":494,"target":10},{"source":495,"target":568},{"source":495,"target":10},{"source":496,"target":569},{"source":496,"target":10},{"source":497,"target":570},{"source":497,"target":10},{"source":498,"target":571},{"source":498,"target":10},{"source":499,"target":572},{"source":499,"target":10},{"source":500,"target":573},{"source":500,"target":10},{"source":501,"target":574},{"source":501,"target":10},{"source":502,"target":575},{"source":502,"target":10},{"source":503,"target":576},{"source":503,"target":10},{"source":504,"target":577},{"source":504,"target":10},{"source":505,"target":8},{"source":505,"target":578},{"source":505,"target":10},{"source":578,"target":8},{"source":506,"target":579},{"source":506,"target":10},{"source":507,"target":580},{"source":507,"target":10},{"source":508,"target":581},{"source":508,"target":10},{"source":509,"target":582},{"source":509,"target":10},{"source":510,"target":583},{"source":510,"target":10},{"source":511,"target":584},{"source":511,"target":10},{"source":512,"target":8},{"source":512,"target":585},{"source":512,"target":10},{"source":585,"target":8},{"source":513,"target":8},{"source":513,"target":586},{"source":513,"target":10},{"source":586,"target":8},{"source":514,"target":8},{"source":514,"target":587},{"source":514,"target":10},{"source":587,"target":8},{"source":515,"target":588},{"source":515,"target":10},{"source":516,"target":589},{"source":516,"target":10},{"source":517,"target":590},{"source":517,"target":10},{"source":518,"target":591},{"source":518,"target":10},{"source":519,"target":8},{"source":519,"target":592},{"source":519,"target":10},{"source":592,"target":8},{"source":520,"target":8},{"source":520,"target":593},{"source":520,"target":10},{"source":593,"target":8},{"source":521,"target":594},{"source":521,"target":10},{"source":522,"target":595},{"source":522,"target":10},{"source":523,"target":596},{"source":523,"target":10},{"source":524,"target":597},{"source":524,"target":10},{"source":525,"target":598},{"source":525,"target":10},{"source":526,"target":599},{"source":526,"target":10},{"source":527,"target":600},{"source":527,"target":10},{"source":528,"target":601},{"source":528,"target":10}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="DecModel" nsURI="http://www.sei.pku.edu.cn/rsa/decmodel" nsPrefix="DecModel"> <eClassifiers xsi:type="ecore:EClass" name="Decoration"> <eStructuralFeatures xsi:type="ecore:EReference" name="genModel" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.emf.codegen.ecore/model/GenModel.ecore#//GenModel"/> <eStructuralFeatures xsi:type="ecore:EReference" name="importClass" eType="#//ImportClass" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="codeArea" eType="#//CodeArea" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mapArea" eType="#//MapArea" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ImportClass"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fullClassName" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CodeArea"> <eStructuralFeatures xsi:type="ecore:EReference" name="code" upperBound="-1" eType="#//Code" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Code" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="code" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" volatile="true" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CodeNone" eSuperTypes="#//Code"/> <eClassifiers xsi:type="ecore:EClass" name="CodeFragment" eSuperTypes="#//Code"> <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="CodeReference" eSuperTypes="#//Code"> <eStructuralFeatures xsi:type="ecore:EReference" name="reference" lowerBound="1" eType="#//Code"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CodeComposition" eSuperTypes="#//Code"> <eStructuralFeatures xsi:type="ecore:EReference" name="child" lowerBound="1" upperBound="-1" eType="#//Code" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MapArea"> <eStructuralFeatures xsi:type="ecore:EReference" name="globalMap" eType="#//GlobalMap" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="classMap" upperBound="-1" eType="#//ClassMap" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractMap" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="specType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="specCode" upperBound="-1" eType="#//SpecCode" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GlobalMap" eSuperTypes="#//AbstractMap"/> <eClassifiers xsi:type="ecore:EClass" name="ClassMap" eSuperTypes="#//AbstractMap"> <eStructuralFeatures xsi:type="ecore:EReference" name="classRef" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="featureMap" upperBound="-1" eType="#//FeatureMap" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FeatureMap" eSuperTypes="#//AbstractMap"> <eStructuralFeatures xsi:type="ecore:EReference" name="feature" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EStructuralFeature"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FeatureMapForAbstractClass" eSuperTypes="#//FeatureMap"> <eStructuralFeatures xsi:type="ecore:EReference" name="class2eclass" upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EStringToStringMapEntry" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SpecCode" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="code" lowerBound="1" eType="#//Code" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="final" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Create" eSuperTypes="#//SpecCode"/> <eClassifiers xsi:type="ecore:EClass" name="Destroy" eSuperTypes="#//SpecCode"/> <eClassifiers xsi:type="ecore:EClass" name="Lookup" eSuperTypes="#//SpecCode"/> <eClassifiers xsi:type="ecore:EClass" name="Identify" eSuperTypes="#//SpecCode"/> <eClassifiers xsi:type="ecore:EClass" name="Get" eSuperTypes="#//SpecCode"/> <eClassifiers xsi:type="ecore:EClass" name="Set" eSuperTypes="#//SpecCode"/> <eClassifiers xsi:type="ecore:EClass" name="ListSub" eSuperTypes="#//SpecCode"/> <eClassifiers xsi:type="ecore:EClass" name="Insert" eSuperTypes="#//SpecCode"/> <eClassifiers xsi:type="ecore:EClass" name="Remove" eSuperTypes="#//SpecCode"/> <eClassifiers xsi:type="ecore:EClass" name="UtilMethod" eSuperTypes="#//SpecCode"/> <eClassifiers xsi:type="ecore:EClass" name="UtilField" eSuperTypes="#//SpecCode"/> <eClassifiers xsi:type="ecore:EClass" name="EStringToStringMapEntry" instanceClassName="java.util.Map$Entry"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/DylanYu/smatrt/src/cn.edu.pku.sei.ra.wrapping.decorate/model/DecModel.ecore
ecore
DecModel Decoration genModel importClass codeArea mapArea ImportClass fullClassName CodeArea code Code description code CodeNone CodeFragment text CodeReference reference CodeComposition child MapArea globalMap classMap AbstractMap specType specCode GlobalMap ClassMap classRef featureMap FeatureMap feature FeatureMapForAbstractClass class2eclass SpecCode code final false description Create Destroy Lookup Identify Get Set ListSub Insert Remove UtilMethod UtilField EStringToStringMapEntry java.util.Map$Entry java.util.Map$Entry key value
null
{"directed":true,"nodes":[{"nsPrefix":"DecModel","nsURI":"http://www.sei.pku.edu.cn/rsa/decmodel","name":"DecModel","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Decoration","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImportClass","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CodeArea","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Code","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CodeNone","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CodeFragment","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CodeReference","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CodeComposition","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapArea","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractMap","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GlobalMap","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassMap","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureMap","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureMapForAbstractClass","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpecCode","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Create","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Destroy","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Lookup","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Identify","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Get","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Set","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListSub","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Insert","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Remove","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UtilMethod","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UtilField","instanceClass":null,"abstract":false,"id":26,"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":27,"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":"genModel","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"importClass","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":"codeArea","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":"mapArea","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fullClassName","changeable":true,"lowerBound":0,"iD":false,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"code","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":1,"iD":false,"id":40,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"code","changeable":false,"lowerBound":1,"iD":false,"id":41,"derived":true},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"text","changeable":true,"lowerBound":1,"iD":false,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"reference","changeable":true,"resolveProxies":true,"lowerBound":1,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"child","changeable":true,"resolveProxies":true,"lowerBound":1,"id":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"globalMap","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":"classMap","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"specType","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":"specCode","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"classRef","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"featureMap","changeable":true,"resolveProxies":true,"lowerBound":0,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"feature","changeable":true,"resolveProxies":true,"lowerBound":1,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"class2eclass","changeable":true,"resolveProxies":false,"lowerBound":0,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"code","changeable":true,"resolveProxies":true,"lowerBound":1,"id":74,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"final","changeable":true,"lowerBound":1,"iD":false,"id":75,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":1,"iD":false,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"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"},{"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":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":"value","changeable":true,"lowerBound":0,"iD":false,"id":92,"derived":false},{"id":93,"eClass":"EGenericType"},{"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":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":1,"target":0},{"source":1,"target":28},{"source":1,"target":29},{"source":1,"target":30},{"source":1,"target":31},{"source":28,"target":32},{"source":28,"target":1},{"source":29,"target":2},{"source":29,"target":33},{"source":29,"target":1},{"source":33,"target":2},{"source":30,"target":3},{"source":30,"target":34},{"source":30,"target":1},{"source":34,"target":3},{"source":31,"target":9},{"source":31,"target":35},{"source":31,"target":1},{"source":35,"target":9},{"source":2,"target":0},{"source":2,"target":36},{"source":36,"target":37},{"source":36,"target":2},{"source":3,"target":0},{"source":3,"target":38},{"source":38,"target":4},{"source":38,"target":39},{"source":38,"target":3},{"source":39,"target":4},{"source":4,"target":0},{"source":4,"target":40},{"source":4,"target":41},{"source":40,"target":42},{"source":40,"target":4},{"source":41,"target":43},{"source":41,"target":4},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":44},{"source":44,"target":4},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":45},{"source":6,"target":46},{"source":45,"target":47},{"source":45,"target":6},{"source":46,"target":4},{"source":7,"target":0},{"source":7,"target":4},{"source":7,"target":48},{"source":7,"target":49},{"source":48,"target":4},{"source":48,"target":50},{"source":48,"target":7},{"source":50,"target":4},{"source":49,"target":4},{"source":8,"target":0},{"source":8,"target":4},{"source":8,"target":51},{"source":8,"target":52},{"source":51,"target":4},{"source":51,"target":53},{"source":51,"target":8},{"source":53,"target":4},{"source":52,"target":4},{"source":9,"target":0},{"source":9,"target":54},{"source":9,"target":55},{"source":54,"target":11},{"source":54,"target":56},{"source":54,"target":9},{"source":56,"target":11},{"source":55,"target":12},{"source":55,"target":57},{"source":55,"target":9},{"source":57,"target":12},{"source":10,"target":0},{"source":10,"target":58},{"source":10,"target":59},{"source":58,"target":60},{"source":58,"target":10},{"source":59,"target":15},{"source":59,"target":61},{"source":59,"target":10},{"source":61,"target":15},{"source":11,"target":0},{"source":11,"target":10},{"source":11,"target":62},{"source":62,"target":10},{"source":12,"target":0},{"source":12,"target":10},{"source":12,"target":63},{"source":12,"target":64},{"source":12,"target":65},{"source":63,"target":66},{"source":63,"target":12},{"source":64,"target":13},{"source":64,"target":67},{"source":64,"target":12},{"source":67,"target":13},{"source":65,"target":10},{"source":13,"target":0},{"source":13,"target":10},{"source":13,"target":68},{"source":13,"target":69},{"source":68,"target":70},{"source":68,"target":13},{"source":69,"target":10},{"source":14,"target":0},{"source":14,"target":13},{"source":14,"target":71},{"source":14,"target":72},{"source":71,"target":73},{"source":71,"target":14},{"source":72,"target":13},{"source":15,"target":0},{"source":15,"target":74},{"source":15,"target":75},{"source":15,"target":76},{"source":74,"target":4},{"source":74,"target":77},{"source":74,"target":15},{"source":77,"target":4},{"source":75,"target":78},{"source":75,"target":15},{"source":76,"target":79},{"source":76,"target":15},{"source":16,"target":0},{"source":16,"target":15},{"source":16,"target":80},{"source":80,"target":15},{"source":17,"target":0},{"source":17,"target":15},{"source":17,"target":81},{"source":81,"target":15},{"source":18,"target":0},{"source":18,"target":15},{"source":18,"target":82},{"source":82,"target":15},{"source":19,"target":0},{"source":19,"target":15},{"source":19,"target":83},{"source":83,"target":15},{"source":20,"target":0},{"source":20,"target":15},{"source":20,"target":84},{"source":84,"target":15},{"source":21,"target":0},{"source":21,"target":15},{"source":21,"target":85},{"source":85,"target":15},{"source":22,"target":0},{"source":22,"target":15},{"source":22,"target":86},{"source":86,"target":15},{"source":23,"target":0},{"source":23,"target":15},{"source":23,"target":87},{"source":87,"target":15},{"source":24,"target":0},{"source":24,"target":15},{"source":24,"target":88},{"source":88,"target":15},{"source":25,"target":0},{"source":25,"target":15},{"source":25,"target":89},{"source":89,"target":15},{"source":26,"target":0},{"source":26,"target":15},{"source":26,"target":90},{"source":90,"target":15},{"source":27,"target":0},{"source":27,"target":91},{"source":27,"target":92},{"source":91,"target":93},{"source":91,"target":27},{"source":92,"target":94},{"source":92,"target":27}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="DefaultValue" nsURI="http://eclipse.org/epsilon/test/defaultValue" nsPrefix="dv"> <eClassifiers xsi:type="ecore:EClass" name="DVTestModel"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="count" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/Hyacinth-Ali/epsilon-repo/tests/org.eclipse.epsilon.emc.emf.test/src/org/eclipse/epsilon/emc/emf/DefaultValue.ecore
ecore
DefaultValue DVTestModel count 0
null
{"directed":true,"nodes":[{"nsPrefix":"dv","nsURI":"http://eclipse.org/epsilon/test/defaultValue","name":"DefaultValue","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DVTestModel","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"count","changeable":true,"lowerBound":0,"iD":false,"id":2,"derived":false},{"id":3,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":1,"target":0},{"source":1,"target":2},{"source":2,"target":3},{"source":2,"target":1}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="generics" nsURI="http://www.opengis.net/citygml/generics/1.0" nsPrefix="gen"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Top level GML schema&#xA; Copyright (c) 2002-2005 OGC, All Rights Reserved.&#xA;&#x9;For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr&#xA;Basic support for tracking moving objects and objects with changing state. &#xA; Copyright (c) 2002-2005 OGC, All Rights Reserved.&#xA;&#x9;For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr&#xA;GML Feature schema. &#x9;&#x9; &#xA; Copyright (c) 2001-2005 OGC, All Rights Reserved.&#xA;&#x9;For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr&#xA;Copyright (c) 2001-2005 OGC, All Rights Reserved.&#xA;&#x9;For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr&#xA;Copyright (c) 2001-2005 OGC, All Rights Reserved.&#xA;&#x9;For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr&#xA;Extends the units.xsd and basicTypes.xsd schemas with types for recording measures using specific types of units, especially the measures and units needed for coordinate reference systems and coordinate operations. The specific unit types encoded are length, angle, scale factor, time, area, volume, speed, and grid length. This schema allows angle values to be recorded as single numbers or in degree-minute-second format. &#xA;&#x9;&#x9;Copyright (c) 2002-2005 OGC, All Rights Reserved. For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr&#xA;&#x9;&#x9;Parts of this schema are based on Subclause 6.5.7 of ISO/CD 19103 Geographic information - Conceptual schema language, on Subclause A.5.2.2.3 of ISO/CD 19118 Geographic information - Encoding, and on Subclause 4.7 of OpenGIS Recommendation Paper OGC 02-007r4 Units of Measure Use and Definition Recommendations.&#xA;Builds on gmlBase.xsd to encode units of measure (or uom), including definitions of units of measure and dictionaries of such definitions. GML 3.0 candidate schema, primary editor: Arliss Whiteside. Last updated 2005-06-22.&#xA;&#x9;Copyright (c) 2002-2005 OGC, All Rights Reserved.&#xA;&#x9;For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr&#xA;&#x9;Parts of this schema are based on Subclause 6.5.7 of ISO/CD 19103 Geographic information - Conceptual schema language, on Subclause A.5.2.2.3 of ISO/CD 19118 Geographic information - Encoding, and on most of OpenGIS Recommendation Paper OGC 02-007r4 Units of Measure Use and Definition Recommendations.&#xA;&#xA;&#x9;&#x9;&#x9;Dictionary schema for GML 3.1.1 &#xA;&#x9;&#x9;&#x9;Components to support the lists of definitions. &#xA; Copyright (c) 2005 OGC, All Rights Reserved.&#xA;&#x9;For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr&#xA;GML base schema for GML 3&#xA;&#x9;&#x9;Components to support the GML encoding model. &#xA;&#x9;&#x9;The abstract Schematron rules can be used by any schema that includes gmlBase. &#xA;&#x9;&#x9;Copyright (c) 2001-2005 OGC, All Rights Reserved. For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr&#xA;&#xA; Generic simpleContent components for use in GML &#xA; Copyright (c) 2005 OGC, All Rights Reserved.&#xA;&#x9;For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr&#xA; &#xA;&#xA;&#x9;&#x9;&#x9;GML 3.0 candidate xlinks schema. Copyright (c) 2001 OGC, All Rights Reserved.&#xA;&#x9;&#x9;&#xA;The temporal schema for GML 3.1 provides constructs for handling time-varying spatial data. &#xA; This schema reflects a partial implementation of the model described in ISO 19108:2002. &#xA; Copyright (c) 2002-2005 OGC, All Rights Reserved.&#xA;&#x9;For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr&#xA;This schema defines &quot;direction&quot; element and type.&#xA; Copyright (c) 2002-2005 OGC, All Rights Reserved.&#xA;&#x9;For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr&#xA;&#xA;&#x9;Copyright (c) 2002-2005 OGC, All Rights Reserved.&#xA;&#x9;For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr&#xA;&#x9;&#x9;&#xA;Copyright (c) 2001-2005 OGC, All Rights Reserved.&#xA;&#x9;For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr&#xA;Copyright (c) 2001-2005 OGC, All Rights Reserved.&#xA;&#x9;For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr&#xA;Copyright (c) 2001-2005 OGC, All Rights Reserved.&#xA;&#x9;For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr&#xA;GML Coverage schema. &#xA; Copyright (c) 2005 OGC, All Rights Reserved.&#xA;&#x9;For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr&#xA;GML conformant schema for Values in which the &#xA;&#x9;&#x9; * scalar Value types and lists have their values recorded in simpleContent elements &#xA;&#x9;&#x9; * complex Value types are built recursively&#xA; Copyright (c) 2002-2005 OGC, All Rights Reserved.&#xA;&#x9;For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr&#xA;Grid geometries&#xA; A subset of implicit geometries&#xA; Designed for use with GML Coverage schema, but maybe useful elsewhere as well. &#xA; &#xA; Copyright (c) 2002-2005 OGC, All Rights Reserved.&#xA;&#x9;For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr&#xA;How to encode coordinate reference system definitions. Builds on referenceSystems.xsd to encode the data needed to define coordinate reference systems, including the specific subtypes of coordinate reference systems. &#xA;&#x9;&#x9;Copyright (c) 2002-2005 OGC, All Rights Reserved. For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr&#xA;&#x9;&#x9;This schema encodes the Coordinate Reference System (SC_) package of the extended UML Model for OGC Abstract Specification Topic 2: Spatial Referencing by Coordinates, with the exception of the abstract &quot;SC_CRS&quot; class. The &quot;SC_CRS&quot; class is encoded in referenceSystems.xsd, to eliminate the (circular) references from coordinateOperations.xsd to coordinateReferenceSystems.xsd. That UML model is adapted from ISO 19111 - Spatial referencing by coordinates, as described in Annex C of Topic 2. &#xA;&#x9;&#x9;Caution: The CRS package in GML 3.1 and GML 3.1.1 is preliminary, and is expected to undergo some modifications that are not backward compatible during the development of GML 3.2 (ISO 19136). The GML 3.2 package will implement the model described in the revised version of ISO 19111. &#xA;How to encode coordinate system definitions. Builds on referenceSystems.xsd to encode the data needed to define coordinate systems, including the specific subtypes of coordinate systems. &#xA;&#x9;&#x9;Copyright (c) 2002-2005 OGC, All Rights Reserved. For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr&#xA;&#x9;&#x9;This schema encodes the Coordinate System (CS_) package of the extended UML Model for OGC Abstract Specification Topic 2: Spatial Referencing by Coordinates. That UML model is adapted from ISO 19111 - Spatial referencing by coordinates, as described in Annex C of Topic 2. &#xA;&#x9;&#x9;Caution: The CRS package in GML 3.1 and GML 3.1.1 is preliminary, and is expected to undergo some modifications that are not backward compatible during the development of GML 3.2 (ISO 19136). The GML 3.2 package will implement the model described in the revised version of ISO 19111. &#xA;How to encode reference system definitions. Builds on several other parts of GML 3 to encode the data needed to define reference systems. &#xA;&#x9;&#x9;Copyright (c) 2002-2005 OGC, All Rights Reserved. For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr&#xA;&#x9;&#x9;This schema encodes the Reference System (RS_) package of the extended UML Model for OGC Abstract Specification Topic 2: Spatial Referencing by Coordinates. That UML model is adapted from ISO 19111 - Spatial referencing by coordinates, as described in Annex C of Topic 2. The SC_CRS class is also encoded here, to eliminate the (circular) references from coordinateOperations.xsd to coordinateReferenceSystems.xsd. The RS_SpatialReferenceSystemUsingGeographicIdentifier class is not encoded, since it is not applicable to coordinate positions. The CI_Citation class is not directly encoded, since such information can be included as metaDataProperty elements which are optionally allowed. A modified version of the EX_Extent (DataType) class from ISO 19115 is currently encoded here, using GML 3 schema types. (A more extensive version of the EX_Extent package might be XML encoded in the future, probably in a separate extent.xsd schema.)&#xA;&#x9;&#x9;Caution: The CRS package in GML 3.1 and GML 3.1.1 is preliminary, and is expected to undergo some modifications that are not backward compatible during the development of GML 3.2 (ISO 19136). The GML 3.2 package will implement the model described in the revised version of ISO 19111.&#xA;How to encode datum definitions. Builds on referenceSystems.xsd to encode the data needed to define datums, including the specific subtypes of datums. &#xA;&#x9;&#x9;Copyright (c) 2002-2005 OGC, All Rights Reserved. For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr&#xA;&#x9;&#x9;This schema encodes the Datum (CD_) package of the extended UML Model for OGC Abstract Specification Topic 2: Spatial Referencing by Coordinates. That UML model is adapted from ISO 19111 - Spatial referencing by coordinates, as described in Annex C of Topic 2. &#xA;&#x9;&#x9;Caution: The CRS package in GML 3.1 and GML 3.1.1 is preliminary, and is expected to undergo some modifications that are not backward compatible during the development of GML 3.2 (ISO 19136). The GML 3.2 package will implement the model described in the revised version of ISO 19111. &#xA;How to encode coordinate operation definitions. Builds on referenceSystems.xsd to encode the data needed to define coordinate operations, including Transformations, Conversions, and other specific subtypes of operations. &#xA;&#x9;&#x9;Copyright (c) 2002-2005 OGC, All Rights Reserved. For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr&#xA;&#x9;&#x9;This schema encodes the Coordinate Operation (CC_) package of the extended UML Model for OGC Abstract Specification Topic 2: Spatial Referencing by Coordinates. That UML model is adapted from ISO 19111 - Spatial referencing by coordinates, as described in Annex C of Topic 2. &#xA;&#x9;&#x9;Caution: The CRS package in GML 3.1 and GML 3.1.1 is preliminary, and is expected to undergo some modifications that are not backward compatible during the development of GML 3.2 (ISO 19136). The GML 3.2 package will implement the model described in the revised version of ISO 19111. &#xA;How to encode positional data quality information. Builds on units.xsd to encode the data needed to describe the positional accuracy of coordinate operations. &#xA;&#x9;&#x9;Copyright (c) 2002-2005 OGC, All Rights Reserved. For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr&#xA;&#x9;&#x9;This schema encodes the Data Quality (DQ) package of the extended UML Model for OGC Abstract Specification Topic 2: Spatial Referencing by Coordinates. That UML model is adapted from ISO 19111 - Spatial referencing by coordinates, as described in Annex C of Topic 2. &#xA;&#x9;&#x9;Caution: The CRS package in GML 3.1 and GML 3.1.1 is preliminary, and is expected to undergo some modifications that are not backward compatible during the development of GML 3.2 (ISO 19136). The GML 3.2 package will implement the model described in the revised version of ISO 19111. &#xA;Observation schema for GML 3.1 &#xA; Copyright (c) 2002-2005 OGC, All Rights Reserved.&#xA;&#x9;For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr&#xA;Default Style schema for GML 3.1.0&#xA;&#x9;&#x9;Copyright (c) 2001-2005 OGC, All Rights Reserved. For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr&#xA;&#x9;&#x9;Compliance: reference to ISO Specifications&#xA;The Temporal Reference Systems schema for GML 3.1 provides constructs for handling various styles of temporal reference system. &#xA; This schema reflects a partial implementation of the model described in ISO 19108:2002. &#xA; Copyright (c) 2002-2005 OGC, All Rights Reserved.&#xA;&#x9;For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr&#xA;The temporal topology schema for ISO19136 provides constructs for handling topological complexes and &#xA;&#x9;&#x9;temporal feature relationships. &#xA;&#x9;&#x9;Temporal geometric characteristics of features are represented as instants and periods. &#xA;&#x9;&#x9;While, temporal context of features that does not relate to the position of time is described as connectivity relationships &#xA;&#x9;&#x9;among instants and periods. These relationships are called temporal topology as they do not change in time, &#xA;&#x9;&#x9;as long as the direction of time does not change. &#xA;&#x9;&#x9;It is used effectively in the case of describing a family tree expressing evolution of species, an ecological cycle, &#xA;&#x9;&#x9;a lineage of lands or buildings, or a history of separation and merger of administrative boundaries.&#xA;&#x9;&#x9;This schema reflects a partial yet consistent implementation of the model described in ISO 19108:2002. &#xA; Copyright (c) 2002-2005 OGC, All Rights Reserved.&#xA;&#x9;For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr&#xA;xAL: eXtensible Address Language &#xA;This is an XML document type definition (DTD) for&#xA;defining addresses.&#xA;Original Date of Creation: 1 March 2001&#xA;Copyright(c) 2000, OASIS. All Rights Reserved [http://www.oasis-open.org]&#xA;Contact: Customer Information Quality Technical Committee, OASIS&#xA;http://www.oasis-open.org/committees/ciq&#xA;VERSION: 2.0 [MAJOR RELEASE] Date of Creation: 01 May 2002&#xA;Last Update: 24 July 2002&#xA;Previous Version: 1.3&#xA;Common Attributes:Type - If not documented then it means, possible values of Type not limited to: Official, Unique, Abbreviation, OldName, Synonym&#xA;Code:Address element codes are used by groups like postal groups like ECCMA, ADIS, UN/PROLIST for postal services"/> </eAnnotations> <eAnnotations source="urn:opengis:specification:gml:schema-xsd:gml:3.1.1"> <details key="appinfo" value="gml.xsd"/> </eAnnotations> <eAnnotations source="urn:opengis:specification:gml:schema-xsd:dynamicFeature:3.1.1"> <details key="appinfo" value=""/> </eAnnotations> <eAnnotations source="urn:opengis:specification:gml:schema-xsd:feature:v3.1.1"> <details key="appinfo" value=""/> </eAnnotations> <eAnnotations source="urn:opengis:specification:gml:schema-xsd:geometryBasic2d:3.1.1"> <details key="appinfo" value="geometryBasic2d.xsd"/> </eAnnotations> <eAnnotations source="urn:opengis:specification:gml:schema-xsd:geometryBasic0d1d:v3.1.1"> <details key="appinfo" value="geometryBasic0d1d.xsd&#xA;&#xA;&#x9;&#x9;&#x9;&lt;sch:title xmlns:sch=&quot;http://www.ascc.net/xml/schematron&quot;>Schematron validation&lt;/sch:title>&#xA;&#x9;&#x9;&#x9;&lt;sch:pattern name=&quot;Check SRS tags&quot; xmlns:sch=&quot;http://www.ascc.net/xml/schematron&quot;>&#xA;&#x9;&#x9;&#x9;&#x9;&lt;sch:rule abstract=&quot;true&quot; id=&quot;CRSLabels&quot;>&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;sch:report test=&quot;not(@srsDimension) or @srsName&quot;>The presence of a dimension attribute implies the presence of the srsName attribute.&lt;/sch:report>&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;sch:report test=&quot;not(@axisLabels) or @srsName&quot;>The presence of an axisLabels attribute implies the presence of the srsName attribute.&lt;/sch:report>&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;sch:report test=&quot;not(@uomLabels) or @srsName&quot;>The presence of an uomLabels attribute implies the presence of the srsName attribute.&lt;/sch:report>&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;sch:report test=&quot;(not(@uomLabels) and not(@axisLabels)) or (@uomLabels and @axisLabels)&quot;>The presence of an uomLabels attribute implies the presence of the axisLabels attribute and vice versa.&lt;/sch:report>&#xA;&#x9;&#x9;&#x9;&#x9;&lt;/sch:rule>&#xA;&#x9;&#x9;&#x9;&lt;/sch:pattern>&#xA;&#x9;&#x9;&#x9;&lt;sch:pattern name=&quot;Check Dimension&quot; xmlns:sch=&quot;http://www.ascc.net/xml/schematron&quot;>&#xA;&#x9;&#x9;&#x9;&#x9;&lt;sch:rule abstract=&quot;true&quot; id=&quot;Count&quot;>&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;sch:report test=&quot;not(@count) or @srsDimension&quot;>The presence of a count attribute implies the presence of the dimension attribute.&lt;/sch:report>&#xA;&#x9;&#x9;&#x9;&#x9;&lt;/sch:rule>&#xA;&#x9;&#x9;&#x9;&lt;/sch:pattern>&#xA;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="urn:opengis:specification:gml:schema-measures:3.1.1"> <details key="appinfo" value=""/> </eAnnotations> <eAnnotations source="urn:opengis:specification:gml:schema-units:3.1.1"> <details key="appinfo" value=""/> </eAnnotations> <eAnnotations source="urn:opengis:specification:gml:schema-xsd:dictionary:3.1.1"> <details key="appinfo" value=""/> </eAnnotations> <eAnnotations source="urn:opengis:specification:gml:schema-xsd:gmlBase:3.1.1"> <details key="appinfo" value="&#xA;&#x9;&#x9;&#x9;&lt;sch:title xmlns:sch=&quot;http://www.ascc.net/xml/schematron&quot;>Schematron validation&lt;/sch:title>&#xA;&#x9;&#x9;&#x9;&lt;sch:ns prefix=&quot;gml&quot; uri=&quot;http://www.opengis.net/gml&quot; xmlns:sch=&quot;http://www.ascc.net/xml/schematron&quot;/>&#xA;&#x9;&#x9;&#x9;&lt;sch:ns prefix=&quot;xlink&quot; uri=&quot;http://www.w3.org/1999/xlink&quot; xmlns:sch=&quot;http://www.ascc.net/xml/schematron&quot;/>&#xA;&#x9;&#x9;&#x9;&lt;sch:pattern name=&quot;Check either href or content not both&quot; xmlns:sch=&quot;http://www.ascc.net/xml/schematron&quot;>&#xA;&#x9;&#x9;&#x9;&#x9;&lt;sch:rule abstract=&quot;true&quot; id=&quot;hrefOrContent&quot;>&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;sch:report test=&quot;@xlink:href and (*|text())&quot;>Property element may not carry both a reference to an object and contain an object.&lt;/sch:report>&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;sch:assert test=&quot;@xlink:href | (*|text())&quot;>Property element must either carry a reference to an object or contain an object.&lt;/sch:assert>&#xA;&#x9;&#x9;&#x9;&#x9;&lt;/sch:rule>&#xA;&#x9;&#x9;&#x9;&lt;/sch:pattern>&#xA;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="urn:opengis:specification:gml:schema-xsd:basicTypes:3.1.1"> <details key="appinfo" value="basicTypes.xsd"/> </eAnnotations> <eAnnotations source="urn:opengis:specification:gml:schema-xlinks:v3.0c2"> <details key="appinfo" value="xlinks.xsd v3.0b2 2001-07"/> </eAnnotations> <eAnnotations source="urn:opengis:specification:gml:schema-xsd:temporal:3.1.1"> <details key="appinfo" value=""/> </eAnnotations> <eAnnotations source="urn:opengis:specification:gml:schema-xsd:direction:3.1.1"> <details key="appinfo" value="direction.xsd"/> </eAnnotations> <eAnnotations source="urn:opengis:specification:gml:schema-xsd:topology:3.1.1"> <details key="appinfo" value="topology.xsd"/> </eAnnotations> <eAnnotations source="urn:opengis:specification:gml:schema-xsd:geometryComplexes:v3.1.1"> <details key="appinfo" value="geometryComplexes.xsd"/> </eAnnotations> <eAnnotations source="urn:opengis:specification:gml:schema-xsd:geometryAggregates:3.1.1"> <details key="appinfo" value="geometryAggregates.xsd"/> </eAnnotations> <eAnnotations source="urn:opengis:specification:gml:schema-xsd:geometryPrimitives:3.1.1"> <details key="appinfo" value="geometryPrimitives.xsd"/> </eAnnotations> <eAnnotations source="urn:opengis:specification:gml:schema-xsd:coverage:3.1.1"> <details key="appinfo" value="coverage.xsd"/> </eAnnotations> <eAnnotations source="urn:opengis:specification:gml:schema-xsd:valueObjects:3.1.1"> <details key="appinfo" value="valueObjects.xsd"/> </eAnnotations> <eAnnotations source="urn:opengis:specification:gml:schema-xsd:grids:3.1.1"> <details key="appinfo" value="grids.xsd"/> </eAnnotations> <eAnnotations source="urn:opengis:specification:gml:schema-xsd:coordinateReferenceSystems:3.1.1"> <details key="appinfo" value=""/> </eAnnotations> <eAnnotations source="urn:opengis:specification:gml:schema-xsd:coordinateSystems:3.1.1"> <details key="appinfo" value=""/> </eAnnotations> <eAnnotations source="urn:opengis:specification:gml:schema-xsd:referenceSystems:3.1.1"> <details key="appinfo" value=""/> </eAnnotations> <eAnnotations source="urn:opengis:specification:gml:schema-xsd:datums:3.1.1"> <details key="appinfo" value=""/> </eAnnotations> <eAnnotations source="urn:opengis:specification:gml:schema-xsd:coordinateOperations:3.1.1"> <details key="appinfo" value=""/> </eAnnotations> <eAnnotations source="urn:opengis:specification:gml:schema-xsd:dataQuality:3.1.1"> <details key="appinfo" value=""/> </eAnnotations> <eAnnotations source="urn:opengis:specification:gml:schema-xsd:observation:3.1.1"> <details key="appinfo" value="observation.xsd"/> </eAnnotations> <eAnnotations source="urn:opengis:specification:gml:schema-defaultStyle:v3.1.0"> <details key="appinfo" value="defaultStyle.xsd"/> </eAnnotations> <eAnnotations source="urn:opengis:specification:gml:schema-xsd:temporalReferenceSystems:3.1.1"> <details key="appinfo" value=""/> </eAnnotations> <eAnnotations source="urn:opengis:specification:gml:schema-xsd:temporalTopology:3.1.1"> <details key="appinfo" value=""/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="AbstractGenericAttributeType" abstract="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=" Generic (user defined) attributes may be used to represent attributes which are not covered&#xA; explicitly by the CityGML schema. Generic attributes must be used with care; they shall only be used if there is&#xA; no appropiate attribute available in the overall CityGML schema. Oherwise, problems concerning semantic&#xA; interoperability may arise. A generic attribute has a name and a value, which has further subclasses&#xA; (IntAttrribute, StringAttribute, ...). "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="AbstractGenericAttributeType"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="name"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DateAttributeType" eSuperTypes="#//AbstractGenericAttributeType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=""/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="DateAttributeType"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Date"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="value"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DocumentRoot"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value=""/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="name" value=":mixed"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="xMLNSPrefixMap" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStringToStringMapEntry" transient="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="xmlns:prefix"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="xSISchemaLocation" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStringToStringMapEntry" transient="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="xsi:schemaLocation"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="genericAttribute" upperBound="-2" eType="#//AbstractGenericAttributeType" changeable="false" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="_genericAttribute"/> <details key="namespace" value="##targetNamespace"/> <details key="affiliation" value="http://www.opengis.net/citygml/1.0#_GenericApplicationPropertyOfCityObject"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="dateAttribute" upperBound="-2" eType="#//DateAttributeType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="dateAttribute"/> <details key="namespace" value="##targetNamespace"/> <details key="affiliation" value="_genericAttribute"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="doubleAttribute" upperBound="-2" eType="#//DoubleAttributeType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="doubleAttribute"/> <details key="namespace" value="##targetNamespace"/> <details key="affiliation" value="_genericAttribute"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="genericCityObject" upperBound="-2" eType="#//GenericCityObjectType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="GenericCityObject"/> <details key="namespace" value="##targetNamespace"/> <details key="affiliation" value="http://www.opengis.net/citygml/1.0#_CityObject"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="intAttribute" upperBound="-2" eType="#//IntAttributeType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="intAttribute"/> <details key="namespace" value="##targetNamespace"/> <details key="affiliation" value="_genericAttribute"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="stringAttribute" upperBound="-2" eType="#//StringAttributeType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="stringAttribute"/> <details key="namespace" value="##targetNamespace"/> <details key="affiliation" value="_genericAttribute"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="uriAttribute" upperBound="-2" eType="#//UriAttributeType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="uriAttribute"/> <details key="namespace" value="##targetNamespace"/> <details key="affiliation" value="_genericAttribute"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DoubleAttributeType" eSuperTypes="#//AbstractGenericAttributeType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=""/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="DoubleAttributeType"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Double" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="value"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GenericCityObjectType" eSuperTypes="citygml.ecore#//AbstractCityObjectType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Generic (user defined) city objects may be used to model features which are not covered explicitly&#xA; by the CityGML schema. Generic objects must be used with care; they shall only be used if there is no appropiate&#xA; thematic class available in the overall CityGML schema. Oherwise, problems concerning semantic interoperability&#xA; may arise. As subclass of _CityObject, a generic city object inherits all attributes and relations, in particular&#xA; an id, names, external references, and generalization relations. "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="GenericCityObjectType"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="class" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="class"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="function" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="function"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="usage" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="usage"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="lod0Geometry" eType="ecore:EClass gml.ecore#//GeometryPropertyType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="lod0Geometry"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="lod1Geometry" eType="ecore:EClass gml.ecore#//GeometryPropertyType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="lod1Geometry"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="lod2Geometry" eType="ecore:EClass gml.ecore#//GeometryPropertyType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="lod2Geometry"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="lod3Geometry" eType="ecore:EClass gml.ecore#//GeometryPropertyType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="lod3Geometry"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="lod4Geometry" eType="ecore:EClass gml.ecore#//GeometryPropertyType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="lod4Geometry"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="lod0TerrainIntersection" eType="ecore:EClass gml.ecore#//MultiCurvePropertyType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="lod0TerrainIntersection"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="lod1TerrainIntersection" eType="ecore:EClass gml.ecore#//MultiCurvePropertyType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="lod1TerrainIntersection"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="lod2TerrainIntersection" eType="ecore:EClass gml.ecore#//MultiCurvePropertyType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="lod2TerrainIntersection"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="lod3TerrainIntersection" eType="ecore:EClass gml.ecore#//MultiCurvePropertyType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="lod3TerrainIntersection"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="lod4TerrainIntersection" eType="ecore:EClass gml.ecore#//MultiCurvePropertyType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="lod4TerrainIntersection"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="lod0ImplicitRepresentation" eType="ecore:EClass citygml.ecore#//ImplicitRepresentationPropertyType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="lod0ImplicitRepresentation"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="lod1ImplicitRepresentation" eType="ecore:EClass citygml.ecore#//ImplicitRepresentationPropertyType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="lod1ImplicitRepresentation"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="lod2ImplicitRepresentation" eType="ecore:EClass citygml.ecore#//ImplicitRepresentationPropertyType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="lod2ImplicitRepresentation"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="lod3ImplicitRepresentation" eType="ecore:EClass citygml.ecore#//ImplicitRepresentationPropertyType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="lod3ImplicitRepresentation"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="lod4ImplicitRepresentation" eType="ecore:EClass citygml.ecore#//ImplicitRepresentationPropertyType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="lod4ImplicitRepresentation"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntAttributeType" eSuperTypes="#//AbstractGenericAttributeType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=""/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="IntAttributeType"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Integer"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="value"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringAttributeType" eSuperTypes="#//AbstractGenericAttributeType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=""/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="StringAttributeType"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="value"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UriAttributeType" eSuperTypes="#//AbstractGenericAttributeType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=""/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="UriAttributeType"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnyURI"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="value"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/generics.ecore
ecore
generics AbstractGenericAttributeType name DateAttributeType value DocumentRoot mixed xMLNSPrefixMap xSISchemaLocation genericAttribute dateAttribute doubleAttribute genericCityObject intAttribute stringAttribute uriAttribute DoubleAttributeType value GenericCityObjectType class function usage lod0Geometry lod1Geometry lod2Geometry lod3Geometry lod4Geometry lod0TerrainIntersection lod1TerrainIntersection lod2TerrainIntersection lod3TerrainIntersection lod4TerrainIntersection lod0ImplicitRepresentation lod1ImplicitRepresentation lod2ImplicitRepresentation lod3ImplicitRepresentation lod4ImplicitRepresentation IntAttributeType value StringAttributeType value UriAttributeType value
null
{"directed":true,"nodes":[{"nsPrefix":"gen","nsURI":"http://www.opengis.net/citygml/generics/1.0","name":"generics","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractGenericAttributeType","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DateAttributeType","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentRoot","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DoubleAttributeType","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GenericCityObjectType","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntAttributeType","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringAttributeType","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UriAttributeType","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":9,"derived":false},{"id":10,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":11,"derived":false},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":14,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xMLNSPrefixMap","changeable":true,"resolveProxies":false,"lowerBound":0,"id":15,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xSISchemaLocation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":16,"derived":false},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"genericAttribute","changeable":false,"resolveProxies":false,"lowerBound":0,"id":17,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"dateAttribute","changeable":true,"resolveProxies":false,"lowerBound":0,"id":18,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"doubleAttribute","changeable":true,"resolveProxies":false,"lowerBound":0,"id":19,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"genericCityObject","changeable":true,"resolveProxies":false,"lowerBound":0,"id":20,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"intAttribute","changeable":true,"resolveProxies":false,"lowerBound":0,"id":21,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"stringAttribute","changeable":true,"resolveProxies":false,"lowerBound":0,"id":22,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"uriAttribute","changeable":true,"resolveProxies":false,"lowerBound":0,"id":23,"derived":true},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"class","changeable":true,"lowerBound":0,"iD":false,"id":37,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"function","changeable":true,"lowerBound":0,"iD":false,"id":38,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"usage","changeable":true,"lowerBound":0,"iD":false,"id":39,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lod0Geometry","changeable":true,"resolveProxies":false,"lowerBound":0,"id":40,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lod1Geometry","changeable":true,"resolveProxies":false,"lowerBound":0,"id":41,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lod2Geometry","changeable":true,"resolveProxies":false,"lowerBound":0,"id":42,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lod3Geometry","changeable":true,"resolveProxies":false,"lowerBound":0,"id":43,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lod4Geometry","changeable":true,"resolveProxies":false,"lowerBound":0,"id":44,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lod0TerrainIntersection","changeable":true,"resolveProxies":false,"lowerBound":0,"id":45,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lod1TerrainIntersection","changeable":true,"resolveProxies":false,"lowerBound":0,"id":46,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lod2TerrainIntersection","changeable":true,"resolveProxies":false,"lowerBound":0,"id":47,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lod3TerrainIntersection","changeable":true,"resolveProxies":false,"lowerBound":0,"id":48,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lod4TerrainIntersection","changeable":true,"resolveProxies":false,"lowerBound":0,"id":49,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lod0ImplicitRepresentation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":50,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lod1ImplicitRepresentation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":51,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lod2ImplicitRepresentation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":52,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lod3ImplicitRepresentation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":53,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lod4ImplicitRepresentation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":1,"target":0},{"source":1,"target":9},{"source":9,"target":10},{"source":9,"target":1},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":11},{"source":2,"target":12},{"source":11,"target":13},{"source":11,"target":2},{"source":12,"target":1},{"source":3,"target":0},{"source":3,"target":14},{"source":3,"target":15},{"source":3,"target":16},{"source":3,"target":17},{"source":3,"target":18},{"source":3,"target":19},{"source":3,"target":20},{"source":3,"target":21},{"source":3,"target":22},{"source":3,"target":23},{"source":14,"target":24},{"source":14,"target":3},{"source":15,"target":25},{"source":15,"target":3},{"source":16,"target":26},{"source":16,"target":3},{"source":17,"target":1},{"source":17,"target":27},{"source":17,"target":3},{"source":27,"target":1},{"source":18,"target":2},{"source":18,"target":28},{"source":18,"target":3},{"source":28,"target":2},{"source":19,"target":4},{"source":19,"target":29},{"source":19,"target":3},{"source":29,"target":4},{"source":20,"target":5},{"source":20,"target":30},{"source":20,"target":3},{"source":30,"target":5},{"source":21,"target":6},{"source":21,"target":31},{"source":21,"target":3},{"source":31,"target":6},{"source":22,"target":7},{"source":22,"target":32},{"source":22,"target":3},{"source":32,"target":7},{"source":23,"target":8},{"source":23,"target":33},{"source":23,"target":3},{"source":33,"target":8},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":34},{"source":4,"target":35},{"source":34,"target":36},{"source":34,"target":4},{"source":35,"target":1},{"source":5,"target":0},{"source":5,"target":37},{"source":5,"target":38},{"source":5,"target":39},{"source":5,"target":40},{"source":5,"target":41},{"source":5,"target":42},{"source":5,"target":43},{"source":5,"target":44},{"source":5,"target":45},{"source":5,"target":46},{"source":5,"target":47},{"source":5,"target":48},{"source":5,"target":49},{"source":5,"target":50},{"source":5,"target":51},{"source":5,"target":52},{"source":5,"target":53},{"source":5,"target":54},{"source":5,"target":55},{"source":37,"target":56},{"source":37,"target":5},{"source":38,"target":57},{"source":38,"target":5},{"source":39,"target":58},{"source":39,"target":5},{"source":40,"target":59},{"source":40,"target":5},{"source":41,"target":60},{"source":41,"target":5},{"source":42,"target":61},{"source":42,"target":5},{"source":43,"target":62},{"source":43,"target":5},{"source":44,"target":63},{"source":44,"target":5},{"source":45,"target":64},{"source":45,"target":5},{"source":46,"target":65},{"source":46,"target":5},{"source":47,"target":66},{"source":47,"target":5},{"source":48,"target":67},{"source":48,"target":5},{"source":49,"target":68},{"source":49,"target":5},{"source":50,"target":69},{"source":50,"target":5},{"source":51,"target":70},{"source":51,"target":5},{"source":52,"target":71},{"source":52,"target":5},{"source":53,"target":72},{"source":53,"target":5},{"source":54,"target":73},{"source":54,"target":5},{"source":6,"target":0},{"source":6,"target":1},{"source":6,"target":74},{"source":6,"target":75},{"source":74,"target":76},{"source":74,"target":6},{"source":75,"target":1},{"source":7,"target":0},{"source":7,"target":1},{"source":7,"target":77},{"source":7,"target":78},{"source":77,"target":79},{"source":77,"target":7},{"source":78,"target":1},{"source":8,"target":0},{"source":8,"target":1},{"source":8,"target":80},{"source":8,"target":81},{"source":80,"target":82},{"source":80,"target":8},{"source":81,"target":1}],"multigraph":true}
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="Forecast" nsURI="http://com.misc.projects.cpt.forecast" nsPrefix="cptfc"> <eClassifiers xsi:type="ecore:EClass" name="Scenario"> <eStructuralFeatures xsi:type="ecore:EReference" name="Selections" upperBound="-1" eType="#//FPOForecastBucketsSelection" 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="Mappings" upperBound="-1" eType="#//ForecastMapping" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ChildScenarios" upperBound="-1" eType="#//Scenario" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="MappingResults" upperBound="-1" eType="#//MappingResult" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FPOForecastBucketsSelection"> <eOperations name="isSelected" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="bucket" eType="ecore:EClass ../../projects.cpt.datasetload/model/cptdatasetload.ecore#//FPOForecastBucket"/> </eOperations> <eOperations name="refreshSelectedBuckets"/> <eOperations name="sortSelectedBuckets"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Upload" eType="ecore:EClass ../../projects.cpt.datasetload/model/cptdatasetload.ecore#//FPOForecastUpload"/> <eStructuralFeatures xsi:type="ecore:EReference" name="SelectedBuckets" upperBound="-1" eType="ecore:EClass ../../projects.cpt.datasetload/model/cptdatasetload.ecore#//FPOForecastBucket"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="SelectBucketDates" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="SelectThroughputTypes" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigDecimal"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="SelectMechanizationLevel" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigDecimal"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="SelectSortingLevelAGGs" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigDecimal"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="SelectFirstSortingIMCs" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigDecimal"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="SelectionSize" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SourceBucket"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="BucketBeginTime" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="BucketEndTime" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Volume" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigDecimal"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ThroughputType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigDecimal"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="SortingLevelAVCS" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigDecimal"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="MechanizationLevel" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigDecimal"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="SortingImc" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigDecimal"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="DeliveryDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForecastMapping"> <eStructuralFeatures xsi:type="ecore:EReference" name="Elements" upperBound="-1" eType="#//ForecastMappingElement" 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="ForecastMappingElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="FromCustomer" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigDecimal"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="FromFirstSortingImc" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigDecimal"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="FromIntakeLocation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigDecimal"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="FromSortingLevelAGG" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigDecimal"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ToSortingImc" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigDecimal"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ToSortingLevelAVCS" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigDecimal"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MappingResult"> <eStructuralFeatures xsi:type="ecore:EReference" name="ForecastMapping" eType="#//ForecastMapping"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ForecastSelection" eType="#//FPOForecastBucketsSelection"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Sources" upperBound="-1" eType="#//SourceBucket" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="NumberOfBucketsMapped" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="NumberOfBucketsToMap" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Mapped" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/MichelSc/projects.cpt/projects.cpt.forecast/projects.cpt.forecast/model/forecast.ecore
ecore
Forecast Scenario Selections Name Mappings ChildScenarios MappingResults FPOForecastBucketsSelection isSelected bucket refreshSelectedBuckets sortSelectedBuckets Upload SelectedBuckets SelectBucketDates SelectThroughputTypes SelectMechanizationLevel SelectSortingLevelAGGs SelectFirstSortingIMCs SelectionSize SourceBucket BucketBeginTime BucketEndTime Volume ThroughputType SortingLevelAVCS MechanizationLevel SortingImc DeliveryDate ForecastMapping Elements Name ForecastMappingElement FromCustomer FromFirstSortingImc FromIntakeLocation FromSortingLevelAGG ToSortingImc ToSortingLevelAVCS MappingResult ForecastMapping ForecastSelection Sources NumberOfBucketsMapped NumberOfBucketsToMap Mapped
null
{"directed":true,"nodes":[{"nsPrefix":"cptfc","nsURI":"http://com.misc.projects.cpt.forecast","name":"Forecast","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Scenario","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FPOForecastBucketsSelection","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SourceBucket","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForecastMapping","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForecastMappingElement","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingResult","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":"Selections","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},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Mappings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"ChildScenarios","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":"MappingResults","changeable":true,"resolveProxies":true,"lowerBound":0,"id":11,"derived":false},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isSelected","lowerBound":0,"id":17,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"refreshSelectedBuckets","lowerBound":0,"id":18,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"sortSelectedBuckets","lowerBound":0,"id":19,"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":"Upload","changeable":true,"resolveProxies":true,"lowerBound":0,"id":20,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"SelectedBuckets","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"SelectBucketDates","changeable":true,"lowerBound":0,"iD":false,"id":22,"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":"SelectThroughputTypes","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"SelectMechanizationLevel","changeable":true,"lowerBound":0,"iD":false,"id":24,"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":"SelectSortingLevelAGGs","changeable":true,"lowerBound":0,"iD":false,"id":25,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"SelectFirstSortingIMCs","changeable":true,"lowerBound":0,"iD":false,"id":26,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"SelectionSize","changeable":true,"lowerBound":0,"iD":false,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"bucket","lowerBound":0,"id":29,"many":false,"required":false,"eClass":"EParameter"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"BucketBeginTime","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":"BucketEndTime","changeable":true,"lowerBound":0,"iD":false,"id":40,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Volume","changeable":true,"lowerBound":0,"iD":false,"id":41,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ThroughputType","changeable":true,"lowerBound":0,"iD":false,"id":42,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"SortingLevelAVCS","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":"MechanizationLevel","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":"SortingImc","changeable":true,"lowerBound":0,"iD":false,"id":45,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"DeliveryDate","changeable":true,"lowerBound":0,"iD":false,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"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":"Elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Name","changeable":true,"lowerBound":0,"iD":false,"id":56,"derived":false},{"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":"FromCustomer","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":"FromFirstSortingImc","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":"FromIntakeLocation","changeable":true,"lowerBound":0,"iD":false,"id":61,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"FromSortingLevelAGG","changeable":true,"lowerBound":0,"iD":false,"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":"ToSortingImc","changeable":true,"lowerBound":0,"iD":false,"id":63,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ToSortingLevelAVCS","changeable":true,"lowerBound":0,"iD":false,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ForecastMapping","changeable":true,"resolveProxies":true,"lowerBound":0,"id":71,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ForecastSelection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":72,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Sources","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"NumberOfBucketsMapped","changeable":true,"lowerBound":0,"iD":false,"id":74,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"NumberOfBucketsToMap","changeable":true,"lowerBound":0,"iD":false,"id":75,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Mapped","changeable":true,"lowerBound":0,"iD":false,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":1,"target":0},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":7,"target":2},{"source":7,"target":12},{"source":7,"target":1},{"source":12,"target":2},{"source":8,"target":13},{"source":8,"target":1},{"source":9,"target":4},{"source":9,"target":14},{"source":9,"target":1},{"source":14,"target":4},{"source":10,"target":1},{"source":10,"target":15},{"source":10,"target":1},{"source":15,"target":1},{"source":11,"target":6},{"source":11,"target":16},{"source":11,"target":1},{"source":16,"target":6},{"source":2,"target":0},{"source":2,"target":17},{"source":2,"target":18},{"source":2,"target":19},{"source":2,"target":20},{"source":2,"target":21},{"source":2,"target":22},{"source":2,"target":23},{"source":2,"target":24},{"source":2,"target":25},{"source":2,"target":26},{"source":2,"target":27},{"source":17,"target":28},{"source":17,"target":2},{"source":17,"target":29},{"source":29,"target":30},{"source":29,"target":17},{"source":18,"target":2},{"source":19,"target":2},{"source":20,"target":31},{"source":20,"target":2},{"source":21,"target":32},{"source":21,"target":2},{"source":22,"target":33},{"source":22,"target":2},{"source":23,"target":34},{"source":23,"target":2},{"source":24,"target":35},{"source":24,"target":2},{"source":25,"target":36},{"source":25,"target":2},{"source":26,"target":37},{"source":26,"target":2},{"source":27,"target":38},{"source":27,"target":2},{"source":3,"target":0},{"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":39,"target":47},{"source":39,"target":3},{"source":40,"target":48},{"source":40,"target":3},{"source":41,"target":49},{"source":41,"target":3},{"source":42,"target":50},{"source":42,"target":3},{"source":43,"target":51},{"source":43,"target":3},{"source":44,"target":52},{"source":44,"target":3},{"source":45,"target":53},{"source":45,"target":3},{"source":46,"target":54},{"source":46,"target":3},{"source":4,"target":0},{"source":4,"target":55},{"source":4,"target":56},{"source":55,"target":5},{"source":55,"target":57},{"source":55,"target":4},{"source":57,"target":5},{"source":56,"target":58},{"source":56,"target":4},{"source":5,"target":0},{"source":5,"target":59},{"source":5,"target":60},{"source":5,"target":61},{"source":5,"target":62},{"source":5,"target":63},{"source":5,"target":64},{"source":59,"target":65},{"source":59,"target":5},{"source":60,"target":66},{"source":60,"target":5},{"source":61,"target":67},{"source":61,"target":5},{"source":62,"target":68},{"source":62,"target":5},{"source":63,"target":69},{"source":63,"target":5},{"source":64,"target":70},{"source":64,"target":5},{"source":6,"target":0},{"source":6,"target":71},{"source":6,"target":72},{"source":6,"target":73},{"source":6,"target":74},{"source":6,"target":75},{"source":6,"target":76},{"source":71,"target":4},{"source":71,"target":77},{"source":71,"target":6},{"source":77,"target":4},{"source":72,"target":2},{"source":72,"target":78},{"source":72,"target":6},{"source":78,"target":2},{"source":73,"target":3},{"source":73,"target":79},{"source":73,"target":6},{"source":79,"target":3},{"source":74,"target":80},{"source":74,"target":6},{"source":75,"target":81},{"source":75,"target":6},{"source":76,"target":82},{"source":76,"target":6}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="sa" nsURI="http://it.univaq.wsn.sa" nsPrefix="it.univaq.wsn.sa"> <eAnnotations source="gmf"> <details key="foo" value="bar"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="SoftwareArchitecture"> <eAnnotations source="gmf.diagram"> <details key="diagram.extension" value="sa_diagram"/> <details key="model.extension" value="sa"/> </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="SAElements" upperBound="-1" eType="#//SAElement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Component" eSuperTypes="#//SAElement"> <eAnnotations source="gmf.node"> <details key="label" value="name"/> <details key="label.icon" value="false"/> <details key="border.color" value="0,0,0"/> <details key="tool.small.bundle" value="it.univaq.wsn.figures"/> <details key="tool.small.path" value="icons/sa/Component.gif"/> <details key="tool.large.bundle" value="it.univaq.wsn.figures"/> <details key="tool.large.path" value="icons/sa/Component.gif"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="ports" upperBound="-1" eType="#//MessagePort" containment="true"> <eAnnotations source="gmf.affixed"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="gmf.label"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="modes" upperBound="-1" eType="#//Mode" containment="true"> <eAnnotations source="gmf.compartment"> <details key="collapsible" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="applicationData" upperBound="-1" eType="#//DataDeclaration" containment="true"> <eAnnotations source="gmf.compartment"> <details key="layout" value="list"/> <details key="collapsible" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="controlElement" upperBound="-1" eType="#//Controller" containment="true" eOpposite="#//Controller/inComponent"> <eAnnotations source="gmf.compartment"> <details key="collapsible" value="true"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Connection" eSuperTypes="#//SAElement"> <eAnnotations source="gmf.link"> <details key="source" value="source"/> <details key="target" value="target"/> <details key="target.decoration" value="arrow"/> <details key="style" value="solid"/> <details key="color" value="0,0,0"/> <details key="tool.small.bundle" value="it.univaq.wsn.figures"/> <details key="tool.small.path" value="icons/sa/Connection.gif"/> <details key="tool.large.bundle" value="it.univaq.wsn.figures"/> <details key="tool.large.path" value="icons/sa/Connection.gif"/> <details/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//OutMessagePort"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//InMessagePort"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Controller" eSuperTypes="#//SAElement"> <eAnnotations source="gmf.node"> <details key="label" value="name"/> <details key="label.icon" value="false"/> <details key="border.color" value="0,0,0"/> <details key="tool.small.bundle" value="it.univaq.wsn.figures"/> <details key="tool.small.path" value="icons/sa/Component.gif"/> <details key="tool.large.bundle" value="it.univaq.wsn.figures"/> <details key="tool.large.path" value="icons/sa/Component.gif"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="controlPorts" upperBound="-1" eType="#//MessagePort" containment="true"> <eAnnotations source="gmf.affixed"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="controlData" upperBound="-1" eType="#//DataDeclaration" containment="true"> <eAnnotations source="gmf.compartment"> <details key="layout" value="list"/> <details key="collapsible" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="inComponent" eType="#//Component" eOpposite="#//Component/controlElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MessagePort" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="gmf.label"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InMessagePort" eSuperTypes="#//MessagePort"> <eAnnotations source="gmf.node"> <details key="size" value="20,20"/> <details key="label" value="name"/> <details key="label.placement" value="external"/> <details key="label.icon" value="true"/> <details key="border.color" value="0,0,0"/> <details key="tool.small.bundle" value="it.univaq.wsn.figures"/> <details key="tool.small.path" value="icons/sa/InMessagePort.gif"/> <details key="tool.large.bundle" value="it.univaq.wsn.figures"/> <details key="tool.large.path" value="icons/sa/InMessagePort.gif"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OutMessagePort" eSuperTypes="#//MessagePort"> <eAnnotations source="gmf.node"> <details key="size" value="20,20"/> <details key="label" value="name"/> <details key="label.placement" value="external"/> <details key="label.icon" value="true"/> <details key="border.color" value="0,0,0"/> <details key="tool.small.bundle" value="it.univaq.wsn.figures"/> <details key="tool.small.path" value="icons/sa/OutMessagePort.gif"/> <details key="tool.large.bundle" value="it.univaq.wsn.figures"/> <details key="tool.large.path" value="icons/sa/OutMessagePort.gif"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SAElement" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="Mode"> <eAnnotations source="gmf.node"> <details key="border.style" value="dash"/> <details key="label" value="name"/> <details key="label.icon" value="false"/> <details key="tool.small.bundle" value="it.univaq.wsn.figures"/> <details key="tool.small.path" value="icons/sa/Mode.gif"/> <details key="tool.large.bundle" value="it.univaq.wsn.figures"/> <details key="tool.large.path" value="icons/sa/Mode.gif"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="gmf.label"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="behaviouralElements" upperBound="-1" eType="#//BehaviouralElement" containment="true"> <eAnnotations source="gmf.compartment"> <details key="collapsible" value="false"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="entries" lowerBound="1" upperBound="-1" eType="#//EnterMode" containment="true"> <eAnnotations source="gmf.affixed"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="exits" upperBound="-1" eType="#//ExitMode" containment="true"> <eAnnotations source="gmf.affixed"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InitialMode" eSuperTypes="#//Mode"> <eAnnotations source="gmf.node"> <details key="border.style" value="dash"/> <details key="label" value="name"/> <details key="label.icon" value="true"/> <details key="tool.small.bundle" value="it.univaq.wsn.figures"/> <details key="tool.small.path" value="icons/sa/InitialMode.gif"/> <details key="tool.large.bundle" value="it.univaq.wsn.figures"/> <details key="tool.large.path" value="icons/sa/InitialMode.gif"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnterMode" eSuperTypes="#//Event"> <eAnnotations source="gmf.node"> <details key="figure" value="ellipse"/> <details key="size" value="10,10"/> <details key="label" value="name"/> <details key="label.placement" value="external"/> <details key="label.icon" value="false"/> <details key="tool.small.bundle" value="it.univaq.wsn.figures"/> <details key="tool.small.path" value="icons/sa/EnterMode.gif"/> <details key="tool.large.bundle" value="it.univaq.wsn.figures"/> <details key="tool.large.path" value="icons/sa/EnterMode.gif"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExitMode" eSuperTypes="#//Action"> <eAnnotations source="gmf.node"> <details key="figure" value="ellipse"/> <details key="size" value="10,10"/> <details key="label" value="name"/> <details key="label.placement" value="external"/> <details key="color" value="192,192,192"/> <details key="label.icon" value="false"/> <details key="tool.small.bundle" value="it.univaq.wsn.figures"/> <details key="tool.small.path" value="icons/sa/ExitMode.gif"/> <details key="tool.large.bundle" value="it.univaq.wsn.figures"/> <details key="tool.large.path" value="icons/sa/ExitMode.gif"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="targetMode" lowerBound="1" eType="#//EnterMode"> <eAnnotations source="gmf.link"> <details key="target.decoration" value="arrow"/> <details key="style" value="solid"/> <details key="label" value=""/> <details key="tool.name" value="Mode Transition"/> <details key="tool.small.bundle" value="it.univaq.wsn.figures"/> <details key="tool.small.path" value="icons/sa/TargetMode.gif"/> <details key="tool.large.bundle" value="it.univaq.wsn.figures"/> <details key="tool.large.path" value="icons/sa/TargetMode.gif"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BehaviouralElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="gmf.label"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Action" abstract="true" eSuperTypes="#//LinkableElement"> <eAnnotations source="gmf.node"> <details key="label" value="name"/> <details key="label.icon" value="false"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="incoming" upperBound="-1" eType="#//Link" eOpposite="#//Link/target"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CallAsyncService" eSuperTypes="#//Action"> <eAnnotations source="gmf.node"> <details key="figure" value="it.univaq.wsn.figures.sa.CallAsyncServiceFigure"/> <details key="label.placement" value="external"/> <details key="label.icon" value="false"/> <details key="border.color" value="255,255,255"/> <details key="label" value="name,data"/> <details key="label.pattern" value="{0}({1}) : A"/> <details key="size" value="48,48"/> <details key="tool.small.bundle" value="it.univaq.wsn.figures"/> <details key="tool.small.path" value="icons/sa/CallAsyncService.gif"/> <details key="tool.large.bundle" value="it.univaq.wsn.figures"/> <details key="tool.large.path" value="icons/sa/CallAsyncService.gif"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="dataExp" upperBound="-1" eType="#//Expression" containment="true"> <eAnnotations source="gmf.compartment"> <details key="collapsible" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="data" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="gmf.label"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CallSyncService" eSuperTypes="#//Action"> <eAnnotations source="gmf.node"> <details key="figure" value="it.univaq.wsn.figures.sa.CallSyncServiceFigure"/> <details key="label.placement" value="external"/> <details key="label.icon" value="false"/> <details key="border.color" value="255,255,255"/> <details key="label" value="name,data"/> <details key="label.pattern" value="{0}({1}) : S"/> <details key="size" value="48,48"/> <details key="tool.small.bundle" value="it.univaq.wsn.figures"/> <details key="tool.small.path" value="icons/sa/CallSyncService.gif"/> <details key="tool.large.bundle" value="it.univaq.wsn.figures"/> <details key="tool.large.path" value="icons/sa/CallSyncService.gif"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="dataExp" upperBound="-1" eType="#//Expression" containment="true"> <eAnnotations source="gmf.compartment"> <details key="collapsible" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="data" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="gmf.label"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="dataRecipient" eType="#//DataDeclaration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StartTimer" eSuperTypes="#//Action"> <eAnnotations source="gmf.node"> <details key="figure" value="it.univaq.wsn.figures.sa.StartTimerFigure"/> <details key="label.placement" value="external"/> <details key="label.icon" value="false"/> <details key="border.color" value="255,255,255"/> <details key="label" value="name,delay,period"/> <details key="label.pattern" value="{0} : {1} ({2})"/> <details key="size" value="48,48"/> <details key="tool.small.bundle" value="it.univaq.wsn.figures"/> <details key="tool.small.path" value="icons/sa/StartTimer.gif"/> <details key="tool.large.bundle" value="it.univaq.wsn.figures"/> <details key="tool.large.path" value="icons/sa/StartTimer.gif"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cyclic" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="gmf.label"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="delay" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="gmf.label"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="period" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="gmf.label"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StopTimer" eSuperTypes="#//Action"> <eAnnotations source="gmf.node"> <details key="figure" value="it.univaq.wsn.figures.sa.StopTimerFigure"/> <details key="label.placement" value="external"/> <details key="label.icon" value="false"/> <details key="border.color" value="255,255,255"/> <details key="label" value="name"/> <details key="size" value="48,48"/> <details key="tool.small.bundle" value="it.univaq.wsn.figures"/> <details key="tool.small.path" value="icons/sa/StopTimer.gif"/> <details key="tool.large.bundle" value="it.univaq.wsn.figures"/> <details key="tool.large.path" value="icons/sa/StopTimer.gif"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="timer" lowerBound="1" eType="#//StartTimer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StoreData" eSuperTypes="#//Action"> <eAnnotations source="gmf.node"> <details key="figure" value="it.univaq.wsn.figures.sa.StoreDataFigure"/> <details key="label.placement" value="external"/> <details key="label.icon" value="false"/> <details key="border.color" value="255,255,255"/> <details key="label" value="data"/> <details key="label.pattern" value="store {0}"/> <details key="size" value="48,48"/> <details key="tool.small.bundle" value="it.univaq.wsn.figures"/> <details key="tool.small.path" value="icons/sa/StoreData.gif"/> <details key="tool.large.bundle" value="it.univaq.wsn.figures"/> <details key="tool.large.path" value="icons/sa/StoreData.gif"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="dataRecipient" lowerBound="1" eType="#//DataDeclaration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dataExp" lowerBound="1" eType="#//Expression" containment="true"> <eAnnotations source="gmf.compartment"> <details key="collapsible" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="data" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="gmf.label"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ControlAction" abstract="true" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="SendMessage" abstract="true" eSuperTypes="#//Action"> <eAnnotations source="gmf.node"> <details key="figure" value="it.univaq.wsn.figures.sa.SendMessageFigure"/> <details key="label.placement" value="external"/> <details key="label.icon" value="false"/> <details key="border.color" value="255,255,255"/> <details key="label" value="name,data"/> <details key="label.pattern" value="{0} ({1})"/> <details key="size" value="48,48"/> <details key="tool.small.bundle" value="it.univaq.wsn.figures"/> <details key="tool.small.path" value="icons/sa/SendMessage.gif"/> <details key="tool.large.bundle" value="it.univaq.wsn.figures"/> <details key="tool.large.path" value="icons/sa/SendMessage.gif"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="dataExp" lowerBound="1" eType="#//Expression" containment="true"> <eAnnotations source="gmf.compartment"> <details key="collapsible" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="data" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="gmf.label"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="toMessagePorts" lowerBound="1" upperBound="-1" eType="#//OutMessagePort"> <eAnnotations source="gmf.link"> <details key="target.decoration" value="none"/> <details key="style" value="dot"/> <details key="tool.name" value="Send Message Port"/> <details key="tool.small.bundle" value="it.univaq.wsn.figures"/> <details key="tool.small.path" value="icons/sa/ToMessagePort.gif"/> <details key="tool.large.bundle" value="it.univaq.wsn.figures"/> <details key="tool.large.path" value="icons/sa/ToMessagePort.gif"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BroadcastSendMessage" eSuperTypes="#//SendMessage"> <eAnnotations source="gmf.node"> <details key="label.pattern" value="broad {0} ({1})"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnicastSendMessage" eSuperTypes="#//SendMessage"> <eAnnotations source="gmf.node"> <details key="label.pattern" value="uni {0} ({1})"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="receiverName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="gmf.label"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MulticastSendMessage" eSuperTypes="#//SendMessage"> <eAnnotations source="gmf.node"> <details key="label.pattern" value="multi {0} ({1})"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="receiverNames" lowerBound="1" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="gmf.label"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Sense" eSuperTypes="#//Action"> <eAnnotations source="gmf.node"> <details key="figure" value="it.univaq.wsn.figures.sa.SenseFigure"/> <details key="label.placement" value="external"/> <details key="label.icon" value="false"/> <details key="border.color" value="255,255,255"/> <details key="label" value="name,dataDeclarationName"/> <details key="label.pattern" value="{0} ({1})"/> <details key="size" value="48,48"/> <details key="tool.small.bundle" value="it.univaq.wsn.figures"/> <details key="tool.small.path" value="icons/sa/Sense.gif"/> <details key="tool.large.bundle" value="it.univaq.wsn.figures"/> <details key="tool.large.path" value="icons/sa/Sense.gif"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dataDeclarationName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="gmf.label"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="data" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="gmf.label"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="dataRecipient" lowerBound="1" eType="#//DataDeclaration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Actuate" eSuperTypes="#//Action"> <eAnnotations source="gmf.node"> <details key="figure" value="it.univaq.wsn.figures.sa.ActuateFigure"/> <details key="label.placement" value="external"/> <details key="label.icon" value="false"/> <details key="border.color" value="255,255,255"/> <details key="label" value="name,data"/> <details key="label.pattern" value="{0} ({1})"/> <details key="size" value="48,48"/> <details key="tool.small.bundle" value="it.univaq.wsn.figures"/> <details key="tool.small.path" value="icons/sa/Actuate.gif"/> <details key="tool.large.bundle" value="it.univaq.wsn.figures"/> <details key="tool.large.path" value="icons/sa/Actuate.gif"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="dataExp" eType="#//Expression" containment="true"> <eAnnotations source="gmf.compartment"> <details key="collapsible" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="data" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="gmf.label"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Join" eSuperTypes="#//ControlAction"> <eAnnotations source="gmf.node"> <details key="figure" value="rectangle"/> <details key="label.placement" value="none"/> <details key="border.color" value="102,102,102"/> <details key="color" value="102,102,102"/> <details key="size" value="10,96"/> <details key="tool.small.bundle" value="it.univaq.wsn.figures"/> <details key="tool.small.path" value="icons/sa/Join.gif"/> <details key="tool.large.bundle" value="it.univaq.wsn.figures"/> <details key="tool.large.path" value="icons/sa/Join.gif"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Fork" eSuperTypes="#//ControlAction"> <eAnnotations source="gmf.node"> <details key="figure" value="rectangle"/> <details key="label.placement" value="none"/> <details key="border.color" value="102,102,102"/> <details key="color" value="102,102,102"/> <details key="size" value="10,96"/> <details key="tool.small.bundle" value="it.univaq.wsn.figures"/> <details key="tool.small.path" value="icons/sa/Fork.gif"/> <details key="tool.large.bundle" value="it.univaq.wsn.figures"/> <details key="tool.large.path" value="icons/sa/Fork.gif"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Choice" eSuperTypes="#//ControlAction"> <eAnnotations source="gmf.node"> <details key="figure" value="polygon"/> <details key="polygon.x" value="16 32 16 0"/> <details key="polygon.y" value="0 16 32 16"/> <details key="label.placement" value="none"/> <details key="border.color" value="102,102,102"/> <details key="color" value="102,102,102"/> <details key="size" value="32,32"/> <details key="tool.small.bundle" value="it.univaq.wsn.figures"/> <details key="tool.small.path" value="icons/sa/Choice.gif"/> <details key="tool.large.bundle" value="it.univaq.wsn.figures"/> <details key="tool.large.path" value="icons/sa/Choice.gif"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Event" abstract="true" eSuperTypes="#//LinkableElement"/> <eClassifiers xsi:type="ecore:EClass" name="ServiceCallback" eSuperTypes="#//Event"> <eAnnotations source="gmf.node"> <details key="figure" value="it.univaq.wsn.figures.sa.ServiceCallbackFigure"/> <details key="label.placement" value="external"/> <details key="label.icon" value="false"/> <details key="border.color" value="255,255,255"/> <details key="label" value="serviceName"/> <details key="label.pattern" value="callback {0}"/> <details key="size" value="48,48"/> <details key="tool.small.bundle" value="it.univaq.wsn.figures"/> <details key="tool.small.path" value="icons/sa/ServiceCallback.gif"/> <details key="tool.large.bundle" value="it.univaq.wsn.figures"/> <details key="tool.large.path" value="icons/sa/ServiceCallback.gif"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="serviceName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="gmf.label"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="calledService" lowerBound="1" eType="#//CallAsyncService"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dataRecipient" eType="#//DataDeclaration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ServiceCall" eSuperTypes="#//Event"> <eAnnotations source="gmf.node"> <details key="figure" value="it.univaq.wsn.figures.sa.ServiceCallFigure"/> <details key="label.placement" value="external"/> <details key="label.icon" value="false"/> <details key="border.color" value="255,255,255"/> <details key="label" value="serviceName"/> <details key="label.pattern" value="call {0}"/> <details key="size" value="48,48"/> <details key="tool.small.bundle" value="it.univaq.wsn.figures"/> <details key="tool.small.path" value="icons/sa/ServiceCall.gif"/> <details key="tool.large.bundle" value="it.univaq.wsn.figures"/> <details key="tool.large.path" value="icons/sa/ServiceCall.gif"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="serviceName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="gmf.label"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="dataRecipient" eType="#//DataDeclaration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReceiveMessage" eSuperTypes="#//Event"> <eAnnotations source="gmf.node"> <details key="figure" value="it.univaq.wsn.figures.sa.ReceiveMessageFigure"/> <details key="label.placement" value="external"/> <details key="label.icon" value="false"/> <details key="border.color" value="255,255,255"/> <details key="label" value="name,dataRecipientName"/> <details key="label.pattern" value="{0} ({1})"/> <details key="size" value="48,48"/> <details key="tool.small.bundle" value="it.univaq.wsn.figures"/> <details key="tool.small.path" value="icons/sa/ReceiveMessage.gif"/> <details key="tool.large.bundle" value="it.univaq.wsn.figures"/> <details key="tool.large.path" value="icons/sa/ReceiveMessage.gif"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dataRecipientName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="gmf.label"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="fromMessagePorts" lowerBound="1" upperBound="-1" eType="#//InMessagePort"> <eAnnotations source="gmf.link"> <details key="target.decoration" value="none"/> <details key="style" value="dot"/> <details key="tool.name" value="Receive Message Port"/> <details key="tool.small.bundle" value="it.univaq.wsn.figures"/> <details key="tool.small.path" value="icons/sa/FromMessagePort.gif"/> <details key="tool.large.bundle" value="it.univaq.wsn.figures"/> <details key="tool.large.path" value="icons/sa/FromMessagePort.gif"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="dataRecipient" eType="#//DataDeclaration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TimerFired" eSuperTypes="#//Event"> <eAnnotations source="gmf.node"> <details key="figure" value="it.univaq.wsn.figures.sa.TimerFiredFigure"/> <details key="label.placement" value="external"/> <details key="label.icon" value="false"/> <details key="border.color" value="255,255,255"/> <details key="label" value="timerName"/> <details key="size" value="48,48"/> <details key="tool.small.bundle" value="it.univaq.wsn.figures"/> <details key="tool.small.path" value="icons/sa/TimerFired.gif"/> <details key="tool.large.bundle" value="it.univaq.wsn.figures"/> <details key="tool.large.path" value="icons/sa/TimerFired.gif"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="timerName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="gmf.label"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="timer" lowerBound="1" eType="#//StartTimer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Link" eSuperTypes="#//BehaviouralElement"> <eAnnotations source="gmf.link"> <details key="label" value="condition"/> <details key="label.parser" value="it.univaq.wsn.sa.parsers.ExpressionParser"/> <details key="source" value="source"/> <details key="target" value="target"/> <details key="target.decoration" value="arrow"/> <details key="style" value="solid"/> <details key="tool.small.bundle" value="it.univaq.wsn.figures"/> <details key="tool.small.path" value="icons/sa/Link.gif"/> <details key="tool.large.bundle" value="it.univaq.wsn.figures"/> <details key="tool.large.path" value="icons/sa/Link.gif"/> <details key="tool.name" value="Behaviour Link"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//LinkableElement" eOpposite="#//LinkableElement/outgoing"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//Action" eOpposite="#//Action/incoming"/> <eStructuralFeatures xsi:type="ecore:EReference" name="conditionExp" eType="#//Expression" containment="true"> <eAnnotations source="gmf.compartment"> <details key="collapsible" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="condition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="gmf.label"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LinkableElement" abstract="true" eSuperTypes="#//BehaviouralElement"> <eAnnotations source="gmf.node"> <details key="size" value="48,48"/> <details key="label" value="name"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="outgoing" upperBound="-1" eType="#//Link" eOpposite="#//Link/source"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataDeclaration" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dataName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="gmf.label"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="valueExp" eType="#//Constant" containment="true"> <eAnnotations source="gmf.compartment"> <details key="collapsible" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="gmf.label"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveDataDeclaration" eSuperTypes="#//DataDeclaration"> <eAnnotations source="gmf.node"> <details key="label" value="dataName,value,type"/> <details key="label.pattern" value="{0} : {2} = {1}"/> <details key="tool.small.bundle" value="it.univaq.wsn.figures"/> <details key="tool.small.path" value="icons/sa/PrimitiveDataDeclaration.gif"/> <details key="tool.large.bundle" value="it.univaq.wsn.figures"/> <details key="tool.large.path" value="icons/sa/PrimitiveDataDeclaration.gif"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//PrimitiveType"> <eAnnotations source="gmf.label"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="PrimitiveType"> <eLiterals name="integer"/> <eLiterals name="boolean" value="1"/> <eLiterals name="real" value="2"/> <eLiterals name="string" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StructuredDataDeclaration" eSuperTypes="#//DataDeclaration"> <eAnnotations source="gmf.node"> <details key="label" value="dataName,value,typeText"/> <details key="label.pattern" value="{0} : {2} = {1}"/> <details key="tool.small.bundle" value="it.univaq.wsn.figures"/> <details key="tool.small.path" value="icons/sa/StructuredDataDeclaration.gif"/> <details key="tool.large.bundle" value="it.univaq.wsn.figures"/> <details key="tool.large.path" value="icons/sa/StructuredDataDeclaration.gif"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="typeExp" lowerBound="1" eType="#//StructuredDataType" containment="true"> <eAnnotations source="gmf.compartment"> <details key="collapsible" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="gmf.label"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StructuredDataType" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="Enumeration" eSuperTypes="#//StructuredDataType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="literals" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="gmf.label"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Structure" eSuperTypes="#//StructuredDataType"> <eStructuralFeatures xsi:type="ecore:EReference" name="members" upperBound="-1" eType="#//DataDeclaration" containment="true"> <eAnnotations source="gmf.compartment"> <details key="collapsible" value="true"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Constant" abstract="true" eSuperTypes="#//Expression"/> <eClassifiers xsi:type="ecore:EClass" name="IntegerConst" eSuperTypes="#//Constant"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="gmf.label"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanConst" eSuperTypes="#//Constant"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="gmf.label"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RealConst" eSuperTypes="#//Constant"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"> <eAnnotations source="gmf.label"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringConst" eSuperTypes="#//Constant"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="gmf.label"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnumConst" eSuperTypes="#//Constant"> <eStructuralFeatures xsi:type="ecore:EReference" name="enumeration" eType="#//Enumeration"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="gmf.label"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StructureConst" eSuperTypes="#//Constant"> <eStructuralFeatures xsi:type="ecore:EReference" name="values" upperBound="-1" eType="#//StructureElement" containment="true"> <eAnnotations source="gmf.compartment"> <details key="collapsible" value="true"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StructureElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="member" lowerBound="1" eType="#//DataDeclaration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="#//Constant" containment="true"> <eAnnotations source="gmf.compartment"> <details key="collapsible" value="true"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Expression" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="NullExp" eSuperTypes="#//Expression"/> <eClassifiers xsi:type="ecore:EClass" name="DataRef" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="declaration" lowerBound="1" eType="#//DataDeclaration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StructureMemberRef" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="structure" lowerBound="1" eType="#//Structure"/> <eStructuralFeatures xsi:type="ecore:EReference" name="member" lowerBound="1" eType="#//PrimitiveDataDeclaration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArithmeticExpr" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="leftOperand" lowerBound="1" eType="#//Expression" containment="true"> <eAnnotations source="gmf.compartment"> <details key="collapsible" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="rightOperand" lowerBound="1" eType="#//Expression" containment="true"> <eAnnotations source="gmf.compartment"> <details key="collapsible" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" lowerBound="1" eType="#//ArithmeticOp"> <eAnnotations source="gmf.label"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanExpr" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="leftOperand" eType="#//Expression" containment="true"> <eAnnotations source="gmf.compartment"> <details key="collapsible" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="rightOperand" lowerBound="1" eType="#//Expression" containment="true"> <eAnnotations source="gmf.compartment"> <details key="collapsible" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" eType="#//BooleanOp"> <eAnnotations source="gmf.label"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RelationalExpr" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="leftOperand" lowerBound="1" eType="#//Expression" containment="true"> <eAnnotations source="gmf.compartment"> <details key="collapsible" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="rightOperand" lowerBound="1" eType="#//Expression" containment="true"> <eAnnotations source="gmf.compartment"> <details key="collapsible" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" eType="#//RelationalOp"> <eAnnotations source="gmf.label"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ArithmeticOp"> <eLiterals name="SUM"/> <eLiterals name="SUB" value="1"/> <eLiterals name="MULT" value="2"/> <eLiterals name="DIV" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="BooleanOp"> <eLiterals name="AND"/> <eLiterals name="OR" value="1"/> <eLiterals name="NOT" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="RelationalOp"> <eLiterals name="GREATER"/> <eLiterals name="GREATER_EQ" value="1"/> <eLiterals name="LESS" value="2"/> <eLiterals name="LESS_EQ" value="3"/> <eLiterals name="NOT_EQUAL" value="4"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/sahayapurv/MasterThesis---Pattern-Sirius/Patterns/backup/SA.ecore
ecore
sa SoftwareArchitecture name SAElements Component ports name modes applicationData controlElement Connection source target Controller controlPorts name controlData inComponent MessagePort name InMessagePort OutMessagePort SAElement Mode name behaviouralElements entries exits InitialMode EnterMode ExitMode targetMode BehaviouralElement name Action incoming CallAsyncService dataExp data CallSyncService dataExp data dataRecipient StartTimer cyclic delay period StopTimer timer StoreData dataRecipient dataExp data ControlAction SendMessage dataExp data toMessagePorts BroadcastSendMessage UnicastSendMessage receiverName MulticastSendMessage receiverNames Sense dataDeclarationName data dataRecipient Actuate dataExp data Join Fork Choice Event ServiceCallback serviceName calledService dataRecipient ServiceCall serviceName dataRecipient ReceiveMessage dataRecipientName fromMessagePorts dataRecipient TimerFired timerName timer Link source target conditionExp condition LinkableElement outgoing DataDeclaration dataName valueExp value PrimitiveDataDeclaration type PrimitiveType integer integer boolean boolean real real string string StructuredDataDeclaration typeExp type StructuredDataType Enumeration literals Structure members Constant IntegerConst value BooleanConst value RealConst value StringConst value EnumConst enumeration value StructureConst values StructureElement member value Expression NullExp DataRef declaration StructureMemberRef structure member ArithmeticExpr leftOperand rightOperand operator BooleanExpr leftOperand rightOperand operator RelationalExpr leftOperand rightOperand operator ArithmeticOp SUM SUM SUB SUB MULT MULT DIV DIV BooleanOp AND AND OR OR NOT NOT RelationalOp GREATER GREATER GREATER_EQ GREATER_EQ LESS LESS LESS_EQ LESS_EQ NOT_EQUAL NOT_EQUAL
null
{"directed":true,"nodes":[{"nsPrefix":"it.univaq.wsn.sa","nsURI":"http://it.univaq.wsn.sa","name":"sa","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SoftwareArchitecture","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":"Connection","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Controller","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessagePort","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InMessagePort","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutMessagePort","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SAElement","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mode","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialMode","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnterMode","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExitMode","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehaviouralElement","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallAsyncService","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallSyncService","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StartTimer","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StopTimer","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StoreData","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlAction","instanceClass":null,"abstract":true,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendMessage","instanceClass":null,"abstract":true,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BroadcastSendMessage","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnicastSendMessage","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MulticastSendMessage","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sense","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Actuate","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Join","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Fork","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Choice","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Event","instanceClass":null,"abstract":true,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceCallback","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceCall","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReceiveMessage","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimerFired","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Link","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkableElement","instanceClass":null,"abstract":true,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataDeclaration","instanceClass":null,"abstract":true,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveDataDeclaration","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"id":39,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredDataDeclaration","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredDataType","instanceClass":null,"abstract":true,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Structure","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constant","instanceClass":null,"abstract":true,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerConst","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanConst","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealConst","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringConst","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumConst","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructureConst","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructureElement","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":true,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NullExp","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataRef","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructureMemberRef","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArithmeticExpr","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanExpr","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelationalExpr","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ArithmeticOp","instanceClass":null,"id":59,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"BooleanOp","instanceClass":null,"id":60,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"RelationalOp","instanceClass":null,"id":61,"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":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":"SAElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":66,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":67,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"applicationData","changeable":true,"resolveProxies":true,"lowerBound":0,"id":69,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"controlElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inComponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":78,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"controlPorts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":84,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"controlData","changeable":true,"resolveProxies":true,"lowerBound":0,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":91,"derived":false},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":95,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"behaviouralElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":96,"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":"entries","changeable":true,"resolveProxies":true,"lowerBound":1,"id":97,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exits","changeable":true,"resolveProxies":true,"lowerBound":0,"id":98,"derived":false},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"targetMode","changeable":true,"resolveProxies":true,"lowerBound":1,"id":105,"derived":false},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":108,"derived":false},{"id":109,"eClass":"EGenericType"},{"container":false,"ordered":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":110,"derived":false},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":113,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dataExp","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":"data","changeable":true,"lowerBound":0,"iD":false,"id":115,"derived":false},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dataExp","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":"data","changeable":true,"lowerBound":0,"iD":false,"id":120,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dataRecipient","changeable":true,"resolveProxies":true,"lowerBound":0,"id":121,"derived":false},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cyclic","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":"delay","changeable":true,"lowerBound":0,"iD":false,"id":127,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"period","changeable":true,"lowerBound":0,"iD":false,"id":128,"derived":false},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"timer","changeable":true,"resolveProxies":true,"lowerBound":1,"id":133,"derived":false},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dataRecipient","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":"dataExp","changeable":true,"resolveProxies":true,"lowerBound":1,"id":137,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"data","changeable":true,"lowerBound":1,"iD":false,"id":138,"derived":false},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dataExp","changeable":true,"resolveProxies":true,"lowerBound":1,"id":144,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"data","changeable":true,"lowerBound":0,"iD":false,"id":145,"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":"toMessagePorts","changeable":true,"resolveProxies":true,"lowerBound":1,"id":146,"derived":false},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"receiverName","changeable":true,"lowerBound":1,"iD":false,"id":152,"derived":false},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"receiverNames","changeable":true,"lowerBound":1,"iD":false,"id":155,"derived":false},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dataDeclarationName","changeable":true,"lowerBound":0,"iD":false,"id":158,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"data","changeable":true,"lowerBound":0,"iD":false,"id":159,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dataRecipient","changeable":true,"resolveProxies":true,"lowerBound":1,"id":160,"derived":false},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dataExp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":165,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"data","changeable":true,"lowerBound":0,"iD":false,"id":166,"derived":false},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"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":"serviceName","changeable":true,"lowerBound":0,"iD":false,"id":174,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"calledService","changeable":true,"resolveProxies":true,"lowerBound":1,"id":175,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dataRecipient","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"},{"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":181,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dataRecipient","changeable":true,"resolveProxies":true,"lowerBound":0,"id":182,"derived":false},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dataRecipientName","changeable":true,"lowerBound":0,"iD":false,"id":186,"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":"fromMessagePorts","changeable":true,"resolveProxies":true,"lowerBound":1,"id":187,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dataRecipient","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"timerName","changeable":true,"lowerBound":0,"iD":false,"id":193,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"timer","changeable":true,"resolveProxies":true,"lowerBound":1,"id":194,"derived":false},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":198,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"conditionExp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":199,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"lowerBound":0,"iD":false,"id":200,"derived":false},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outgoing","changeable":true,"resolveProxies":true,"lowerBound":0,"id":203,"derived":false},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dataName","changeable":true,"lowerBound":1,"iD":false,"id":209,"derived":false},{"container":false,"ordered":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":210,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":211,"derived":false},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"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":215,"derived":false},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"name":"integer","id":218,"value":0,"literal":"integer","eClass":"EEnumLiteral"},{"name":"boolean","id":219,"value":1,"literal":"boolean","eClass":"EEnumLiteral"},{"name":"real","id":220,"value":2,"literal":"real","eClass":"EEnumLiteral"},{"name":"string","id":221,"value":3,"literal":"string","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":"typeExp","changeable":true,"resolveProxies":true,"lowerBound":1,"id":222,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":223,"derived":false},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"id":226,"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":"literals","changeable":true,"lowerBound":0,"iD":false,"id":227,"derived":false},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"members","changeable":true,"resolveProxies":true,"lowerBound":0,"id":230,"derived":false},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"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":234,"derived":false},{"id":235,"eClass":"EGenericType"},{"id":236,"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":237,"derived":false},{"id":238,"eClass":"EGenericType"},{"id":239,"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":240,"derived":false},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":243,"derived":false},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"enumeration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":246,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":247,"derived":false},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"values","changeable":true,"resolveProxies":true,"lowerBound":0,"id":251,"derived":false},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"member","changeable":true,"resolveProxies":true,"lowerBound":1,"id":254,"derived":false},{"container":false,"ordered":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":255,"derived":false},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"declaration","changeable":true,"resolveProxies":true,"lowerBound":1,"id":259,"derived":false},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"structure","changeable":true,"resolveProxies":true,"lowerBound":1,"id":262,"derived":false},{"container":false,"ordered":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":263,"derived":false},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"leftOperand","changeable":true,"resolveProxies":true,"lowerBound":1,"id":267,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rightOperand","changeable":true,"resolveProxies":true,"lowerBound":1,"id":268,"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":269,"derived":false},{"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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"leftOperand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":274,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rightOperand","changeable":true,"resolveProxies":true,"lowerBound":1,"id":275,"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":276,"derived":false},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"leftOperand","changeable":true,"resolveProxies":true,"lowerBound":1,"id":281,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rightOperand","changeable":true,"resolveProxies":true,"lowerBound":1,"id":282,"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":283,"derived":false},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"name":"SUM","id":288,"value":0,"literal":"SUM","eClass":"EEnumLiteral"},{"name":"SUB","id":289,"value":1,"literal":"SUB","eClass":"EEnumLiteral"},{"name":"MULT","id":290,"value":2,"literal":"MULT","eClass":"EEnumLiteral"},{"name":"DIV","id":291,"value":3,"literal":"DIV","eClass":"EEnumLiteral"},{"name":"AND","id":292,"value":0,"literal":"AND","eClass":"EEnumLiteral"},{"name":"OR","id":293,"value":1,"literal":"OR","eClass":"EEnumLiteral"},{"name":"NOT","id":294,"value":2,"literal":"NOT","eClass":"EEnumLiteral"},{"name":"GREATER","id":295,"value":0,"literal":"GREATER","eClass":"EEnumLiteral"},{"name":"GREATER_EQ","id":296,"value":1,"literal":"GREATER_EQ","eClass":"EEnumLiteral"},{"name":"LESS","id":297,"value":2,"literal":"LESS","eClass":"EEnumLiteral"},{"name":"LESS_EQ","id":298,"value":3,"literal":"LESS_EQ","eClass":"EEnumLiteral"},{"name":"NOT_EQUAL","id":299,"value":4,"literal":"NOT_EQUAL","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":0,"target":57},{"source":0,"target":58},{"source":0,"target":59},{"source":0,"target":60},{"source":0,"target":61},{"source":1,"target":0},{"source":1,"target":62},{"source":1,"target":63},{"source":62,"target":64},{"source":62,"target":1},{"source":63,"target":8},{"source":63,"target":65},{"source":63,"target":1},{"source":65,"target":8},{"source":2,"target":0},{"source":2,"target":8},{"source":2,"target":66},{"source":2,"target":67},{"source":2,"target":68},{"source":2,"target":69},{"source":2,"target":70},{"source":2,"target":71},{"source":66,"target":5},{"source":66,"target":72},{"source":66,"target":2},{"source":72,"target":5},{"source":67,"target":73},{"source":67,"target":2},{"source":68,"target":9},{"source":68,"target":74},{"source":68,"target":2},{"source":74,"target":9},{"source":69,"target":37},{"source":69,"target":75},{"source":69,"target":2},{"source":75,"target":37},{"source":70,"target":4},{"source":70,"target":76},{"source":70,"target":2},{"source":70,"target":77},{"source":76,"target":4},{"source":71,"target":8},{"source":3,"target":0},{"source":3,"target":8},{"source":3,"target":78},{"source":3,"target":79},{"source":3,"target":80},{"source":78,"target":7},{"source":78,"target":81},{"source":78,"target":3},{"source":81,"target":7},{"source":79,"target":6},{"source":79,"target":82},{"source":79,"target":3},{"source":82,"target":6},{"source":80,"target":8},{"source":4,"target":0},{"source":4,"target":8},{"source":4,"target":83},{"source":4,"target":84},{"source":4,"target":85},{"source":4,"target":77},{"source":4,"target":86},{"source":83,"target":5},{"source":83,"target":87},{"source":83,"target":4},{"source":87,"target":5},{"source":84,"target":88},{"source":84,"target":4},{"source":85,"target":37},{"source":85,"target":89},{"source":85,"target":4},{"source":89,"target":37},{"source":77,"target":2},{"source":77,"target":90},{"source":77,"target":4},{"source":77,"target":70},{"source":90,"target":2},{"source":86,"target":8},{"source":5,"target":0},{"source":5,"target":91},{"source":91,"target":92},{"source":91,"target":5},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":93},{"source":93,"target":5},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":94},{"source":94,"target":5},{"source":8,"target":0},{"source":9,"target":0},{"source":9,"target":95},{"source":9,"target":96},{"source":9,"target":97},{"source":9,"target":98},{"source":95,"target":99},{"source":95,"target":9},{"source":96,"target":13},{"source":96,"target":100},{"source":96,"target":9},{"source":100,"target":13},{"source":97,"target":11},{"source":97,"target":101},{"source":97,"target":9},{"source":101,"target":11},{"source":98,"target":12},{"source":98,"target":102},{"source":98,"target":9},{"source":102,"target":12},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":103},{"source":103,"target":9},{"source":11,"target":0},{"source":11,"target":30},{"source":11,"target":104},{"source":104,"target":30},{"source":12,"target":0},{"source":12,"target":14},{"source":12,"target":105},{"source":12,"target":106},{"source":105,"target":11},{"source":105,"target":107},{"source":105,"target":12},{"source":107,"target":11},{"source":106,"target":14},{"source":13,"target":0},{"source":13,"target":108},{"source":108,"target":109},{"source":108,"target":13},{"source":14,"target":0},{"source":14,"target":36},{"source":14,"target":110},{"source":14,"target":111},{"source":110,"target":35},{"source":110,"target":112},{"source":110,"target":14},{"source":110,"target":113},{"source":112,"target":35},{"source":111,"target":36},{"source":15,"target":0},{"source":15,"target":14},{"source":15,"target":114},{"source":15,"target":115},{"source":15,"target":116},{"source":114,"target":52},{"source":114,"target":117},{"source":114,"target":15},{"source":117,"target":52},{"source":115,"target":118},{"source":115,"target":15},{"source":116,"target":14},{"source":16,"target":0},{"source":16,"target":14},{"source":16,"target":119},{"source":16,"target":120},{"source":16,"target":121},{"source":16,"target":122},{"source":119,"target":52},{"source":119,"target":123},{"source":119,"target":16},{"source":123,"target":52},{"source":120,"target":124},{"source":120,"target":16},{"source":121,"target":37},{"source":121,"target":125},{"source":121,"target":16},{"source":125,"target":37},{"source":122,"target":14},{"source":17,"target":0},{"source":17,"target":14},{"source":17,"target":126},{"source":17,"target":127},{"source":17,"target":128},{"source":17,"target":129},{"source":126,"target":130},{"source":126,"target":17},{"source":127,"target":131},{"source":127,"target":17},{"source":128,"target":132},{"source":128,"target":17},{"source":129,"target":14},{"source":18,"target":0},{"source":18,"target":14},{"source":18,"target":133},{"source":18,"target":134},{"source":133,"target":17},{"source":133,"target":135},{"source":133,"target":18},{"source":135,"target":17},{"source":134,"target":14},{"source":19,"target":0},{"source":19,"target":14},{"source":19,"target":136},{"source":19,"target":137},{"source":19,"target":138},{"source":19,"target":139},{"source":136,"target":37},{"source":136,"target":140},{"source":136,"target":19},{"source":140,"target":37},{"source":137,"target":52},{"source":137,"target":141},{"source":137,"target":19},{"source":141,"target":52},{"source":138,"target":142},{"source":138,"target":19},{"source":139,"target":14},{"source":20,"target":0},{"source":20,"target":14},{"source":20,"target":143},{"source":143,"target":14},{"source":21,"target":0},{"source":21,"target":14},{"source":21,"target":144},{"source":21,"target":145},{"source":21,"target":146},{"source":21,"target":147},{"source":144,"target":52},{"source":144,"target":148},{"source":144,"target":21},{"source":148,"target":52},{"source":145,"target":149},{"source":145,"target":21},{"source":146,"target":7},{"source":146,"target":150},{"source":146,"target":21},{"source":150,"target":7},{"source":147,"target":14},{"source":22,"target":0},{"source":22,"target":21},{"source":22,"target":151},{"source":151,"target":21},{"source":23,"target":0},{"source":23,"target":21},{"source":23,"target":152},{"source":23,"target":153},{"source":152,"target":154},{"source":152,"target":23},{"source":153,"target":21},{"source":24,"target":0},{"source":24,"target":21},{"source":24,"target":155},{"source":24,"target":156},{"source":155,"target":157},{"source":155,"target":24},{"source":156,"target":21},{"source":25,"target":0},{"source":25,"target":14},{"source":25,"target":158},{"source":25,"target":159},{"source":25,"target":160},{"source":25,"target":161},{"source":158,"target":162},{"source":158,"target":25},{"source":159,"target":163},{"source":159,"target":25},{"source":160,"target":37},{"source":160,"target":164},{"source":160,"target":25},{"source":164,"target":37},{"source":161,"target":14},{"source":26,"target":0},{"source":26,"target":14},{"source":26,"target":165},{"source":26,"target":166},{"source":26,"target":167},{"source":165,"target":52},{"source":165,"target":168},{"source":165,"target":26},{"source":168,"target":52},{"source":166,"target":169},{"source":166,"target":26},{"source":167,"target":14},{"source":27,"target":0},{"source":27,"target":20},{"source":27,"target":170},{"source":170,"target":20},{"source":28,"target":0},{"source":28,"target":20},{"source":28,"target":171},{"source":171,"target":20},{"source":29,"target":0},{"source":29,"target":20},{"source":29,"target":172},{"source":172,"target":20},{"source":30,"target":0},{"source":30,"target":36},{"source":30,"target":173},{"source":173,"target":36},{"source":31,"target":0},{"source":31,"target":30},{"source":31,"target":174},{"source":31,"target":175},{"source":31,"target":176},{"source":31,"target":177},{"source":174,"target":178},{"source":174,"target":31},{"source":175,"target":15},{"source":175,"target":179},{"source":175,"target":31},{"source":179,"target":15},{"source":176,"target":37},{"source":176,"target":180},{"source":176,"target":31},{"source":180,"target":37},{"source":177,"target":30},{"source":32,"target":0},{"source":32,"target":30},{"source":32,"target":181},{"source":32,"target":182},{"source":32,"target":183},{"source":181,"target":184},{"source":181,"target":32},{"source":182,"target":37},{"source":182,"target":185},{"source":182,"target":32},{"source":185,"target":37},{"source":183,"target":30},{"source":33,"target":0},{"source":33,"target":30},{"source":33,"target":186},{"source":33,"target":187},{"source":33,"target":188},{"source":33,"target":189},{"source":186,"target":190},{"source":186,"target":33},{"source":187,"target":6},{"source":187,"target":191},{"source":187,"target":33},{"source":191,"target":6},{"source":188,"target":37},{"source":188,"target":192},{"source":188,"target":33},{"source":192,"target":37},{"source":189,"target":30},{"source":34,"target":0},{"source":34,"target":30},{"source":34,"target":193},{"source":34,"target":194},{"source":34,"target":195},{"source":193,"target":196},{"source":193,"target":34},{"source":194,"target":17},{"source":194,"target":197},{"source":194,"target":34},{"source":197,"target":17},{"source":195,"target":30},{"source":35,"target":0},{"source":35,"target":13},{"source":35,"target":198},{"source":35,"target":113},{"source":35,"target":199},{"source":35,"target":200},{"source":35,"target":201},{"source":198,"target":36},{"source":198,"target":202},{"source":198,"target":35},{"source":198,"target":203},{"source":202,"target":36},{"source":113,"target":14},{"source":113,"target":204},{"source":113,"target":35},{"source":113,"target":110},{"source":204,"target":14},{"source":199,"target":52},{"source":199,"target":205},{"source":199,"target":35},{"source":205,"target":52},{"source":200,"target":206},{"source":200,"target":35},{"source":201,"target":13},{"source":36,"target":0},{"source":36,"target":13},{"source":36,"target":203},{"source":36,"target":207},{"source":203,"target":35},{"source":203,"target":208},{"source":203,"target":36},{"source":203,"target":198},{"source":208,"target":35},{"source":207,"target":13},{"source":37,"target":0},{"source":37,"target":209},{"source":37,"target":210},{"source":37,"target":211},{"source":209,"target":212},{"source":209,"target":37},{"source":210,"target":44},{"source":210,"target":213},{"source":210,"target":37},{"source":213,"target":44},{"source":211,"target":214},{"source":211,"target":37},{"source":38,"target":0},{"source":38,"target":37},{"source":38,"target":215},{"source":38,"target":216},{"source":215,"target":39},{"source":215,"target":217},{"source":215,"target":38},{"source":217,"target":39},{"source":216,"target":37},{"source":39,"target":0},{"source":39,"target":218},{"source":39,"target":219},{"source":39,"target":220},{"source":39,"target":221},{"source":218,"target":39},{"source":219,"target":39},{"source":220,"target":39},{"source":221,"target":39},{"source":40,"target":0},{"source":40,"target":37},{"source":40,"target":222},{"source":40,"target":223},{"source":40,"target":224},{"source":222,"target":41},{"source":222,"target":225},{"source":222,"target":40},{"source":225,"target":41},{"source":223,"target":226},{"source":223,"target":40},{"source":224,"target":37},{"source":41,"target":0},{"source":42,"target":0},{"source":42,"target":41},{"source":42,"target":227},{"source":42,"target":228},{"source":227,"target":229},{"source":227,"target":42},{"source":228,"target":41},{"source":43,"target":0},{"source":43,"target":41},{"source":43,"target":230},{"source":43,"target":231},{"source":230,"target":37},{"source":230,"target":232},{"source":230,"target":43},{"source":232,"target":37},{"source":231,"target":41},{"source":44,"target":0},{"source":44,"target":52},{"source":44,"target":233},{"source":233,"target":52},{"source":45,"target":0},{"source":45,"target":44},{"source":45,"target":234},{"source":45,"target":235},{"source":234,"target":236},{"source":234,"target":45},{"source":235,"target":44},{"source":46,"target":0},{"source":46,"target":44},{"source":46,"target":237},{"source":46,"target":238},{"source":237,"target":239},{"source":237,"target":46},{"source":238,"target":44},{"source":47,"target":0},{"source":47,"target":44},{"source":47,"target":240},{"source":47,"target":241},{"source":240,"target":242},{"source":240,"target":47},{"source":241,"target":44},{"source":48,"target":0},{"source":48,"target":44},{"source":48,"target":243},{"source":48,"target":244},{"source":243,"target":245},{"source":243,"target":48},{"source":244,"target":44},{"source":49,"target":0},{"source":49,"target":44},{"source":49,"target":246},{"source":49,"target":247},{"source":49,"target":248},{"source":246,"target":42},{"source":246,"target":249},{"source":246,"target":49},{"source":249,"target":42},{"source":247,"target":250},{"source":247,"target":49},{"source":248,"target":44},{"source":50,"target":0},{"source":50,"target":44},{"source":50,"target":251},{"source":50,"target":252},{"source":251,"target":51},{"source":251,"target":253},{"source":251,"target":50},{"source":253,"target":51},{"source":252,"target":44},{"source":51,"target":0},{"source":51,"target":254},{"source":51,"target":255},{"source":254,"target":37},{"source":254,"target":256},{"source":254,"target":51},{"source":256,"target":37},{"source":255,"target":44},{"source":255,"target":257},{"source":255,"target":51},{"source":257,"target":44},{"source":52,"target":0},{"source":53,"target":0},{"source":53,"target":52},{"source":53,"target":258},{"source":258,"target":52},{"source":54,"target":0},{"source":54,"target":52},{"source":54,"target":259},{"source":54,"target":260},{"source":259,"target":37},{"source":259,"target":261},{"source":259,"target":54},{"source":261,"target":37},{"source":260,"target":52},{"source":55,"target":0},{"source":55,"target":52},{"source":55,"target":262},{"source":55,"target":263},{"source":55,"target":264},{"source":262,"target":43},{"source":262,"target":265},{"source":262,"target":55},{"source":265,"target":43},{"source":263,"target":38},{"source":263,"target":266},{"source":263,"target":55},{"source":266,"target":38},{"source":264,"target":52},{"source":56,"target":0},{"source":56,"target":52},{"source":56,"target":267},{"source":56,"target":268},{"source":56,"target":269},{"source":56,"target":270},{"source":267,"target":52},{"source":267,"target":271},{"source":267,"target":56},{"source":271,"target":52},{"source":268,"target":52},{"source":268,"target":272},{"source":268,"target":56},{"source":272,"target":52},{"source":269,"target":59},{"source":269,"target":273},{"source":269,"target":56},{"source":273,"target":59},{"source":270,"target":52},{"source":57,"target":0},{"source":57,"target":52},{"source":57,"target":274},{"source":57,"target":275},{"source":57,"target":276},{"source":57,"target":277},{"source":274,"target":52},{"source":274,"target":278},{"source":274,"target":57},{"source":278,"target":52},{"source":275,"target":52},{"source":275,"target":279},{"source":275,"target":57},{"source":279,"target":52},{"source":276,"target":60},{"source":276,"target":280},{"source":276,"target":57},{"source":280,"target":60},{"source":277,"target":52},{"source":58,"target":0},{"source":58,"target":52},{"source":58,"target":281},{"source":58,"target":282},{"source":58,"target":283},{"source":58,"target":284},{"source":281,"target":52},{"source":281,"target":285},{"source":281,"target":58},{"source":285,"target":52},{"source":282,"target":52},{"source":282,"target":286},{"source":282,"target":58},{"source":286,"target":52},{"source":283,"target":61},{"source":283,"target":287},{"source":283,"target":58},{"source":287,"target":61},{"source":284,"target":52},{"source":59,"target":0},{"source":59,"target":288},{"source":59,"target":289},{"source":59,"target":290},{"source":59,"target":291},{"source":288,"target":59},{"source":289,"target":59},{"source":290,"target":59},{"source":291,"target":59},{"source":60,"target":0},{"source":60,"target":292},{"source":60,"target":293},{"source":60,"target":294},{"source":292,"target":60},{"source":293,"target":60},{"source":294,"target":60},{"source":61,"target":0},{"source":61,"target":295},{"source":61,"target":296},{"source":61,"target":297},{"source":61,"target":298},{"source":61,"target":299},{"source":295,"target":61},{"source":296,"target":61},{"source":297,"target":61},{"source":298,"target":61},{"source":299,"target":61}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="CreateReferencedEClassTest"> <eClassifiers xsi:type="ecore:EClass" name="Testclass1"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tc1to2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InheritedClass" eSuperTypes="#//Testclass1"> <eAnnotations source="marker"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/ambrusthomas/MeDeR.refactor.examples/org.eclipse.emf.refactor.refactorings.ecore/tests/CreateReferencedEClass/test_09/target.ecore
ecore
CreateReferencedEClassTest Testclass1 tc1to2 InheritedClass
null
{"directed":true,"nodes":[{"nsPrefix":null,"nsURI":null,"name":"CreateReferencedEClassTest","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Testclass1","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InheritedClass","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tc1to2","changeable":true,"lowerBound":0,"iD":false,"id":3,"derived":false},{"id":4,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":1,"target":0},{"source":1,"target":3},{"source":3,"target":1},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":4},{"source":4,"target":1}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="adlsimple" nsURI="http://adlsimple" nsPrefix="_adlsimple"> <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" value="_"/> <details key="afx=requiredInterfaces" value="_"/> <details key="afx=providedInterfaces" value="_"/> <details key="label=name" value="_"/> </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="requiredInterfaces" upperBound="-1" eType="#//Required" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="providedInterfaces" upperBound="-1" eType="#//Provided" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Interface" abstract="true"> <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" value="_"/> </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" value="_"/> <details key="lsrc=from" value="_"/> <details key="ltrg=to" value="_"/> <details key="cont=Interface.bindings" value="_"/> </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="Required" eSuperTypes="#//Interface"> <eAnnotations source="diagraph"> <details key="node" value="_"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Provided" eSuperTypes="#//Interface"> <eAnnotations source="diagraph"> <details key="node" value="_"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Base"> <eAnnotations source="diagraph"> <details key="node" value="_"/> <details key="pov" value="_"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="components" upperBound="-1" eType="#//Component" containment="true"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/francoispfister/diagraph/org.isoe.fwk.megamodel.deploy/repository-bundle/adlsimple.ecore
ecore
adlsimple Component name requiredInterfaces providedInterfaces Interface name signature bindings Binding from to Required Provided Base components
null
{"directed":true,"nodes":[{"nsPrefix":"_adlsimple","nsURI":"http://adlsimple","name":"adlsimple","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":"Binding","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":"Base","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},{"container":false,"ordered":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},{"id":10,"eClass":"EGenericType"},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":13,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"signature","changeable":true,"lowerBound":1,"iD":false,"id":14,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bindings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"from","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"to","changeable":true,"resolveProxies":true,"lowerBound":0,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"container":false,"ordered":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":25,"derived":false},{"id":26,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":1,"target":0},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":7,"target":10},{"source":7,"target":1},{"source":8,"target":4},{"source":8,"target":11},{"source":8,"target":1},{"source":11,"target":4},{"source":9,"target":5},{"source":9,"target":12},{"source":9,"target":1},{"source":12,"target":5},{"source":2,"target":0},{"source":2,"target":13},{"source":2,"target":14},{"source":2,"target":15},{"source":13,"target":16},{"source":13,"target":2},{"source":14,"target":17},{"source":14,"target":2},{"source":15,"target":3},{"source":15,"target":18},{"source":15,"target":2},{"source":18,"target":3},{"source":3,"target":0},{"source":3,"target":19},{"source":3,"target":20},{"source":19,"target":2},{"source":19,"target":21},{"source":19,"target":3},{"source":21,"target":2},{"source":20,"target":2},{"source":20,"target":22},{"source":20,"target":3},{"source":22,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":23},{"source":23,"target":2},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":24},{"source":24,"target":2},{"source":6,"target":0},{"source":6,"target":25},{"source":25,"target":1},{"source":25,"target":26},{"source":25,"target":6},{"source":26,"target":1}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="sensitivity" nsURI="http://palladiosimulator.org/Reliability/Sensitivity/1.0" nsPrefix="org.palladiosimulator.reliability"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>&#xD;&#xA; This package allows for the specification of a sensitivity analysis for PCM models.&#xD;&#xA;&lt;/p>"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="SensitivityConfiguration" eSuperTypes="../../org.palladiosimulator.pcm/model/pcm.ecore#//core/entity/Entity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Root&amp;nbsp;class&amp;nbsp;of&amp;nbsp;a&amp;nbsp;sensitivity&amp;nbsp;analysis&amp;nbsp;configuration.&amp;nbsp;The&amp;nbsp;configuration&amp;nbsp;specifies&amp;nbsp;one&amp;nbsp;or&amp;nbsp;multiple&amp;nbsp;parameter&amp;nbsp;variations&amp;nbsp;in&amp;nbsp;a&lt;br />&#xD;&#xA;PCM&amp;nbsp;model.&amp;nbsp;Together,&amp;nbsp;the&amp;nbsp;parameter&amp;nbsp;variations&amp;nbsp;constitute&amp;nbsp;a&amp;nbsp;variation&amp;nbsp;of&amp;nbsp;the&amp;nbsp;PCM&amp;nbsp;model,&amp;nbsp;i.e.&amp;nbsp;a&amp;nbsp;sequence&amp;nbsp;of&amp;nbsp;related&amp;nbsp;PCM&amp;nbsp;models.&lt;br />&#xD;&#xA;This&amp;nbsp;information&amp;nbsp;can&amp;nbsp;be&amp;nbsp;used&amp;nbsp;to&amp;nbsp;perform&amp;nbsp;a&amp;nbsp;sensitivity&amp;nbsp;analysis,&amp;nbsp;i.e.&amp;nbsp;a&amp;nbsp;repeated&amp;nbsp;analysis&amp;nbsp;for&amp;nbsp;each&amp;nbsp;of&amp;nbsp;the&amp;nbsp;defined&amp;nbsp;PCM&lt;br />&#xD;&#xA;models."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="sensitivityParameters__SensitivityConfiguration" ordered="false" lowerBound="1" eType="#//SensitivityParameter" containment="true" eOpposite="#//SensitivityParameter/sensitivityConfiguration__SensitivityParameter"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sensitivityResultSpecifications__SensitivityConfiguration" ordered="false" upperBound="-1" eType="#//SensitivityResultSpecification" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SensitivityParameter" abstract="true" eSuperTypes="../../org.palladiosimulator.pcm/model/pcm.ecore#//core/entity/Entity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies&amp;nbsp;a&amp;nbsp;variation&amp;nbsp;of&amp;nbsp;a&amp;nbsp;certain&amp;nbsp;parameter&amp;nbsp;in&amp;nbsp;a&amp;nbsp;given&amp;nbsp;PCM&amp;nbsp;model.&amp;nbsp;Thereby,&amp;nbsp;a&amp;nbsp;&quot;parameter&quot;&amp;nbsp;may&amp;nbsp;be&amp;nbsp;a&amp;nbsp;single&amp;nbsp;value&amp;nbsp;(such&amp;nbsp;as&#xD;&#xA;a&#xD;&#xA;resource&amp;nbsp;demand),&amp;nbsp;a&amp;nbsp;group&amp;nbsp;of&amp;nbsp;values&amp;nbsp;(such&amp;nbsp;as&amp;nbsp;all&amp;nbsp;software&amp;nbsp;failure&amp;nbsp;probabilities&amp;nbsp;in&amp;nbsp;a&amp;nbsp;given&amp;nbsp;RDSEFF),&#xD;&#xA;or a combination of other parameters.&amp;nbsp;If&amp;nbsp;the&amp;nbsp;parameter&amp;nbsp;is&amp;nbsp;a&#xD;&#xA;single&amp;nbsp;value,&amp;nbsp;it&amp;nbsp;may&amp;nbsp;be&amp;nbsp;of&amp;nbsp;different&amp;nbsp;types,&amp;nbsp;such&amp;nbsp;as&amp;nbsp;DOUBLE&amp;nbsp;or&amp;nbsp;STRING."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="parentParameter__SensitivityParameter" ordered="false" eType="#//CombinedSensitivityParameter" eOpposite="#//CombinedSensitivityParameter/childParameters__CombinedSensitivityParameter"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sensitivityConfiguration__SensitivityParameter" ordered="false" eType="#//SensitivityConfiguration" eOpposite="#//SensitivityConfiguration/sensitivityParameters__SensitivityConfiguration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CombinedSensitivityParameter" eSuperTypes="#//SensitivityParameter"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A&amp;nbsp;combined&amp;nbsp;sensitivity&amp;nbsp;parameter&amp;nbsp;consists&amp;nbsp;of&amp;nbsp;a&amp;nbsp;set&amp;nbsp;of&amp;nbsp;child parameters. The&#xD;&#xA;child parameters define individual variations that are&amp;nbsp;aggregated into an overall variation. The type&#xD;&#xA;of&amp;nbsp;variation is determined through the isCombinatory attribute."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isCombinatory" 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 determines how the child parameters are aggregated into a combined parameter. For example, let S1 and S2&#xD;&#xA; be two child parameters, with S1 defining a sequence of changing model values {p1, p2} and S2 defining another sequence&#xD;&#xA; {q1, q2, q3}. The two&amp;nbsp;child parameters&amp;nbsp;are combined as follows:&#xD;&#xA;&lt;/p>&#xD;&#xA;&lt;p>&#xD;&#xA; If isCombinatory == true, the product of both sequences is used: {(p1q1), (p1q2), (p1q3), (p2q1), (p2q2), (p2q3)}&#xD;&#xA;&lt;/p>&#xD;&#xA;&lt;p>&#xD;&#xA; If isCombinatory == false, both sequences proceed in parallel. The shorter sequence&amp;nbsp;keeps&amp;nbsp;its last value&#xD;&#xA; until the longer sequence is finished: {(p1q1), (p2q2), (p2q3)}&#xD;&#xA;&lt;/p>"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="childParameters__CombinedSensitivityParameter" ordered="false" lowerBound="1" upperBound="-1" eType="#//SensitivityParameter" containment="true" eOpposite="#//SensitivityParameter/parentParameter__SensitivityParameter"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SensitivityResultSpecification" abstract="true" eSuperTypes="../../org.palladiosimulator.pcm/model/pcm.ecore#//core/entity/Entity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Abstract base class for result specifications, i.e. specifications of the Markov transformation results of interest."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SingleSensitivityParameter" abstract="true" eSuperTypes="#//SensitivityParameter"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Abstract base class for all single (i.e. not combined) sensitivity parameters."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="sensitivityParameterVariation__SingleSensitivityParameter" ordered="false" lowerBound="1" eType="#//SensitivityParameterVariation" containment="true" eOpposite="#//SensitivityParameterVariation/singleSensitivityParameter__SensitivityParameterVariation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SensitivityParameterVariation" abstract="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies how a given sensitivity parameter shall be varied. From this specification, a sequence of parameter values can be&#xD;&#xA;determined that constitutes the variation."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="singleSensitivityParameter__SensitivityParameterVariation" ordered="false" lowerBound="1" eType="#//SingleSensitivityParameter" eOpposite="#//SingleSensitivityParameter/sensitivityParameterVariation__SingleSensitivityParameter"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComponentReliabilityParameter" eSuperTypes="#//SingleSensitivityParameter"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This parameter refers to the set of all software failure probabilities specified in the context of the given&#xD;&#xA;BasicComponent. All software failure probabilities are altered together according to the same sequence of values."/> </eAnnotations> <eOperations name="ComponentReliabilityParameterMustHaveDoubleVariation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="self.sensitivityParameterVariation__SingleSensitivityParameter.oclIsTypeOf(DoubleParameterVariation)"/> </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="basicComponent__ComponentReliabilityParameter" ordered="false" lowerBound="1" eType="ecore:EClass ../../org.palladiosimulator.pcm/model/pcm.ecore#//repository/BasicComponent"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DoubleParameterVariation" abstract="true" eSuperTypes="#//SensitivityParameterVariation"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>&#xD;&#xA; Specifies&amp;nbsp;a variation&amp;nbsp;of&amp;nbsp;a&amp;nbsp;sensitivity parameter of type DOUBLE.&#xD;&#xA;&lt;/p>"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringParameterSequence" eSuperTypes="#//SensitivityParameterVariation"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>&#xD;&#xA; Specifies&amp;nbsp;a variation&amp;nbsp;of&amp;nbsp;a&amp;nbsp;sensitivity parameter of type STRING (e.g. for stochastic expressions).&#xD;&#xA; The specification is given as a sequence of strings.&#xD;&#xA;&lt;/p>"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="stringValues" ordered="false" unique="false" lowerBound="1" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The&amp;nbsp;list&amp;nbsp;of&amp;nbsp;STRING&amp;nbsp;values."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DoubleParameterRange" eSuperTypes="#//DoubleParameterVariation"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies&amp;nbsp;a value range (i.e. an interval) with a given step size or step count, to define&amp;nbsp;a&#xD;&#xA;variation&amp;nbsp;of&amp;nbsp;a&amp;nbsp;sensitivity parameter of type DOUBLE."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="considerStepSize" 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="Decides&amp;nbsp;if&amp;nbsp;the&amp;nbsp;step&amp;nbsp;width&amp;nbsp;is&amp;nbsp;used&amp;nbsp;to&amp;nbsp;determine&amp;nbsp;the&amp;nbsp;value&amp;nbsp;sequence&amp;nbsp;(considerStepSize&amp;nbsp;==&amp;nbsp;true)&amp;nbsp;or&amp;nbsp;the&amp;nbsp;step&amp;nbsp;count&lt;br />&#xD;&#xA;(considerStepSize&amp;nbsp;==&amp;nbsp;false)."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="firstValue" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lastValue" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="stepSize" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="stepCount" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DoubleParameterSequence" eSuperTypes="#//DoubleParameterVariation"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies&amp;nbsp;a sequence of values, to define&amp;nbsp;a variation&amp;nbsp;of&amp;nbsp;a&amp;nbsp;sensitivity parameter of type DOUBLE."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="doubleValues" unique="false" lowerBound="1" upperBound="-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="The&amp;nbsp;list&amp;nbsp;of&amp;nbsp;DOUBLE&amp;nbsp;values."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DoubleParameterFunction" abstract="true" eSuperTypes="#//DoubleParameterVariation"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies&amp;nbsp;a parameterized function (such as a bath tub curve&amp;nbsp;that may represent&amp;nbsp;hardware MTTF progression&#xD;&#xA;over time). No concrete examples defined so far."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InternalActionReliabilityParameter" eSuperTypes="#//SingleSensitivityParameter"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This&amp;nbsp;parameter&amp;nbsp;refers&amp;nbsp;to&amp;nbsp;a&#xD;&#xA;software&amp;nbsp;failure&amp;nbsp;probability&amp;nbsp;specified&amp;nbsp;in&amp;nbsp;the&amp;nbsp;context&amp;nbsp;of&amp;nbsp;the&amp;nbsp;given&#xD;&#xA;InternalAction for the given SoftwareInducedFailureType."/> </eAnnotations> <eOperations name="InternalActionReliabilityParameterMustHaveDoubleVariation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="self.sensitivityParameterVariation__SingleSensitivityParameter.oclIsTypeOf(DoubleParameterVariation)"/> </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="softwareInducedFailureType__InternalActionReliabilityParameter" ordered="false" lowerBound="1" eType="ecore:EClass ../../org.palladiosimulator.pcm/model/pcm.ecore#//reliability/SoftwareInducedFailureType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="internalAction__InternalActionReliabilityParameter" ordered="false" lowerBound="1" eType="ecore:EClass ../../org.palladiosimulator.pcm/model/pcm.ecore#//seff/InternalAction"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProbabilisticBranchParameter" eSuperTypes="#//SingleSensitivityParameter"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This&amp;nbsp;parameter&amp;nbsp;refers&amp;nbsp;to&amp;nbsp;a&amp;nbsp;branch&#xD;&#xA;transition&amp;nbsp;probability&amp;nbsp;specified&amp;nbsp;in&amp;nbsp;the&amp;nbsp;context&amp;nbsp;of&amp;nbsp;the&amp;nbsp;given&#xD;&#xA;ProbabilisticBranchTransition."/> </eAnnotations> <eOperations name="ProbabilisticBranchParameterMustHaveDoubleVariation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="self.sensitivityParameterVariation__SingleSensitivityParameter.oclIsTypeOf(DoubleParameterVariation)"/> </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="probabilisticBranchTransition__ProbabilisticBranchParameter" ordered="false" lowerBound="1" eType="ecore:EClass ../../org.palladiosimulator.pcm/model/pcm.ecore#//seff/ProbabilisticBranchTransition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HardwareMTTFParameter" eSuperTypes="#//SingleSensitivityParameter"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This parameter refers to the set of all processing resource MTTF values specified in the given PCM instance. All MTTFs are&#xD;&#xA;altered together according to the same sequence of values."/> </eAnnotations> <eOperations name="HardwareMTTFParameterMustHaveDoubleVariation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="self.sensitivityParameterVariation__SingleSensitivityParameter.oclIsTypeOf(DoubleParameterVariation)"/> </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="HardwareMTTRParameter" eSuperTypes="#//SingleSensitivityParameter"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This parameter refers to the set of all processing resource MTTR values specified in the given PCM instance. All MTTRs are&#xD;&#xA;altered together according to the same sequence of values."/> </eAnnotations> <eOperations name="HardwareMTTRParameterMustHaveDoubleVariation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="self.sensitivityParameterVariation__SingleSensitivityParameter.oclIsTypeOf(DoubleParameterVariation)"/> </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="ResourceMTTFParameter" eSuperTypes="#//SingleSensitivityParameter"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This parameter refers to an MTTF value&amp;nbsp;of a given ProcessingResourceSpecification."/> </eAnnotations> <eOperations name="ResourceMTTFParameterMustHaveDoubleVariation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="self.sensitivityParameterVariation__SingleSensitivityParameter.oclIsTypeOf(DoubleParameterVariation)"/> </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__ResourceMTTFParameter" ordered="false" lowerBound="1" eType="ecore:EClass ../../org.palladiosimulator.pcm/model/pcm.ecore#//resourcetype/ProcessingResourceType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceContainer__ResourceMTTFParameter" ordered="false" lowerBound="1" eType="ecore:EClass ../../org.palladiosimulator.pcm/model/pcm.ecore#//resourceenvironment/ResourceContainer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResourceMTTRParameter" eSuperTypes="#//SingleSensitivityParameter"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This parameter refers to an MTTR value of a given ProcessingResourceSpecification."/> </eAnnotations> <eOperations name="ResourceMTTRParameterMustHaveDoubleVariation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="self.sensitivityParameterVariation__SingleSensitivityParameter.oclIsTypeOf(DoubleParameterVariation)"/> </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__ResourceMTTRParameter" ordered="false" lowerBound="1" eType="ecore:EClass ../../org.palladiosimulator.pcm/model/pcm.ecore#//resourceenvironment/ResourceContainer"/> <eStructuralFeatures xsi:type="ecore:EReference" name="processingResourceType__ResourceMTTRParameter" ordered="false" lowerBound="1" eType="ecore:EClass ../../org.palladiosimulator.pcm/model/pcm.ecore#//resourcetype/ProcessingResourceType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NetworkReliabilityParameter" eSuperTypes="#//SingleSensitivityParameter"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This parameter refers to the set of all network failure probabilities specified in the given PCM instance.&#xD;&#xA;All&amp;nbsp;probabilities are altered together according to the same sequence of values."/> </eAnnotations> <eOperations name="NetworkReliabilityParameterMustHaveDoubleVariation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="self.sensitivityParameterVariation__SingleSensitivityParameter.oclIsTypeOf(DoubleParameterVariation)"/> </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="CommunicationLinkReliabilityParameter" eSuperTypes="#//SingleSensitivityParameter"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This parameter refers to a network failure probability specified in the context of the given&#xD;&#xA;CommunicationLinkResourceSpecification."/> </eAnnotations> <eOperations name="CommunicationLinkParameterMustHaveDoubleVariation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="self.sensitivityParameterVariation__SingleSensitivityParameter.oclIsTypeOf(DoubleParameterVariation)"/> </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="communicationLinkResourceSpecification__CommunicationLinkReliabilityParameter" ordered="false" lowerBound="1" eType="ecore:EClass ../../org.palladiosimulator.pcm/model/pcm.ecore#//resourceenvironment/CommunicationLinkResourceSpecification"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SoftwareReliabilityParameter" eSuperTypes="#//SingleSensitivityParameter"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This parameter refers to the set of all software failure probabilities specified for the given PCM instance. All&#xD;&#xA;probabilities are altered together according to the same sequence of values."/> </eAnnotations> <eOperations name="SoftwareReliabilityParameterMustHaveDoubleVariation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="self.sensitivityParameterVariation__SingleSensitivityParameter.oclIsTypeOf(DoubleParameterVariation)"/> </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="VariableUsageParameter" eSuperTypes="#//SingleSensitivityParameter"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This&amp;nbsp;parameter&amp;nbsp;refers&amp;nbsp;to&amp;nbsp;a&amp;nbsp;stochastic&amp;nbsp;specification&amp;nbsp;of&amp;nbsp;a variable usage."/> </eAnnotations> <eOperations name="SystemCallParameterMustHaveStringSequence" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="self.sensitivityParameterVariation__SingleSensitivityParameter.oclIsTypeOf(StringParameterSequence)"/> </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="VariableName" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="entryLevelSystemCall__VariableUsageParameter" ordered="false" eType="ecore:EClass ../../org.palladiosimulator.pcm/model/pcm.ecore#//usagemodel/EntryLevelSystemCall"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="variableCharacterisationType__VariableUsageParameter" ordered="false" lowerBound="1" eType="ecore:EEnum ../../org.palladiosimulator.pcm/model/pcm.ecore#//parameter/VariableCharacterisationType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="variableUsageType__VariableUsageParameter" ordered="false" lowerBound="1" eType="#//VariableUsageType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="basicComponent__VariableUsageParameter" ordered="false" eType="ecore:EClass ../../org.palladiosimulator.pcm/model/pcm.ecore#//repository/BasicComponent"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="VariableUsageType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies a type of variable usage in a PCM Instance"/> </eAnnotations> <eLiterals name="SYSTEM_CALL_INPUT"/> <eLiterals name="COMPONENT_CONFIGURATION" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UsageBranchParameter" eSuperTypes="#//SingleSensitivityParameter"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This&amp;nbsp;parameter&amp;nbsp;refers&amp;nbsp;to&amp;nbsp;a&amp;nbsp;branch&amp;nbsp;transition&amp;nbsp;probability&amp;nbsp;specified&amp;nbsp;in&amp;nbsp;the&amp;nbsp;context&amp;nbsp;of&amp;nbsp;the&amp;nbsp;given&amp;nbsp;user&#xD;&#xA;Branch."/> </eAnnotations> <eOperations name="UsageBranchParameterMustHaveDoubleVariation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="self.sensitivityParameterVariation__SingleSensitivityParameter.oclIsTypeOf(DoubleParameterVariation)"/> </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="branch__UsageBranchParameter" ordered="false" lowerBound="1" eType="ecore:EClass ../../org.palladiosimulator.pcm/model/pcm.ecore#//usagemodel/Branch"/> <eStructuralFeatures xsi:type="ecore:EReference" name="scenarioBehaviour__UsageBranchParameter" ordered="false" lowerBound="1" eType="ecore:EClass ../../org.palladiosimulator.pcm/model/pcm.ecore#//usagemodel/ScenarioBehaviour"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DoubleOffsetSequence" eSuperTypes="#//DoubleParameterVariation"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies a sequence of values, to define a variation of a sensitivity parameter of type DOUBLE. The given values are used&#xD;&#xA;as offsets to adjust the original model value."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="offsetValues" ordered="false" unique="false" lowerBound="1" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="doubleOffsetType__DoubleOffsetSequence" ordered="false" lowerBound="1" eType="#//DoubleOffsetType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="DoubleOffsetType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>&#xD;&#xA; Specifies the type of offset represented by a double value (val_off) that is connected to an original value (val_orig)&#xD;&#xA; to achieve a new result value (val_res):&#xD;&#xA;&lt;/p>&#xD;&#xA;&lt;p>&#xD;&#xA; ADD: val_res = val_orig + val_off&#xD;&#xA;&lt;/p>&#xD;&#xA;&lt;p>&#xD;&#xA; SUBTRACT: val_res = val_orig - val_off&#xD;&#xA;&lt;/p>&#xD;&#xA;&lt;p>&#xD;&#xA; MULTIPLY: val_res = val_orig * val_off&#xD;&#xA;&lt;/p>&#xD;&#xA;&lt;p>&#xD;&#xA; DIVIDE: val_res = val_orig / val_off&#xD;&#xA;&lt;/p>"/> </eAnnotations> <eLiterals name="ADD"/> <eLiterals name="SUBTRACT" value="1"/> <eLiterals name="MULTIPLY" value="2"/> <eLiterals name="DIVIDE" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SoftwareFailureTypesParameter" eSuperTypes="#//SingleSensitivityParameter"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This parameter refers to all software failure probabilities specified for the given SoftwareInducedFailureType."/> </eAnnotations> <eOperations name="SoftwareFailureTypeReliabilityParameterMustHaveDoubleVariation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="self.sensitivityParameterVariation__SingleSensitivityParameter.oclIsTypeOf(DoubleParameterVariation)"/> </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="softwareInducedFailureTypes__SoftwareFailureTypeReliabilityParameter" ordered="false" lowerBound="1" upperBound="-1" eType="ecore:EClass ../../org.palladiosimulator.pcm/model/pcm.ecore#//reliability/SoftwareInducedFailureType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FailureTypeResultSpecification" eSuperTypes="#//SensitivityResultSpecification"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Describes the overall failure potential&amp;nbsp;associated with&amp;nbsp;the specified set of failure types."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="failureTypes__FailureTypeResultSpecification" ordered="false" lowerBound="1" upperBound="-1" eType="ecore:EClass ../../org.palladiosimulator.pcm/model/pcm.ecore#//reliability/FailureType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FailureDimensionResultSpecification" eSuperTypes="#//SensitivityResultSpecification"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Describes the overall failure potential associated with one dimension of failure types (software-induced, hardware-induced,&#xD;&#xA;network-induced)."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="failureDimension__FailureDimensionResultSpecification" ordered="false" lowerBound="1" eType="#//FailureDimension"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="FailureDimension"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Describes a dimension of failure types (software-induced, hardware-induced or network-induced)."/> </eAnnotations> <eLiterals name="SOFTWARE"/> <eLiterals name="HARDWARE" value="1"/> <eLiterals name="NETWORK" value="2"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/PalladioSimulator/Palladio-Analyzer-Reliability/bundles/org.palladiosimulator.reliability.sensitivity/model/sensitivity.ecore
ecore
sensitivity SensitivityConfiguration sensitivityParameters__SensitivityConfiguration sensitivityResultSpecifications__SensitivityConfiguration SensitivityParameter parentParameter__SensitivityParameter sensitivityConfiguration__SensitivityParameter CombinedSensitivityParameter isCombinatory childParameters__CombinedSensitivityParameter SensitivityResultSpecification SingleSensitivityParameter sensitivityParameterVariation__SingleSensitivityParameter SensitivityParameterVariation singleSensitivityParameter__SensitivityParameterVariation ComponentReliabilityParameter ComponentReliabilityParameterMustHaveDoubleVariation diagnostics context basicComponent__ComponentReliabilityParameter DoubleParameterVariation StringParameterSequence stringValues DoubleParameterRange considerStepSize firstValue lastValue stepSize stepCount DoubleParameterSequence doubleValues DoubleParameterFunction InternalActionReliabilityParameter InternalActionReliabilityParameterMustHaveDoubleVariation diagnostics context softwareInducedFailureType__InternalActionReliabilityParameter internalAction__InternalActionReliabilityParameter ProbabilisticBranchParameter ProbabilisticBranchParameterMustHaveDoubleVariation diagnostics context probabilisticBranchTransition__ProbabilisticBranchParameter HardwareMTTFParameter HardwareMTTFParameterMustHaveDoubleVariation diagnostics context HardwareMTTRParameter HardwareMTTRParameterMustHaveDoubleVariation diagnostics context ResourceMTTFParameter ResourceMTTFParameterMustHaveDoubleVariation diagnostics context processingResourceType__ResourceMTTFParameter resourceContainer__ResourceMTTFParameter ResourceMTTRParameter ResourceMTTRParameterMustHaveDoubleVariation diagnostics context resourceContainer__ResourceMTTRParameter processingResourceType__ResourceMTTRParameter NetworkReliabilityParameter NetworkReliabilityParameterMustHaveDoubleVariation diagnostics context CommunicationLinkReliabilityParameter CommunicationLinkParameterMustHaveDoubleVariation diagnostics context communicationLinkResourceSpecification__CommunicationLinkReliabilityParameter SoftwareReliabilityParameter SoftwareReliabilityParameterMustHaveDoubleVariation diagnostics context VariableUsageParameter SystemCallParameterMustHaveStringSequence diagnostics context VariableName entryLevelSystemCall__VariableUsageParameter variableCharacterisationType__VariableUsageParameter variableUsageType__VariableUsageParameter basicComponent__VariableUsageParameter VariableUsageType SYSTEM_CALL_INPUT SYSTEM_CALL_INPUT COMPONENT_CONFIGURATION COMPONENT_CONFIGURATION UsageBranchParameter UsageBranchParameterMustHaveDoubleVariation diagnostics context branch__UsageBranchParameter scenarioBehaviour__UsageBranchParameter DoubleOffsetSequence offsetValues doubleOffsetType__DoubleOffsetSequence DoubleOffsetType ADD ADD SUBTRACT SUBTRACT MULTIPLY MULTIPLY DIVIDE DIVIDE SoftwareFailureTypesParameter SoftwareFailureTypeReliabilityParameterMustHaveDoubleVariation diagnostics context softwareInducedFailureTypes__SoftwareFailureTypeReliabilityParameter FailureTypeResultSpecification failureTypes__FailureTypeResultSpecification FailureDimensionResultSpecification failureDimension__FailureDimensionResultSpecification FailureDimension SOFTWARE SOFTWARE HARDWARE HARDWARE NETWORK NETWORK
null
{"directed":true,"nodes":[{"nsPrefix":"org.palladiosimulator.reliability","nsURI":"http://palladiosimulator.org/Reliability/Sensitivity/1.0","name":"sensitivity","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SensitivityConfiguration","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SensitivityParameter","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CombinedSensitivityParameter","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SensitivityResultSpecification","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SingleSensitivityParameter","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SensitivityParameterVariation","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComponentReliabilityParameter","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DoubleParameterVariation","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringParameterSequence","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DoubleParameterRange","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DoubleParameterSequence","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DoubleParameterFunction","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InternalActionReliabilityParameter","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProbabilisticBranchParameter","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HardwareMTTFParameter","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HardwareMTTRParameter","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceMTTFParameter","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceMTTRParameter","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NetworkReliabilityParameter","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommunicationLinkReliabilityParameter","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SoftwareReliabilityParameter","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableUsageParameter","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"VariableUsageType","instanceClass":null,"id":23,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UsageBranchParameter","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DoubleOffsetSequence","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"DoubleOffsetType","instanceClass":null,"id":26,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SoftwareFailureTypesParameter","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FailureTypeResultSpecification","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FailureDimensionResultSpecification","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"FailureDimension","instanceClass":null,"id":30,"serializable":true,"eClass":"EEnum"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sensitivityParameters__SensitivityConfiguration","changeable":true,"resolveProxies":true,"lowerBound":1,"id":31,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sensitivityResultSpecifications__SensitivityConfiguration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"id":34,"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":"sensitivityConfiguration__SensitivityParameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"id":36,"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":"parentParameter__SensitivityParameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"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":"childParameters__CombinedSensitivityParameter","changeable":true,"resolveProxies":true,"lowerBound":1,"id":40,"derived":false},{"id":41,"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":"isCombinatory","changeable":true,"lowerBound":1,"iD":false,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"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":"sensitivityParameterVariation__SingleSensitivityParameter","changeable":true,"resolveProxies":true,"lowerBound":1,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"id":49,"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":"singleSensitivityParameter__SensitivityParameterVariation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"ComponentReliabilityParameterMustHaveDoubleVariation","lowerBound":0,"id":52,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"basicComponent__ComponentReliabilityParameter","changeable":true,"resolveProxies":true,"lowerBound":1,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":56,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":57,"many":false,"required":false,"eClass":"EParameter"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"stringValues","changeable":true,"lowerBound":1,"iD":false,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"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":"considerStepSize","changeable":true,"lowerBound":1,"iD":false,"id":67,"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":"firstValue","changeable":true,"lowerBound":1,"iD":false,"id":68,"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":"lastValue","changeable":true,"lowerBound":1,"iD":false,"id":69,"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":"stepSize","changeable":true,"lowerBound":1,"iD":false,"id":70,"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":"stepCount","changeable":true,"lowerBound":1,"iD":false,"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"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"doubleValues","changeable":true,"lowerBound":1,"iD":false,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"InternalActionReliabilityParameterMustHaveDoubleVariation","lowerBound":0,"id":82,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"softwareInducedFailureType__InternalActionReliabilityParameter","changeable":true,"resolveProxies":true,"lowerBound":1,"id":83,"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":"internalAction__InternalActionReliabilityParameter","changeable":true,"resolveProxies":true,"lowerBound":1,"id":84,"derived":false},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":87,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":88,"many":false,"required":false,"eClass":"EParameter"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"ProbabilisticBranchParameterMustHaveDoubleVariation","lowerBound":0,"id":95,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"probabilisticBranchTransition__ProbabilisticBranchParameter","changeable":true,"resolveProxies":true,"lowerBound":1,"id":96,"derived":false},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":99,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":100,"many":false,"required":false,"eClass":"EParameter"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"HardwareMTTFParameterMustHaveDoubleVariation","lowerBound":0,"id":106,"many":false,"required":false,"eClass":"EOperation"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":109,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":110,"many":false,"required":false,"eClass":"EParameter"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"HardwareMTTRParameterMustHaveDoubleVariation","lowerBound":0,"id":115,"many":false,"required":false,"eClass":"EOperation"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":118,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":119,"many":false,"required":false,"eClass":"EParameter"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"ResourceMTTFParameterMustHaveDoubleVariation","lowerBound":0,"id":124,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"processingResourceType__ResourceMTTFParameter","changeable":true,"resolveProxies":true,"lowerBound":1,"id":125,"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":"resourceContainer__ResourceMTTFParameter","changeable":true,"resolveProxies":true,"lowerBound":1,"id":126,"derived":false},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":129,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":130,"many":false,"required":false,"eClass":"EParameter"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"ResourceMTTRParameterMustHaveDoubleVariation","lowerBound":0,"id":137,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"resourceContainer__ResourceMTTRParameter","changeable":true,"resolveProxies":true,"lowerBound":1,"id":138,"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":"processingResourceType__ResourceMTTRParameter","changeable":true,"resolveProxies":true,"lowerBound":1,"id":139,"derived":false},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":142,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":143,"many":false,"required":false,"eClass":"EParameter"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"NetworkReliabilityParameterMustHaveDoubleVariation","lowerBound":0,"id":150,"many":false,"required":false,"eClass":"EOperation"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":153,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":154,"many":false,"required":false,"eClass":"EParameter"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"CommunicationLinkParameterMustHaveDoubleVariation","lowerBound":0,"id":159,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"communicationLinkResourceSpecification__CommunicationLinkReliabilityParameter","changeable":true,"resolveProxies":true,"lowerBound":1,"id":160,"derived":false},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":163,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":164,"many":false,"required":false,"eClass":"EParameter"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"SoftwareReliabilityParameterMustHaveDoubleVariation","lowerBound":0,"id":170,"many":false,"required":false,"eClass":"EOperation"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":173,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":174,"many":false,"required":false,"eClass":"EParameter"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"SystemCallParameterMustHaveStringSequence","lowerBound":0,"id":179,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"VariableName","changeable":true,"lowerBound":1,"iD":false,"id":180,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"entryLevelSystemCall__VariableUsageParameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":181,"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":"variableCharacterisationType__VariableUsageParameter","changeable":true,"lowerBound":1,"iD":false,"id":182,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"variableUsageType__VariableUsageParameter","changeable":true,"lowerBound":1,"iD":false,"id":183,"derived":false},{"container":false,"ordered":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__VariableUsageParameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":184,"derived":false},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":187,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":188,"many":false,"required":false,"eClass":"EParameter"},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"name":"SYSTEM_CALL_INPUT","id":198,"value":0,"literal":"SYSTEM_CALL_INPUT","eClass":"EEnumLiteral"},{"name":"COMPONENT_CONFIGURATION","id":199,"value":1,"literal":"COMPONENT_CONFIGURATION","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"unique":true,"name":"UsageBranchParameterMustHaveDoubleVariation","lowerBound":0,"id":200,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"branch__UsageBranchParameter","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"scenarioBehaviour__UsageBranchParameter","changeable":true,"resolveProxies":true,"lowerBound":1,"id":202,"derived":false},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":205,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":206,"many":false,"required":false,"eClass":"EParameter"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"offsetValues","changeable":true,"lowerBound":1,"iD":false,"id":213,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"doubleOffsetType__DoubleOffsetSequence","changeable":true,"lowerBound":1,"iD":false,"id":214,"derived":false},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"name":"ADD","id":218,"value":0,"literal":"ADD","eClass":"EEnumLiteral"},{"name":"SUBTRACT","id":219,"value":1,"literal":"SUBTRACT","eClass":"EEnumLiteral"},{"name":"MULTIPLY","id":220,"value":2,"literal":"MULTIPLY","eClass":"EEnumLiteral"},{"name":"DIVIDE","id":221,"value":3,"literal":"DIVIDE","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"unique":true,"name":"SoftwareFailureTypeReliabilityParameterMustHaveDoubleVariation","lowerBound":0,"id":222,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"softwareInducedFailureTypes__SoftwareFailureTypeReliabilityParameter","changeable":true,"resolveProxies":true,"lowerBound":1,"id":223,"derived":false},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":226,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":227,"many":false,"required":false,"eClass":"EParameter"},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"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":"failureTypes__FailureTypeResultSpecification","changeable":true,"resolveProxies":true,"lowerBound":1,"id":233,"derived":false},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"failureDimension__FailureDimensionResultSpecification","changeable":true,"lowerBound":1,"iD":false,"id":236,"derived":false},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"name":"SOFTWARE","id":239,"value":0,"literal":"SOFTWARE","eClass":"EEnumLiteral"},{"name":"HARDWARE","id":240,"value":1,"literal":"HARDWARE","eClass":"EEnumLiteral"},{"name":"NETWORK","id":241,"value":2,"literal":"NETWORK","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":1,"target":0},{"source":1,"target":31},{"source":1,"target":32},{"source":1,"target":33},{"source":31,"target":2},{"source":31,"target":34},{"source":31,"target":1},{"source":31,"target":35},{"source":34,"target":2},{"source":32,"target":4},{"source":32,"target":36},{"source":32,"target":1},{"source":36,"target":4},{"source":2,"target":0},{"source":2,"target":37},{"source":2,"target":35},{"source":2,"target":38},{"source":37,"target":3},{"source":37,"target":39},{"source":37,"target":2},{"source":37,"target":40},{"source":39,"target":3},{"source":35,"target":1},{"source":35,"target":41},{"source":35,"target":2},{"source":35,"target":31},{"source":41,"target":1},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":42},{"source":3,"target":40},{"source":3,"target":43},{"source":42,"target":44},{"source":42,"target":3},{"source":40,"target":2},{"source":40,"target":45},{"source":40,"target":3},{"source":40,"target":37},{"source":45,"target":2},{"source":43,"target":2},{"source":4,"target":0},{"source":4,"target":46},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":47},{"source":5,"target":48},{"source":47,"target":6},{"source":47,"target":49},{"source":47,"target":5},{"source":47,"target":50},{"source":49,"target":6},{"source":48,"target":2},{"source":6,"target":0},{"source":6,"target":50},{"source":50,"target":5},{"source":50,"target":51},{"source":50,"target":6},{"source":50,"target":47},{"source":51,"target":5},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":52},{"source":7,"target":53},{"source":7,"target":54},{"source":52,"target":55},{"source":52,"target":7},{"source":52,"target":56},{"source":52,"target":57},{"source":56,"target":58},{"source":56,"target":52},{"source":57,"target":59},{"source":57,"target":52},{"source":59,"target":60},{"source":59,"target":61},{"source":53,"target":62},{"source":53,"target":7},{"source":54,"target":5},{"source":8,"target":0},{"source":8,"target":6},{"source":8,"target":63},{"source":63,"target":6},{"source":9,"target":0},{"source":9,"target":6},{"source":9,"target":64},{"source":9,"target":65},{"source":64,"target":66},{"source":64,"target":9},{"source":65,"target":6},{"source":10,"target":0},{"source":10,"target":8},{"source":10,"target":67},{"source":10,"target":68},{"source":10,"target":69},{"source":10,"target":70},{"source":10,"target":71},{"source":10,"target":72},{"source":67,"target":73},{"source":67,"target":10},{"source":68,"target":74},{"source":68,"target":10},{"source":69,"target":75},{"source":69,"target":10},{"source":70,"target":76},{"source":70,"target":10},{"source":71,"target":77},{"source":71,"target":10},{"source":72,"target":8},{"source":11,"target":0},{"source":11,"target":8},{"source":11,"target":78},{"source":11,"target":79},{"source":78,"target":80},{"source":78,"target":11},{"source":79,"target":8},{"source":12,"target":0},{"source":12,"target":8},{"source":12,"target":81},{"source":81,"target":8},{"source":13,"target":0},{"source":13,"target":5},{"source":13,"target":82},{"source":13,"target":83},{"source":13,"target":84},{"source":13,"target":85},{"source":82,"target":86},{"source":82,"target":13},{"source":82,"target":87},{"source":82,"target":88},{"source":87,"target":89},{"source":87,"target":82},{"source":88,"target":90},{"source":88,"target":82},{"source":90,"target":91},{"source":90,"target":92},{"source":83,"target":93},{"source":83,"target":13},{"source":84,"target":94},{"source":84,"target":13},{"source":85,"target":5},{"source":14,"target":0},{"source":14,"target":5},{"source":14,"target":95},{"source":14,"target":96},{"source":14,"target":97},{"source":95,"target":98},{"source":95,"target":14},{"source":95,"target":99},{"source":95,"target":100},{"source":99,"target":101},{"source":99,"target":95},{"source":100,"target":102},{"source":100,"target":95},{"source":102,"target":103},{"source":102,"target":104},{"source":96,"target":105},{"source":96,"target":14},{"source":97,"target":5},{"source":15,"target":0},{"source":15,"target":5},{"source":15,"target":106},{"source":15,"target":107},{"source":106,"target":108},{"source":106,"target":15},{"source":106,"target":109},{"source":106,"target":110},{"source":109,"target":111},{"source":109,"target":106},{"source":110,"target":112},{"source":110,"target":106},{"source":112,"target":113},{"source":112,"target":114},{"source":107,"target":5},{"source":16,"target":0},{"source":16,"target":5},{"source":16,"target":115},{"source":16,"target":116},{"source":115,"target":117},{"source":115,"target":16},{"source":115,"target":118},{"source":115,"target":119},{"source":118,"target":120},{"source":118,"target":115},{"source":119,"target":121},{"source":119,"target":115},{"source":121,"target":122},{"source":121,"target":123},{"source":116,"target":5},{"source":17,"target":0},{"source":17,"target":5},{"source":17,"target":124},{"source":17,"target":125},{"source":17,"target":126},{"source":17,"target":127},{"source":124,"target":128},{"source":124,"target":17},{"source":124,"target":129},{"source":124,"target":130},{"source":129,"target":131},{"source":129,"target":124},{"source":130,"target":132},{"source":130,"target":124},{"source":132,"target":133},{"source":132,"target":134},{"source":125,"target":135},{"source":125,"target":17},{"source":126,"target":136},{"source":126,"target":17},{"source":127,"target":5},{"source":18,"target":0},{"source":18,"target":5},{"source":18,"target":137},{"source":18,"target":138},{"source":18,"target":139},{"source":18,"target":140},{"source":137,"target":141},{"source":137,"target":18},{"source":137,"target":142},{"source":137,"target":143},{"source":142,"target":144},{"source":142,"target":137},{"source":143,"target":145},{"source":143,"target":137},{"source":145,"target":146},{"source":145,"target":147},{"source":138,"target":148},{"source":138,"target":18},{"source":139,"target":149},{"source":139,"target":18},{"source":140,"target":5},{"source":19,"target":0},{"source":19,"target":5},{"source":19,"target":150},{"source":19,"target":151},{"source":150,"target":152},{"source":150,"target":19},{"source":150,"target":153},{"source":150,"target":154},{"source":153,"target":155},{"source":153,"target":150},{"source":154,"target":156},{"source":154,"target":150},{"source":156,"target":157},{"source":156,"target":158},{"source":151,"target":5},{"source":20,"target":0},{"source":20,"target":5},{"source":20,"target":159},{"source":20,"target":160},{"source":20,"target":161},{"source":159,"target":162},{"source":159,"target":20},{"source":159,"target":163},{"source":159,"target":164},{"source":163,"target":165},{"source":163,"target":159},{"source":164,"target":166},{"source":164,"target":159},{"source":166,"target":167},{"source":166,"target":168},{"source":160,"target":169},{"source":160,"target":20},{"source":161,"target":5},{"source":21,"target":0},{"source":21,"target":5},{"source":21,"target":170},{"source":21,"target":171},{"source":170,"target":172},{"source":170,"target":21},{"source":170,"target":173},{"source":170,"target":174},{"source":173,"target":175},{"source":173,"target":170},{"source":174,"target":176},{"source":174,"target":170},{"source":176,"target":177},{"source":176,"target":178},{"source":171,"target":5},{"source":22,"target":0},{"source":22,"target":5},{"source":22,"target":179},{"source":22,"target":180},{"source":22,"target":181},{"source":22,"target":182},{"source":22,"target":183},{"source":22,"target":184},{"source":22,"target":185},{"source":179,"target":186},{"source":179,"target":22},{"source":179,"target":187},{"source":179,"target":188},{"source":187,"target":189},{"source":187,"target":179},{"source":188,"target":190},{"source":188,"target":179},{"source":190,"target":191},{"source":190,"target":192},{"source":180,"target":193},{"source":180,"target":22},{"source":181,"target":194},{"source":181,"target":22},{"source":182,"target":195},{"source":182,"target":22},{"source":183,"target":23},{"source":183,"target":196},{"source":183,"target":22},{"source":196,"target":23},{"source":184,"target":197},{"source":184,"target":22},{"source":185,"target":5},{"source":23,"target":0},{"source":23,"target":198},{"source":23,"target":199},{"source":198,"target":23},{"source":199,"target":23},{"source":24,"target":0},{"source":24,"target":5},{"source":24,"target":200},{"source":24,"target":201},{"source":24,"target":202},{"source":24,"target":203},{"source":200,"target":204},{"source":200,"target":24},{"source":200,"target":205},{"source":200,"target":206},{"source":205,"target":207},{"source":205,"target":200},{"source":206,"target":208},{"source":206,"target":200},{"source":208,"target":209},{"source":208,"target":210},{"source":201,"target":211},{"source":201,"target":24},{"source":202,"target":212},{"source":202,"target":24},{"source":203,"target":5},{"source":25,"target":0},{"source":25,"target":8},{"source":25,"target":213},{"source":25,"target":214},{"source":25,"target":215},{"source":213,"target":216},{"source":213,"target":25},{"source":214,"target":26},{"source":214,"target":217},{"source":214,"target":25},{"source":217,"target":26},{"source":215,"target":8},{"source":26,"target":0},{"source":26,"target":218},{"source":26,"target":219},{"source":26,"target":220},{"source":26,"target":221},{"source":218,"target":26},{"source":219,"target":26},{"source":220,"target":26},{"source":221,"target":26},{"source":27,"target":0},{"source":27,"target":5},{"source":27,"target":222},{"source":27,"target":223},{"source":27,"target":224},{"source":222,"target":225},{"source":222,"target":27},{"source":222,"target":226},{"source":222,"target":227},{"source":226,"target":228},{"source":226,"target":222},{"source":227,"target":229},{"source":227,"target":222},{"source":229,"target":230},{"source":229,"target":231},{"source":223,"target":232},{"source":223,"target":27},{"source":224,"target":5},{"source":28,"target":0},{"source":28,"target":4},{"source":28,"target":233},{"source":28,"target":234},{"source":233,"target":235},{"source":233,"target":28},{"source":234,"target":4},{"source":29,"target":0},{"source":29,"target":4},{"source":29,"target":236},{"source":29,"target":237},{"source":236,"target":30},{"source":236,"target":238},{"source":236,"target":29},{"source":238,"target":30},{"source":237,"target":4},{"source":30,"target":0},{"source":30,"target":239},{"source":30,"target":240},{"source":30,"target":241},{"source":239,"target":30},{"source":240,"target":30},{"source":241,"target":30}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="MoveEOperationTest"> <eClassifiers xsi:type="ecore:EClass" name="Testclass1"> <eOperations name="theOperation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="marker"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Testclass2"/> </ecore:EPackage>
github:ecore:/data/ambrusthomas/MeDeR.refactor.examples/org.eclipse.emf.refactor.refactorings.ecore/tests/MoveEOperation/test_01/target.ecore
ecore
MoveEOperationTest Testclass1 theOperation Testclass2
null
{"directed":true,"nodes":[{"nsPrefix":null,"nsURI":null,"name":"MoveEOperationTest","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Testclass1","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Testclass2","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"theOperation","lowerBound":0,"id":3,"many":false,"required":false,"eClass":"EOperation"},{"id":4,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":1,"target":0},{"source":1,"target":3},{"source":3,"target":4},{"source":3,"target":1},{"source":2,"target":0}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="FederationOffice" nsURI="http://www.panlab.org/FederationOffice" nsPrefix="org.panlab.FederationOffice"> <eClassifiers xsi:type="ecore:EEnum" name="VTStatus"> <eLiterals name="NEW"/> <eLiterals name="REQUESTED" value="1"/> <eLiterals name="SCHEDULED_PROVISIONING" value="2" literal="SCHEDULED_PROVISIONING"/> <eLiterals name="MODIFIED" value="3"/> <eLiterals name="REJECTED" value="4"/> <eLiterals name="RUNNING" value="5" literal="RUNNING"/> <eLiterals name="PROVISIONING" value="6" literal="PROVISIONING"/> <eLiterals name="SHUT_DOWN" value="7" literal="SHUT_DOWN"/> <eLiterals name="DELETED" value="8" literal="DELETED"/> <eLiterals name="SHUTTING_DOWN" value="9" literal="SHUTTING_DOWN"/> <eLiterals name="SCHEDULED_SHUT_DOWN" value="10" literal="SCHEDULED_SHUT_DOWN"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Office" eSuperTypes="#//NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The class representing an office. Usually will be a singleton class&#xD;&#xA;It could be also from NDL: Administrative Domain, the organization that actually controls and provisions the resources, such as network resources and computing resources. "/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="registeredUsers" upperBound="-1" eType="#//users/OfficeUser" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contributedTaxonomies" upperBound="-1" eType="#//services/Taxonomy" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="offeredServices" upperBound="-1" eType="#//services/OfferedService" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="availableFederationScenarios" upperBound="-1" eType="#//federationscenarios/RequestedFederationScenario" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="offeredServiceCompositions" upperBound="-1" eType="#//services/ServiceComposition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ResourceServiceContracts" upperBound="-1" eType="#//availabilityContract/ResourceServiceContract" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="SLAs" upperBound="-1" eType="#//slareservations/SLA" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resourceURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="APIGateway" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uniqueID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> </eClassifiers> <eSubpackages name="users" nsURI="http://www.panlab.org/FederationOffice/model/users" nsPrefix="org.panlab.FederationOffice.model.users"> <eClassifiers xsi:type="ecore:EClass" name="Account" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="password" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="username" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResourcesProvider" eSuperTypes="#//users/OfficeUser"> <eStructuralFeatures xsi:type="ecore:EReference" name="offeredSiteList" upperBound="-1" eType="#//providersite/Site" containment="true" eOpposite="#//providersite/Site/belongsToProvider"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TestbedDesigner" eSuperTypes="#//users/OfficeUser"> <eStructuralFeatures xsi:type="ecore:EReference" name="designsVirtualTestbeds" upperBound="-1" eType="#//federationscenarios/RequestedFederationScenario"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Admin" eSuperTypes="#//users/OfficePersonel"/> <eClassifiers xsi:type="ecore:EClass" name="OfficeCustomer" eSuperTypes="#//users/OfficeUser"> <eStructuralFeatures xsi:type="ecore:EReference" name="utilizesVirtualTestbed" upperBound="-1" eType="#//federationscenarios/RequestedFederationScenario"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasTestbedDesigner" eType="#//users/TestbedDesigner"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OfficeUser" abstract="true" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="hasAccount" eType="#//users/Account" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="organization" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="address" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="telephone" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OfficePersonel" eSuperTypes="#//users/OfficeUser"/> </eSubpackages> <eSubpackages name="resources" nsURI="http://www.panlab.org/FederationOffice/model/resources" nsPrefix="org.panlab.FederationOffice.model.resources"> <eClassifiers xsi:type="ecore:EClass" name="Resource" eSuperTypes="#//NamedElement"> <eOperations name="getFullQualifiedName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceSettings" upperBound="-1" eType="#//resources/ResourceSetting" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contributesToCategories" upperBound="-1" eType="#//resources/ResourceCategory" eOpposite="#//resources/ResourceCategory/resourcelist"/> <eStructuralFeatures xsi:type="ecore:EReference" name="requiresResources" upperBound="-1" eType="#//resources/Resource"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A resource requires another resources Rb to be present in the scenario in order to be able to operate"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OfferedResource" eSuperTypes="#//resources/Resource"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resourceType" eType="#//resources/ResourceType" defaultValueLiteral="SINGLETON"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="resourceType can be SINGLETON or MULTITON"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="belongsToSite" eType="#//providersite/Site" eOpposite="#//providersite/Site/offeredResourcesList"/> <eStructuralFeatures xsi:type="ecore:EReference" name="implOfferedService" eType="#//services/Service"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="multitonMaxOccur" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="-1"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="If MULTITON type then this value has a meaning. For example&#xD;&#xA;suppose that UoP has a Dynamic Resource that can offer until 20 Virtual Machines. So this Offered Resource might be instantiated until 20 times&#xD;&#xA;Default will be -1 which means unlimited instances"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResourceSetting" eSuperTypes="#//services/AbstractSetting"> <eStructuralFeatures xsi:type="ecore:EReference" name="OnlyConfiguredByResources" upperBound="-1" eType="#//resources/Resource"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="OnlyConfiguredByResources shows that this ResourceSetting can be configured by only other ResourceSetting of the OnlyConfiguredByResources list"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="implServiceSetting" eType="#//services/ServiceSetting"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResourceCategory" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="resourcelist" upperBound="-1" eType="#//resources/Resource" eOpposite="#//resources/Resource/contributesToCategories"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ResourceType"> <eLiterals name="SINGLETON"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Singleton Resource:&#xD;&#xA;One VT can use it each time; &#xD;&#xA;CAN be reserved; &#xD;&#xA;installation fee + rent fee&#xD;&#xA;For example Asterisk server of UoP &#xD;&#xA;&#xD;&#xA;"/> </eAnnotations> </eLiterals> <eLiterals name="MULTITON" value="1"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Multiton resource:&#xD;&#xA;Many testbeds can &quot;instantiate&quot; the same resource, but when instantiated each instance is unique; &#xD;&#xA;CANNOT be reserved; Although availability might be affected by multitonMaxOccur &#xD;&#xA;optional installation fee + optional rent fee&#xD;&#xA;For example VOIP_UA , or a resource which installs a software on a machine which can be anywhere just given only ie ssh access"/> </eAnnotations> </eLiterals> </eClassifiers> </eSubpackages> <eSubpackages name="networkelements" nsURI="http://www.panlab.org/FederationOffice/model/networkelements" nsPrefix="org.panlab.FederationOffice.model.networkelements"> <eClassifiers xsi:type="ecore:EClass" name="Device" eSuperTypes="#//networkelements/NetworkElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Device, a physical network device. &#xD;&#xA;"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NetworkElement" eSuperTypes="#//NamedElement"/> </eSubpackages> <eSubpackages name="providersite" nsURI="http://www.panlab.org/FederationOffice/model/providersite" nsPrefix="org.panlab.FederationOffice.model.providersite"> <eClassifiers xsi:type="ecore:EClass" name="PTM" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="IP" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="belongsToSite" eType="#//providersite/Site" eOpposite="#//providersite/Site/ptm"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IGW" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="belongsToSite" eType="#//providersite/Site" eOpposite="#//providersite/Site/igwlist"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="IP" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Site" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="ptm" lowerBound="1" eType="#//providersite/PTM" containment="true" eOpposite="#//providersite/PTM/belongsToSite"/> <eStructuralFeatures xsi:type="ecore:EReference" name="igwlist" lowerBound="1" upperBound="-1" eType="#//providersite/IGW" containment="true" eOpposite="#//providersite/IGW/belongsToSite"/> <eStructuralFeatures xsi:type="ecore:EReference" name="locatedAt" lowerBound="1" eType="#//providersite/SiteLocation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="offeredResourcesList" upperBound="-1" eType="#//resources/OfferedResource" containment="true" eOpposite="#//resources/OfferedResource/belongsToSite"/> <eStructuralFeatures xsi:type="ecore:EReference" name="belongsToProvider" eType="#//users/ResourcesProvider" eOpposite="#//users/ResourcesProvider/offeredSiteList"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SiteLocation" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="address" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="geocoords" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </eSubpackages> <eSubpackages name="slareservations" nsURI="http://www.panlab.org/FederationOffice/model/slareservations" nsPrefix="org.panlab.FederationOffice.model.slareservations"> <eClassifiers xsi:type="ecore:EClass" name="SLA" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="ReservedRsources" upperBound="-1" eType="#//slareservations/ReservedResourceContract" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="forVT" eType="#//federationscenarios/RequestedFederationScenario"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ValidFrom" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ValidUntil" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReservedResourceContract" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ValidFrom" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EReference" name="forResource" eType="#//resources/OfferedResource"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ValidUntil" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> </eClassifiers> </eSubpackages> <eSubpackages name="federationscenarios" nsURI="http://www.panlab.org/FederationOffice/model/federationscenarios" nsPrefix="org.panlab.FederationOffice.model.federationscenarios"> <eClassifiers xsi:type="ecore:EClass" name="RequestedFederationScenario" eSuperTypes="#//NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Just an offerting of the office. A collection of VT that VT designers can implement but always the office owns"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isShared" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="status" eType="#//VTStatus"/> <eStructuralFeatures xsi:type="ecore:EReference" name="VTCredentials" eType="#//federationscenarios/Credentials" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="servicesRequest" eType="#//federationscenarios/ServicesRequest" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="infrastructureRequest" eType="#//federationscenarios/InfrastructureRequest" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="scheduledPlan" eType="#//federationscenarios/ScheduledPlan" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1" eType="#//federationscenarios/Import" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="runtimeInfo" eType="#//experimentRuntime/RuntimeElement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ServiceRequest" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="refService" lowerBound="1" eType="#//services/Service"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="namespace" value=""/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="OfferedByProviders" eType="#//users/ResourcesProvider"/> <eStructuralFeatures xsi:type="ecore:EReference" name="reqServiceSettings" upperBound="-1" eType="#//federationscenarios/ServiceSettingInstance" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="numOfServices" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResourceRequest" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="refOfferedResource" lowerBound="1" eType="#//resources/OfferedResource"/> <eStructuralFeatures xsi:type="ecore:EReference" name="reqResourceSettings" upperBound="-1" eType="#//federationscenarios/ResourceSettingInstance" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="runtimeInfo" eType="#//experimentRuntime/RuntimeElement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SettingInstance" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="staticValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="assignSetting" upperBound="-1" eType="#//federationscenarios/SettingInstance"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Assignments work differently from VCT tool. in vct tool the arrows are references.. where in us assign means that the assignedSetting value is the source and the current element Setting is the consumer target&#xD;&#xA;This allows us to assign in a Setting Instance many source Setting values from other Services/Resource&#xD;&#xA;For example: Assume That we have a Setting of a Service that accepts an arbitrary list of IPs. Then we can have&#xD;&#xA;Setting &quot;myIPList&quot;: myIPlist assign &quot;machine1.IP&quot;, &quot;machine2.IP&quot;, &quot;machine3.IP&quot;"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ServiceSettingInstance" eSuperTypes="#//federationscenarios/SettingInstance"> <eStructuralFeatures xsi:type="ecore:EReference" name="refServiceSetting" lowerBound="1" eType="#//services/ServiceSetting"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResourceSettingInstance" eSuperTypes="#//federationscenarios/SettingInstance"> <eStructuralFeatures xsi:type="ecore:EReference" name="refResourceSetting" lowerBound="1" eType="#//resources/ResourceSetting"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Credentials" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="username" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="password" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ServicesRequest" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="serviceRequestList" upperBound="-1" eType="#//federationscenarios/ServiceRequest" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InfrastructureRequest" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="reqOfferedResources" upperBound="-1" eType="#//federationscenarios/ResourceRequest" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceGroups" upperBound="-1" eType="#//federationscenarios/ResourceGroup" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ScheduledPlan"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ValidFrom" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ValidUntil" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Import"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="importURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResourceGroup" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="groupedResources" upperBound="-1" eType="#//federationscenarios/ResourceRequest"/> </eClassifiers> </eSubpackages> <eSubpackages name="services" nsURI="http://www.panlab.org/FederationOffice/model/services" nsPrefix="org.panlab.FederationOffice.model.services"> <eClassifiers xsi:type="ecore:EClass" name="Service" eSuperTypes="#//NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Representing services &#xD;&#xA;e.g. a MySQL server. The MySQL server might be &quot;providedByResources&quot; by &quot;any one&quot; of uopMySQL, FokusMySQL, etc&#xD;&#xA;Bettet to inherit this class and live services even maybe unimplemented. (not abstract yet thoug)"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="serviceSettings" upperBound="-1" eType="#//services/ServiceSetting" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="requiresServices" upperBound="-1" eType="#//services/Service"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A service Sa requires another service Sb to be present in the scenario in order to be able to operate"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ServiceSetting" eSuperTypes="#//services/AbstractSetting"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Service setting that a service has.&#xD;&#xA;For example &quot;MySQLserver&quot; service has a setting &quot;mUser&quot;.&#xD;&#xA;This setting later can be mapped to another Offered resource's setting.&#xD;&#xA;Example:&#xD;&#xA;The &quot;MySQLserver&quot; service might be &quot;providedByResources&quot; (anyone of) uopMySQL, FokusMySQL, etc&#xD;&#xA;So if uopMySQL offeredResource, has a setting &quot;uopMyUser&quot; then&quot;mUser&quot; is mapped to &quot;uopMyUser&quot; of uopMySQL.&#xD;&#xA;Also if FokusMySQL offeredResource, has a setting &quot;fokusMyUser&quot; then&quot;mUser&quot; is mapped to &quot;fokusMyUser&quot; of FokusMySQL.&#xD;&#xA;"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="mappedToResourceSettings" upperBound="-1" eType="#//resources/ResourceSetting"/> <eStructuralFeatures xsi:type="ecore:EReference" name="providedByResources" upperBound="-1" eType="#//resources/Resource"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OfferedService" eSuperTypes="#//services/Service"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Representing Offered services by the office.&#xD;&#xA;e.g. a MySQL server. The MySQL server might be &quot;providedByResources&quot; by &quot;any one&quot; of uopMySQL, FokusMySQL, etc&#xD;&#xA;"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ServiceComposition" eSuperTypes="#//NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Representing Offered ready composed services by the office.&#xD;&#xA;e.g. an IMS network and services. The IMS has a list of services like an HSS , presence server, etc. &#xD;&#xA;When a user asks for an IMS service, the fed will locate any of each service (HSS , presence server) even on different provider locations although might give priority on an IMS ServiceComposition from a single provide to enhance speed, provisioning, etc&#xD;&#xA;"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="hasServices" upperBound="-1" eType="#//services/Service"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SettingType" abstract="true" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="tideTypeString" eSuperTypes="#//services/SettingType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="tideTypeEnum" eSuperTypes="#//services/SettingType"> <eStructuralFeatures xsi:type="ecore:EReference" name="tideEnumlist" upperBound="-1" eType="#//services/tideTypeEnumItem" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultValue" eType="#//services/tideTypeEnumItem"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="tideTypeList" eSuperTypes="#//services/SettingType"> <eStructuralFeatures xsi:type="ecore:EReference" name="ContainsElementsOf" eType="#//NamedElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="tideTypeEnumItem"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="tideTypeTideElement" eSuperTypes="#//services/SettingType"> <eStructuralFeatures xsi:type="ecore:EReference" name="ofTideElement" eType="#//NamedElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Taxonomy" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="taxonomies" upperBound="-1" eType="#//services/Taxonomy" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="categories" upperBound="-1" eType="#//resources/ResourceCategory" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasScenarios" upperBound="-1" eType="#//federationscenarios/RequestedFederationScenario"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasServices" upperBound="-1" eType="#//services/Service"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractSetting" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="settingType" eType="#//services/SettingType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="userExposed" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="userEditable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="canBePublished" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Readable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Writable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="settingConstraints" upperBound="-1" eType="#//services/SettingConstraint" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="requiresParams" upperBound="-1" eType="#//services/AbstractSetting"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="-&#x9;A parameter Pa of a resource/service Ra requires a parameter(s) Pb of another Resource/Service Rb"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SettingConstraint" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ForOperation" eType="#//services/ServiceResourceOperation"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="AvailableAfterOperation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="-&#x9;if set A parameter is available only after a certain CRUD operation"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="RequiredBeforeOperation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="-&#x9;If set A parameter must be present, must have a not null value before a CRUD operation"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ServiceResourceOperation"> <eLiterals name="OP_CREATE"/> <eLiterals name="OP_READ" value="1"/> <eLiterals name="OP_UPDATE" value="2"/> <eLiterals name="OP_DELETE" value="3"/> </eClassifiers> </eSubpackages> <eSubpackages name="settingdependencies" nsURI="http://www.panlab.org/FederationOffice/model/settingdependencies" nsPrefix="org.panlab.FederationOffice.model.settingdependencies"/> <eSubpackages name="availabilityContract" nsURI="http://www.panlab.org/FederationOffice/model/availabilitycontract" nsPrefix="org.panlab.FederationOffice.model.availabilitycontract"> <eClassifiers xsi:type="ecore:EClass" name="ResourceServiceContract" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="forOfferedService" lowerBound="1" eType="#//services/Service"/> <eStructuralFeatures xsi:type="ecore:EReference" name="forOfferedResource" lowerBound="1" eType="#//resources/OfferedResource"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="StartDate" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="EndDate" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EReference" name="availability" eType="#//availabilityContract/Availability" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Availability"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="FromTime" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ToTime" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cost" eType="#//availabilityContract/Cost" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="FromDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ToDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Repeatability" eType="#//availabilityContract/RepatabilityScheme"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Repeat" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="RepeatUntil" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Cost"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="perUnit" eType="#//availabilityContract/costUnit"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Amount" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDoubleObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="costUnit"> <eLiterals name="MIN"/> <eLiterals name="HOUR" value="1"/> <eLiterals name="DAY" value="2"/> <eLiterals name="USAGE" value="3"/> <eLiterals name="OTHER" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="RepatabilityScheme"> <eLiterals name="DAILY"/> <eLiterals name="WEEKLY" value="1"/> <eLiterals name="MONTHLY" value="2"/> <eLiterals name="YEARLY" value="3"/> </eClassifiers> </eSubpackages> <eSubpackages name="uiObjects" nsURI="http://www.panlab.org/FederationOffice/model/uiObjects" nsPrefix="org.panlab.FederationOffice.model.uiObjects"> <eClassifiers xsi:type="ecore:EClass" name="ui_TaxonomyTreeItem"> <eStructuralFeatures xsi:type="ecore:EReference" name="parentNode" eType="#//uiObjects/ui_TaxonomyTreeItem"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="DisplayName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="childNodes" upperBound="-1" eType="#//uiObjects/ui_TaxonomyTreeItem" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="officeElement" eType="#//NamedElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OfficeManager"> <eStructuralFeatures xsi:type="ecore:EReference" name="officesRef" upperBound="-1" eType="#//Office"/> </eClassifiers> </eSubpackages> <eSubpackages name="experimentRuntime" nsURI="http://www.panlab.org/FederationOffice/model/experimentRuntime" nsPrefix="org.panlab.FederationOffice.model.experimentRuntime"> <eClassifiers xsi:type="ecore:EClass" name="RuntimeElement" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="status" eType="#//experimentRuntime/RuntimeElementStatus"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="GUID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="context" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="RuntimeElementStatus"> <eLiterals name="NOT_EXISTS"/> <eLiterals name="ONLINE" value="1"/> <eLiterals name="OFFLINE" value="2"/> <eLiterals name="STARTING" value="3"/> <eLiterals name="STOPPING" value="4"/> <eLiterals name="UPDATING" value="5"/> <eLiterals name="ERROR" value="6"/> <eLiterals name="UNKNOWN" value="7"/> <eLiterals name="INITIALIZING" value="8" literal="INITIALIZING"/> <eLiterals name="WAITING" value="9" literal="WAITING"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RunningScenarios"> <eStructuralFeatures xsi:type="ecore:EReference" name="requestedScenarios" upperBound="-1" eType="#//federationscenarios/RequestedFederationScenario"/> </eClassifiers> </eSubpackages> <eSubpackages name="extensionInterfaces" nsURI="http://www.panlab.org/FederationOffice/model/extensionInterfaces" nsPrefix="org.panlab.FederationOffice.model.extensionInterfaces"> <eClassifiers xsi:type="ecore:EClass" name="IOfficeRepository" abstract="true" interface="true"> <eOperations name="getName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eOperations name="loadOffice" eType="#//Office"/> <eOperations name="getOffice" eType="#//Office"/> <eOperations name="LoadScenario"> <eParameters name="fedScenario" eType="#//federationscenarios/RequestedFederationScenario"/> </eOperations> <eOperations name="registerOfficeRepositoryListener"> <eParameters name="listener" eType="#//extensionInterfaces/IOfficeRepositoryListener"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IOfficeRepositoryListener" abstract="true" interface="true"> <eOperations name="RepositoryChanged"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IProvisionResource" abstract="true" interface="true"> <eOperations name="provisionResource" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eParameters name="officeName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="scenario" eType="#//federationscenarios/RequestedFederationScenario"/> <eParameters name="resourceReq" eType="#//federationscenarios/ResourceRequest"/> </eOperations> <eOperations name="supportsOffice" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="officeName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="getSupportedOfficeName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eOperations name="deleteResource" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eParameters name="officeName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="scenario" eType="#//federationscenarios/RequestedFederationScenario"/> <eParameters name="resourceReq" eType="#//federationscenarios/ResourceRequest"/> </eOperations> <eOperations name="updateResource" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eParameters name="officeName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="scenario" eType="#//federationscenarios/RequestedFederationScenario"/> <eParameters name="resourceReq" eType="#//federationscenarios/ResourceRequest"/> <eParameters name="assignedSetting" eType="#//federationscenarios/ResourceSettingInstance"/> </eOperations> <eOperations name="readResource" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eParameters name="officeName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="scenario" eType="#//federationscenarios/RequestedFederationScenario"/> <eParameters name="resourceReq" eType="#//federationscenarios/ResourceRequest"/> <eParameters name="assignedSetting" eType="#//federationscenarios/ResourceSettingInstance"/> <eParameters name="forceUpdate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IWorkflowEngine" abstract="true" interface="true"> <eOperations name="getEngineName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eOperations name="getRunningScenarios" eType="#//experimentRuntime/RunningScenarios"/> <eOperations name="ScheduleScenario"> <eParameters name="scenario" eType="#//federationscenarios/RequestedFederationScenario"/> </eOperations> <eOperations name="ShutDownScenario"> <eParameters name="scenario" eType="#//federationscenarios/RequestedFederationScenario"/> </eOperations> <eOperations name="DeletePermanentlyScenario"> <eParameters name="scenario" eType="#//federationscenarios/RequestedFederationScenario"/> </eOperations> <eOperations name="ShutDownResource" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eParameters name="scenario" eType="#//federationscenarios/RequestedFederationScenario"/> <eParameters name="resourceReq" eType="#//federationscenarios/ResourceRequest"/> </eOperations> <eOperations name="UpdateResource" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eParameters name="scenario" eType="#//federationscenarios/RequestedFederationScenario"/> <eParameters name="resourceReq" eType="#//federationscenarios/ResourceRequest"/> <eParameters name="assignedSetting" eType="#//federationscenarios/ResourceSettingInstance"/> </eOperations> <eOperations name="ReadResource" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eParameters name="scenario" eType="#//federationscenarios/RequestedFederationScenario"/> <eParameters name="resourceReq" eType="#//federationscenarios/ResourceRequest"/> <eParameters name="assignedSetting" eType="#//federationscenarios/ResourceSettingInstance"/> <eParameters name="forceUpdate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IProvisioningJobListener" abstract="true" interface="true"> <eOperations name="initialize"> <eParameters name="source" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eOperations> <eOperations name="eventOccured"> <eParameters name="event" eType="#//extensionInterfaces/IProvisioningJobEvent"/> </eOperations> <eOperations name="terminate"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IProvisioningJobEvent" abstract="true" interface="true"> <eOperations name="statusChangedOnScenario" eType="#//federationscenarios/RequestedFederationScenario"/> <eOperations name="statusChangedOnResource" eType="#//federationscenarios/ResourceRequest"/> </eClassifiers> </eSubpackages> </ecore:EPackage>
github:ecore:/data/tubav/teagle_java/clients/fci/org.panlab.software.office.model/model/FederationOffice.ecore
ecore
FederationOffice VTStatus NEW NEW REQUESTED REQUESTED SCHEDULED_PROVISIONING SCHEDULED_PROVISIONING MODIFIED MODIFIED REJECTED REJECTED RUNNING RUNNING PROVISIONING PROVISIONING SHUT_DOWN SHUT_DOWN DELETED DELETED SHUTTING_DOWN SHUTTING_DOWN SCHEDULED_SHUT_DOWN SCHEDULED_SHUT_DOWN Office registeredUsers contributedTaxonomies offeredServices availableFederationScenarios offeredServiceCompositions ResourceServiceContracts SLAs resourceURI APIGateway NamedElement name id description uniqueID users Account password username ResourcesProvider offeredSiteList TestbedDesigner designsVirtualTestbeds Admin OfficeCustomer utilizesVirtualTestbed hasTestbedDesigner OfficeUser hasAccount organization address telephone OfficePersonel resources Resource getFullQualifiedName resourceSettings contributesToCategories requiresResources OfferedResource resourceType SINGLETON belongsToSite implOfferedService multitonMaxOccur -1 ResourceSetting OnlyConfiguredByResources implServiceSetting ResourceCategory resourcelist ResourceType SINGLETON SINGLETON MULTITON MULTITON networkelements Device NetworkElement providersite PTM IP belongsToSite IGW belongsToSite IP Site ptm igwlist locatedAt offeredResourcesList belongsToProvider SiteLocation address geocoords slareservations SLA ReservedRsources forVT ValidFrom ValidUntil ReservedResourceContract ValidFrom forResource ValidUntil federationscenarios RequestedFederationScenario isShared status VTCredentials servicesRequest infrastructureRequest scheduledPlan imports runtimeInfo ServiceRequest refService OfferedByProviders reqServiceSettings numOfServices ResourceRequest refOfferedResource reqResourceSettings runtimeInfo SettingInstance staticValue assignSetting ServiceSettingInstance refServiceSetting ResourceSettingInstance refResourceSetting Credentials username password ServicesRequest serviceRequestList InfrastructureRequest reqOfferedResources resourceGroups ScheduledPlan ValidFrom ValidUntil Import importURI ResourceGroup groupedResources services Service serviceSettings requiresServices ServiceSetting mappedToResourceSettings providedByResources OfferedService ServiceComposition hasServices SettingType tideTypeString defaultValue tideTypeEnum tideEnumlist defaultValue tideTypeList ContainsElementsOf tideTypeEnumItem value description tideTypeTideElement ofTideElement Taxonomy taxonomies categories hasScenarios hasServices AbstractSetting settingType userExposed userEditable canBePublished Readable false Writable false settingConstraints requiresParams SettingConstraint ForOperation AvailableAfterOperation RequiredBeforeOperation ServiceResourceOperation OP_CREATE OP_CREATE OP_READ OP_READ OP_UPDATE OP_UPDATE OP_DELETE OP_DELETE settingdependencies availabilityContract ResourceServiceContract forOfferedService forOfferedResource StartDate EndDate availability Availability FromTime ToTime cost FromDate ToDate Repeatability Repeat RepeatUntil Cost perUnit Amount costUnit MIN MIN HOUR HOUR DAY DAY USAGE USAGE OTHER OTHER RepatabilityScheme DAILY DAILY WEEKLY WEEKLY MONTHLY MONTHLY YEARLY YEARLY uiObjects ui_TaxonomyTreeItem parentNode DisplayName childNodes officeElement OfficeManager officesRef experimentRuntime RuntimeElement status GUID context RuntimeElementStatus NOT_EXISTS NOT_EXISTS ONLINE ONLINE OFFLINE OFFLINE STARTING STARTING STOPPING STOPPING UPDATING UPDATING ERROR ERROR UNKNOWN UNKNOWN INITIALIZING INITIALIZING WAITING WAITING RunningScenarios requestedScenarios extensionInterfaces IOfficeRepository getName loadOffice getOffice LoadScenario fedScenario registerOfficeRepositoryListener listener IOfficeRepositoryListener RepositoryChanged IProvisionResource provisionResource officeName scenario resourceReq supportsOffice officeName getSupportedOfficeName deleteResource officeName scenario resourceReq updateResource officeName scenario resourceReq assignedSetting readResource officeName scenario resourceReq assignedSetting forceUpdate IWorkflowEngine getEngineName getRunningScenarios ScheduleScenario scenario ShutDownScenario scenario DeletePermanentlyScenario scenario ShutDownResource scenario resourceReq UpdateResource scenario resourceReq assignedSetting ReadResource scenario resourceReq assignedSetting forceUpdate IProvisioningJobListener initialize source eventOccured event terminate IProvisioningJobEvent statusChangedOnScenario statusChangedOnResource
null
{"directed":true,"nodes":[{"nsPrefix":"org.panlab.FederationOffice","nsURI":"http://www.panlab.org/FederationOffice","name":"FederationOffice","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"instanceClassName":null,"name":"VTStatus","instanceClass":null,"id":1,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Office","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"nsPrefix":"org.panlab.FederationOffice.model.users","nsURI":"http://www.panlab.org/FederationOffice/model/users","name":"users","id":4,"eClass":"EPackage"},{"nsPrefix":"org.panlab.FederationOffice.model.resources","nsURI":"http://www.panlab.org/FederationOffice/model/resources","name":"resources","id":5,"eClass":"EPackage"},{"nsPrefix":"org.panlab.FederationOffice.model.networkelements","nsURI":"http://www.panlab.org/FederationOffice/model/networkelements","name":"networkelements","id":6,"eClass":"EPackage"},{"nsPrefix":"org.panlab.FederationOffice.model.providersite","nsURI":"http://www.panlab.org/FederationOffice/model/providersite","name":"providersite","id":7,"eClass":"EPackage"},{"nsPrefix":"org.panlab.FederationOffice.model.slareservations","nsURI":"http://www.panlab.org/FederationOffice/model/slareservations","name":"slareservations","id":8,"eClass":"EPackage"},{"nsPrefix":"org.panlab.FederationOffice.model.federationscenarios","nsURI":"http://www.panlab.org/FederationOffice/model/federationscenarios","name":"federationscenarios","id":9,"eClass":"EPackage"},{"nsPrefix":"org.panlab.FederationOffice.model.services","nsURI":"http://www.panlab.org/FederationOffice/model/services","name":"services","id":10,"eClass":"EPackage"},{"nsPrefix":"org.panlab.FederationOffice.model.settingdependencies","nsURI":"http://www.panlab.org/FederationOffice/model/settingdependencies","name":"settingdependencies","id":11,"eClass":"EPackage"},{"nsPrefix":"org.panlab.FederationOffice.model.availabilitycontract","nsURI":"http://www.panlab.org/FederationOffice/model/availabilitycontract","name":"availabilityContract","id":12,"eClass":"EPackage"},{"nsPrefix":"org.panlab.FederationOffice.model.uiObjects","nsURI":"http://www.panlab.org/FederationOffice/model/uiObjects","name":"uiObjects","id":13,"eClass":"EPackage"},{"nsPrefix":"org.panlab.FederationOffice.model.experimentRuntime","nsURI":"http://www.panlab.org/FederationOffice/model/experimentRuntime","name":"experimentRuntime","id":14,"eClass":"EPackage"},{"nsPrefix":"org.panlab.FederationOffice.model.extensionInterfaces","nsURI":"http://www.panlab.org/FederationOffice/model/extensionInterfaces","name":"extensionInterfaces","id":15,"eClass":"EPackage"},{"name":"NEW","id":16,"value":0,"literal":"NEW","eClass":"EEnumLiteral"},{"name":"REQUESTED","id":17,"value":1,"literal":"REQUESTED","eClass":"EEnumLiteral"},{"name":"SCHEDULED_PROVISIONING","id":18,"value":2,"literal":"SCHEDULED_PROVISIONING","eClass":"EEnumLiteral"},{"name":"MODIFIED","id":19,"value":3,"literal":"MODIFIED","eClass":"EEnumLiteral"},{"name":"REJECTED","id":20,"value":4,"literal":"REJECTED","eClass":"EEnumLiteral"},{"name":"RUNNING","id":21,"value":5,"literal":"RUNNING","eClass":"EEnumLiteral"},{"name":"PROVISIONING","id":22,"value":6,"literal":"PROVISIONING","eClass":"EEnumLiteral"},{"name":"SHUT_DOWN","id":23,"value":7,"literal":"SHUT_DOWN","eClass":"EEnumLiteral"},{"name":"DELETED","id":24,"value":8,"literal":"DELETED","eClass":"EEnumLiteral"},{"name":"SHUTTING_DOWN","id":25,"value":9,"literal":"SHUTTING_DOWN","eClass":"EEnumLiteral"},{"name":"SCHEDULED_SHUT_DOWN","id":26,"value":10,"literal":"SCHEDULED_SHUT_DOWN","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"registeredUsers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contributedTaxonomies","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"offeredServices","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"availableFederationScenarios","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"offeredServiceCompositions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ResourceServiceContracts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"SLAs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"resourceURI","changeable":true,"lowerBound":0,"iD":false,"id":34,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"APIGateway","changeable":true,"lowerBound":0,"iD":false,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OfficeUser","instanceClass":null,"abstract":true,"id":37,"interface":false,"eClass":"EClass"},{"id":38,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Taxonomy","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"id":40,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OfferedService","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"id":42,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RequestedFederationScenario","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"id":44,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceComposition","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"id":46,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceServiceContract","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"id":48,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SLA","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":53,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":54,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":55,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uniqueID","changeable":true,"lowerBound":0,"iD":true,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Account","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourcesProvider","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestbedDesigner","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Admin","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OfficeCustomer","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OfficePersonel","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"password","changeable":true,"lowerBound":0,"iD":false,"id":67,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"username","changeable":true,"lowerBound":0,"iD":false,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"offeredSiteList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Site","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"id":75,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"belongsToProvider","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"designsVirtualTestbeds","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"utilizesVirtualTestbed","changeable":true,"resolveProxies":true,"lowerBound":0,"id":81,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasTestbedDesigner","changeable":true,"resolveProxies":true,"lowerBound":0,"id":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasAccount","changeable":true,"resolveProxies":true,"lowerBound":0,"id":86,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"organization","changeable":true,"lowerBound":0,"iD":false,"id":87,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"address","changeable":true,"lowerBound":0,"iD":false,"id":88,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"telephone","changeable":true,"lowerBound":0,"iD":false,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Resource","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OfferedResource","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceSetting","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceCategory","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ResourceType","instanceClass":null,"id":100,"serializable":true,"eClass":"EEnum"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFullQualifiedName","lowerBound":0,"id":101,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"resourceSettings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":102,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contributesToCategories","changeable":true,"resolveProxies":true,"lowerBound":0,"id":103,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"requiresResources","changeable":true,"resolveProxies":true,"lowerBound":0,"id":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"resourcelist","changeable":true,"resolveProxies":true,"lowerBound":0,"id":109,"derived":false},{"id":110,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"SINGLETON","unsettable":false,"transient":false,"unique":true,"name":"resourceType","changeable":true,"lowerBound":0,"iD":false,"id":111,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"belongsToSite","changeable":true,"resolveProxies":true,"lowerBound":0,"id":112,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"implOfferedService","changeable":true,"resolveProxies":true,"lowerBound":0,"id":113,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":-1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"-1","unsettable":false,"transient":false,"unique":true,"name":"multitonMaxOccur","changeable":true,"lowerBound":0,"iD":false,"id":114,"derived":false},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"offeredResourcesList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":118,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Service","instanceClass":null,"abstract":false,"id":119,"interface":false,"eClass":"EClass"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractSetting","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"OnlyConfiguredByResources","changeable":true,"resolveProxies":true,"lowerBound":0,"id":123,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"implServiceSetting","changeable":true,"resolveProxies":true,"lowerBound":0,"id":124,"derived":false},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceSetting","instanceClass":null,"abstract":false,"id":127,"interface":false,"eClass":"EClass"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"name":"SINGLETON","id":131,"value":0,"literal":"SINGLETON","eClass":"EEnumLiteral"},{"name":"MULTITON","id":132,"value":1,"literal":"MULTITON","eClass":"EEnumLiteral"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Device","instanceClass":null,"abstract":false,"id":133,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NetworkElement","instanceClass":null,"abstract":false,"id":134,"interface":false,"eClass":"EClass"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PTM","instanceClass":null,"abstract":false,"id":137,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IGW","instanceClass":null,"abstract":false,"id":138,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SiteLocation","instanceClass":null,"abstract":false,"id":139,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"IP","changeable":true,"lowerBound":0,"iD":false,"id":140,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"belongsToSite","changeable":true,"resolveProxies":true,"lowerBound":0,"id":141,"derived":false},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ptm","changeable":true,"resolveProxies":true,"lowerBound":1,"id":145,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"belongsToSite","changeable":true,"resolveProxies":true,"lowerBound":0,"id":146,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"IP","changeable":true,"lowerBound":0,"iD":false,"id":147,"derived":false},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"igwlist","changeable":true,"resolveProxies":true,"lowerBound":1,"id":150,"derived":false},{"id":151,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"locatedAt","changeable":true,"resolveProxies":true,"lowerBound":1,"id":152,"derived":false},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"address","changeable":true,"lowerBound":0,"iD":false,"id":159,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"geocoords","changeable":true,"lowerBound":0,"iD":false,"id":160,"derived":false},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReservedResourceContract","instanceClass":null,"abstract":false,"id":164,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ReservedRsources","changeable":true,"resolveProxies":true,"lowerBound":0,"id":165,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"forVT","changeable":true,"resolveProxies":true,"lowerBound":0,"id":166,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ValidFrom","changeable":true,"lowerBound":0,"iD":false,"id":167,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ValidUntil","changeable":true,"lowerBound":0,"iD":false,"id":168,"derived":false},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ValidFrom","changeable":true,"lowerBound":0,"iD":false,"id":174,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"forResource","changeable":true,"resolveProxies":true,"lowerBound":0,"id":175,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ValidUntil","changeable":true,"lowerBound":0,"iD":false,"id":176,"derived":false},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceRequest","instanceClass":null,"abstract":false,"id":181,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceRequest","instanceClass":null,"abstract":false,"id":182,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SettingInstance","instanceClass":null,"abstract":false,"id":183,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceSettingInstance","instanceClass":null,"abstract":false,"id":184,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceSettingInstance","instanceClass":null,"abstract":false,"id":185,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Credentials","instanceClass":null,"abstract":false,"id":186,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServicesRequest","instanceClass":null,"abstract":false,"id":187,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InfrastructureRequest","instanceClass":null,"abstract":false,"id":188,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScheduledPlan","instanceClass":null,"abstract":false,"id":189,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Import","instanceClass":null,"abstract":false,"id":190,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceGroup","instanceClass":null,"abstract":false,"id":191,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isShared","changeable":true,"lowerBound":0,"iD":false,"id":192,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"status","changeable":true,"lowerBound":0,"iD":false,"id":193,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"VTCredentials","changeable":true,"resolveProxies":true,"lowerBound":0,"id":194,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"servicesRequest","changeable":true,"resolveProxies":true,"lowerBound":0,"id":195,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"infrastructureRequest","changeable":true,"resolveProxies":true,"lowerBound":0,"id":196,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"scheduledPlan","changeable":true,"resolveProxies":true,"lowerBound":0,"id":197,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"imports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":198,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"runtimeInfo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":199,"derived":false},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RuntimeElement","instanceClass":null,"abstract":false,"id":208,"interface":false,"eClass":"EClass"},{"id":209,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"refService","changeable":true,"resolveProxies":true,"lowerBound":1,"id":210,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"OfferedByProviders","changeable":true,"resolveProxies":true,"lowerBound":0,"id":211,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"reqServiceSettings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":212,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"numOfServices","changeable":true,"lowerBound":0,"iD":false,"id":213,"derived":false},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"refOfferedResource","changeable":true,"resolveProxies":true,"lowerBound":1,"id":219,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"reqResourceSettings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":220,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"runtimeInfo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":221,"derived":false},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"staticValue","changeable":true,"lowerBound":0,"iD":false,"id":226,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"assignSetting","changeable":true,"resolveProxies":true,"lowerBound":0,"id":227,"derived":false},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"refServiceSetting","changeable":true,"resolveProxies":true,"lowerBound":1,"id":231,"derived":false},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"refResourceSetting","changeable":true,"resolveProxies":true,"lowerBound":1,"id":234,"derived":false},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"username","changeable":true,"lowerBound":0,"iD":false,"id":237,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"password","changeable":true,"lowerBound":0,"iD":false,"id":238,"derived":false},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"serviceRequestList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":242,"derived":false},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"reqOfferedResources","changeable":true,"resolveProxies":true,"lowerBound":0,"id":245,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"resourceGroups","changeable":true,"resolveProxies":true,"lowerBound":0,"id":246,"derived":false},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ValidFrom","changeable":true,"lowerBound":0,"iD":false,"id":250,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ValidUntil","changeable":true,"lowerBound":0,"iD":false,"id":251,"derived":false},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"importURI","changeable":true,"lowerBound":0,"iD":false,"id":254,"derived":false},{"id":255,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"groupedResources","changeable":true,"resolveProxies":true,"lowerBound":0,"id":256,"derived":false},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SettingType","instanceClass":null,"abstract":true,"id":259,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"tideTypeString","instanceClass":null,"abstract":false,"id":260,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"tideTypeEnum","instanceClass":null,"abstract":false,"id":261,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"tideTypeList","instanceClass":null,"abstract":false,"id":262,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"tideTypeEnumItem","instanceClass":null,"abstract":false,"id":263,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"tideTypeTideElement","instanceClass":null,"abstract":false,"id":264,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SettingConstraint","instanceClass":null,"abstract":false,"id":265,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ServiceResourceOperation","instanceClass":null,"id":266,"serializable":true,"eClass":"EEnum"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"serviceSettings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":267,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"requiresServices","changeable":true,"resolveProxies":true,"lowerBound":0,"id":268,"derived":false},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mappedToResourceSettings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":272,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"providedByResources","changeable":true,"resolveProxies":true,"lowerBound":0,"id":273,"derived":false},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasServices","changeable":true,"resolveProxies":true,"lowerBound":0,"id":278,"derived":false},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"defaultValue","changeable":true,"lowerBound":0,"iD":false,"id":282,"derived":false},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tideEnumlist","changeable":true,"resolveProxies":true,"lowerBound":0,"id":285,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"defaultValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":286,"derived":false},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ContainsElementsOf","changeable":true,"resolveProxies":true,"lowerBound":0,"id":290,"derived":false},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":293,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":294,"derived":false},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ofTideElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":297,"derived":false},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"taxonomies","changeable":true,"resolveProxies":true,"lowerBound":0,"id":300,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"categories","changeable":true,"resolveProxies":true,"lowerBound":0,"id":301,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasScenarios","changeable":true,"resolveProxies":true,"lowerBound":0,"id":302,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasServices","changeable":true,"resolveProxies":true,"lowerBound":0,"id":303,"derived":false},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"settingType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":309,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"userExposed","changeable":true,"lowerBound":0,"iD":false,"id":310,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"userEditable","changeable":true,"lowerBound":0,"iD":false,"id":311,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"canBePublished","changeable":true,"lowerBound":0,"iD":false,"id":312,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"Readable","changeable":true,"lowerBound":0,"iD":false,"id":313,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"Writable","changeable":true,"lowerBound":0,"iD":false,"id":314,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"settingConstraints","changeable":true,"resolveProxies":true,"lowerBound":0,"id":315,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"requiresParams","changeable":true,"resolveProxies":true,"lowerBound":0,"id":316,"derived":false},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ForOperation","changeable":true,"lowerBound":0,"iD":false,"id":326,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"AvailableAfterOperation","changeable":true,"lowerBound":0,"iD":false,"id":327,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"RequiredBeforeOperation","changeable":true,"lowerBound":0,"iD":false,"id":328,"derived":false},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"name":"OP_CREATE","id":333,"value":0,"literal":"OP_CREATE","eClass":"EEnumLiteral"},{"name":"OP_READ","id":334,"value":1,"literal":"OP_READ","eClass":"EEnumLiteral"},{"name":"OP_UPDATE","id":335,"value":2,"literal":"OP_UPDATE","eClass":"EEnumLiteral"},{"name":"OP_DELETE","id":336,"value":3,"literal":"OP_DELETE","eClass":"EEnumLiteral"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Availability","instanceClass":null,"abstract":false,"id":337,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Cost","instanceClass":null,"abstract":false,"id":338,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"costUnit","instanceClass":null,"id":339,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"RepatabilityScheme","instanceClass":null,"id":340,"serializable":true,"eClass":"EEnum"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"forOfferedService","changeable":true,"resolveProxies":true,"lowerBound":1,"id":341,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"forOfferedResource","changeable":true,"resolveProxies":true,"lowerBound":1,"id":342,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"StartDate","changeable":true,"lowerBound":1,"iD":false,"id":343,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"EndDate","changeable":true,"lowerBound":1,"iD":false,"id":344,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"availability","changeable":true,"resolveProxies":true,"lowerBound":0,"id":345,"derived":false},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"id":351,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"FromTime","changeable":true,"lowerBound":0,"iD":false,"id":352,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ToTime","changeable":true,"lowerBound":0,"iD":false,"id":353,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cost","changeable":true,"resolveProxies":true,"lowerBound":0,"id":354,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"FromDate","changeable":true,"lowerBound":0,"iD":false,"id":355,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ToDate","changeable":true,"lowerBound":0,"iD":false,"id":356,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Repeatability","changeable":true,"lowerBound":0,"iD":false,"id":357,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Repeat","changeable":true,"lowerBound":0,"iD":false,"id":358,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"RepeatUntil","changeable":true,"lowerBound":0,"iD":false,"id":359,"derived":false},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"perUnit","changeable":true,"lowerBound":0,"iD":false,"id":368,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Amount","changeable":true,"lowerBound":0,"iD":false,"id":369,"derived":false},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"name":"MIN","id":372,"value":0,"literal":"MIN","eClass":"EEnumLiteral"},{"name":"HOUR","id":373,"value":1,"literal":"HOUR","eClass":"EEnumLiteral"},{"name":"DAY","id":374,"value":2,"literal":"DAY","eClass":"EEnumLiteral"},{"name":"USAGE","id":375,"value":3,"literal":"USAGE","eClass":"EEnumLiteral"},{"name":"OTHER","id":376,"value":4,"literal":"OTHER","eClass":"EEnumLiteral"},{"name":"DAILY","id":377,"value":0,"literal":"DAILY","eClass":"EEnumLiteral"},{"name":"WEEKLY","id":378,"value":1,"literal":"WEEKLY","eClass":"EEnumLiteral"},{"name":"MONTHLY","id":379,"value":2,"literal":"MONTHLY","eClass":"EEnumLiteral"},{"name":"YEARLY","id":380,"value":3,"literal":"YEARLY","eClass":"EEnumLiteral"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ui_TaxonomyTreeItem","instanceClass":null,"abstract":false,"id":381,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OfficeManager","instanceClass":null,"abstract":false,"id":382,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parentNode","changeable":true,"resolveProxies":true,"lowerBound":0,"id":383,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"DisplayName","changeable":true,"lowerBound":0,"iD":false,"id":384,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"childNodes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":385,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"officeElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":386,"derived":false},{"id":387,"eClass":"EGenericType"},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"officesRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":391,"derived":false},{"id":392,"eClass":"EGenericType"},{"instanceTypeName":null,"instanceClassName":null,"name":"RuntimeElementStatus","instanceClass":null,"id":393,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RunningScenarios","instanceClass":null,"abstract":false,"id":394,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"status","changeable":true,"lowerBound":0,"iD":false,"id":395,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"GUID","changeable":true,"lowerBound":0,"iD":false,"id":396,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"context","changeable":true,"lowerBound":0,"iD":false,"id":397,"derived":false},{"id":398,"eClass":"EGenericType"},{"id":399,"eClass":"EGenericType"},{"id":400,"eClass":"EGenericType"},{"id":401,"eClass":"EGenericType"},{"name":"NOT_EXISTS","id":402,"value":0,"literal":"NOT_EXISTS","eClass":"EEnumLiteral"},{"name":"ONLINE","id":403,"value":1,"literal":"ONLINE","eClass":"EEnumLiteral"},{"name":"OFFLINE","id":404,"value":2,"literal":"OFFLINE","eClass":"EEnumLiteral"},{"name":"STARTING","id":405,"value":3,"literal":"STARTING","eClass":"EEnumLiteral"},{"name":"STOPPING","id":406,"value":4,"literal":"STOPPING","eClass":"EEnumLiteral"},{"name":"UPDATING","id":407,"value":5,"literal":"UPDATING","eClass":"EEnumLiteral"},{"name":"ERROR","id":408,"value":6,"literal":"ERROR","eClass":"EEnumLiteral"},{"name":"UNKNOWN","id":409,"value":7,"literal":"UNKNOWN","eClass":"EEnumLiteral"},{"name":"INITIALIZING","id":410,"value":8,"literal":"INITIALIZING","eClass":"EEnumLiteral"},{"name":"WAITING","id":411,"value":9,"literal":"WAITING","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"requestedScenarios","changeable":true,"resolveProxies":true,"lowerBound":0,"id":412,"derived":false},{"id":413,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IOfficeRepository","instanceClass":null,"abstract":true,"id":414,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IOfficeRepositoryListener","instanceClass":null,"abstract":true,"id":415,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IProvisionResource","instanceClass":null,"abstract":true,"id":416,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IWorkflowEngine","instanceClass":null,"abstract":true,"id":417,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IProvisioningJobListener","instanceClass":null,"abstract":true,"id":418,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IProvisioningJobEvent","instanceClass":null,"abstract":true,"id":419,"interface":true,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"getName","lowerBound":0,"id":420,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"loadOffice","lowerBound":0,"id":421,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getOffice","lowerBound":0,"id":422,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"LoadScenario","lowerBound":0,"id":423,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"registerOfficeRepositoryListener","lowerBound":0,"id":424,"many":false,"required":false,"eClass":"EOperation"},{"id":425,"eClass":"EGenericType"},{"id":426,"eClass":"EGenericType"},{"id":427,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"fedScenario","lowerBound":0,"id":428,"many":false,"required":false,"eClass":"EParameter"},{"id":429,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"listener","lowerBound":0,"id":430,"many":false,"required":false,"eClass":"EParameter"},{"id":431,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"RepositoryChanged","lowerBound":0,"id":432,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"provisionResource","lowerBound":0,"id":433,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"supportsOffice","lowerBound":0,"id":434,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSupportedOfficeName","lowerBound":0,"id":435,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"deleteResource","lowerBound":0,"id":436,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"updateResource","lowerBound":0,"id":437,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"readResource","lowerBound":0,"id":438,"many":false,"required":false,"eClass":"EOperation"},{"id":439,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"officeName","lowerBound":0,"id":440,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"scenario","lowerBound":0,"id":441,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"resourceReq","lowerBound":0,"id":442,"many":false,"required":false,"eClass":"EParameter"},{"id":443,"eClass":"EGenericType"},{"id":444,"eClass":"EGenericType"},{"id":445,"eClass":"EGenericType"},{"id":446,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"officeName","lowerBound":0,"id":447,"many":false,"required":false,"eClass":"EParameter"},{"id":448,"eClass":"EGenericType"},{"id":449,"eClass":"EGenericType"},{"id":450,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"officeName","lowerBound":0,"id":451,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"scenario","lowerBound":0,"id":452,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"resourceReq","lowerBound":0,"id":453,"many":false,"required":false,"eClass":"EParameter"},{"id":454,"eClass":"EGenericType"},{"id":455,"eClass":"EGenericType"},{"id":456,"eClass":"EGenericType"},{"id":457,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"officeName","lowerBound":0,"id":458,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"scenario","lowerBound":0,"id":459,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"resourceReq","lowerBound":0,"id":460,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"assignedSetting","lowerBound":0,"id":461,"many":false,"required":false,"eClass":"EParameter"},{"id":462,"eClass":"EGenericType"},{"id":463,"eClass":"EGenericType"},{"id":464,"eClass":"EGenericType"},{"id":465,"eClass":"EGenericType"},{"id":466,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"officeName","lowerBound":0,"id":467,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"scenario","lowerBound":0,"id":468,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"resourceReq","lowerBound":0,"id":469,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"assignedSetting","lowerBound":0,"id":470,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"forceUpdate","lowerBound":0,"id":471,"many":false,"required":false,"eClass":"EParameter"},{"id":472,"eClass":"EGenericType"},{"id":473,"eClass":"EGenericType"},{"id":474,"eClass":"EGenericType"},{"id":475,"eClass":"EGenericType"},{"id":476,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEngineName","lowerBound":0,"id":477,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getRunningScenarios","lowerBound":0,"id":478,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"ScheduleScenario","lowerBound":0,"id":479,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"ShutDownScenario","lowerBound":0,"id":480,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"DeletePermanentlyScenario","lowerBound":0,"id":481,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"ShutDownResource","lowerBound":0,"id":482,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"UpdateResource","lowerBound":0,"id":483,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"ReadResource","lowerBound":0,"id":484,"many":false,"required":false,"eClass":"EOperation"},{"id":485,"eClass":"EGenericType"},{"id":486,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"scenario","lowerBound":0,"id":487,"many":false,"required":false,"eClass":"EParameter"},{"id":488,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"scenario","lowerBound":0,"id":489,"many":false,"required":false,"eClass":"EParameter"},{"id":490,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"scenario","lowerBound":0,"id":491,"many":false,"required":false,"eClass":"EParameter"},{"id":492,"eClass":"EGenericType"},{"id":493,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"scenario","lowerBound":0,"id":494,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"resourceReq","lowerBound":0,"id":495,"many":false,"required":false,"eClass":"EParameter"},{"id":496,"eClass":"EGenericType"},{"id":497,"eClass":"EGenericType"},{"id":498,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"scenario","lowerBound":0,"id":499,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"resourceReq","lowerBound":0,"id":500,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"assignedSetting","lowerBound":0,"id":501,"many":false,"required":false,"eClass":"EParameter"},{"id":502,"eClass":"EGenericType"},{"id":503,"eClass":"EGenericType"},{"id":504,"eClass":"EGenericType"},{"id":505,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"scenario","lowerBound":0,"id":506,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"resourceReq","lowerBound":0,"id":507,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"assignedSetting","lowerBound":0,"id":508,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"forceUpdate","lowerBound":0,"id":509,"many":false,"required":false,"eClass":"EParameter"},{"id":510,"eClass":"EGenericType"},{"id":511,"eClass":"EGenericType"},{"id":512,"eClass":"EGenericType"},{"id":513,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"initialize","lowerBound":0,"id":514,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eventOccured","lowerBound":0,"id":515,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"terminate","lowerBound":0,"id":516,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"source","lowerBound":0,"id":517,"many":false,"required":false,"eClass":"EParameter"},{"id":518,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"event","lowerBound":0,"id":519,"many":false,"required":false,"eClass":"EParameter"},{"id":520,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"statusChangedOnScenario","lowerBound":0,"id":521,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"statusChangedOnResource","lowerBound":0,"id":522,"many":false,"required":false,"eClass":"EOperation"},{"id":523,"eClass":"EGenericType"},{"id":524,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":1,"target":0},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":1,"target":24},{"source":1,"target":25},{"source":1,"target":26},{"source":16,"target":1},{"source":17,"target":1},{"source":18,"target":1},{"source":19,"target":1},{"source":20,"target":1},{"source":21,"target":1},{"source":22,"target":1},{"source":23,"target":1},{"source":24,"target":1},{"source":25,"target":1},{"source":26,"target":1},{"source":2,"target":0},{"source":2,"target":3},{"source":2,"target":27},{"source":2,"target":28},{"source":2,"target":29},{"source":2,"target":30},{"source":2,"target":31},{"source":2,"target":32},{"source":2,"target":33},{"source":2,"target":34},{"source":2,"target":35},{"source":2,"target":36},{"source":27,"target":37},{"source":27,"target":38},{"source":27,"target":2},{"source":38,"target":37},{"source":28,"target":39},{"source":28,"target":40},{"source":28,"target":2},{"source":40,"target":39},{"source":29,"target":41},{"source":29,"target":42},{"source":29,"target":2},{"source":42,"target":41},{"source":30,"target":43},{"source":30,"target":44},{"source":30,"target":2},{"source":44,"target":43},{"source":31,"target":45},{"source":31,"target":46},{"source":31,"target":2},{"source":46,"target":45},{"source":32,"target":47},{"source":32,"target":48},{"source":32,"target":2},{"source":48,"target":47},{"source":33,"target":49},{"source":33,"target":50},{"source":33,"target":2},{"source":50,"target":49},{"source":34,"target":51},{"source":34,"target":2},{"source":35,"target":52},{"source":35,"target":2},{"source":36,"target":3},{"source":3,"target":0},{"source":3,"target":53},{"source":3,"target":54},{"source":3,"target":55},{"source":3,"target":56},{"source":53,"target":57},{"source":53,"target":3},{"source":54,"target":58},{"source":54,"target":3},{"source":55,"target":59},{"source":55,"target":3},{"source":56,"target":60},{"source":56,"target":3},{"source":4,"target":61},{"source":4,"target":62},{"source":4,"target":63},{"source":4,"target":64},{"source":4,"target":65},{"source":4,"target":37},{"source":4,"target":66},{"source":4,"target":0},{"source":61,"target":4},{"source":61,"target":3},{"source":61,"target":67},{"source":61,"target":68},{"source":61,"target":69},{"source":67,"target":70},{"source":67,"target":61},{"source":68,"target":71},{"source":68,"target":61},{"source":69,"target":3},{"source":62,"target":4},{"source":62,"target":37},{"source":62,"target":72},{"source":62,"target":73},{"source":72,"target":74},{"source":72,"target":75},{"source":72,"target":62},{"source":72,"target":76},{"source":75,"target":74},{"source":73,"target":37},{"source":63,"target":4},{"source":63,"target":37},{"source":63,"target":77},{"source":63,"target":78},{"source":77,"target":43},{"source":77,"target":79},{"source":77,"target":63},{"source":79,"target":43},{"source":78,"target":37},{"source":64,"target":4},{"source":64,"target":66},{"source":64,"target":80},{"source":80,"target":66},{"source":65,"target":4},{"source":65,"target":37},{"source":65,"target":81},{"source":65,"target":82},{"source":65,"target":83},{"source":81,"target":43},{"source":81,"target":84},{"source":81,"target":65},{"source":84,"target":43},{"source":82,"target":63},{"source":82,"target":85},{"source":82,"target":65},{"source":85,"target":63},{"source":83,"target":37},{"source":37,"target":4},{"source":37,"target":3},{"source":37,"target":86},{"source":37,"target":87},{"source":37,"target":88},{"source":37,"target":89},{"source":37,"target":90},{"source":86,"target":61},{"source":86,"target":91},{"source":86,"target":37},{"source":91,"target":61},{"source":87,"target":92},{"source":87,"target":37},{"source":88,"target":93},{"source":88,"target":37},{"source":89,"target":94},{"source":89,"target":37},{"source":90,"target":3},{"source":66,"target":4},{"source":66,"target":37},{"source":66,"target":95},{"source":95,"target":37},{"source":5,"target":96},{"source":5,"target":97},{"source":5,"target":98},{"source":5,"target":99},{"source":5,"target":100},{"source":5,"target":0},{"source":96,"target":5},{"source":96,"target":3},{"source":96,"target":101},{"source":96,"target":102},{"source":96,"target":103},{"source":96,"target":104},{"source":96,"target":105},{"source":101,"target":106},{"source":101,"target":96},{"source":102,"target":98},{"source":102,"target":107},{"source":102,"target":96},{"source":107,"target":98},{"source":103,"target":99},{"source":103,"target":108},{"source":103,"target":96},{"source":103,"target":109},{"source":108,"target":99},{"source":104,"target":96},{"source":104,"target":110},{"source":104,"target":96},{"source":110,"target":96},{"source":105,"target":3},{"source":97,"target":5},{"source":97,"target":96},{"source":97,"target":111},{"source":97,"target":112},{"source":97,"target":113},{"source":97,"target":114},{"source":97,"target":115},{"source":111,"target":100},{"source":111,"target":116},{"source":111,"target":97},{"source":116,"target":100},{"source":112,"target":74},{"source":112,"target":117},{"source":112,"target":97},{"source":112,"target":118},{"source":117,"target":74},{"source":113,"target":119},{"source":113,"target":120},{"source":113,"target":97},{"source":120,"target":119},{"source":114,"target":121},{"source":114,"target":97},{"source":115,"target":96},{"source":98,"target":5},{"source":98,"target":122},{"source":98,"target":123},{"source":98,"target":124},{"source":98,"target":125},{"source":123,"target":96},{"source":123,"target":126},{"source":123,"target":98},{"source":126,"target":96},{"source":124,"target":127},{"source":124,"target":128},{"source":124,"target":98},{"source":128,"target":127},{"source":125,"target":122},{"source":99,"target":5},{"source":99,"target":3},{"source":99,"target":109},{"source":99,"target":129},{"source":109,"target":96},{"source":109,"target":130},{"source":109,"target":99},{"source":109,"target":103},{"source":130,"target":96},{"source":129,"target":3},{"source":100,"target":5},{"source":100,"target":131},{"source":100,"target":132},{"source":131,"target":100},{"source":132,"target":100},{"source":6,"target":133},{"source":6,"target":134},{"source":6,"target":0},{"source":133,"target":6},{"source":133,"target":134},{"source":133,"target":135},{"source":135,"target":134},{"source":134,"target":6},{"source":134,"target":3},{"source":134,"target":136},{"source":136,"target":3},{"source":7,"target":137},{"source":7,"target":138},{"source":7,"target":74},{"source":7,"target":139},{"source":7,"target":0},{"source":137,"target":7},{"source":137,"target":3},{"source":137,"target":140},{"source":137,"target":141},{"source":137,"target":142},{"source":140,"target":143},{"source":140,"target":137},{"source":141,"target":74},{"source":141,"target":144},{"source":141,"target":137},{"source":141,"target":145},{"source":144,"target":74},{"source":142,"target":3},{"source":138,"target":7},{"source":138,"target":3},{"source":138,"target":146},{"source":138,"target":147},{"source":138,"target":148},{"source":146,"target":74},{"source":146,"target":149},{"source":146,"target":138},{"source":146,"target":150},{"source":149,"target":74},{"source":147,"target":151},{"source":147,"target":138},{"source":148,"target":3},{"source":74,"target":7},{"source":74,"target":3},{"source":74,"target":145},{"source":74,"target":150},{"source":74,"target":152},{"source":74,"target":118},{"source":74,"target":76},{"source":74,"target":153},{"source":145,"target":137},{"source":145,"target":154},{"source":145,"target":74},{"source":145,"target":141},{"source":154,"target":137},{"source":150,"target":138},{"source":150,"target":155},{"source":150,"target":74},{"source":150,"target":146},{"source":155,"target":138},{"source":152,"target":139},{"source":152,"target":156},{"source":152,"target":74},{"source":156,"target":139},{"source":118,"target":97},{"source":118,"target":157},{"source":118,"target":74},{"source":118,"target":112},{"source":157,"target":97},{"source":76,"target":62},{"source":76,"target":158},{"source":76,"target":74},{"source":76,"target":72},{"source":158,"target":62},{"source":153,"target":3},{"source":139,"target":7},{"source":139,"target":3},{"source":139,"target":159},{"source":139,"target":160},{"source":139,"target":161},{"source":159,"target":162},{"source":159,"target":139},{"source":160,"target":163},{"source":160,"target":139},{"source":161,"target":3},{"source":8,"target":49},{"source":8,"target":164},{"source":8,"target":0},{"source":49,"target":8},{"source":49,"target":3},{"source":49,"target":165},{"source":49,"target":166},{"source":49,"target":167},{"source":49,"target":168},{"source":49,"target":169},{"source":165,"target":164},{"source":165,"target":170},{"source":165,"target":49},{"source":170,"target":164},{"source":166,"target":43},{"source":166,"target":171},{"source":166,"target":49},{"source":171,"target":43},{"source":167,"target":172},{"source":167,"target":49},{"source":168,"target":173},{"source":168,"target":49},{"source":169,"target":3},{"source":164,"target":8},{"source":164,"target":3},{"source":164,"target":174},{"source":164,"target":175},{"source":164,"target":176},{"source":164,"target":177},{"source":174,"target":178},{"source":174,"target":164},{"source":175,"target":97},{"source":175,"target":179},{"source":175,"target":164},{"source":179,"target":97},{"source":176,"target":180},{"source":176,"target":164},{"source":177,"target":3},{"source":9,"target":43},{"source":9,"target":181},{"source":9,"target":182},{"source":9,"target":183},{"source":9,"target":184},{"source":9,"target":185},{"source":9,"target":186},{"source":9,"target":187},{"source":9,"target":188},{"source":9,"target":189},{"source":9,"target":190},{"source":9,"target":191},{"source":9,"target":0},{"source":43,"target":9},{"source":43,"target":3},{"source":43,"target":192},{"source":43,"target":193},{"source":43,"target":194},{"source":43,"target":195},{"source":43,"target":196},{"source":43,"target":197},{"source":43,"target":198},{"source":43,"target":199},{"source":43,"target":200},{"source":192,"target":201},{"source":192,"target":43},{"source":193,"target":1},{"source":193,"target":202},{"source":193,"target":43},{"source":202,"target":1},{"source":194,"target":186},{"source":194,"target":203},{"source":194,"target":43},{"source":203,"target":186},{"source":195,"target":187},{"source":195,"target":204},{"source":195,"target":43},{"source":204,"target":187},{"source":196,"target":188},{"source":196,"target":205},{"source":196,"target":43},{"source":205,"target":188},{"source":197,"target":189},{"source":197,"target":206},{"source":197,"target":43},{"source":206,"target":189},{"source":198,"target":190},{"source":198,"target":207},{"source":198,"target":43},{"source":207,"target":190},{"source":199,"target":208},{"source":199,"target":209},{"source":199,"target":43},{"source":209,"target":208},{"source":200,"target":3},{"source":181,"target":9},{"source":181,"target":3},{"source":181,"target":210},{"source":181,"target":211},{"source":181,"target":212},{"source":181,"target":213},{"source":181,"target":214},{"source":210,"target":119},{"source":210,"target":215},{"source":210,"target":181},{"source":215,"target":119},{"source":211,"target":62},{"source":211,"target":216},{"source":211,"target":181},{"source":216,"target":62},{"source":212,"target":184},{"source":212,"target":217},{"source":212,"target":181},{"source":217,"target":184},{"source":213,"target":218},{"source":213,"target":181},{"source":214,"target":3},{"source":182,"target":9},{"source":182,"target":3},{"source":182,"target":219},{"source":182,"target":220},{"source":182,"target":221},{"source":182,"target":222},{"source":219,"target":97},{"source":219,"target":223},{"source":219,"target":182},{"source":223,"target":97},{"source":220,"target":185},{"source":220,"target":224},{"source":220,"target":182},{"source":224,"target":185},{"source":221,"target":208},{"source":221,"target":225},{"source":221,"target":182},{"source":225,"target":208},{"source":222,"target":3},{"source":183,"target":9},{"source":183,"target":3},{"source":183,"target":226},{"source":183,"target":227},{"source":183,"target":228},{"source":226,"target":229},{"source":226,"target":183},{"source":227,"target":183},{"source":227,"target":230},{"source":227,"target":183},{"source":230,"target":183},{"source":228,"target":3},{"source":184,"target":9},{"source":184,"target":183},{"source":184,"target":231},{"source":184,"target":232},{"source":231,"target":127},{"source":231,"target":233},{"source":231,"target":184},{"source":233,"target":127},{"source":232,"target":183},{"source":185,"target":9},{"source":185,"target":183},{"source":185,"target":234},{"source":185,"target":235},{"source":234,"target":98},{"source":234,"target":236},{"source":234,"target":185},{"source":236,"target":98},{"source":235,"target":183},{"source":186,"target":9},{"source":186,"target":3},{"source":186,"target":237},{"source":186,"target":238},{"source":186,"target":239},{"source":237,"target":240},{"source":237,"target":186},{"source":238,"target":241},{"source":238,"target":186},{"source":239,"target":3},{"source":187,"target":9},{"source":187,"target":3},{"source":187,"target":242},{"source":187,"target":243},{"source":242,"target":181},{"source":242,"target":244},{"source":242,"target":187},{"source":244,"target":181},{"source":243,"target":3},{"source":188,"target":9},{"source":188,"target":3},{"source":188,"target":245},{"source":188,"target":246},{"source":188,"target":247},{"source":245,"target":182},{"source":245,"target":248},{"source":245,"target":188},{"source":248,"target":182},{"source":246,"target":191},{"source":246,"target":249},{"source":246,"target":188},{"source":249,"target":191},{"source":247,"target":3},{"source":189,"target":9},{"source":189,"target":250},{"source":189,"target":251},{"source":250,"target":252},{"source":250,"target":189},{"source":251,"target":253},{"source":251,"target":189},{"source":190,"target":9},{"source":190,"target":254},{"source":254,"target":255},{"source":254,"target":190},{"source":191,"target":9},{"source":191,"target":3},{"source":191,"target":256},{"source":191,"target":257},{"source":256,"target":182},{"source":256,"target":258},{"source":256,"target":191},{"source":258,"target":182},{"source":257,"target":3},{"source":10,"target":119},{"source":10,"target":127},{"source":10,"target":41},{"source":10,"target":45},{"source":10,"target":259},{"source":10,"target":260},{"source":10,"target":261},{"source":10,"target":262},{"source":10,"target":263},{"source":10,"target":264},{"source":10,"target":39},{"source":10,"target":122},{"source":10,"target":265},{"source":10,"target":266},{"source":10,"target":0},{"source":119,"target":10},{"source":119,"target":3},{"source":119,"target":267},{"source":119,"target":268},{"source":119,"target":269},{"source":267,"target":127},{"source":267,"target":270},{"source":267,"target":119},{"source":270,"target":127},{"source":268,"target":119},{"source":268,"target":271},{"source":268,"target":119},{"source":271,"target":119},{"source":269,"target":3},{"source":127,"target":10},{"source":127,"target":122},{"source":127,"target":272},{"source":127,"target":273},{"source":127,"target":274},{"source":272,"target":98},{"source":272,"target":275},{"source":272,"target":127},{"source":275,"target":98},{"source":273,"target":96},{"source":273,"target":276},{"source":273,"target":127},{"source":276,"target":96},{"source":274,"target":122},{"source":41,"target":10},{"source":41,"target":119},{"source":41,"target":277},{"source":277,"target":119},{"source":45,"target":10},{"source":45,"target":3},{"source":45,"target":278},{"source":45,"target":279},{"source":278,"target":119},{"source":278,"target":280},{"source":278,"target":45},{"source":280,"target":119},{"source":279,"target":3},{"source":259,"target":10},{"source":259,"target":3},{"source":259,"target":281},{"source":281,"target":3},{"source":260,"target":10},{"source":260,"target":259},{"source":260,"target":282},{"source":260,"target":283},{"source":282,"target":284},{"source":282,"target":260},{"source":283,"target":259},{"source":261,"target":10},{"source":261,"target":259},{"source":261,"target":285},{"source":261,"target":286},{"source":261,"target":287},{"source":285,"target":263},{"source":285,"target":288},{"source":285,"target":261},{"source":288,"target":263},{"source":286,"target":263},{"source":286,"target":289},{"source":286,"target":261},{"source":289,"target":263},{"source":287,"target":259},{"source":262,"target":10},{"source":262,"target":259},{"source":262,"target":290},{"source":262,"target":291},{"source":290,"target":3},{"source":290,"target":292},{"source":290,"target":262},{"source":292,"target":3},{"source":291,"target":259},{"source":263,"target":10},{"source":263,"target":293},{"source":263,"target":294},{"source":293,"target":295},{"source":293,"target":263},{"source":294,"target":296},{"source":294,"target":263},{"source":264,"target":10},{"source":264,"target":259},{"source":264,"target":297},{"source":264,"target":298},{"source":297,"target":3},{"source":297,"target":299},{"source":297,"target":264},{"source":299,"target":3},{"source":298,"target":259},{"source":39,"target":10},{"source":39,"target":3},{"source":39,"target":300},{"source":39,"target":301},{"source":39,"target":302},{"source":39,"target":303},{"source":39,"target":304},{"source":300,"target":39},{"source":300,"target":305},{"source":300,"target":39},{"source":305,"target":39},{"source":301,"target":99},{"source":301,"target":306},{"source":301,"target":39},{"source":306,"target":99},{"source":302,"target":43},{"source":302,"target":307},{"source":302,"target":39},{"source":307,"target":43},{"source":303,"target":119},{"source":303,"target":308},{"source":303,"target":39},{"source":308,"target":119},{"source":304,"target":3},{"source":122,"target":10},{"source":122,"target":3},{"source":122,"target":309},{"source":122,"target":310},{"source":122,"target":311},{"source":122,"target":312},{"source":122,"target":313},{"source":122,"target":314},{"source":122,"target":315},{"source":122,"target":316},{"source":122,"target":317},{"source":309,"target":259},{"source":309,"target":318},{"source":309,"target":122},{"source":318,"target":259},{"source":310,"target":319},{"source":310,"target":122},{"source":311,"target":320},{"source":311,"target":122},{"source":312,"target":321},{"source":312,"target":122},{"source":313,"target":322},{"source":313,"target":122},{"source":314,"target":323},{"source":314,"target":122},{"source":315,"target":265},{"source":315,"target":324},{"source":315,"target":122},{"source":324,"target":265},{"source":316,"target":122},{"source":316,"target":325},{"source":316,"target":122},{"source":325,"target":122},{"source":317,"target":3},{"source":265,"target":10},{"source":265,"target":3},{"source":265,"target":326},{"source":265,"target":327},{"source":265,"target":328},{"source":265,"target":329},{"source":326,"target":266},{"source":326,"target":330},{"source":326,"target":265},{"source":330,"target":266},{"source":327,"target":331},{"source":327,"target":265},{"source":328,"target":332},{"source":328,"target":265},{"source":329,"target":3},{"source":266,"target":10},{"source":266,"target":333},{"source":266,"target":334},{"source":266,"target":335},{"source":266,"target":336},{"source":333,"target":266},{"source":334,"target":266},{"source":335,"target":266},{"source":336,"target":266},{"source":11,"target":0},{"source":12,"target":47},{"source":12,"target":337},{"source":12,"target":338},{"source":12,"target":339},{"source":12,"target":340},{"source":12,"target":0},{"source":47,"target":12},{"source":47,"target":3},{"source":47,"target":341},{"source":47,"target":342},{"source":47,"target":343},{"source":47,"target":344},{"source":47,"target":345},{"source":47,"target":346},{"source":341,"target":119},{"source":341,"target":347},{"source":341,"target":47},{"source":347,"target":119},{"source":342,"target":97},{"source":342,"target":348},{"source":342,"target":47},{"source":348,"target":97},{"source":343,"target":349},{"source":343,"target":47},{"source":344,"target":350},{"source":344,"target":47},{"source":345,"target":337},{"source":345,"target":351},{"source":345,"target":47},{"source":351,"target":337},{"source":346,"target":3},{"source":337,"target":12},{"source":337,"target":352},{"source":337,"target":353},{"source":337,"target":354},{"source":337,"target":355},{"source":337,"target":356},{"source":337,"target":357},{"source":337,"target":358},{"source":337,"target":359},{"source":352,"target":360},{"source":352,"target":337},{"source":353,"target":361},{"source":353,"target":337},{"source":354,"target":338},{"source":354,"target":362},{"source":354,"target":337},{"source":362,"target":338},{"source":355,"target":363},{"source":355,"target":337},{"source":356,"target":364},{"source":356,"target":337},{"source":357,"target":340},{"source":357,"target":365},{"source":357,"target":337},{"source":365,"target":340},{"source":358,"target":366},{"source":358,"target":337},{"source":359,"target":367},{"source":359,"target":337},{"source":338,"target":12},{"source":338,"target":368},{"source":338,"target":369},{"source":368,"target":339},{"source":368,"target":370},{"source":368,"target":338},{"source":370,"target":339},{"source":369,"target":371},{"source":369,"target":338},{"source":339,"target":12},{"source":339,"target":372},{"source":339,"target":373},{"source":339,"target":374},{"source":339,"target":375},{"source":339,"target":376},{"source":372,"target":339},{"source":373,"target":339},{"source":374,"target":339},{"source":375,"target":339},{"source":376,"target":339},{"source":340,"target":12},{"source":340,"target":377},{"source":340,"target":378},{"source":340,"target":379},{"source":340,"target":380},{"source":377,"target":340},{"source":378,"target":340},{"source":379,"target":340},{"source":380,"target":340},{"source":13,"target":381},{"source":13,"target":382},{"source":13,"target":0},{"source":381,"target":13},{"source":381,"target":383},{"source":381,"target":384},{"source":381,"target":385},{"source":381,"target":386},{"source":383,"target":381},{"source":383,"target":387},{"source":383,"target":381},{"source":387,"target":381},{"source":384,"target":388},{"source":384,"target":381},{"source":385,"target":381},{"source":385,"target":389},{"source":385,"target":381},{"source":389,"target":381},{"source":386,"target":3},{"source":386,"target":390},{"source":386,"target":381},{"source":390,"target":3},{"source":382,"target":13},{"source":382,"target":391},{"source":391,"target":2},{"source":391,"target":392},{"source":391,"target":382},{"source":392,"target":2},{"source":14,"target":208},{"source":14,"target":393},{"source":14,"target":394},{"source":14,"target":0},{"source":208,"target":14},{"source":208,"target":3},{"source":208,"target":395},{"source":208,"target":396},{"source":208,"target":397},{"source":208,"target":398},{"source":395,"target":393},{"source":395,"target":399},{"source":395,"target":208},{"source":399,"target":393},{"source":396,"target":400},{"source":396,"target":208},{"source":397,"target":401},{"source":397,"target":208},{"source":398,"target":3},{"source":393,"target":14},{"source":393,"target":402},{"source":393,"target":403},{"source":393,"target":404},{"source":393,"target":405},{"source":393,"target":406},{"source":393,"target":407},{"source":393,"target":408},{"source":393,"target":409},{"source":393,"target":410},{"source":393,"target":411},{"source":402,"target":393},{"source":403,"target":393},{"source":404,"target":393},{"source":405,"target":393},{"source":406,"target":393},{"source":407,"target":393},{"source":408,"target":393},{"source":409,"target":393},{"source":410,"target":393},{"source":411,"target":393},{"source":394,"target":14},{"source":394,"target":412},{"source":412,"target":43},{"source":412,"target":413},{"source":412,"target":394},{"source":413,"target":43},{"source":15,"target":414},{"source":15,"target":415},{"source":15,"target":416},{"source":15,"target":417},{"source":15,"target":418},{"source":15,"target":419},{"source":15,"target":0},{"source":414,"target":15},{"source":414,"target":420},{"source":414,"target":421},{"source":414,"target":422},{"source":414,"target":423},{"source":414,"target":424},{"source":420,"target":425},{"source":420,"target":414},{"source":421,"target":2},{"source":421,"target":426},{"source":421,"target":414},{"source":426,"target":2},{"source":422,"target":2},{"source":422,"target":427},{"source":422,"target":414},{"source":427,"target":2},{"source":423,"target":414},{"source":423,"target":428},{"source":428,"target":43},{"source":428,"target":429},{"source":428,"target":423},{"source":429,"target":43},{"source":424,"target":414},{"source":424,"target":430},{"source":430,"target":415},{"source":430,"target":431},{"source":430,"target":424},{"source":431,"target":415},{"source":415,"target":15},{"source":415,"target":432},{"source":432,"target":415},{"source":416,"target":15},{"source":416,"target":433},{"source":416,"target":434},{"source":416,"target":435},{"source":416,"target":436},{"source":416,"target":437},{"source":416,"target":438},{"source":433,"target":439},{"source":433,"target":416},{"source":433,"target":440},{"source":433,"target":441},{"source":433,"target":442},{"source":440,"target":443},{"source":440,"target":433},{"source":441,"target":43},{"source":441,"target":444},{"source":441,"target":433},{"source":444,"target":43},{"source":442,"target":182},{"source":442,"target":445},{"source":442,"target":433},{"source":445,"target":182},{"source":434,"target":446},{"source":434,"target":416},{"source":434,"target":447},{"source":447,"target":448},{"source":447,"target":434},{"source":435,"target":449},{"source":435,"target":416},{"source":436,"target":450},{"source":436,"target":416},{"source":436,"target":451},{"source":436,"target":452},{"source":436,"target":453},{"source":451,"target":454},{"source":451,"target":436},{"source":452,"target":43},{"source":452,"target":455},{"source":452,"target":436},{"source":455,"target":43},{"source":453,"target":182},{"source":453,"target":456},{"source":453,"target":436},{"source":456,"target":182},{"source":437,"target":457},{"source":437,"target":416},{"source":437,"target":458},{"source":437,"target":459},{"source":437,"target":460},{"source":437,"target":461},{"source":458,"target":462},{"source":458,"target":437},{"source":459,"target":43},{"source":459,"target":463},{"source":459,"target":437},{"source":463,"target":43},{"source":460,"target":182},{"source":460,"target":464},{"source":460,"target":437},{"source":464,"target":182},{"source":461,"target":185},{"source":461,"target":465},{"source":461,"target":437},{"source":465,"target":185},{"source":438,"target":466},{"source":438,"target":416},{"source":438,"target":467},{"source":438,"target":468},{"source":438,"target":469},{"source":438,"target":470},{"source":438,"target":471},{"source":467,"target":472},{"source":467,"target":438},{"source":468,"target":43},{"source":468,"target":473},{"source":468,"target":438},{"source":473,"target":43},{"source":469,"target":182},{"source":469,"target":474},{"source":469,"target":438},{"source":474,"target":182},{"source":470,"target":185},{"source":470,"target":475},{"source":470,"target":438},{"source":475,"target":185},{"source":471,"target":476},{"source":471,"target":438},{"source":417,"target":15},{"source":417,"target":477},{"source":417,"target":478},{"source":417,"target":479},{"source":417,"target":480},{"source":417,"target":481},{"source":417,"target":482},{"source":417,"target":483},{"source":417,"target":484},{"source":477,"target":485},{"source":477,"target":417},{"source":478,"target":394},{"source":478,"target":486},{"source":478,"target":417},{"source":486,"target":394},{"source":479,"target":417},{"source":479,"target":487},{"source":487,"target":43},{"source":487,"target":488},{"source":487,"target":479},{"source":488,"target":43},{"source":480,"target":417},{"source":480,"target":489},{"source":489,"target":43},{"source":489,"target":490},{"source":489,"target":480},{"source":490,"target":43},{"source":481,"target":417},{"source":481,"target":491},{"source":491,"target":43},{"source":491,"target":492},{"source":491,"target":481},{"source":492,"target":43},{"source":482,"target":493},{"source":482,"target":417},{"source":482,"target":494},{"source":482,"target":495},{"source":494,"target":43},{"source":494,"target":496},{"source":494,"target":482},{"source":496,"target":43},{"source":495,"target":182},{"source":495,"target":497},{"source":495,"target":482},{"source":497,"target":182},{"source":483,"target":498},{"source":483,"target":417},{"source":483,"target":499},{"source":483,"target":500},{"source":483,"target":501},{"source":499,"target":43},{"source":499,"target":502},{"source":499,"target":483},{"source":502,"target":43},{"source":500,"target":182},{"source":500,"target":503},{"source":500,"target":483},{"source":503,"target":182},{"source":501,"target":185},{"source":501,"target":504},{"source":501,"target":483},{"source":504,"target":185},{"source":484,"target":505},{"source":484,"target":417},{"source":484,"target":506},{"source":484,"target":507},{"source":484,"target":508},{"source":484,"target":509},{"source":506,"target":43},{"source":506,"target":510},{"source":506,"target":484},{"source":510,"target":43},{"source":507,"target":182},{"source":507,"target":511},{"source":507,"target":484},{"source":511,"target":182},{"source":508,"target":185},{"source":508,"target":512},{"source":508,"target":484},{"source":512,"target":185},{"source":509,"target":513},{"source":509,"target":484},{"source":418,"target":15},{"source":418,"target":514},{"source":418,"target":515},{"source":418,"target":516},{"source":514,"target":418},{"source":514,"target":517},{"source":517,"target":518},{"source":517,"target":514},{"source":515,"target":418},{"source":515,"target":519},{"source":519,"target":419},{"source":519,"target":520},{"source":519,"target":515},{"source":520,"target":419},{"source":516,"target":418},{"source":419,"target":15},{"source":419,"target":521},{"source":419,"target":522},{"source":521,"target":43},{"source":521,"target":523},{"source":521,"target":419},{"source":523,"target":43},{"source":522,"target":182},{"source":522,"target":524},{"source":522,"target":419},{"source":524,"target":182}],"multigraph":true}
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="datatype" nsURI="http://www.ontomore.org/test/transformation/datatype.owl" nsPrefix="datatype"> <eClassifiers xsi:type="ecore:EClass" name="Employee"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="employeeID" eType="#//EmployeeID"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EmployeeID"/> </ecore:EPackage>
github:ecore:/data/jreimone/refactory/OntoMore/Tests/org.ontomore.transformation.test/actual/Datatype_1.ecore
ecore
datatype Employee employeeID EmployeeID
null
{"directed":true,"nodes":[{"nsPrefix":"datatype","nsURI":"http://www.ontomore.org/test/transformation/datatype.owl","name":"datatype","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Employee","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmployeeID","instanceClass":null,"id":2,"serializable":true,"eClass":"EDataType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"employeeID","changeable":true,"lowerBound":0,"iD":false,"id":3,"derived":false},{"id":4,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":1,"target":0},{"source":1,"target":3},{"source":3,"target":2},{"source":3,"target":4},{"source":3,"target":1},{"source":4,"target":2},{"source":2,"target":0}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="bio" nsURI="http://miso.es/genericity/benchmarks/bio_tgt" nsPrefix="bio_tg"> <eClassifiers xsi:type="ecore:EClass" name="Model"> <eStructuralFeatures xsi:type="ecore:EReference" name="protein" upperBound="-1" eType="#//Protein" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="genes" upperBound="-1" eType="#//Gene" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="synonyms" upperBound="-1" eType="#//Synonym" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="reactions" upperBound="-1" eType="#//Reaction" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="taxonomies" upperBound="-1" eType="#//Taxon" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Protein"> <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="Accession" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Created" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Gene"> <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="Protein" lowerBound="1" eType="#//Protein"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="WID" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Synonym"> <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="Protein" eType="#//Protein"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="WID" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Gene_WID" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Gene" eType="#//Gene"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Reaction"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Entry" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Comment" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Orthology" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cofactor" lowerBound="1" eType="#//ChemicalInfo" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ChemicalInfo"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Definition" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Equation" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Taxon"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="UniqueName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Class" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ParentID" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Parent" eType="#//Taxon"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Rank" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="EmblCode" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Experiment"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Contact" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Date" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Description" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ExperimentalData" upperBound="-1" eType="#//ExperimentalData" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExperimentalData"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Data" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Role" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/bio_tgt.ecore
ecore
bio Model protein genes synonyms reactions taxonomies Protein Name Accession Created Gene Name Protein WID Synonym Name Protein WID Gene_WID Gene Reaction Entry Name Comment Orthology cofactor ChemicalInfo Definition Equation Taxon Id Name UniqueName Class ParentID Parent Rank EmblCode Experiment Contact Date Description ExperimentalData ExperimentalData Data Role
null
{"directed":true,"nodes":[{"nsPrefix":"bio_tg","nsURI":"http://miso.es/genericity/benchmarks/bio_tgt","name":"bio","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":"Protein","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Gene","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Synonym","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reaction","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChemicalInfo","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Taxon","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Experiment","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExperimentalData","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"protein","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":"genes","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":"synonyms","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":"reactions","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":"taxonomies","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Name","changeable":true,"lowerBound":1,"iD":false,"id":20,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Accession","changeable":true,"lowerBound":1,"iD":false,"id":21,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Created","changeable":true,"lowerBound":1,"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":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Name","changeable":true,"lowerBound":1,"iD":false,"id":26,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Protein","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"WID","changeable":true,"lowerBound":1,"iD":false,"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":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Name","changeable":true,"lowerBound":1,"iD":false,"id":32,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Protein","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"WID","changeable":true,"lowerBound":1,"iD":false,"id":34,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Gene_WID","changeable":true,"lowerBound":1,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"Gene","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Entry","changeable":true,"lowerBound":1,"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":"Name","changeable":true,"lowerBound":1,"iD":false,"id":43,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Comment","changeable":true,"lowerBound":1,"iD":false,"id":44,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Orthology","changeable":true,"lowerBound":1,"iD":false,"id":45,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cofactor","changeable":true,"resolveProxies":true,"lowerBound":1,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Definition","changeable":true,"lowerBound":1,"iD":false,"id":52,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Equation","changeable":true,"lowerBound":1,"iD":false,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Id","changeable":true,"lowerBound":1,"iD":false,"id":56,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Name","changeable":true,"lowerBound":1,"iD":false,"id":57,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"UniqueName","changeable":true,"lowerBound":1,"iD":false,"id":58,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Class","changeable":true,"lowerBound":1,"iD":false,"id":59,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ParentID","changeable":true,"lowerBound":1,"iD":false,"id":60,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Parent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":61,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Rank","changeable":true,"lowerBound":1,"iD":false,"id":62,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"EmblCode","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"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Contact","changeable":true,"lowerBound":1,"iD":false,"id":72,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Date","changeable":true,"lowerBound":1,"iD":false,"id":73,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Description","changeable":true,"lowerBound":1,"iD":false,"id":74,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ExperimentalData","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Data","changeable":true,"lowerBound":1,"iD":false,"id":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":"Role","changeable":true,"lowerBound":1,"iD":false,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":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":2},{"source":10,"target":15},{"source":10,"target":1},{"source":15,"target":2},{"source":11,"target":3},{"source":11,"target":16},{"source":11,"target":1},{"source":16,"target":3},{"source":12,"target":4},{"source":12,"target":17},{"source":12,"target":1},{"source":17,"target":4},{"source":13,"target":5},{"source":13,"target":18},{"source":13,"target":1},{"source":18,"target":5},{"source":14,"target":7},{"source":14,"target":19},{"source":14,"target":1},{"source":19,"target":7},{"source":2,"target":0},{"source":2,"target":20},{"source":2,"target":21},{"source":2,"target":22},{"source":20,"target":23},{"source":20,"target":2},{"source":21,"target":24},{"source":21,"target":2},{"source":22,"target":25},{"source":22,"target":2},{"source":3,"target":0},{"source":3,"target":26},{"source":3,"target":27},{"source":3,"target":28},{"source":26,"target":29},{"source":26,"target":3},{"source":27,"target":2},{"source":27,"target":30},{"source":27,"target":3},{"source":30,"target":2},{"source":28,"target":31},{"source":28,"target":3},{"source":4,"target":0},{"source":4,"target":32},{"source":4,"target":33},{"source":4,"target":34},{"source":4,"target":35},{"source":4,"target":36},{"source":32,"target":37},{"source":32,"target":4},{"source":33,"target":2},{"source":33,"target":38},{"source":33,"target":4},{"source":38,"target":2},{"source":34,"target":39},{"source":34,"target":4},{"source":35,"target":40},{"source":35,"target":4},{"source":36,"target":3},{"source":36,"target":41},{"source":36,"target":4},{"source":41,"target":3},{"source":5,"target":0},{"source":5,"target":42},{"source":5,"target":43},{"source":5,"target":44},{"source":5,"target":45},{"source":5,"target":46},{"source":42,"target":47},{"source":42,"target":5},{"source":43,"target":48},{"source":43,"target":5},{"source":44,"target":49},{"source":44,"target":5},{"source":45,"target":50},{"source":45,"target":5},{"source":46,"target":6},{"source":46,"target":51},{"source":46,"target":5},{"source":51,"target":6},{"source":6,"target":0},{"source":6,"target":52},{"source":6,"target":53},{"source":52,"target":54},{"source":52,"target":6},{"source":53,"target":55},{"source":53,"target":6},{"source":7,"target":0},{"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":7,"target":62},{"source":7,"target":63},{"source":56,"target":64},{"source":56,"target":7},{"source":57,"target":65},{"source":57,"target":7},{"source":58,"target":66},{"source":58,"target":7},{"source":59,"target":67},{"source":59,"target":7},{"source":60,"target":68},{"source":60,"target":7},{"source":61,"target":7},{"source":61,"target":69},{"source":61,"target":7},{"source":69,"target":7},{"source":62,"target":70},{"source":62,"target":7},{"source":63,"target":71},{"source":63,"target":7},{"source":8,"target":0},{"source":8,"target":72},{"source":8,"target":73},{"source":8,"target":74},{"source":8,"target":75},{"source":72,"target":76},{"source":72,"target":8},{"source":73,"target":77},{"source":73,"target":8},{"source":74,"target":78},{"source":74,"target":8},{"source":75,"target":9},{"source":75,"target":79},{"source":75,"target":8},{"source":79,"target":9},{"source":9,"target":0},{"source":9,"target":80},{"source":9,"target":81},{"source":80,"target":82},{"source":80,"target":9},{"source":81,"target":83},{"source":81,"target":9}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="bug299237Test" nsURI="http://eclipse.org/xtext/Bug299237TestLanguage" nsPrefix="bug299237Test"> <eClassifiers xsi:type="ecore:EClass" name="Model"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType platform:/resource/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/eclipse/xtext-core/org.eclipse.xtext.tests/src-gen/org/eclipse/xtext/parser/antlr/Bug299237TestLanguage.ecore
ecore
bug299237Test Model name
null
{"directed":true,"nodes":[{"nsPrefix":"bug299237Test","nsURI":"http://eclipse.org/xtext/Bug299237TestLanguage","name":"bug299237Test","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":2,"derived":false},{"id":3,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":1,"target":0},{"source":1,"target":2},{"source":2,"target":3},{"source":2,"target":1}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="bug443221Test" nsURI="http://eclipse.org/xtext/Bug443221TestLanguage" nsPrefix="bug443221Test"> <eClassifiers xsi:type="ecore:EClass" name="Model"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType platform:/resource/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/eclipse/xtext-core/org.eclipse.xtext.tests/src-gen/org/eclipse/xtext/parser/antlr/Bug443221TestLanguage.ecore
ecore
bug443221Test Model name
null
{"directed":true,"nodes":[{"nsPrefix":"bug443221Test","nsURI":"http://eclipse.org/xtext/Bug443221TestLanguage","name":"bug443221Test","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":2,"derived":false},{"id":3,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":1,"target":0},{"source":1,"target":2},{"source":2,"target":3},{"source":2,"target":1}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="application" nsURI="org.sheepy.lily.core.model.application" nsPrefix="application"> <eClassifiers xsi:type="ecore:EClass" name="Application"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="labelFeature" value="title"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="engines" upperBound="-1" eType="#//IEngine" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="run" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="Vulkan Application"/> <eStructuralFeatures xsi:type="ecore:EReference" name="scene" eType="#//Scene" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="timeConfiguration" eType="#//TimeConfiguration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="extensionPkg" eType="#//ApplicationExtensionPkg" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="models" upperBound="-1" eType="#//IModel" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resourcePkg" eType="ecore:EClass resource.ecore#//ResourcePkg" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IApplicationExtension" abstract="true" interface="true" eSuperTypes="types.ecore#//LNamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ApplicationExtensionPkg"> <eStructuralFeatures xsi:type="ecore:EReference" name="extensions" upperBound="-1" eType="#//IApplicationExtension" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TimeConfiguration"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="timeStep" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong" defaultValueLiteral="1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unit" lowerBound="1" eType="ecore:EEnum types.ecore#//ETimeUnit" defaultValueLiteral="SECONDS"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="timeFactor" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble" defaultValueLiteral="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IEngine" abstract="true" interface="true"/> <eClassifiers xsi:type="ecore:EClass" name="IModel"/> <eClassifiers xsi:type="ecore:EClass" name="ICompositor" abstract="true" interface="true" eSuperTypes="inference.ecore#//IInferenceObject"> <eStructuralFeatures xsi:type="ecore:EReference" name="extensionPkg" eType="#//CompositorExtensionPkg" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="enabled" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompositorExtensionPkg"> <eStructuralFeatures xsi:type="ecore:EReference" name="extensions" upperBound="-1" eType="#//ICompositorExtension" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ICompositorExtension" abstract="true" interface="true"/> <eClassifiers xsi:type="ecore:EClass" name="ICadence" abstract="true" interface="true"/> <eClassifiers xsi:type="ecore:EClass" name="Scene"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="labelFeature" value="size"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="compositors" upperBound="-1" eType="#//ICompositor" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fullscreen" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resizeable" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="size" unique="false" eType="ecore:EDataType types.ecore#//Vector2i" defaultValueLiteral="400,400"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GenericScenePart" eSuperTypes="#//ICompositor types.ecore#//LNamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="BackgroundImage" eSuperTypes="types.ecore#//LNamedElement #//ICompositor"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="clearColor" lowerBound="1" eType="ecore:EDataType types.ecore#//Vector3i" defaultValueLiteral="0;0;0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sampling" lowerBound="1" eType="ecore:EEnum resource.ecore#//ESampling"/> <eStructuralFeatures xsi:type="ecore:EReference" name="srcImage" eType="ecore:EClass resource.ecore#//IImage"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dstImage" lowerBound="1" eType="ecore:EClass resource.ecore#//IImage"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ScreenEffect" eSuperTypes="types.ecore#//LNamedElement #//ICompositor"> <eStructuralFeatures xsi:type="ecore:EReference" name="srcImage" eType="ecore:EClass resource.ecore#//IImage"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dstImage" lowerBound="1" eType="ecore:EClass resource.ecore#//IImage"/> <eStructuralFeatures xsi:type="ecore:EReference" name="effect" eType="#//SpecialEffect" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SpecialEffect" eSuperTypes="types.ecore#//LNamedElement resource.ecore#//IRootResource"> <eStructuralFeatures xsi:type="ecore:EReference" name="shader" eType="ecore:EClass resource.ecore#//FileResource" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inputs" upperBound="-1" eType="ecore:EClass variable.ecore#//IModelVariable"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/Ealrann/Lily-core/org.sheepy.lily.core.model/model/application.ecore
ecore
application Application engines run true title Vulkan Application scene timeConfiguration extensionPkg models resourcePkg IApplicationExtension ApplicationExtensionPkg extensions TimeConfiguration timeStep 1 unit SECONDS timeFactor 1 IEngine IModel ICompositor extensionPkg enabled true CompositorExtensionPkg extensions ICompositorExtension ICadence Scene compositors fullscreen false resizeable false size 400,400 GenericScenePart BackgroundImage clearColor 0;0;0 sampling srcImage dstImage ScreenEffect srcImage dstImage effect SpecialEffect shader inputs
null
{"directed":true,"nodes":[{"nsPrefix":"application","nsURI":"org.sheepy.lily.core.model.application","name":"application","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Application","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IApplicationExtension","instanceClass":null,"abstract":true,"id":2,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplicationExtensionPkg","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeConfiguration","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IEngine","instanceClass":null,"abstract":true,"id":5,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IModel","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ICompositor","instanceClass":null,"abstract":true,"id":7,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompositorExtensionPkg","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ICompositorExtension","instanceClass":null,"abstract":true,"id":9,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ICadence","instanceClass":null,"abstract":true,"id":10,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Scene","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GenericScenePart","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BackgroundImage","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScreenEffect","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpecialEffect","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"engines","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":false,"name":"run","changeable":true,"lowerBound":0,"iD":false,"id":17,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"Vulkan Application","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Vulkan Application","unsettable":false,"transient":false,"unique":false,"name":"title","changeable":true,"lowerBound":0,"iD":false,"id":18,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"scene","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"timeConfiguration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":20,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"extensionPkg","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"models","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"resourcePkg","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"extensions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"timeStep","changeable":true,"lowerBound":1,"iD":false,"id":35,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"SECONDS","unsettable":false,"transient":false,"unique":true,"name":"unit","changeable":true,"lowerBound":1,"iD":false,"id":36,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":false,"name":"timeFactor","changeable":true,"lowerBound":1,"iD":false,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"extensionPkg","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"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":"enabled","changeable":true,"lowerBound":1,"iD":false,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"extensions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"compositors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":false,"name":"fullscreen","changeable":true,"lowerBound":0,"iD":false,"id":49,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":false,"name":"resizeable","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":"400,400","unsettable":false,"transient":false,"unique":false,"name":"size","changeable":true,"lowerBound":0,"iD":false,"id":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0;0;0","unsettable":false,"transient":false,"unique":true,"name":"clearColor","changeable":true,"lowerBound":1,"iD":false,"id":58,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sampling","changeable":true,"lowerBound":1,"iD":false,"id":59,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"srcImage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":60,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dstImage","changeable":true,"resolveProxies":true,"lowerBound":1,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"srcImage","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":"dstImage","changeable":true,"resolveProxies":true,"lowerBound":1,"id":69,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"effect","changeable":true,"resolveProxies":true,"lowerBound":0,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"shader","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inputs","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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":1,"target":0},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":16,"target":5},{"source":16,"target":24},{"source":16,"target":1},{"source":24,"target":5},{"source":17,"target":25},{"source":17,"target":1},{"source":18,"target":26},{"source":18,"target":1},{"source":19,"target":11},{"source":19,"target":27},{"source":19,"target":1},{"source":27,"target":11},{"source":20,"target":4},{"source":20,"target":28},{"source":20,"target":1},{"source":28,"target":4},{"source":21,"target":3},{"source":21,"target":29},{"source":21,"target":1},{"source":29,"target":3},{"source":22,"target":6},{"source":22,"target":30},{"source":22,"target":1},{"source":30,"target":6},{"source":23,"target":31},{"source":23,"target":1},{"source":2,"target":0},{"source":2,"target":32},{"source":3,"target":0},{"source":3,"target":33},{"source":33,"target":2},{"source":33,"target":34},{"source":33,"target":3},{"source":34,"target":2},{"source":4,"target":0},{"source":4,"target":35},{"source":4,"target":36},{"source":4,"target":37},{"source":35,"target":38},{"source":35,"target":4},{"source":36,"target":39},{"source":36,"target":4},{"source":37,"target":40},{"source":37,"target":4},{"source":5,"target":0},{"source":6,"target":0},{"source":7,"target":0},{"source":7,"target":41},{"source":7,"target":42},{"source":7,"target":43},{"source":41,"target":8},{"source":41,"target":44},{"source":41,"target":7},{"source":44,"target":8},{"source":42,"target":45},{"source":42,"target":7},{"source":8,"target":0},{"source":8,"target":46},{"source":46,"target":9},{"source":46,"target":47},{"source":46,"target":8},{"source":47,"target":9},{"source":9,"target":0},{"source":10,"target":0},{"source":11,"target":0},{"source":11,"target":48},{"source":11,"target":49},{"source":11,"target":50},{"source":11,"target":51},{"source":48,"target":7},{"source":48,"target":52},{"source":48,"target":11},{"source":52,"target":7},{"source":49,"target":53},{"source":49,"target":11},{"source":50,"target":54},{"source":50,"target":11},{"source":51,"target":55},{"source":51,"target":11},{"source":12,"target":0},{"source":12,"target":7},{"source":12,"target":56},{"source":12,"target":57},{"source":56,"target":7},{"source":13,"target":0},{"source":13,"target":7},{"source":13,"target":58},{"source":13,"target":59},{"source":13,"target":60},{"source":13,"target":61},{"source":13,"target":62},{"source":13,"target":63},{"source":58,"target":64},{"source":58,"target":13},{"source":59,"target":65},{"source":59,"target":13},{"source":60,"target":66},{"source":60,"target":13},{"source":61,"target":67},{"source":61,"target":13},{"source":63,"target":7},{"source":14,"target":0},{"source":14,"target":7},{"source":14,"target":68},{"source":14,"target":69},{"source":14,"target":70},{"source":14,"target":71},{"source":14,"target":72},{"source":68,"target":73},{"source":68,"target":14},{"source":69,"target":74},{"source":69,"target":14},{"source":70,"target":15},{"source":70,"target":75},{"source":70,"target":14},{"source":75,"target":15},{"source":72,"target":7},{"source":15,"target":0},{"source":15,"target":76},{"source":15,"target":77},{"source":15,"target":78},{"source":15,"target":79},{"source":76,"target":80},{"source":76,"target":15},{"source":77,"target":81},{"source":77,"target":15}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="FeatureCompletionModel" nsURI="http://are.ipd.kit.edu/FeatureCompletionModel/1.0.1" nsPrefix="FeatureCompletion"> <eAnnotations source="http://www.eclipse.org/OCL/Import"> <details key="ecore" value="http://www.eclipse.org/emf/2002/Ecore"/> <details key="featureObjective" value="featureObjective.ecore#/"/> <details key="identifier" value="platform:/plugin/de.uka.ipd.sdq.identifier/model/identifier.ecore#/"/> <details key="pcm" value="platform:/plugin/org.palladiosimulator.pcm/model/pcm.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="FeatureCompletionRepository"> <eStructuralFeatures xsi:type="ecore:EReference" name="featureCompletions" upperBound="-1" eType="#//FeatureCompletion" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FeatureCompletion" eSuperTypes="#//DescribedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="requiredComponentsHaveToBePartOfCompletion"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="requiredComponentsHaveToBePartOfCompletion" value="&#xA;&#x9;&#x9;&#x9;completionComponents.requiredComponents->exists(self.completionComponents)"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="featureObjectives" lowerBound="1" eType="ecore:EClass featureObjective.ecore#//FeatureObjective"/> <eStructuralFeatures xsi:type="ecore:EReference" name="completionComponents" upperBound="-1" eType="#//CompletionComponent" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="complementa" lowerBound="1" upperBound="-1" eType="#//Complementum" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="architectureConstraints" upperBound="-1" eType="#//ArchitectureConstraints" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompletionComponent" eSuperTypes="#//ConstrainableElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="requiredComponents" upperBound="-1" eType="#//CompletionComponent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="perimeterProviding" eType="#//PerimeterProviding" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="componentConstraints" upperBound="-1" eType="#//ArchitectureConstraints" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="perimeterRequiring" eType="#//PerimeterRequiring" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DescribedElement" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" eSuperTypes="../../de.uka.ipd.sdq.identifier/model/identifier.ecore#//Identifier"> <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="PerimeterProviding" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="featureProviding" lowerBound="1" upperBound="-1" eType="ecore:EClass featureObjective.ecore#//Feature"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComplementumVisnetis" eSuperTypes="#//Complementum #//ConstrainableElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="complementaryFeature" lowerBound="1" eType="ecore:EClass featureObjective.ecore#//Feature"/> <eStructuralFeatures xsi:type="ecore:EReference" name="requiresComplementum" upperBound="-1" eType="#//Complementum"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Visnetum"> <eLiterals name="SIGNATURE"/> <eLiterals name="INTERFACE" value="1"/> <eLiterals name="COMPONENT" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Replication"> <eLiterals name="SINGLE"/> <eLiterals name="DOUBLE" value="1"/> <eLiterals name="ANY" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Complementum" eSuperTypes="#//DescribedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="replication" lowerBound="1" eType="#//Replication" defaultValueLiteral="SINGLE"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visnetum" lowerBound="1" eType="#//Visnetum" defaultValueLiteral="SIGNATURE"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArchitectureConstraints" eSuperTypes="#//DescribedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="constraint" lowerBound="1" eType="#//Constraint" defaultValueLiteral="ANY"/> <eStructuralFeatures xsi:type="ecore:EReference" name="architectureElements" lowerBound="1" upperBound="-1" eType="#//ConstrainableElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Constraint"> <eLiterals name="ANY"/> <eLiterals name="TOGETHER" value="1"/> <eLiterals name="ISOLATED" value="2"/> <eLiterals name="SEPARATED" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConstrainableElement" eSuperTypes="#//DescribedElement"/> <eClassifiers xsi:type="ecore:EClass" name="PerimeterRequiring" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="complementum" upperBound="-1" eType="#//Complementum"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="PlacementPolicy"> <eLiterals name="MANDATORY"/> <eLiterals name="OPTIONAL" value="1"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/PalladioSimulator/Palladio-Addons-PerOpteryx/bundles/edu.kit.ipd.are.dsexplore.featurecompletions/model/featureCompletions.ecore
ecore
FeatureCompletionModel FeatureCompletionRepository featureCompletions FeatureCompletion featureObjectives completionComponents complementa architectureConstraints CompletionComponent requiredComponents perimeterProviding componentConstraints perimeterRequiring DescribedElement description NamedElement name PerimeterProviding featureProviding ComplementumVisnetis complementaryFeature requiresComplementum Visnetum SIGNATURE SIGNATURE INTERFACE INTERFACE COMPONENT COMPONENT Replication SINGLE SINGLE DOUBLE DOUBLE ANY ANY Complementum replication SINGLE visnetum SIGNATURE ArchitectureConstraints constraint ANY architectureElements Constraint ANY ANY TOGETHER TOGETHER ISOLATED ISOLATED SEPARATED SEPARATED ConstrainableElement PerimeterRequiring complementum PlacementPolicy MANDATORY MANDATORY OPTIONAL OPTIONAL
null
{"directed":true,"nodes":[{"nsPrefix":"FeatureCompletion","nsURI":"http://are.ipd.kit.edu/FeatureCompletionModel/1.0.1","name":"FeatureCompletionModel","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureCompletionRepository","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureCompletion","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompletionComponent","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DescribedElement","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PerimeterProviding","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComplementumVisnetis","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Visnetum","instanceClass":null,"id":8,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Replication","instanceClass":null,"id":9,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Complementum","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArchitectureConstraints","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Constraint","instanceClass":null,"id":12,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstrainableElement","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PerimeterRequiring","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"PlacementPolicy","instanceClass":null,"id":15,"serializable":true,"eClass":"EEnum"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"featureCompletions","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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"featureObjectives","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":"completionComponents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"complementa","changeable":true,"resolveProxies":true,"lowerBound":1,"id":20,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"architectureConstraints","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"requiredComponents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"perimeterProviding","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":"componentConstraints","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":"perimeterRequiring","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":1,"iD":false,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"featureProviding","changeable":true,"resolveProxies":true,"lowerBound":1,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"complementaryFeature","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":"requiresComplementum","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"},{"name":"SIGNATURE","id":51,"value":0,"literal":"SIGNATURE","eClass":"EEnumLiteral"},{"name":"INTERFACE","id":52,"value":1,"literal":"INTERFACE","eClass":"EEnumLiteral"},{"name":"COMPONENT","id":53,"value":4,"literal":"COMPONENT","eClass":"EEnumLiteral"},{"name":"SINGLE","id":54,"value":0,"literal":"SINGLE","eClass":"EEnumLiteral"},{"name":"DOUBLE","id":55,"value":1,"literal":"DOUBLE","eClass":"EEnumLiteral"},{"name":"ANY","id":56,"value":2,"literal":"ANY","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"SINGLE","unsettable":false,"transient":false,"unique":true,"name":"replication","changeable":true,"lowerBound":1,"iD":false,"id":57,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"SIGNATURE","unsettable":false,"transient":false,"unique":true,"name":"visnetum","changeable":true,"lowerBound":1,"iD":false,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"ANY","unsettable":false,"transient":false,"unique":true,"name":"constraint","changeable":true,"lowerBound":1,"iD":false,"id":62,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"architectureElements","changeable":true,"resolveProxies":true,"lowerBound":1,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"name":"ANY","id":67,"value":0,"literal":"ANY","eClass":"EEnumLiteral"},{"name":"TOGETHER","id":68,"value":1,"literal":"TOGETHER","eClass":"EEnumLiteral"},{"name":"ISOLATED","id":69,"value":2,"literal":"ISOLATED","eClass":"EEnumLiteral"},{"name":"SEPARATED","id":70,"value":3,"literal":"SEPARATED","eClass":"EEnumLiteral"},{"id":71,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"complementum","changeable":true,"resolveProxies":true,"lowerBound":0,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"name":"MANDATORY","id":75,"value":0,"literal":"MANDATORY","eClass":"EEnumLiteral"},{"name":"OPTIONAL","id":76,"value":1,"literal":"OPTIONAL","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":1,"target":0},{"source":1,"target":16},{"source":16,"target":2},{"source":16,"target":17},{"source":16,"target":1},{"source":17,"target":2},{"source":2,"target":0},{"source":2,"target":4},{"source":2,"target":18},{"source":2,"target":19},{"source":2,"target":20},{"source":2,"target":21},{"source":2,"target":22},{"source":18,"target":23},{"source":18,"target":2},{"source":19,"target":3},{"source":19,"target":24},{"source":19,"target":2},{"source":24,"target":3},{"source":20,"target":10},{"source":20,"target":25},{"source":20,"target":2},{"source":25,"target":10},{"source":21,"target":11},{"source":21,"target":26},{"source":21,"target":2},{"source":26,"target":11},{"source":22,"target":4},{"source":3,"target":0},{"source":3,"target":13},{"source":3,"target":27},{"source":3,"target":28},{"source":3,"target":29},{"source":3,"target":30},{"source":3,"target":31},{"source":27,"target":3},{"source":27,"target":32},{"source":27,"target":3},{"source":32,"target":3},{"source":28,"target":6},{"source":28,"target":33},{"source":28,"target":3},{"source":33,"target":6},{"source":29,"target":11},{"source":29,"target":34},{"source":29,"target":3},{"source":34,"target":11},{"source":30,"target":14},{"source":30,"target":35},{"source":30,"target":3},{"source":35,"target":14},{"source":31,"target":13},{"source":4,"target":0},{"source":4,"target":5},{"source":4,"target":36},{"source":4,"target":37},{"source":36,"target":38},{"source":36,"target":4},{"source":37,"target":5},{"source":5,"target":0},{"source":5,"target":39},{"source":5,"target":40},{"source":39,"target":41},{"source":39,"target":5},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":42},{"source":6,"target":43},{"source":42,"target":44},{"source":42,"target":6},{"source":43,"target":5},{"source":7,"target":0},{"source":7,"target":10},{"source":7,"target":13},{"source":7,"target":45},{"source":7,"target":46},{"source":7,"target":47},{"source":7,"target":48},{"source":45,"target":49},{"source":45,"target":7},{"source":46,"target":10},{"source":46,"target":50},{"source":46,"target":7},{"source":50,"target":10},{"source":47,"target":10},{"source":48,"target":13},{"source":8,"target":0},{"source":8,"target":51},{"source":8,"target":52},{"source":8,"target":53},{"source":51,"target":8},{"source":52,"target":8},{"source":53,"target":8},{"source":9,"target":0},{"source":9,"target":54},{"source":9,"target":55},{"source":9,"target":56},{"source":54,"target":9},{"source":55,"target":9},{"source":56,"target":9},{"source":10,"target":0},{"source":10,"target":4},{"source":10,"target":57},{"source":10,"target":58},{"source":10,"target":59},{"source":57,"target":9},{"source":57,"target":60},{"source":57,"target":10},{"source":60,"target":9},{"source":58,"target":8},{"source":58,"target":61},{"source":58,"target":10},{"source":61,"target":8},{"source":59,"target":4},{"source":11,"target":0},{"source":11,"target":4},{"source":11,"target":62},{"source":11,"target":63},{"source":11,"target":64},{"source":62,"target":12},{"source":62,"target":65},{"source":62,"target":11},{"source":65,"target":12},{"source":63,"target":13},{"source":63,"target":66},{"source":63,"target":11},{"source":66,"target":13},{"source":64,"target":4},{"source":12,"target":0},{"source":12,"target":67},{"source":12,"target":68},{"source":12,"target":69},{"source":12,"target":70},{"source":67,"target":12},{"source":68,"target":12},{"source":69,"target":12},{"source":70,"target":12},{"source":13,"target":0},{"source":13,"target":4},{"source":13,"target":71},{"source":71,"target":4},{"source":14,"target":0},{"source":14,"target":5},{"source":14,"target":72},{"source":14,"target":73},{"source":72,"target":10},{"source":72,"target":74},{"source":72,"target":14},{"source":74,"target":10},{"source":73,"target":5},{"source":15,"target":0},{"source":15,"target":75},{"source":15,"target":76},{"source":75,"target":15},{"source":76,"target":15}],"multigraph":true}
false
<?xml version="1.0" encoding="ASCII"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" xmi:id="QVTBase" name="QVTBase" nsURI="http://schema.omg.org/spec/QVT/1.1/qvtbase.xml" nsPrefix="qvtbase"> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTBase.Domain" name="Domain" abstract="true"> <eSuperTypes href="EMOF.ecore#EMOF.NamedElement"/> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="QVTBase.Domain.isCheckable" name="isCheckable"> <eType xsi:type="ecore:EDataType" href="EMOF.ecore#PrimitiveTypes.Boolean"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="QVTBase.Domain.isEnforceable" name="isEnforceable"> <eType xsi:type="ecore:EDataType" href="EMOF.ecore#PrimitiveTypes.Boolean"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTBase.Domain.rule" name="rule" lowerBound="1" eType="QVTBase.Rule" transient="true" resolveProxies="false" eOpposite="QVTBase.Rule.domain"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTBase.Domain.typedModel" name="typedModel" eType="QVTBase.TypedModel"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTBase.Function" name="Function"> <eSuperTypes href="EMOF.ecore#EMOF.Operation"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTBase.Function.queryExpression" name="queryExpression" containment="true" resolveProxies="false"> <eType xsi:type="ecore:EClass" href="EssentialOCL.ecore#EssentialOCL.OclExpression"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTBase.FunctionParameter" name="FunctionParameter"> <eSuperTypes href="EssentialOCL.ecore#EssentialOCL.Variable"/> <eSuperTypes href="EMOF.ecore#EMOF.Parameter"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTBase.Pattern" name="Pattern"> <eSuperTypes href="EMOF.ecore#EMOF.Element"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTBase.Pattern.bindsTo" name="bindsTo" ordered="false" upperBound="-1"> <eType xsi:type="ecore:EClass" href="EssentialOCL.ecore#EssentialOCL.Variable"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTBase.Pattern.predicate" name="predicate" ordered="false" upperBound="-1" eType="QVTBase.Predicate" containment="true" resolveProxies="false" eOpposite="QVTBase.Predicate.pattern"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTBase.Predicate" name="Predicate"> <eSuperTypes href="EMOF.ecore#EMOF.Element"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTBase.Predicate.conditionExpression" name="conditionExpression" lowerBound="1" containment="true" resolveProxies="false"> <eType xsi:type="ecore:EClass" href="EssentialOCL.ecore#EssentialOCL.OclExpression"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTBase.Predicate.pattern" name="pattern" lowerBound="1" eType="QVTBase.Pattern" transient="true" resolveProxies="false" eOpposite="QVTBase.Pattern.predicate"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTBase.Rule" name="Rule" abstract="true"> <eSuperTypes href="EMOF.ecore#EMOF.NamedElement"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTBase.Rule.domain" name="domain" upperBound="-1" eType="QVTBase.Domain" containment="true" resolveProxies="false" eOpposite="QVTBase.Domain.rule"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTBase.Rule.overrides" name="overrides" eType="QVTBase.Rule"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="overriden"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTBase.Rule.transformation" name="transformation" eType="QVTBase.Transformation" transient="true" resolveProxies="false" eOpposite="QVTBase.Transformation.rule"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTBase.Transformation" name="Transformation"> <eSuperTypes href="EMOF.ecore#EMOF.Class"/> <eSuperTypes href="EMOF.ecore#EMOF.Package"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTBase.Transformation.extends" name="extends" eType="QVTBase.Transformation"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="extendedBy"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTBase.Transformation.modelParameter" name="modelParameter" upperBound="-1" eType="QVTBase.TypedModel" containment="true" resolveProxies="false" eOpposite="QVTBase.TypedModel.transformation"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTBase.Transformation.ownedTag" name="ownedTag" ordered="false" upperBound="-1" containment="true" resolveProxies="false"> <eType xsi:type="ecore:EClass" href="EMOF.ecore#EMOF.Tag"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTBase.Transformation.rule" name="rule" ordered="false" upperBound="-1" eType="QVTBase.Rule" containment="true" resolveProxies="false" eOpposite="QVTBase.Rule.transformation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTBase.TypedModel" name="TypedModel"> <eSuperTypes href="EMOF.ecore#EMOF.NamedElement"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTBase.TypedModel.dependsOn" name="dependsOn" ordered="false" upperBound="-1" eType="QVTBase.TypedModel"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="dependent"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTBase.TypedModel.transformation" name="transformation" lowerBound="1" eType="QVTBase.Transformation" transient="true" resolveProxies="false" eOpposite="QVTBase.Transformation.modelParameter"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTBase.TypedModel.usedPackage" name="usedPackage" ordered="false" lowerBound="1" upperBound="-1"> <eType xsi:type="ecore:EClass" href="EMOF.ecore#EMOF.Package"/> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
github:ecore:/data/arcanefoam/qvtMustus/plugins/org.eclipse.qvt/model/traditionalEcore/QVTBase.ecore
ecore
QVTBase Domain isCheckable isEnforceable rule typedModel Function queryExpression FunctionParameter Pattern bindsTo predicate Predicate conditionExpression pattern Rule domain overrides transformation Transformation extends modelParameter ownedTag rule TypedModel dependsOn transformation usedPackage
null
{"directed":true,"nodes":[{"nsPrefix":"qvtbase","nsURI":"http://schema.omg.org/spec/QVT/1.1/qvtbase.xml","name":"QVTBase","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Domain","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Function","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionParameter","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pattern","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Predicate","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rule","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transformation","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedModel","instanceClass":null,"abstract":false,"id":8,"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":"isCheckable","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":"isEnforceable","changeable":true,"lowerBound":0,"iD":false,"id":10,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"rule","changeable":true,"resolveProxies":false,"lowerBound":1,"id":11,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"typedModel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":12,"derived":false},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"container":false,"ordered":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":false,"lowerBound":0,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"queryExpression","changeable":true,"resolveProxies":false,"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":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"bindsTo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"predicate","changeable":true,"resolveProxies":false,"lowerBound":0,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"pattern","changeable":true,"resolveProxies":false,"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":"conditionExpression","changeable":true,"resolveProxies":false,"lowerBound":1,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"overrides","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"transformation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"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":"rule","changeable":true,"resolveProxies":false,"lowerBound":0,"id":40,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"extends","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":"modelParameter","changeable":true,"resolveProxies":false,"lowerBound":0,"id":42,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedTag","changeable":true,"resolveProxies":false,"lowerBound":0,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"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":"transformation","changeable":true,"resolveProxies":false,"lowerBound":1,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"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":"dependsOn","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"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":"usedPackage","changeable":true,"resolveProxies":true,"lowerBound":1,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":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":9,"target":14},{"source":9,"target":1},{"source":10,"target":15},{"source":10,"target":1},{"source":11,"target":6},{"source":11,"target":16},{"source":11,"target":1},{"source":11,"target":17},{"source":16,"target":6},{"source":12,"target":8},{"source":12,"target":18},{"source":12,"target":1},{"source":18,"target":8},{"source":2,"target":0},{"source":2,"target":19},{"source":2,"target":20},{"source":19,"target":21},{"source":19,"target":2},{"source":3,"target":0},{"source":3,"target":22},{"source":3,"target":23},{"source":4,"target":0},{"source":4,"target":24},{"source":4,"target":25},{"source":4,"target":26},{"source":24,"target":27},{"source":24,"target":4},{"source":25,"target":5},{"source":25,"target":28},{"source":25,"target":4},{"source":25,"target":29},{"source":28,"target":5},{"source":5,"target":0},{"source":5,"target":30},{"source":5,"target":29},{"source":5,"target":31},{"source":30,"target":32},{"source":30,"target":5},{"source":29,"target":4},{"source":29,"target":33},{"source":29,"target":5},{"source":29,"target":25},{"source":33,"target":4},{"source":6,"target":0},{"source":6,"target":17},{"source":6,"target":34},{"source":6,"target":35},{"source":6,"target":36},{"source":17,"target":1},{"source":17,"target":37},{"source":17,"target":6},{"source":17,"target":11},{"source":37,"target":1},{"source":34,"target":6},{"source":34,"target":38},{"source":34,"target":6},{"source":38,"target":6},{"source":35,"target":7},{"source":35,"target":39},{"source":35,"target":6},{"source":35,"target":40},{"source":39,"target":7},{"source":7,"target":0},{"source":7,"target":41},{"source":7,"target":42},{"source":7,"target":43},{"source":7,"target":40},{"source":7,"target":44},{"source":7,"target":45},{"source":41,"target":7},{"source":41,"target":46},{"source":41,"target":7},{"source":46,"target":7},{"source":42,"target":8},{"source":42,"target":47},{"source":42,"target":7},{"source":42,"target":48},{"source":47,"target":8},{"source":43,"target":49},{"source":43,"target":7},{"source":40,"target":6},{"source":40,"target":50},{"source":40,"target":7},{"source":40,"target":35},{"source":50,"target":6},{"source":8,"target":0},{"source":8,"target":51},{"source":8,"target":48},{"source":8,"target":52},{"source":8,"target":53},{"source":51,"target":8},{"source":51,"target":54},{"source":51,"target":8},{"source":54,"target":8},{"source":48,"target":7},{"source":48,"target":55},{"source":48,"target":8},{"source":48,"target":42},{"source":55,"target":7},{"source":52,"target":56},{"source":52,"target":8}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="layout" nsURI="http://www.birt.eclipse.org/ChartModelLayout" nsPrefix="layout"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA;&#x9;&#x9;Schema file for the chart.model package.&#xA;&#x9;&#x9;"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="Block"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Block is the most important component to layout the contents of a chart.&#xD;&#xA;It represents a rectangular area that bounds an individual chart element, which is used&#xD;&#xA;to determine the layout of the chart. The user can define its Bounds, Insets, Outline and &#xD;&#xA;Background among other properties. A Block can also contain other Blocks as its children. &#xD;&#xA;Use Block.getChildren( ) which returns a list of type Block to navigate through &#xD;&#xA;the children hierarchy of Blocks.&#xD;&#xA;&lt;p xmlns=&quot;http://www.birt.eclipse.org/ChartModelLayout&quot;>&#xD;&#xA;The most important block is the chart's block, all contents of a chart &#xD;&#xA;are rendered inside this block, we can get the instance of a chart's block using:&lt;br/>&#xD;&#xA;Chart.getBlock( );&#xD;&#xA;&lt;/p>&#xD;&#xA;A chart graphically consists of 3 parts, TitleBlock, Plot and Legend, which are &#xD;&#xA;also sub-type of Block and organized as children of the chart's Block. Besides the general &#xD;&#xA;approach of using Chart.getBlock( ).getChildren( ) we can also access them using the &#xD;&#xA;convenient methods:&lt;br xmlns=&quot;http://www.birt.eclipse.org/ChartModelLayout&quot;/>&#xD;&#xA;Chart.getTitle( );&lt;br xmlns=&quot;http://www.birt.eclipse.org/ChartModelLayout&quot;/>&#xD;&#xA;Chart.getPlot( );&lt;br xmlns=&quot;http://www.birt.eclipse.org/ChartModelLayout&quot;/>&#xD;&#xA;Chart.getLegend( );&lt;br xmlns=&quot;http://www.birt.eclipse.org/ChartModelLayout&quot;/>&#xD;&#xA;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Block"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="children" lowerBound="1" upperBound="-1" eType="#//Block" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=""/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Children"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="bounds" eType="ecore:EClass org.eclipse.birt.chart.model.attribute.ecore#//Bounds" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Element &quot;Bounds&quot; represents the size of a block and the its position insides its container."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Bounds"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="anchor" eType="ecore:EEnum org.eclipse.birt.chart.model.attribute.ecore#//Anchor" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Aattribute &quot;Anchor&quot; specifies the position of the block inside its container. "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Anchor"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="stretch" eType="ecore:EEnum org.eclipse.birt.chart.model.attribute.ecore#//Stretch" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Attribute &quot;Stretch&quot; specifies how the content of the block fills up available space."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Stretch"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="insets" eType="ecore:EClass org.eclipse.birt.chart.model.attribute.ecore#//Insets" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Element &quot;Insets&quot; represents the size of the margin between the block's edge and its client area."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Insets"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="row" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" defaultValueLiteral="-1" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Attribute &quot;Row&quot; represents the row index for the block, by default it's -1."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Row"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="column" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" defaultValueLiteral="-1" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Attribute &quot;Column&quot; the column index for the block, by default it's -1."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Column"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rowspan" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" defaultValueLiteral="-1" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Attribute &quot;Rowspan&quot; represents the rowspan value for the block, by default it's -1."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Rowspan"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="columnspan" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" defaultValueLiteral="-1" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Attribute &quot;Columnspan&quot; represents the columnspan value for the block, by&#x9;default it's -1."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Columnspan"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="minSize" lowerBound="1" eType="ecore:EClass org.eclipse.birt.chart.model.attribute.ecore#//Size" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Element &quot;MinSize&quot; represents the minimum size for the block."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="MinSize"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="outline" lowerBound="1" eType="ecore:EClass org.eclipse.birt.chart.model.attribute.ecore#//LineAttributes" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Element &quot;outline&quot; of type LineAttributes specifies how to render the block's outline."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Outline"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="background" eType="ecore:EClass org.eclipse.birt.chart.model.attribute.ecore#//Fill" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Element &quot;background&quot; of type Fill specifies how to render the background of the Block. &#xA;Can be transparent, a solid color, a gradient or image"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Background"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visible" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" defaultValueLiteral="true" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Attribute &quot;Visible&quot; specifies whether the block is visible. By default it's true."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Visible"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="triggers" upperBound="-1" eType="ecore:EClass org.eclipse.birt.chart.model.data.ecore#//Trigger" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Triggers"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="widthHint" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Double" defaultValueLiteral="-1" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="WidthHint specifies a hinted width for the block.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="WidthHint"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="heightHint" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Double" defaultValueLiteral="-1" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="HeightHint pecifies a hinted height for the block.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="HeightHint"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="cursor" eType="ecore:EClass org.eclipse.birt.chart.model.attribute.ecore#//Cursor" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Element &quot;Cursor&quot; represents cursor for the block."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Cursor"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClientArea"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="ClientArea holds a group of graphical properties for Plot and Legend to specify how to render &#xA;their client area, the properties include background, outline, visible... and so on.&#xA;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ClientArea"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="background" lowerBound="1" eType="ecore:EClass org.eclipse.birt.chart.model.attribute.ecore#//Fill" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Element &quot;background&quot; of type Fill specifies how to render the background of the client area. &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Background"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="outline" lowerBound="1" eType="ecore:EClass org.eclipse.birt.chart.model.attribute.ecore#//LineAttributes" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Element &quot;Outline&quot; of type LineAttributes specifies how to render the outline of the client area.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Outline"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="shadowColor" lowerBound="1" eType="ecore:EClass org.eclipse.birt.chart.model.attribute.ecore#//ColorDefinition" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Element &quot;ShadowColor&quot; of type ColorDefinition specifies the shadow color for the client area.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ShadowColor"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="insets" lowerBound="1" eType="ecore:EClass org.eclipse.birt.chart.model.attribute.ecore#//Insets" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Element &quot;Insets&quot; represents the size of the margin between the client area's edge and its client area.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Insets"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visible" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" defaultValueLiteral="true" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Attribute &quot;Visible&quot; specifies whether client area is visible."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Visible"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EllipsisType" instanceClassName="int"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Ellipsis_._type"/> <details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#int"/> <details key="minInclusive" value="0"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EllipsisTypeObject" instanceClassName="java.lang.Integer"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Ellipsis_._type:Object"/> <details key="baseType" value="Ellipsis_._type"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LabelBlock" eSuperTypes="#//Block"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="LabelBlock is a sub-type of Block, which is specialized for laying out a text &#xD;&#xA;in the chart for general purpose. It contains a Label, which holds the content &#xD;&#xA;and graphical properties of the text to be rendered. Following example shows&#xD;&#xA;how to add a arbitrary text &quot;Sample Text&quot; to a chart: &#xD;&#xA;&lt;p xmlns=&quot;http://www.birt.eclipse.org/ChartModelLayout&quot;>&#xD;&#xA;&#x9;&#x9;Chart cm = ....&lt;br/>&#xD;&#xA;&#x9;&#x9;LabelBlock lbBlock = (LabelBlock) LabelBlockImpl.create( );&lt;br/>&#xD;&#xA;&#x9;&#x9;lbBlock.getBounds( ).set( 50, 50, 100, 100 );&lt;br/>&#xD;&#xA;&#x9;&#x9;lbBlock.getLabel( ).getCaption( ).setValue( &quot;Sample Text&quot; );&lt;br/>&#xD;&#xA;&#x9;&#x9;cm.getBlock( ).getChildren( ).add( lbBlock );&#xD;&#xA;&lt;/p>&#xD;&#xA;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="LabelBlock"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="label" eType="ecore:EClass org.eclipse.birt.chart.model.component.ecore#//Label" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Element &quot;Label&quot; of type Label specifies the content and graphical &#xA;properties of the text to be laid out and rendered within the block.&#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="Label"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Legend" eSuperTypes="#//Block"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Legend represents the rectangular area in chart, where its legends are displayed. It holds also a &#xD;&#xA;group of attributes and elements to specify how the legend items are laid out and displayed. &#xD;&#xA;The legend items usually describe either the series or categories, depeding on the chart type.&#xD;&#xA;Legend is a sub-type of Block, and exists as a child block of the chart's block in a chart's model. &#xD;&#xA;&lt;p xmlns=&quot;http://www.birt.eclipse.org/ChartModelLayout&quot;>&#xD;&#xA;Besides the general approach of using Chart.getBlock( ).getChildren( ) we can also access it using the &#xD;&#xA;convenient method: Chart.getLegend( );&#xD;&#xA;&lt;/p>&#xD;&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Legend"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="horizontalSpacing" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Attribute &quot;HorizontalSpacing&quot; represents the horizontal spacing &#xA;in points between elements in the legend, namely legend items.&#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="HorizontalSpacing"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="verticalSpacing" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Attribute &quot;VerticalSpacing&quot; represents the vertical spacing in&#xA;points between elements in the legend, namely legend items.&#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="VerticalSpacing"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="clientArea" lowerBound="1" eType="#//ClientArea" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Element &quot;ClientArea&quot; represents the valid rectangular area of a legend &#xA;block to lay out legned items, it extends the whole block excluding the &#xA;margin of the block, which is defined by &quot;Insets&quot;. It also holds a group of &#xA;properties to specify how this area will be rendered, including its background, &#xA;outline, visibility... and so on.&#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="ClientArea"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="text" lowerBound="1" eType="ecore:EClass org.eclipse.birt.chart.model.attribute.ecore#//Text" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Element &quot;Text&quot; of Legend holds the Font and Color properties for all legend items.&#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="Text"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="orientation" lowerBound="1" eType="ecore:EEnum org.eclipse.birt.chart.model.attribute.ecore#//Orientation" defaultValueLiteral="Vertical" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Attribute &quot;orientation&quot; specifies the layout orientation of legend &#xD;&#xA;items inside one legend group. It can be Vertical or Horizontal, which &#xD;&#xA;means the legend items will be laid out in top-down or left-right &#xD;&#xA;direction respectively.&#xD;&#xA;&lt;p xmlns=&quot;http://www.birt.eclipse.org/ChartModelLayout&quot;>&#xD;&#xA;In case of colored by series, all legend items related with the same &#xD;&#xA;designtime series belong to the same group, therefore if no y-optional &#xD;&#xA;grouping is defined each group contains only one legend item, otherwise &#xD;&#xA;more than one legned items.&lt;br/>&#xD;&#xA;In case of colored by category, all legend items belong to one group.&#xD;&#xA;&lt;/p>&#xD;&#xA;&#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="Orientation"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="direction" lowerBound="1" eType="ecore:EEnum org.eclipse.birt.chart.model.attribute.ecore#//Direction" defaultValueLiteral="Top_Bottom" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Attribute &quot;direction&quot; specifies the layout direction of legend groups if &#xD;&#xA;there are more than one legend groups. It can be Left_Right or &#xD;&#xA;Top_Bottom, which means the legend groups will be laid out in left-right &#xD;&#xA;or top-down direction respectively.&#xD;&#xA;&lt;p xmlns=&quot;http://www.birt.eclipse.org/ChartModelLayout&quot;>&#xD;&#xA;In case of colored by series, all legend items related with the same &#xD;&#xA;designtime series belong to the same group, therefore if no y-optional &#xD;&#xA;grouping is defined each group contains only one legend item, otherwise &#xD;&#xA;more than one legned items.&lt;br/>&#xD;&#xA;In case of colored by category, all legend items belong to one group.&#xD;&#xA;&lt;/p>&#xD;&#xA;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Direction"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="separator" lowerBound="1" eType="ecore:EClass org.eclipse.birt.chart.model.attribute.ecore#//LineAttributes" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Element &quot;Separator&quot; specifies the graphical attributes of the seperate line between legend groups. &#xD;&#xA;&lt;p xmlns=&quot;http://www.birt.eclipse.org/ChartModelLayout&quot;>&#xD;&#xA;In case of colored by series, all legend items related with the same &#xD;&#xA;designtime series belong to the same group, therefore if no y-optional &#xD;&#xA;grouping is defined each group contains only one legend item, otherwise &#xD;&#xA;more than one legned items.&lt;br/>&#xD;&#xA;In case of colored by category, all legend items belong to one group.&#xD;&#xA;&lt;/p>&#xD;&#xA;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Separator"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="position" lowerBound="1" eType="ecore:EEnum org.eclipse.birt.chart.model.attribute.ecore#//Position" defaultValueLiteral="Right" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Attribute &quot;position&quot; specifies the position of the legend relative to the plot block &#xA;of the chart, it can be Above, Below, Left, Right and Inside. If Inside is selected, &#xA;the legend block will be displayed in the middel of the plot block and overlapped &#xA;with it.&#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="Position"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="itemType" lowerBound="1" eType="ecore:EEnum org.eclipse.birt.chart.model.attribute.ecore#//LegendItemType" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Attribute &quot;ItemType&quot; specifies whether the datapoints and the legend items are &#xA;colored by category or series pallet.&#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="ItemType"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="title" eType="ecore:EClass org.eclipse.birt.chart.model.component.ecore#//Label" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Element &quot;Title&quot; of type Label specifies the content and graphical &#xA;properties of the title of the legend block.&#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="Title"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="titlePosition" eType="ecore:EEnum org.eclipse.birt.chart.model.attribute.ecore#//Position" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Attribute &quot;TitlePosition&quot; specifies the position of the legend title &#xA;inside the legend block. It can be Above, Below, Left and Right - &#xA;by default it's Above.&#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="TitlePosition"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="showValue" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The boolean attribute &quot;ShowValue&quot; specifies whether a descriptive value of &#xA;the related series will be displayed under the legend item, normally this value &#xA;will be the first value in the series.&#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="ShowValue"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="showPercent" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This attribute is not currently used."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ShowPercent"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="showTotal" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This attribute is not currently used."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ShowTotal"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="wrappingSize" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Double" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Attribute &quot;WrappingSize&quot; specifies the behavior of automatically wrapping the &#xA;legend items text into multiple lines when lacking in display space. Value zero &#xA;means this feature is disabled, a positive value represents the maximal width &#xA;of the text in points. &#xA;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="WrappingSize"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maxPercent" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Double" defaultValueLiteral="0.33333333" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Attribute &quot;MaxPercent&quot; specifies the maximal percent of space which the&#xA;legend can take from the whole chart block. By default, it's 0.33333333,&#xA;which means the legend block will either be dropped or occupy less than &#xA;33.3% space of the whole chart block.&#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="MaxPercent"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="titlePercent" lowerBound="1" eType="#//TitlePercentType" defaultValueLiteral="0.6" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Attribute &quot;TitlePercent&quot; specifies the maximal percent of space which the&#xA;legend title can take from the whole legend block. By default, it's 0.6, &#xA;which means the legend title will either be dropped or occupy less than &#xA;60% space of the whole legend block.&#xA;&#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="TitlePercent"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ellipsis" lowerBound="1" eType="#//EllipsisType" defaultValueLiteral="1" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Int attribute &quot;Ellipsis&quot; specifies the behavior of shortening the legend item's &#xA;text with ellipsis if there is not enough space to display the whole text. Value&#xA;0 indicates that the feature is disabled, and the legend item will either be displayed &#xA;with whole text or be dropped. A positive value n represents the minimal count &#xA;of characters to be displayed before the ellipsis, which means the legend item &#xA;will either be dropped or be displayed with at least n characters.&#xA; &#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Ellipsis"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="formatSpecifier" eType="ecore:EClass org.eclipse.birt.chart.model.attribute.ecore#//FormatSpecifier" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Element &quot;FormatSpecifier&quot; specifies how the legend item text will be formated."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="FormatSpecifier"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Plot" eSuperTypes="#//Block"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Plot represent the rectangular area in a chart, inside where the graph of its datapoints is displayed. &#xD;&#xA;It extends to the client area of a chart's block excluding the title and legend. Plot is a sub-type of Block, &#xD;&#xA;and exists as a child block of the chart's block in a chart's model. &#xD;&#xA;&lt;p xmlns=&quot;http://www.birt.eclipse.org/ChartModelLayout&quot;>&#xD;&#xA;Besides the general approach of using Chart.getBlock( ).getChildren( ) we can also access it using the &#xD;&#xA;convenient method: Chart.getPlot( );&#xD;&#xA;&lt;/p>&#xD;&#xA;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Plot"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="horizontalSpacing" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" defaultValueLiteral="5" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Attribute &quot;VerticalSpacing&quot; specifies the vertical spacing between elements in the plot. &#xA;For chart with axes, it represents the space in points between the horizontal axes and the graph &#xA;of the datapoints.&#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="HorizontalSpacing"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="verticalSpacing" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" defaultValueLiteral="5" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Attribute &quot;VerticalSpacing&quot; specifies the vertical spacing between elements in the plot. &#xA;For chart with axes, it represents the space in points between the vertical axes and the graph &#xA;of the datapoints.&#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="VerticalSpacing"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="clientArea" lowerBound="1" eType="#//ClientArea" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Element &quot;ClientArea&quot; represents the valid rectangular area of a plot &#xD;&#xA;block to lay out its content. It extends the whole block excluding the &#xD;&#xA;margin of the block, which is defined by &quot;Insets&quot;. It also holds a group of &#xD;&#xA;properties to specify how this area will be rendered, including its background, &#xD;&#xA;outline, visibility... and so on.&#xD;&#xA;&lt;p xmlns=&quot;http://www.birt.eclipse.org/ChartModelLayout&quot;>&#xD;&#xA;For chart with axes it represents the area within axes. &lt;br/> &#xD;&#xA;For chart without axes it will be split into cells, with each cell for one single series.&#xD;&#xA;&lt;/p>&#xD;&#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="ClientArea"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TitleBlock" eSuperTypes="#//LabelBlock"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="TitleBlock is a special sub-type of LabelBlock, which devotes itself to representing the title of the chart.&#xD;&#xA;&lt;p xmlns=&quot;http://www.birt.eclipse.org/ChartModelLayout&quot;>&#xD;&#xA;Besides the general approach of using Chart.getBlock( ).getChildren( ) we can also access it using the &#xD;&#xA;convenient method: Chart.getTitle( );&#xD;&#xA;&lt;/p>&#xD;&#xA;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="TitleBlock"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="auto" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" defaultValueLiteral="false" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Attribute &quot;Auto&quot; of type boolean specifies whether the text of the TitleBlock &#xA;could be automatically determined by the system."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Auto"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="TitlePercentType" instanceClassName="double"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="TitlePercent_._type"/> <details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#double"/> <details key="minInclusive" value="0"/> <details key="maxInclusive" value="1"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="TitlePercentTypeObject" instanceClassName="java.lang.Double"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="TitlePercent_._type:Object"/> <details key="baseType" value="TitlePercent_._type"/> </eAnnotations> </eClassifiers> </ecore:EPackage>
github:ecore:/data/birtmobile/birt/chart/org.eclipse.birt.chart.engine/src/model/org.eclipse.birt.chart.model.layout.ecore
ecore
layout Block children bounds anchor stretch insets row -1 column -1 rowspan -1 columnspan -1 minSize outline background visible true triggers widthHint -1 heightHint -1 cursor ClientArea background outline shadowColor insets visible true EllipsisType int int EllipsisTypeObject java.lang.Integer java.lang.Integer LabelBlock label Legend horizontalSpacing verticalSpacing clientArea text orientation Vertical direction Top_Bottom separator position Right itemType title titlePosition showValue showPercent showTotal wrappingSize maxPercent 0.33333333 titlePercent 0.6 ellipsis 1 formatSpecifier Plot horizontalSpacing 5 verticalSpacing 5 clientArea TitleBlock auto false TitlePercentType double double TitlePercentTypeObject java.lang.Double java.lang.Double
null
{"directed":true,"nodes":[{"nsPrefix":"layout","nsURI":"http://www.birt.eclipse.org/ChartModelLayout","name":"layout","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Block","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClientArea","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":"int","defaultValue":0,"instanceClassName":"int","name":"EllipsisType","instanceClass":"int","id":3,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Integer","defaultValue":null,"instanceClassName":"java.lang.Integer","name":"EllipsisTypeObject","instanceClass":"java.lang.Integer","id":4,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LabelBlock","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Legend","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Plot","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TitleBlock","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":"double","defaultValue":0.0,"instanceClassName":"double","name":"TitlePercentType","instanceClass":"double","id":9,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Double","defaultValue":null,"instanceClassName":"java.lang.Double","name":"TitlePercentTypeObject","instanceClass":"java.lang.Double","id":10,"serializable":true,"eClass":"EDataType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":false,"lowerBound":1,"id":11,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bounds","changeable":true,"resolveProxies":false,"lowerBound":0,"id":12,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"anchor","changeable":true,"lowerBound":0,"iD":false,"id":13,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"stretch","changeable":true,"lowerBound":0,"iD":false,"id":14,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"insets","changeable":true,"resolveProxies":false,"lowerBound":0,"id":15,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":-1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"-1","unsettable":true,"transient":false,"unique":true,"name":"row","changeable":true,"lowerBound":1,"iD":false,"id":16,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":-1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"-1","unsettable":true,"transient":false,"unique":true,"name":"column","changeable":true,"lowerBound":1,"iD":false,"id":17,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":-1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"-1","unsettable":true,"transient":false,"unique":true,"name":"rowspan","changeable":true,"lowerBound":1,"iD":false,"id":18,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":-1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"-1","unsettable":true,"transient":false,"unique":true,"name":"columnspan","changeable":true,"lowerBound":1,"iD":false,"id":19,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"minSize","changeable":true,"resolveProxies":false,"lowerBound":1,"id":20,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outline","changeable":true,"resolveProxies":false,"lowerBound":1,"id":21,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"background","changeable":true,"resolveProxies":false,"lowerBound":0,"id":22,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":true,"transient":false,"unique":true,"name":"visible","changeable":true,"lowerBound":1,"iD":false,"id":23,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"triggers","changeable":true,"resolveProxies":false,"lowerBound":0,"id":24,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":-1.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"-1","unsettable":true,"transient":false,"unique":true,"name":"widthHint","changeable":true,"lowerBound":0,"iD":false,"id":25,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":-1.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"-1","unsettable":true,"transient":false,"unique":true,"name":"heightHint","changeable":true,"lowerBound":0,"iD":false,"id":26,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cursor","changeable":true,"resolveProxies":false,"lowerBound":0,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"background","changeable":true,"resolveProxies":false,"lowerBound":1,"id":45,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outline","changeable":true,"resolveProxies":false,"lowerBound":1,"id":46,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"shadowColor","changeable":true,"resolveProxies":false,"lowerBound":1,"id":47,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"insets","changeable":true,"resolveProxies":false,"lowerBound":1,"id":48,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":true,"transient":false,"unique":true,"name":"visible","changeable":true,"lowerBound":1,"iD":false,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"resolveProxies":false,"lowerBound":0,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"horizontalSpacing","changeable":true,"lowerBound":1,"iD":false,"id":58,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"verticalSpacing","changeable":true,"lowerBound":1,"iD":false,"id":59,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"clientArea","changeable":true,"resolveProxies":false,"lowerBound":1,"id":60,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"text","changeable":true,"resolveProxies":false,"lowerBound":1,"id":61,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"Vertical","unsettable":true,"transient":false,"unique":true,"name":"orientation","changeable":true,"lowerBound":1,"iD":false,"id":62,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"Top_Bottom","unsettable":true,"transient":false,"unique":true,"name":"direction","changeable":true,"lowerBound":1,"iD":false,"id":63,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"separator","changeable":true,"resolveProxies":false,"lowerBound":1,"id":64,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"Right","unsettable":true,"transient":false,"unique":true,"name":"position","changeable":true,"lowerBound":1,"iD":false,"id":65,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"itemType","changeable":true,"lowerBound":1,"iD":false,"id":66,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"resolveProxies":false,"lowerBound":0,"id":67,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"titlePosition","changeable":true,"lowerBound":0,"iD":false,"id":68,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"showValue","changeable":true,"lowerBound":0,"iD":false,"id":69,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"showPercent","changeable":true,"lowerBound":0,"iD":false,"id":70,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"showTotal","changeable":true,"lowerBound":0,"iD":false,"id":71,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"wrappingSize","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.33333333,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0.33333333","unsettable":true,"transient":false,"unique":true,"name":"maxPercent","changeable":true,"lowerBound":0,"iD":false,"id":73,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.6,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0.6","unsettable":true,"transient":false,"unique":true,"name":"titlePercent","changeable":true,"lowerBound":1,"iD":false,"id":74,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":true,"transient":false,"unique":true,"name":"ellipsis","changeable":true,"lowerBound":1,"iD":false,"id":75,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"formatSpecifier","changeable":true,"resolveProxies":false,"lowerBound":0,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":5,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"5","unsettable":true,"transient":false,"unique":true,"name":"horizontalSpacing","changeable":true,"lowerBound":1,"iD":false,"id":97,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":5,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"5","unsettable":true,"transient":false,"unique":true,"name":"verticalSpacing","changeable":true,"lowerBound":1,"iD":false,"id":98,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"clientArea","changeable":true,"resolveProxies":false,"lowerBound":1,"id":99,"derived":false},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":true,"transient":false,"unique":true,"name":"auto","changeable":true,"lowerBound":1,"iD":false,"id":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":1,"target":0},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":1,"target":24},{"source":1,"target":25},{"source":1,"target":26},{"source":1,"target":27},{"source":11,"target":1},{"source":11,"target":28},{"source":11,"target":1},{"source":28,"target":1},{"source":12,"target":29},{"source":12,"target":1},{"source":13,"target":30},{"source":13,"target":1},{"source":14,"target":31},{"source":14,"target":1},{"source":15,"target":32},{"source":15,"target":1},{"source":16,"target":33},{"source":16,"target":1},{"source":17,"target":34},{"source":17,"target":1},{"source":18,"target":35},{"source":18,"target":1},{"source":19,"target":36},{"source":19,"target":1},{"source":20,"target":37},{"source":20,"target":1},{"source":21,"target":38},{"source":21,"target":1},{"source":22,"target":39},{"source":22,"target":1},{"source":23,"target":40},{"source":23,"target":1},{"source":24,"target":41},{"source":24,"target":1},{"source":25,"target":42},{"source":25,"target":1},{"source":26,"target":43},{"source":26,"target":1},{"source":27,"target":44},{"source":27,"target":1},{"source":2,"target":0},{"source":2,"target":45},{"source":2,"target":46},{"source":2,"target":47},{"source":2,"target":48},{"source":2,"target":49},{"source":45,"target":50},{"source":45,"target":2},{"source":46,"target":51},{"source":46,"target":2},{"source":47,"target":52},{"source":47,"target":2},{"source":48,"target":53},{"source":48,"target":2},{"source":49,"target":54},{"source":49,"target":2},{"source":3,"target":0},{"source":4,"target":0},{"source":5,"target":0},{"source":5,"target":1},{"source":5,"target":55},{"source":5,"target":56},{"source":55,"target":57},{"source":55,"target":5},{"source":56,"target":1},{"source":6,"target":0},{"source":6,"target":1},{"source":6,"target":58},{"source":6,"target":59},{"source":6,"target":60},{"source":6,"target":61},{"source":6,"target":62},{"source":6,"target":63},{"source":6,"target":64},{"source":6,"target":65},{"source":6,"target":66},{"source":6,"target":67},{"source":6,"target":68},{"source":6,"target":69},{"source":6,"target":70},{"source":6,"target":71},{"source":6,"target":72},{"source":6,"target":73},{"source":6,"target":74},{"source":6,"target":75},{"source":6,"target":76},{"source":6,"target":77},{"source":58,"target":78},{"source":58,"target":6},{"source":59,"target":79},{"source":59,"target":6},{"source":60,"target":2},{"source":60,"target":80},{"source":60,"target":6},{"source":80,"target":2},{"source":61,"target":81},{"source":61,"target":6},{"source":62,"target":82},{"source":62,"target":6},{"source":63,"target":83},{"source":63,"target":6},{"source":64,"target":84},{"source":64,"target":6},{"source":65,"target":85},{"source":65,"target":6},{"source":66,"target":86},{"source":66,"target":6},{"source":67,"target":87},{"source":67,"target":6},{"source":68,"target":88},{"source":68,"target":6},{"source":69,"target":89},{"source":69,"target":6},{"source":70,"target":90},{"source":70,"target":6},{"source":71,"target":91},{"source":71,"target":6},{"source":72,"target":92},{"source":72,"target":6},{"source":73,"target":93},{"source":73,"target":6},{"source":74,"target":9},{"source":74,"target":94},{"source":74,"target":6},{"source":94,"target":9},{"source":75,"target":3},{"source":75,"target":95},{"source":75,"target":6},{"source":95,"target":3},{"source":76,"target":96},{"source":76,"target":6},{"source":77,"target":1},{"source":7,"target":0},{"source":7,"target":1},{"source":7,"target":97},{"source":7,"target":98},{"source":7,"target":99},{"source":7,"target":100},{"source":97,"target":101},{"source":97,"target":7},{"source":98,"target":102},{"source":98,"target":7},{"source":99,"target":2},{"source":99,"target":103},{"source":99,"target":7},{"source":103,"target":2},{"source":100,"target":1},{"source":8,"target":0},{"source":8,"target":5},{"source":8,"target":104},{"source":8,"target":105},{"source":104,"target":106},{"source":104,"target":8},{"source":105,"target":5},{"source":9,"target":0},{"source":10,"target":0}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="solution" nsURI="http://www.example.org/solution_ohne_ocl" nsPrefix="solution"> <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="WebApplication"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="mustHaveName mustHaveUniqueEntityName"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="mustHaveName" value="not self.name.oclIsUndefined() and name &lt;> ''"/> <details key="mustHaveUniqueEntityName" value="self.entities->collect(name).oclAsSet()->size() = self.entities->size()"/> </eAnnotations> <eOperations name="creationDateBeforeGoLive" 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="entities" upperBound="-1" eType="#//Entity" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="webpages" upperBound="-1" eType="#//WebPage" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="homePage" lowerBound="1" eType="#//StaticPage"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Entity"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="#//Attribute" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="id" lowerBound="1" eType="#//Attribute"/> <eStructuralFeatures xsi:type="ecore:EReference" name="relationships" upperBound="-1" eType="#//Relationship" containment="true" eOpposite="#//Relationship/source"/> </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="dataType" eType="#//DataType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="DataType"> <eLiterals name="String"/> <eLiterals name="Float" value="1"/> <eLiterals name="Integer" value="2"/> <eLiterals name="Boolean" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Relationship"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//Entity" eOpposite="#//Entity/relationships"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//Entity"/> <eStructuralFeatures xsi:type="ecore:EReference" name="opposite" eType="#//Relationship"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="roleName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lowerBound" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="upperBound" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="-1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WebPage" 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="relativeUrl" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="links" upperBound="-1" eType="#//Link" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="homeLink" lowerBound="1" eType="#//NonContextualLink" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StaticPage" eSuperTypes="#//WebPage"/> <eClassifiers xsi:type="ecore:EClass" name="DynamicPage" abstract="true" eSuperTypes="#//WebPage"> <eStructuralFeatures xsi:type="ecore:EReference" name="entity" lowerBound="1" eType="#//Entity"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EntityPage" eSuperTypes="#//DynamicPage"> <eStructuralFeatures xsi:type="ecore:EReference" name="innerPages" upperBound="-1" eType="#//DynamicPage" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IndexPage" eSuperTypes="#//DynamicPage"/> <eClassifiers xsi:type="ecore:EClass" name="CreatePage" eSuperTypes="#//EditablePage"/> <eClassifiers xsi:type="ecore:EClass" name="UpdatePage" eSuperTypes="#//EditablePage"/> <eClassifiers xsi:type="ecore:EClass" name="DeletePage" eSuperTypes="#//EditablePage"/> <eClassifiers xsi:type="ecore:EClass" name="Link" 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="target" lowerBound="1" eType="#//WebPage"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NonContextualLink" eSuperTypes="#//Link"/> <eClassifiers xsi:type="ecore:EClass" name="ContextualLink" eSuperTypes="#//Link"> <eStructuralFeatures xsi:type="ecore:EReference" name="information" lowerBound="1" eType="#//Entity"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EditablePage" abstract="true" eSuperTypes="#//EntityPage"> <eStructuralFeatures xsi:type="ecore:EReference" name="returnPage" eType="#//EntityPage"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/FH-SE-Master/Model-Driven-Engineering/Übung 2/at.fh-hagenberg.swml.solution/model/solution_ohne_ocl.ecore
ecore
solution WebApplication creationDateBeforeGoLive name entities webpages homePage Entity name attributes id relationships Attribute name dataType DataType String String Float Float Integer Integer Boolean Boolean Relationship source target opposite roleName lowerBound 0 upperBound -1 WebPage name relativeUrl links homeLink StaticPage DynamicPage entity EntityPage innerPages IndexPage CreatePage UpdatePage DeletePage Link name target NonContextualLink ContextualLink information EditablePage returnPage
null
{"directed":true,"nodes":[{"nsPrefix":"solution","nsURI":"http://www.example.org/solution_ohne_ocl","name":"solution","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WebApplication","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Entity","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"id":4,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Relationship","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WebPage","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StaticPage","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DynamicPage","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntityPage","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IndexPage","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreatePage","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UpdatePage","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeletePage","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Link","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NonContextualLink","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContextualLink","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EditablePage","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"creationDateBeforeGoLive","lowerBound":0,"id":18,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":19,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"entities","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"webpages","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"homePage","changeable":true,"resolveProxies":true,"lowerBound":1,"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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"relationships","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":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":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},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dataType","changeable":true,"lowerBound":0,"iD":false,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"name":"String","id":41,"value":0,"literal":"String","eClass":"EEnumLiteral"},{"name":"Float","id":42,"value":1,"literal":"Float","eClass":"EEnumLiteral"},{"name":"Integer","id":43,"value":2,"literal":"Integer","eClass":"EEnumLiteral"},{"name":"Boolean","id":44,"value":3,"literal":"Boolean","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":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":45,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"opposite","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":"roleName","changeable":true,"lowerBound":0,"iD":false,"id":47,"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":"lowerBound","changeable":true,"lowerBound":0,"iD":false,"id":48,"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":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":56,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"relativeUrl","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"links","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"homeLink","changeable":true,"resolveProxies":true,"lowerBound":1,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"entity","changeable":true,"resolveProxies":true,"lowerBound":1,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"innerPages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":75,"derived":false},{"container":false,"ordered":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":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"information","changeable":true,"resolveProxies":true,"lowerBound":1,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"returnPage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":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":2},{"source":20,"target":25},{"source":20,"target":1},{"source":25,"target":2},{"source":21,"target":6},{"source":21,"target":26},{"source":21,"target":1},{"source":26,"target":6},{"source":22,"target":7},{"source":22,"target":27},{"source":22,"target":1},{"source":27,"target":7},{"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":3},{"source":29,"target":33},{"source":29,"target":2},{"source":33,"target":3},{"source":30,"target":3},{"source":30,"target":34},{"source":30,"target":2},{"source":34,"target":3},{"source":31,"target":5},{"source":31,"target":35},{"source":31,"target":2},{"source":31,"target":36},{"source":35,"target":5},{"source":3,"target":0},{"source":3,"target":37},{"source":3,"target":38},{"source":37,"target":39},{"source":37,"target":3},{"source":38,"target":4},{"source":38,"target":40},{"source":38,"target":3},{"source":40,"target":4},{"source":4,"target":0},{"source":4,"target":41},{"source":4,"target":42},{"source":4,"target":43},{"source":4,"target":44},{"source":41,"target":4},{"source":42,"target":4},{"source":43,"target":4},{"source":44,"target":4},{"source":5,"target":0},{"source":5,"target":36},{"source":5,"target":45},{"source":5,"target":46},{"source":5,"target":47},{"source":5,"target":48},{"source":5,"target":49},{"source":36,"target":2},{"source":36,"target":50},{"source":36,"target":5},{"source":36,"target":31},{"source":50,"target":2},{"source":45,"target":2},{"source":45,"target":51},{"source":45,"target":5},{"source":51,"target":2},{"source":46,"target":5},{"source":46,"target":52},{"source":46,"target":5},{"source":52,"target":5},{"source":47,"target":53},{"source":47,"target":5},{"source":48,"target":54},{"source":48,"target":5},{"source":49,"target":55},{"source":49,"target":5},{"source":6,"target":0},{"source":6,"target":56},{"source":6,"target":57},{"source":6,"target":58},{"source":6,"target":59},{"source":56,"target":60},{"source":56,"target":6},{"source":57,"target":61},{"source":57,"target":6},{"source":58,"target":14},{"source":58,"target":62},{"source":58,"target":6},{"source":62,"target":14},{"source":59,"target":15},{"source":59,"target":63},{"source":59,"target":6},{"source":63,"target":15},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":64},{"source":64,"target":6},{"source":8,"target":0},{"source":8,"target":6},{"source":8,"target":65},{"source":8,"target":66},{"source":65,"target":2},{"source":65,"target":67},{"source":65,"target":8},{"source":67,"target":2},{"source":66,"target":6},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":68},{"source":9,"target":69},{"source":68,"target":8},{"source":68,"target":70},{"source":68,"target":9},{"source":70,"target":8},{"source":69,"target":8},{"source":10,"target":0},{"source":10,"target":8},{"source":10,"target":71},{"source":71,"target":8},{"source":11,"target":0},{"source":11,"target":17},{"source":11,"target":72},{"source":72,"target":17},{"source":12,"target":0},{"source":12,"target":17},{"source":12,"target":73},{"source":73,"target":17},{"source":13,"target":0},{"source":13,"target":17},{"source":13,"target":74},{"source":74,"target":17},{"source":14,"target":0},{"source":14,"target":75},{"source":14,"target":76},{"source":75,"target":77},{"source":75,"target":14},{"source":76,"target":6},{"source":76,"target":78},{"source":76,"target":14},{"source":78,"target":6},{"source":15,"target":0},{"source":15,"target":14},{"source":15,"target":79},{"source":79,"target":14},{"source":16,"target":0},{"source":16,"target":14},{"source":16,"target":80},{"source":16,"target":81},{"source":80,"target":2},{"source":80,"target":82},{"source":80,"target":16},{"source":82,"target":2},{"source":81,"target":14},{"source":17,"target":0},{"source":17,"target":9},{"source":17,"target":83},{"source":17,"target":84},{"source":83,"target":9},{"source":83,"target":85},{"source":83,"target":17},{"source":85,"target":9},{"source":84,"target":9}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="bug289515Test" nsURI="http://eclipse.org/xtext/Bug289515TestLanguage" nsPrefix="bug289515Test"> <eClassifiers xsi:type="ecore:EClass" name="Model"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType platform:/resource/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/eclipse/xtext-core/org.eclipse.xtext.tests/src-gen/org/eclipse/xtext/parser/antlr/Bug289515TestLanguage.ecore
ecore
bug289515Test Model value
null
{"directed":true,"nodes":[{"nsPrefix":"bug289515Test","nsURI":"http://eclipse.org/xtext/Bug289515TestLanguage","name":"bug289515Test","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":2,"derived":false},{"id":3,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":1,"target":0},{"source":1,"target":2},{"source":2,"target":3},{"source":2,"target":1}],"multigraph":true}
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="googleMaps" nsURI="http://fr.inria.atlanmod/discovered/googleMaps" nsPrefix="composedg"> <eClassifiers xsi:type="ecore:EClass" name="Step"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="Step" value="1"/> <details key="Leg" value="1"/> </eAnnotations> <details key="totalFound" value="2"/> <details key="source" value="googleMaps"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="distance" lowerBound="1" eType="#//Distance"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="distance" value="2"/> </eAnnotations> <eAnnotations source="foundIn"> <details key="Step" value="1"/> <details key="Leg" value="1"/> </eAnnotations> <details key="totalFound" value="2"/> <details key="ratioTotalFound" value="1.0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="duration" lowerBound="1" eType="#//Distance"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="duration" value="2"/> </eAnnotations> <eAnnotations source="foundIn"> <details key="Step" value="1"/> <details key="Leg" value="1"/> </eAnnotations> <details key="totalFound" value="2"/> <details key="ratioTotalFound" value="1.0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="end_location" lowerBound="1" eType="#//Northeast"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="end_location" value="2"/> </eAnnotations> <eAnnotations source="foundIn"> <details key="Step" value="1"/> <details key="Leg" value="1"/> </eAnnotations> <details key="totalFound" value="2"/> <details key="ratioTotalFound" value="1.0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="html_instructions" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="html_instructions" value="1"/> </eAnnotations> <eAnnotations source="foundIn"> <details key="Step" value="1"/> </eAnnotations> <details key="totalFound" value="1"/> <details key="ratioTotalFound" value="0.5"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="polyline" lowerBound="1" eType="#//Overview_polyline"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="polyline" value="1"/> </eAnnotations> <eAnnotations source="foundIn"> <details key="Step" value="1"/> </eAnnotations> <details key="totalFound" value="1"/> <details key="ratioTotalFound" value="0.5"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="start_location" lowerBound="1" eType="#//Northeast"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="start_location" value="2"/> </eAnnotations> <eAnnotations source="foundIn"> <details key="Step" value="1"/> <details key="Leg" value="1"/> </eAnnotations> <details key="totalFound" value="2"/> <details key="ratioTotalFound" value="1.0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="travel_mode" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="travel_mode" value="1"/> </eAnnotations> <eAnnotations source="foundIn"> <details key="Step" value="1"/> </eAnnotations> <details key="totalFound" value="1"/> <details key="ratioTotalFound" value="0.5"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="end_address" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="end_address" value="1"/> </eAnnotations> <eAnnotations source="foundIn"> <details key="Leg" value="1"/> </eAnnotations> <details key="totalFound" value="1"/> <details key="ratioTotalFound" value="0.5"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="start_address" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="start_address" value="1"/> </eAnnotations> <eAnnotations source="foundIn"> <details key="Leg" value="1"/> </eAnnotations> <details key="totalFound" value="1"/> <details key="ratioTotalFound" value="0.5"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="via_waypoint" lowerBound="1" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="via_waypoint" value="1"/> </eAnnotations> <eAnnotations source="foundIn"> <details key="Leg" value="1"/> </eAnnotations> <details key="totalFound" value="1"/> <details key="ratioTotalFound" value="0.5"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="steps" lowerBound="1" upperBound="-1" eType="#//Step"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="steps" value="1"/> </eAnnotations> <eAnnotations source="foundIn"> <details key="Leg" value="1"/> </eAnnotations> <details key="totalFound" value="1"/> <details key="ratioTotalFound" value="0.5"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Result"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="Result" value="2"/> </eAnnotations> <details key="totalFound" value="2"/> <details key="source" value="googleMaps"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="elevation" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="elevation" value="1"/> </eAnnotations> <eAnnotations source="foundIn"> <details key="Result" value="1"/> </eAnnotations> <details key="totalFound" value="1"/> <details key="ratioTotalFound" value="0.5"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="location" lowerBound="1" eType="#//Northeast"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="location" value="1"/> </eAnnotations> <eAnnotations source="foundIn"> <details key="Result" value="1"/> </eAnnotations> <details key="totalFound" value="1"/> <details key="ratioTotalFound" value="0.5"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resolution" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="resolution" value="1"/> </eAnnotations> <eAnnotations source="foundIn"> <details key="Result" value="1"/> </eAnnotations> <details key="totalFound" value="1"/> <details key="ratioTotalFound" value="0.5"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="formatted_address" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="formatted_address" value="1"/> </eAnnotations> <eAnnotations source="foundIn"> <details key="Result" value="1"/> </eAnnotations> <details key="totalFound" value="1"/> <details key="ratioTotalFound" value="0.5"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="types" lowerBound="1" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="types" value="1"/> </eAnnotations> <eAnnotations source="foundIn"> <details key="Result" value="1"/> </eAnnotations> <details key="totalFound" value="1"/> <details key="ratioTotalFound" value="0.5"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="address_components" lowerBound="1" upperBound="-1" eType="#//Address_component"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="address_components" value="1"/> </eAnnotations> <eAnnotations source="foundIn"> <details key="Result" value="1"/> </eAnnotations> <details key="totalFound" value="1"/> <details key="ratioTotalFound" value="0.5"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="geometry" lowerBound="1" eType="#//Geometry"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="geometry" value="1"/> </eAnnotations> <eAnnotations source="foundIn"> <details key="Result" value="1"/> </eAnnotations> <details key="totalFound" value="1"/> <details key="ratioTotalFound" value="0.5"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="pathCalculatorInput"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="pathCalculatorInput" value="1"/> </eAnnotations> <details key="totalFound" value="1"/> <details key="source" value="googleMaps"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="origin" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="origin" value="1"/> </eAnnotations> <eAnnotations source="foundIn"> <details key="pathCalculatorInput" value="1"/> </eAnnotations> <details key="totalFound" value="1"/> <details key="ratioTotalFound" value="1.0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="destination" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="destination" value="1"/> </eAnnotations> <eAnnotations source="foundIn"> <details key="pathCalculatorInput" value="1"/> </eAnnotations> <details key="totalFound" value="1"/> <details key="ratioTotalFound" value="1.0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="waypoints" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="waypoints" value="1"/> </eAnnotations> <eAnnotations source="foundIn"> <details key="pathCalculatorInput" value="1"/> </eAnnotations> <details key="totalFound" value="1"/> <details key="ratioTotalFound" value="1.0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sensor" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="sensor" value="1"/> </eAnnotations> <eAnnotations source="foundIn"> <details key="pathCalculatorInput" value="1"/> </eAnnotations> <details key="totalFound" value="1"/> <details key="ratioTotalFound" value="1.0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="pathCalculatorOutput" lowerBound="1" eType="#//PathCalculatorOutput"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="pathCalculatorOutput" value="1"/> </eAnnotations> <eAnnotations source="foundIn"> <details key="pathCalculatorInput" value="1"/> </eAnnotations> <details key="totalFound" value="1"/> <details key="ratioTotalFound" value="1.0"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Northeast"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="Northeast" value="2"/> <details key="End_location" value="1"/> <details key="Start_location" value="1"/> <details key="Southwest" value="2"/> <details key="Location" value="2"/> </eAnnotations> <details key="totalFound" value="8"/> <details key="source" value="googleMaps"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lat" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="lat" value="8"/> </eAnnotations> <eAnnotations source="foundIn"> <details key="Northeast" value="2"/> <details key="End_location" value="1"/> <details key="Start_location" value="1"/> <details key="Southwest" value="2"/> <details key="Location" value="2"/> </eAnnotations> <details key="totalFound" value="8"/> <details key="ratioTotalFound" value="1.0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lng" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="lng" value="8"/> </eAnnotations> <eAnnotations source="foundIn"> <details key="Northeast" value="2"/> <details key="End_location" value="1"/> <details key="Start_location" value="1"/> <details key="Southwest" value="2"/> <details key="Location" value="2"/> </eAnnotations> <details key="totalFound" value="8"/> <details key="ratioTotalFound" value="1.0"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Distance"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="Distance" value="2"/> <details key="Duration" value="2"/> </eAnnotations> <details key="totalFound" value="4"/> <details key="source" value="googleMaps"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="text" value="4"/> </eAnnotations> <eAnnotations source="foundIn"> <details key="Distance" value="2"/> <details key="Duration" value="2"/> </eAnnotations> <details key="totalFound" value="4"/> <details key="ratioTotalFound" value="1.0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="value" value="4"/> </eAnnotations> <eAnnotations source="foundIn"> <details key="Distance" value="2"/> <details key="Duration" value="2"/> </eAnnotations> <details key="totalFound" value="4"/> <details key="ratioTotalFound" value="1.0"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Bound"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="Bound" value="1"/> <details key="Viewport" value="1"/> </eAnnotations> <details key="totalFound" value="2"/> <details key="source" value="googleMaps"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="northeast" lowerBound="1" eType="#//Northeast"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="northeast" value="2"/> </eAnnotations> <eAnnotations source="foundIn"> <details key="Bound" value="1"/> <details key="Viewport" value="1"/> </eAnnotations> <details key="totalFound" value="2"/> <details key="ratioTotalFound" value="1.0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="southwest" lowerBound="1" eType="#//Northeast"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="southwest" value="2"/> </eAnnotations> <eAnnotations source="foundIn"> <details key="Bound" value="1"/> <details key="Viewport" value="1"/> </eAnnotations> <details key="totalFound" value="2"/> <details key="ratioTotalFound" value="1.0"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="geographicalCodeInput"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="geographicalCodeInput" value="1"/> </eAnnotations> <details key="totalFound" value="1"/> <details key="source" value="googleMaps"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="address" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="address" value="1"/> </eAnnotations> <eAnnotations source="foundIn"> <details key="geographicalCodeInput" value="1"/> </eAnnotations> <details key="totalFound" value="1"/> <details key="ratioTotalFound" value="1.0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sensor" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="sensor" value="1"/> </eAnnotations> <eAnnotations source="foundIn"> <details key="geographicalCodeInput" value="1"/> </eAnnotations> <details key="totalFound" value="1"/> <details key="ratioTotalFound" value="1.0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="geographicalCodeOutput" lowerBound="1" eType="#//Element"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="geographicalCodeOutput" value="1"/> </eAnnotations> <eAnnotations source="foundIn"> <details key="geographicalCodeInput" value="1"/> </eAnnotations> <details key="totalFound" value="1"/> <details key="ratioTotalFound" value="1.0"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Overview_polyline"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="Overview_polyline" value="1"/> <details key="Polyline" value="1"/> </eAnnotations> <details key="totalFound" value="2"/> <details key="source" value="googleMaps"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="points" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="points" value="2"/> </eAnnotations> <eAnnotations source="foundIn"> <details key="Overview_polyline" value="1"/> <details key="Polyline" value="1"/> </eAnnotations> <details key="totalFound" value="2"/> <details key="ratioTotalFound" value="1.0"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="arrayDistanceInput"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="arrayDistanceInput" value="1"/> </eAnnotations> <details key="totalFound" value="1"/> <details key="source" value="googleMaps"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="origins" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="origins" value="1"/> </eAnnotations> <eAnnotations source="foundIn"> <details key="arrayDistanceInput" value="1"/> </eAnnotations> <details key="totalFound" value="1"/> <details key="ratioTotalFound" value="1.0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="destinations" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="destinations" value="1"/> </eAnnotations> <eAnnotations source="foundIn"> <details key="arrayDistanceInput" value="1"/> </eAnnotations> <details key="totalFound" value="1"/> <details key="ratioTotalFound" value="1.0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mode" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="mode" value="1"/> </eAnnotations> <eAnnotations source="foundIn"> <details key="arrayDistanceInput" value="1"/> </eAnnotations> <details key="totalFound" value="1"/> <details key="ratioTotalFound" value="1.0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="language" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="language" value="1"/> </eAnnotations> <eAnnotations source="foundIn"> <details key="arrayDistanceInput" value="1"/> </eAnnotations> <details key="totalFound" value="1"/> <details key="ratioTotalFound" value="1.0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sensor" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="sensor" value="1"/> </eAnnotations> <eAnnotations source="foundIn"> <details key="arrayDistanceInput" value="1"/> </eAnnotations> <details key="totalFound" value="1"/> <details key="ratioTotalFound" value="1.0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="arrayDistanceOutput" lowerBound="1" eType="#//PathCalculatorOutput"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="arrayDistanceOutput" value="1"/> </eAnnotations> <eAnnotations source="foundIn"> <details key="arrayDistanceInput" value="1"/> </eAnnotations> <details key="totalFound" value="1"/> <details key="ratioTotalFound" value="1.0"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Row"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="Row" value="1"/> </eAnnotations> <details key="totalFound" value="1"/> <details key="source" value="googleMaps"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" lowerBound="1" upperBound="-1" eType="#//Element"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="elements" value="1"/> </eAnnotations> <eAnnotations source="foundIn"> <details key="Row" value="1"/> </eAnnotations> <details key="totalFound" value="1"/> <details key="ratioTotalFound" value="1.0"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="positionElevationInput"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="positionElevationInput" value="1"/> </eAnnotations> <details key="totalFound" value="1"/> <details key="source" value="googleMaps"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="locations" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="locations" value="1"/> </eAnnotations> <eAnnotations source="foundIn"> <details key="positionElevationInput" value="1"/> </eAnnotations> <details key="totalFound" value="1"/> <details key="ratioTotalFound" value="1.0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sensor" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="sensor" value="1"/> </eAnnotations> <eAnnotations source="foundIn"> <details key="positionElevationInput" value="1"/> </eAnnotations> <details key="totalFound" value="1"/> <details key="ratioTotalFound" value="1.0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="positionElevationOutput" lowerBound="1" eType="#//PathCalculatorOutput"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="positionElevationOutput" value="1"/> </eAnnotations> <eAnnotations source="foundIn"> <details key="positionElevationInput" value="1"/> </eAnnotations> <details key="totalFound" value="1"/> <details key="ratioTotalFound" value="1.0"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Geometry"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="Geometry" value="1"/> </eAnnotations> <details key="totalFound" value="1"/> <details key="source" value="googleMaps"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="location" lowerBound="1" eType="#//Northeast"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="location" value="1"/> </eAnnotations> <eAnnotations source="foundIn"> <details key="Geometry" value="1"/> </eAnnotations> <details key="totalFound" value="1"/> <details key="ratioTotalFound" value="1.0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="location_type" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="location_type" value="1"/> </eAnnotations> <eAnnotations source="foundIn"> <details key="Geometry" value="1"/> </eAnnotations> <details key="totalFound" value="1"/> <details key="ratioTotalFound" value="1.0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="viewport" lowerBound="1" eType="#//Bound"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="viewport" value="1"/> </eAnnotations> <eAnnotations source="foundIn"> <details key="Geometry" value="1"/> </eAnnotations> <details key="totalFound" value="1"/> <details key="ratioTotalFound" value="1.0"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Route"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="Route" value="1"/> </eAnnotations> <details key="totalFound" value="1"/> <details key="source" value="googleMaps"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="bounds" lowerBound="1" eType="#//Bound"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="bounds" value="1"/> </eAnnotations> <eAnnotations source="foundIn"> <details key="Route" value="1"/> </eAnnotations> <details key="totalFound" value="1"/> <details key="ratioTotalFound" value="1.0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="copyrights" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="copyrights" value="1"/> </eAnnotations> <eAnnotations source="foundIn"> <details key="Route" value="1"/> </eAnnotations> <details key="totalFound" value="1"/> <details key="ratioTotalFound" value="1.0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="legs" lowerBound="1" upperBound="-1" eType="#//Step"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="legs" value="1"/> </eAnnotations> <eAnnotations source="foundIn"> <details key="Route" value="1"/> </eAnnotations> <details key="totalFound" value="1"/> <details key="ratioTotalFound" value="1.0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="overview_polyline" lowerBound="1" eType="#//Overview_polyline"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="overview_polyline" value="1"/> </eAnnotations> <eAnnotations source="foundIn"> <details key="Route" value="1"/> </eAnnotations> <details key="totalFound" value="1"/> <details key="ratioTotalFound" value="1.0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="summary" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="summary" value="1"/> </eAnnotations> <eAnnotations source="foundIn"> <details key="Route" value="1"/> </eAnnotations> <details key="totalFound" value="1"/> <details key="ratioTotalFound" value="1.0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="warnings" lowerBound="1" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="warnings" value="1"/> </eAnnotations> <eAnnotations source="foundIn"> <details key="Route" value="1"/> </eAnnotations> <details key="totalFound" value="1"/> <details key="ratioTotalFound" value="1.0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="waypoint_order" lowerBound="1" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="waypoint_order" value="1"/> </eAnnotations> <eAnnotations source="foundIn"> <details key="Route" value="1"/> </eAnnotations> <details key="totalFound" value="1"/> <details key="ratioTotalFound" value="1.0"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Address_component"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="Address_component" value="1"/> </eAnnotations> <details key="totalFound" value="1"/> <details key="source" value="googleMaps"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="long_name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="long_name" value="1"/> </eAnnotations> <eAnnotations source="foundIn"> <details key="Address_component" value="1"/> </eAnnotations> <details key="totalFound" value="1"/> <details key="ratioTotalFound" value="1.0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="short_name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="short_name" value="1"/> </eAnnotations> <eAnnotations source="foundIn"> <details key="Address_component" value="1"/> </eAnnotations> <details key="totalFound" value="1"/> <details key="ratioTotalFound" value="1.0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="types" lowerBound="1" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="types" value="1"/> </eAnnotations> <eAnnotations source="foundIn"> <details key="Address_component" value="1"/> </eAnnotations> <details key="totalFound" value="1"/> <details key="ratioTotalFound" value="1.0"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Element"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="Element" value="1"/> <details key="GeographicalCodeOutput" value="1"/> </eAnnotations> <details key="totalFound" value="2"/> <details key="source" value="googleMaps"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="distance" lowerBound="1" eType="#//Distance"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="distance" value="1"/> </eAnnotations> <eAnnotations source="foundIn"> <details key="Element" value="1"/> </eAnnotations> <details key="totalFound" value="1"/> <details key="ratioTotalFound" value="0.5"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="duration" lowerBound="1" eType="#//Distance"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="duration" value="1"/> </eAnnotations> <eAnnotations source="foundIn"> <details key="Element" value="1"/> </eAnnotations> <details key="totalFound" value="1"/> <details key="ratioTotalFound" value="0.5"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="status" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="status" value="2"/> </eAnnotations> <eAnnotations source="foundIn"> <details key="Element" value="1"/> <details key="GeographicalCodeOutput" value="1"/> </eAnnotations> <details key="totalFound" value="2"/> <details key="ratioTotalFound" value="1.0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="results" lowerBound="1" upperBound="-1" eType="#//Result"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="results" value="1"/> </eAnnotations> <eAnnotations source="foundIn"> <details key="GeographicalCodeOutput" value="1"/> </eAnnotations> <details key="totalFound" value="1"/> <details key="ratioTotalFound" value="0.5"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PathCalculatorOutput"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="PathCalculatorOutput" value="1"/> <details key="PositionElevationOutput" value="1"/> <details key="ArrayDistanceOutput" value="1"/> </eAnnotations> <details key="totalFound" value="3"/> <details key="source" value="googleMaps"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="routes" lowerBound="1" upperBound="-1" eType="#//Route"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="routes" value="1"/> </eAnnotations> <eAnnotations source="foundIn"> <details key="PathCalculatorOutput" value="1"/> </eAnnotations> <details key="totalFound" value="1"/> <details key="ratioTotalFound" value="0.3333333333333333"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="status" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="status" value="3"/> </eAnnotations> <eAnnotations source="foundIn"> <details key="PathCalculatorOutput" value="1"/> <details key="PositionElevationOutput" value="1"/> <details key="ArrayDistanceOutput" value="1"/> </eAnnotations> <details key="totalFound" value="3"/> <details key="ratioTotalFound" value="1.0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="results" lowerBound="1" upperBound="-1" eType="#//Result"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="results" value="1"/> </eAnnotations> <eAnnotations source="foundIn"> <details key="PositionElevationOutput" value="1"/> </eAnnotations> <details key="totalFound" value="1"/> <details key="ratioTotalFound" value="0.3333333333333333"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="destination_addresses" lowerBound="1" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="destination_addresses" value="1"/> </eAnnotations> <eAnnotations source="foundIn"> <details key="ArrayDistanceOutput" value="1"/> </eAnnotations> <details key="totalFound" value="1"/> <details key="ratioTotalFound" value="0.3333333333333333"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="origin_addresses" lowerBound="1" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="origin_addresses" value="1"/> </eAnnotations> <eAnnotations source="foundIn"> <details key="ArrayDistanceOutput" value="1"/> </eAnnotations> <details key="totalFound" value="1"/> <details key="ratioTotalFound" value="0.3333333333333333"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="rows" lowerBound="1" upperBound="-1" eType="#//Row"> <eAnnotations source="coverage"> <eAnnotations source="AlsoKnownAs"> <details key="rows" value="1"/> </eAnnotations> <eAnnotations source="foundIn"> <details key="ArrayDistanceOutput" value="1"/> </eAnnotations> <details key="totalFound" value="1"/> <details key="ratioTotalFound" value="0.3333333333333333"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
github:ecore:/data/SOM-Research/jsonDiscoverer/jsondiscoverer.zoo/zoo/googleMaps/googleMaps.ecore
ecore
googleMaps Step distance duration end_location html_instructions polyline start_location travel_mode end_address start_address via_waypoint steps Result elevation location resolution formatted_address types address_components geometry pathCalculatorInput origin destination waypoints sensor pathCalculatorOutput Northeast lat lng Distance text value Bound northeast southwest geographicalCodeInput address sensor geographicalCodeOutput Overview_polyline points arrayDistanceInput origins destinations mode language sensor arrayDistanceOutput Row elements positionElevationInput locations sensor positionElevationOutput Geometry location location_type viewport Route bounds copyrights legs overview_polyline summary warnings waypoint_order Address_component long_name short_name types Element distance duration status results PathCalculatorOutput routes status results destination_addresses origin_addresses rows
null
{"directed":true,"nodes":[{"nsPrefix":"composedg","nsURI":"http://fr.inria.atlanmod/discovered/googleMaps","name":"googleMaps","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Step","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Result","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"pathCalculatorInput","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Northeast","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Distance","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Bound","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"geographicalCodeInput","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Overview_polyline","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"arrayDistanceInput","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Row","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"positionElevationInput","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Geometry","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Route","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Address_component","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Element","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PathCalculatorOutput","instanceClass":null,"abstract":false,"id":16,"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":"distance","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":"duration","changeable":true,"resolveProxies":true,"lowerBound":1,"id":18,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"end_location","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":"html_instructions","changeable":true,"lowerBound":1,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"polyline","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":"start_location","changeable":true,"resolveProxies":true,"lowerBound":1,"id":22,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"travel_mode","changeable":true,"lowerBound":1,"iD":false,"id":23,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"end_address","changeable":true,"lowerBound":1,"iD":false,"id":24,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"start_address","changeable":true,"lowerBound":1,"iD":false,"id":25,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"via_waypoint","changeable":true,"lowerBound":1,"iD":false,"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":"steps","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"},{"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":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"elevation","changeable":true,"lowerBound":1,"iD":false,"id":39,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"location","changeable":true,"resolveProxies":true,"lowerBound":1,"id":40,"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":"resolution","changeable":true,"lowerBound":1,"iD":false,"id":41,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"formatted_address","changeable":true,"lowerBound":1,"iD":false,"id":42,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"types","changeable":true,"lowerBound":1,"iD":false,"id":43,"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":"address_components","changeable":true,"resolveProxies":true,"lowerBound":1,"id":44,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"geometry","changeable":true,"resolveProxies":true,"lowerBound":1,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"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":"origin","changeable":true,"lowerBound":1,"iD":false,"id":53,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"destination","changeable":true,"lowerBound":1,"iD":false,"id":54,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"waypoints","changeable":true,"lowerBound":1,"iD":false,"id":55,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sensor","changeable":true,"lowerBound":1,"iD":false,"id":56,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"pathCalculatorOutput","changeable":true,"resolveProxies":true,"lowerBound":1,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lat","changeable":true,"lowerBound":1,"iD":false,"id":63,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lng","changeable":true,"lowerBound":1,"iD":false,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"text","changeable":true,"lowerBound":1,"iD":false,"id":67,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":68,"derived":false},{"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":"northeast","changeable":true,"resolveProxies":true,"lowerBound":1,"id":71,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"southwest","changeable":true,"resolveProxies":true,"lowerBound":1,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"address","changeable":true,"lowerBound":1,"iD":false,"id":75,"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":"sensor","changeable":true,"lowerBound":1,"iD":false,"id":76,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"geographicalCodeOutput","changeable":true,"resolveProxies":true,"lowerBound":1,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"points","changeable":true,"lowerBound":1,"iD":false,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"origins","changeable":true,"lowerBound":1,"iD":false,"id":83,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"destinations","changeable":true,"lowerBound":1,"iD":false,"id":84,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mode","changeable":true,"lowerBound":1,"iD":false,"id":85,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"language","changeable":true,"lowerBound":1,"iD":false,"id":86,"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":"sensor","changeable":true,"lowerBound":1,"iD":false,"id":87,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"arrayDistanceOutput","changeable":true,"resolveProxies":true,"lowerBound":1,"id":88,"derived":false},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":1,"id":95,"derived":false},{"id":96,"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":"locations","changeable":true,"lowerBound":1,"iD":false,"id":97,"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":"sensor","changeable":true,"lowerBound":1,"iD":false,"id":98,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"positionElevationOutput","changeable":true,"resolveProxies":true,"lowerBound":1,"id":99,"derived":false},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"location","changeable":true,"resolveProxies":true,"lowerBound":1,"id":103,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"location_type","changeable":true,"lowerBound":1,"iD":false,"id":104,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"viewport","changeable":true,"resolveProxies":true,"lowerBound":1,"id":105,"derived":false},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"bounds","changeable":true,"resolveProxies":true,"lowerBound":1,"id":109,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"copyrights","changeable":true,"lowerBound":1,"iD":false,"id":110,"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":"legs","changeable":true,"resolveProxies":true,"lowerBound":1,"id":111,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"overview_polyline","changeable":true,"resolveProxies":true,"lowerBound":1,"id":112,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"summary","changeable":true,"lowerBound":1,"iD":false,"id":113,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"warnings","changeable":true,"lowerBound":1,"iD":false,"id":114,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"waypoint_order","changeable":true,"lowerBound":1,"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"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"long_name","changeable":true,"lowerBound":1,"iD":false,"id":123,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"short_name","changeable":true,"lowerBound":1,"iD":false,"id":124,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"types","changeable":true,"lowerBound":1,"iD":false,"id":125,"derived":false},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"distance","changeable":true,"resolveProxies":true,"lowerBound":1,"id":129,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"duration","changeable":true,"resolveProxies":true,"lowerBound":1,"id":130,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"status","changeable":true,"lowerBound":1,"iD":false,"id":131,"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":"results","changeable":true,"resolveProxies":true,"lowerBound":1,"id":132,"derived":false},{"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":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"routes","changeable":true,"resolveProxies":true,"lowerBound":1,"id":137,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"status","changeable":true,"lowerBound":1,"iD":false,"id":138,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"results","changeable":true,"resolveProxies":true,"lowerBound":1,"id":139,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"destination_addresses","changeable":true,"lowerBound":1,"iD":false,"id":140,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"origin_addresses","changeable":true,"lowerBound":1,"iD":false,"id":141,"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":"rows","changeable":true,"resolveProxies":true,"lowerBound":1,"id":142,"derived":false},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":1,"target":0},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":1,"target":24},{"source":1,"target":25},{"source":1,"target":26},{"source":1,"target":27},{"source":17,"target":5},{"source":17,"target":28},{"source":17,"target":1},{"source":28,"target":5},{"source":18,"target":5},{"source":18,"target":29},{"source":18,"target":1},{"source":29,"target":5},{"source":19,"target":4},{"source":19,"target":30},{"source":19,"target":1},{"source":30,"target":4},{"source":20,"target":31},{"source":20,"target":1},{"source":21,"target":8},{"source":21,"target":32},{"source":21,"target":1},{"source":32,"target":8},{"source":22,"target":4},{"source":22,"target":33},{"source":22,"target":1},{"source":33,"target":4},{"source":23,"target":34},{"source":23,"target":1},{"source":24,"target":35},{"source":24,"target":1},{"source":25,"target":36},{"source":25,"target":1},{"source":26,"target":37},{"source":26,"target":1},{"source":27,"target":1},{"source":27,"target":38},{"source":27,"target":1},{"source":38,"target":1},{"source":2,"target":0},{"source":2,"target":39},{"source":2,"target":40},{"source":2,"target":41},{"source":2,"target":42},{"source":2,"target":43},{"source":2,"target":44},{"source":2,"target":45},{"source":39,"target":46},{"source":39,"target":2},{"source":40,"target":4},{"source":40,"target":47},{"source":40,"target":2},{"source":47,"target":4},{"source":41,"target":48},{"source":41,"target":2},{"source":42,"target":49},{"source":42,"target":2},{"source":43,"target":50},{"source":43,"target":2},{"source":44,"target":14},{"source":44,"target":51},{"source":44,"target":2},{"source":51,"target":14},{"source":45,"target":12},{"source":45,"target":52},{"source":45,"target":2},{"source":52,"target":12},{"source":3,"target":0},{"source":3,"target":53},{"source":3,"target":54},{"source":3,"target":55},{"source":3,"target":56},{"source":3,"target":57},{"source":53,"target":58},{"source":53,"target":3},{"source":54,"target":59},{"source":54,"target":3},{"source":55,"target":60},{"source":55,"target":3},{"source":56,"target":61},{"source":56,"target":3},{"source":57,"target":16},{"source":57,"target":62},{"source":57,"target":3},{"source":62,"target":16},{"source":4,"target":0},{"source":4,"target":63},{"source":4,"target":64},{"source":63,"target":65},{"source":63,"target":4},{"source":64,"target":66},{"source":64,"target":4},{"source":5,"target":0},{"source":5,"target":67},{"source":5,"target":68},{"source":67,"target":69},{"source":67,"target":5},{"source":68,"target":70},{"source":68,"target":5},{"source":6,"target":0},{"source":6,"target":71},{"source":6,"target":72},{"source":71,"target":4},{"source":71,"target":73},{"source":71,"target":6},{"source":73,"target":4},{"source":72,"target":4},{"source":72,"target":74},{"source":72,"target":6},{"source":74,"target":4},{"source":7,"target":0},{"source":7,"target":75},{"source":7,"target":76},{"source":7,"target":77},{"source":75,"target":78},{"source":75,"target":7},{"source":76,"target":79},{"source":76,"target":7},{"source":77,"target":15},{"source":77,"target":80},{"source":77,"target":7},{"source":80,"target":15},{"source":8,"target":0},{"source":8,"target":81},{"source":81,"target":82},{"source":81,"target":8},{"source":9,"target":0},{"source":9,"target":83},{"source":9,"target":84},{"source":9,"target":85},{"source":9,"target":86},{"source":9,"target":87},{"source":9,"target":88},{"source":83,"target":89},{"source":83,"target":9},{"source":84,"target":90},{"source":84,"target":9},{"source":85,"target":91},{"source":85,"target":9},{"source":86,"target":92},{"source":86,"target":9},{"source":87,"target":93},{"source":87,"target":9},{"source":88,"target":16},{"source":88,"target":94},{"source":88,"target":9},{"source":94,"target":16},{"source":10,"target":0},{"source":10,"target":95},{"source":95,"target":15},{"source":95,"target":96},{"source":95,"target":10},{"source":96,"target":15},{"source":11,"target":0},{"source":11,"target":97},{"source":11,"target":98},{"source":11,"target":99},{"source":97,"target":100},{"source":97,"target":11},{"source":98,"target":101},{"source":98,"target":11},{"source":99,"target":16},{"source":99,"target":102},{"source":99,"target":11},{"source":102,"target":16},{"source":12,"target":0},{"source":12,"target":103},{"source":12,"target":104},{"source":12,"target":105},{"source":103,"target":4},{"source":103,"target":106},{"source":103,"target":12},{"source":106,"target":4},{"source":104,"target":107},{"source":104,"target":12},{"source":105,"target":6},{"source":105,"target":108},{"source":105,"target":12},{"source":108,"target":6},{"source":13,"target":0},{"source":13,"target":109},{"source":13,"target":110},{"source":13,"target":111},{"source":13,"target":112},{"source":13,"target":113},{"source":13,"target":114},{"source":13,"target":115},{"source":109,"target":6},{"source":109,"target":116},{"source":109,"target":13},{"source":116,"target":6},{"source":110,"target":117},{"source":110,"target":13},{"source":111,"target":1},{"source":111,"target":118},{"source":111,"target":13},{"source":118,"target":1},{"source":112,"target":8},{"source":112,"target":119},{"source":112,"target":13},{"source":119,"target":8},{"source":113,"target":120},{"source":113,"target":13},{"source":114,"target":121},{"source":114,"target":13},{"source":115,"target":122},{"source":115,"target":13},{"source":14,"target":0},{"source":14,"target":123},{"source":14,"target":124},{"source":14,"target":125},{"source":123,"target":126},{"source":123,"target":14},{"source":124,"target":127},{"source":124,"target":14},{"source":125,"target":128},{"source":125,"target":14},{"source":15,"target":0},{"source":15,"target":129},{"source":15,"target":130},{"source":15,"target":131},{"source":15,"target":132},{"source":129,"target":5},{"source":129,"target":133},{"source":129,"target":15},{"source":133,"target":5},{"source":130,"target":5},{"source":130,"target":134},{"source":130,"target":15},{"source":134,"target":5},{"source":131,"target":135},{"source":131,"target":15},{"source":132,"target":2},{"source":132,"target":136},{"source":132,"target":15},{"source":136,"target":2},{"source":16,"target":0},{"source":16,"target":137},{"source":16,"target":138},{"source":16,"target":139},{"source":16,"target":140},{"source":16,"target":141},{"source":16,"target":142},{"source":137,"target":13},{"source":137,"target":143},{"source":137,"target":16},{"source":143,"target":13},{"source":138,"target":144},{"source":138,"target":16},{"source":139,"target":2},{"source":139,"target":145},{"source":139,"target":16},{"source":145,"target":2},{"source":140,"target":146},{"source":140,"target":16},{"source":141,"target":147},{"source":141,"target":16},{"source":142,"target":10},{"source":142,"target":148},{"source":142,"target":16},{"source":148,"target":10}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="planificadorDeMateriasDsl" nsURI="http://www.xtext.org/unq/planificadorDeMaterias/Pdm" nsPrefix="planificadorDeMateriasDsl"> <eClassifiers xsi:type="ecore:EClass" name="Model"> <eStructuralFeatures xsi:type="ecore:EReference" name="elementosPrimarios" upperBound="-1" eType="#//ElementosPrimarios" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elementosSecundarios" upperBound="-1" eType="#//ElementosSecundarios" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="planificacion" upperBound="-1" eType="#//Planificacion" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ElementosPrimarios"/> <eClassifiers xsi:type="ecore:EClass" name="ElementosSecundarios"> <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="Profesor" eSuperTypes="#//ElementosPrimarios"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dedicacion" eType="#//Dedicacion" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="disponibilidad" eType="#//Disponibilidad" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Disponibilidad"> <eStructuralFeatures xsi:type="ecore:EReference" name="diasNoPuede" upperBound="-1" eType="#//Dia" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="diasHorario" upperBound="-1" eType="#//DiaHorario" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DiaHorario"> <eStructuralFeatures xsi:type="ecore:EReference" name="diaPuede" eType="#//Dia" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="horario" eType="#//Horario" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Dedicacion"/> <eClassifiers xsi:type="ecore:EClass" name="Aula" eSuperTypes="#//ElementosSecundarios"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="capacidad" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="recursos" upperBound="-1" eType="#//Recurso" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Materia" eSuperTypes="#//ElementosPrimarios"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cargaHoraria" eType="#//CargaHoraria" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="recursos" upperBound="-1" eType="#//Recurso" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CargaHoraria"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cantHoras" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="diasSemanales" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Horario"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="desde" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hasta" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Semestre"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="anho" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="numero" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Dia"/> <eClassifiers xsi:type="ecore:EClass" name="Asignacion" eSuperTypes="#//ElementosPrimarios"> <eStructuralFeatures xsi:type="ecore:EReference" name="materia" eType="#//Materia"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inscriptos" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="profesores" unique="false" upperBound="-1" eType="#//Profesor"/> <eStructuralFeatures xsi:type="ecore:EReference" name="aulaHorarios" upperBound="-1" eType="#//AulaHorario" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AulaHorario"> <eStructuralFeatures xsi:type="ecore:EReference" name="dia" eType="#//Dia" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="horario" eType="#//Horario" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="aula" eType="#//Aula"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Planificacion"> <eStructuralFeatures xsi:type="ecore:EReference" name="semestre" eType="#//Semestre" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="asignaciones" upperBound="-1" eType="#//Asignacion" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Recurso" eSuperTypes="#//ElementosSecundarios"/> <eClassifiers xsi:type="ecore:EClass" name="SIMPLE" eSuperTypes="#//Dedicacion"/> <eClassifiers xsi:type="ecore:EClass" name="SEMI" eSuperTypes="#//Dedicacion"/> <eClassifiers xsi:type="ecore:EClass" name="EXCLUSIVA" eSuperTypes="#//Dedicacion"/> <eClassifiers xsi:type="ecore:EClass" name="Lunes" eSuperTypes="#//Dia"/> <eClassifiers xsi:type="ecore:EClass" name="Martes" eSuperTypes="#//Dia"/> <eClassifiers xsi:type="ecore:EClass" name="Miercoles" eSuperTypes="#//Dia"/> <eClassifiers xsi:type="ecore:EClass" name="Jueves" eSuperTypes="#//Dia"/> <eClassifiers xsi:type="ecore:EClass" name="Viernes" eSuperTypes="#//Dia"/> <eClassifiers xsi:type="ecore:EClass" name="Sabado" eSuperTypes="#//Dia"/> </ecore:EPackage>
github:ecore:/data/jgdimeglio/obj3-2014s1/dsl-externo/org.xtext.unq.planificadorDeMaterias/model/generated/Pdm.ecore
ecore
planificadorDeMateriasDsl Model elementosPrimarios elementosSecundarios planificacion ElementosPrimarios ElementosSecundarios name Profesor name dedicacion disponibilidad Disponibilidad diasNoPuede diasHorario DiaHorario diaPuede horario Dedicacion Aula capacidad recursos Materia name cargaHoraria recursos CargaHoraria cantHoras diasSemanales Horario desde hasta Semestre anho numero Dia Asignacion materia inscriptos profesores aulaHorarios AulaHorario dia horario aula Planificacion semestre asignaciones Recurso SIMPLE SEMI EXCLUSIVA Lunes Martes Miercoles Jueves Viernes Sabado
null
{"directed":true,"nodes":[{"nsPrefix":"planificadorDeMateriasDsl","nsURI":"http://www.xtext.org/unq/planificadorDeMaterias/Pdm","name":"planificadorDeMateriasDsl","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":"ElementosPrimarios","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElementosSecundarios","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Profesor","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Disponibilidad","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiaHorario","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dedicacion","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Aula","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Materia","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CargaHoraria","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Horario","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Semestre","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dia","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Asignacion","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AulaHorario","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Planificacion","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Recurso","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SIMPLE","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SEMI","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EXCLUSIVA","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Lunes","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Martes","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Miercoles","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Jueves","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Viernes","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sabado","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elementosPrimarios","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":"elementosSecundarios","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":"planificacion","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":35,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dedicacion","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":"disponibilidad","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"diasNoPuede","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":"diasHorario","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":"diaPuede","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":"horario","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"id":49,"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":"capacidad","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"recursos","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":55,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cargaHoraria","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"recursos","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"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cantHoras","changeable":true,"lowerBound":0,"iD":false,"id":62,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"diasSemanales","changeable":true,"lowerBound":0,"iD":false,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"desde","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":"hasta","changeable":true,"lowerBound":0,"iD":false,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"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":"anho","changeable":true,"lowerBound":0,"iD":false,"id":70,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"numero","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":"materia","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":"inscriptos","changeable":true,"lowerBound":0,"iD":false,"id":75,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"profesores","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":"aulaHorarios","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dia","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":"horario","changeable":true,"resolveProxies":true,"lowerBound":0,"id":84,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"aula","changeable":true,"resolveProxies":true,"lowerBound":0,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"semestre","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":"asignaciones","changeable":true,"resolveProxies":true,"lowerBound":0,"id":90,"derived":false},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":1,"target":0},{"source":1,"target":27},{"source":1,"target":28},{"source":1,"target":29},{"source":27,"target":2},{"source":27,"target":30},{"source":27,"target":1},{"source":30,"target":2},{"source":28,"target":3},{"source":28,"target":31},{"source":28,"target":1},{"source":31,"target":3},{"source":29,"target":16},{"source":29,"target":32},{"source":29,"target":1},{"source":32,"target":16},{"source":2,"target":0},{"source":3,"target":0},{"source":3,"target":33},{"source":33,"target":34},{"source":33,"target":3},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":35},{"source":4,"target":36},{"source":4,"target":37},{"source":4,"target":38},{"source":35,"target":39},{"source":35,"target":4},{"source":36,"target":7},{"source":36,"target":40},{"source":36,"target":4},{"source":40,"target":7},{"source":37,"target":5},{"source":37,"target":41},{"source":37,"target":4},{"source":41,"target":5},{"source":38,"target":2},{"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":6},{"source":43,"target":45},{"source":43,"target":5},{"source":45,"target":6},{"source":6,"target":0},{"source":6,"target":46},{"source":6,"target":47},{"source":46,"target":13},{"source":46,"target":48},{"source":46,"target":6},{"source":48,"target":13},{"source":47,"target":11},{"source":47,"target":49},{"source":47,"target":6},{"source":49,"target":11},{"source":7,"target":0},{"source":8,"target":0},{"source":8,"target":3},{"source":8,"target":50},{"source":8,"target":51},{"source":8,"target":52},{"source":50,"target":53},{"source":50,"target":8},{"source":51,"target":17},{"source":51,"target":54},{"source":51,"target":8},{"source":54,"target":17},{"source":52,"target":3},{"source":9,"target":0},{"source":9,"target":2},{"source":9,"target":55},{"source":9,"target":56},{"source":9,"target":57},{"source":9,"target":58},{"source":55,"target":59},{"source":55,"target":9},{"source":56,"target":10},{"source":56,"target":60},{"source":56,"target":9},{"source":60,"target":10},{"source":57,"target":17},{"source":57,"target":61},{"source":57,"target":9},{"source":61,"target":17},{"source":58,"target":2},{"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":66,"target":68},{"source":66,"target":11},{"source":67,"target":69},{"source":67,"target":11},{"source":12,"target":0},{"source":12,"target":70},{"source":12,"target":71},{"source":70,"target":72},{"source":70,"target":12},{"source":71,"target":73},{"source":71,"target":12},{"source":13,"target":0},{"source":14,"target":0},{"source":14,"target":2},{"source":14,"target":74},{"source":14,"target":75},{"source":14,"target":76},{"source":14,"target":77},{"source":14,"target":78},{"source":74,"target":9},{"source":74,"target":79},{"source":74,"target":14},{"source":79,"target":9},{"source":75,"target":80},{"source":75,"target":14},{"source":76,"target":4},{"source":76,"target":81},{"source":76,"target":14},{"source":81,"target":4},{"source":77,"target":15},{"source":77,"target":82},{"source":77,"target":14},{"source":82,"target":15},{"source":78,"target":2},{"source":15,"target":0},{"source":15,"target":83},{"source":15,"target":84},{"source":15,"target":85},{"source":83,"target":13},{"source":83,"target":86},{"source":83,"target":15},{"source":86,"target":13},{"source":84,"target":11},{"source":84,"target":87},{"source":84,"target":15},{"source":87,"target":11},{"source":85,"target":8},{"source":85,"target":88},{"source":85,"target":15},{"source":88,"target":8},{"source":16,"target":0},{"source":16,"target":89},{"source":16,"target":90},{"source":89,"target":12},{"source":89,"target":91},{"source":89,"target":16},{"source":91,"target":12},{"source":90,"target":14},{"source":90,"target":92},{"source":90,"target":16},{"source":92,"target":14},{"source":17,"target":0},{"source":17,"target":3},{"source":17,"target":93},{"source":93,"target":3},{"source":18,"target":0},{"source":18,"target":7},{"source":18,"target":94},{"source":94,"target":7},{"source":19,"target":0},{"source":19,"target":7},{"source":19,"target":95},{"source":95,"target":7},{"source":20,"target":0},{"source":20,"target":7},{"source":20,"target":96},{"source":96,"target":7},{"source":21,"target":0},{"source":21,"target":13},{"source":21,"target":97},{"source":97,"target":13},{"source":22,"target":0},{"source":22,"target":13},{"source":22,"target":98},{"source":98,"target":13},{"source":23,"target":0},{"source":23,"target":13},{"source":23,"target":99},{"source":99,"target":13},{"source":24,"target":0},{"source":24,"target":13},{"source":24,"target":100},{"source":100,"target":13},{"source":25,"target":0},{"source":25,"target":13},{"source":25,"target":101},{"source":101,"target":13},{"source":26,"target":0},{"source":26,"target":13},{"source":26,"target":102},{"source":102,"target":13}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="MediaLibrary" nsURI="MediaLibrary" nsPrefix="MediaLibrary"> <eClassifiers xsi:type="ecore:EClass" name="Ecosystem"> <eStructuralFeatures xsi:type="ecore:EReference" name="libraries" lowerBound="1" upperBound="-1" eType="#//Library" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="devices" lowerBound="1" upperBound="-1" eType="#//Device" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mediaSources" lowerBound="1" upperBound="-1" eType="#//MediaSource" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mediaArtifacts" lowerBound="1" upperBound="-1" eType="#//Artifact" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Library"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="collections" upperBound="-1" eType="#//MediaCollection" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MediaCollection"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="members" lowerBound="1" upperBound="-1" eType="#//Artifact"/> <eStructuralFeatures xsi:type="ecore:EReference" name="host" lowerBound="1" eType="#//Device" eOpposite="#//Device/hostOf"/> <eStructuralFeatures xsi:type="ecore:EReference" name="syncedDevices" lowerBound="1" upperBound="-1" eType="#//Device" eOpposite="#//Device/collections"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Device" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="MACAddress" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resolutionWidth" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resolutionHeight" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hostOf" upperBound="-1" eType="#//MediaCollection" eOpposite="#//MediaCollection/host"/> <eStructuralFeatures xsi:type="ecore:EReference" name="collections" upperBound="-1" eType="#//MediaCollection" eOpposite="#//MediaCollection/syncedDevices"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Tablet" eSuperTypes="#//Device"/> <eClassifiers xsi:type="ecore:EClass" name="Computer" eSuperTypes="#//Device"/> <eClassifiers xsi:type="ecore:EClass" name="Smartphone" eSuperTypes="#//Device"/> <eClassifiers xsi:type="ecore:EClass" name="EReader" eSuperTypes="#//Device"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="videoEnabled" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="audioEnabled" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Artifact" 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="author" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="origin" lowerBound="1" eType="#//MediaSource" eOpposite="#//MediaSource/contents"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DurationArtifact" abstract="true" eSuperTypes="#//Artifact"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="duration" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AudioBook" eSuperTypes="#//DurationArtifact"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="currentPosition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MusicTrack" eSuperTypes="#//DurationArtifact"> <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="Video" eSuperTypes="#//DurationArtifact"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fps" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Ebook" eSuperTypes="#//Artifact"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pages" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Image" eSuperTypes="#//Artifact"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dateTaken" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MediaSource" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="contents" upperBound="-1" eType="#//Artifact" eOpposite="#//Artifact/origin"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="SourceType"> <eLiterals name="CD"/> <eLiterals name="CASSETTE" value="1"/> <eLiterals name="HDD" value="2"/> <eLiterals name="OTHER" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExternalSource" eSuperTypes="#//MediaSource"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceType" eType="#//SourceType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Store" eSuperTypes="#//MediaSource"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="url" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/oskanberg/MODE-A/bin/MediaLibrary.ecore
ecore
MediaLibrary Ecosystem libraries devices mediaSources mediaArtifacts Library name collections MediaCollection name members host syncedDevices Device MACAddress resolutionWidth resolutionHeight hostOf collections Tablet Computer Smartphone EReader videoEnabled audioEnabled Artifact name author origin DurationArtifact duration AudioBook currentPosition MusicTrack label Video fps Ebook pages Image dateTaken MediaSource contents SourceType CD CD CASSETTE CASSETTE HDD HDD OTHER OTHER ExternalSource sourceType Store name url
null
{"directed":true,"nodes":[{"nsPrefix":"MediaLibrary","nsURI":"MediaLibrary","name":"MediaLibrary","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Ecosystem","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":"MediaCollection","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Device","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Tablet","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Computer","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Smartphone","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EReader","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Artifact","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationArtifact","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AudioBook","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MusicTrack","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Video","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Ebook","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Image","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MediaSource","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"SourceType","instanceClass":null,"id":17,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExternalSource","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Store","instanceClass":null,"abstract":false,"id":19,"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":"libraries","changeable":true,"resolveProxies":true,"lowerBound":1,"id":20,"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":"devices","changeable":true,"resolveProxies":true,"lowerBound":1,"id":21,"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":"mediaSources","changeable":true,"resolveProxies":true,"lowerBound":1,"id":22,"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":"mediaArtifacts","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"collections","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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"members","changeable":true,"resolveProxies":true,"lowerBound":1,"id":33,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"host","changeable":true,"resolveProxies":true,"lowerBound":1,"id":34,"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":"syncedDevices","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":"hostOf","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":"collections","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":"MACAddress","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":"resolutionWidth","changeable":true,"lowerBound":0,"iD":false,"id":43,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"resolutionHeight","changeable":true,"lowerBound":0,"iD":false,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"videoEnabled","changeable":true,"lowerBound":0,"iD":false,"id":53,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"audioEnabled","changeable":true,"lowerBound":0,"iD":false,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":58,"derived":false},{"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":59,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"origin","changeable":true,"resolveProxies":true,"lowerBound":1,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":64,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"duration","changeable":true,"lowerBound":0,"iD":false,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"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":"currentPosition","changeable":true,"lowerBound":0,"iD":false,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"lowerBound":0,"iD":false,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fps","changeable":true,"lowerBound":0,"iD":false,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"id":76,"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":"pages","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":"dateTaken","changeable":true,"lowerBound":0,"iD":false,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"name":"CD","id":84,"value":0,"literal":"CD","eClass":"EEnumLiteral"},{"name":"CASSETTE","id":85,"value":1,"literal":"CASSETTE","eClass":"EEnumLiteral"},{"name":"HDD","id":86,"value":2,"literal":"HDD","eClass":"EEnumLiteral"},{"name":"OTHER","id":87,"value":3,"literal":"OTHER","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sourceType","changeable":true,"lowerBound":0,"iD":false,"id":88,"derived":false},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":91,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"url","changeable":true,"lowerBound":0,"iD":false,"id":92,"derived":false},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":1,"target":0},{"source":1,"target":20},{"source":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":20,"target":2},{"source":20,"target":24},{"source":20,"target":1},{"source":24,"target":2},{"source":21,"target":4},{"source":21,"target":25},{"source":21,"target":1},{"source":25,"target":4},{"source":22,"target":16},{"source":22,"target":26},{"source":22,"target":1},{"source":26,"target":16},{"source":23,"target":9},{"source":23,"target":27},{"source":23,"target":1},{"source":27,"target":9},{"source":2,"target":0},{"source":2,"target":28},{"source":2,"target":29},{"source":28,"target":30},{"source":28,"target":2},{"source":29,"target":3},{"source":29,"target":31},{"source":29,"target":2},{"source":31,"target":3},{"source":3,"target":0},{"source":3,"target":32},{"source":3,"target":33},{"source":3,"target":34},{"source":3,"target":35},{"source":32,"target":36},{"source":32,"target":3},{"source":33,"target":9},{"source":33,"target":37},{"source":33,"target":3},{"source":37,"target":9},{"source":34,"target":4},{"source":34,"target":38},{"source":34,"target":3},{"source":34,"target":39},{"source":38,"target":4},{"source":35,"target":4},{"source":35,"target":40},{"source":35,"target":3},{"source":35,"target":41},{"source":40,"target":4},{"source":4,"target":0},{"source":4,"target":42},{"source":4,"target":43},{"source":4,"target":44},{"source":4,"target":39},{"source":4,"target":41},{"source":42,"target":45},{"source":42,"target":4},{"source":43,"target":46},{"source":43,"target":4},{"source":44,"target":47},{"source":44,"target":4},{"source":39,"target":3},{"source":39,"target":48},{"source":39,"target":4},{"source":39,"target":34},{"source":48,"target":3},{"source":41,"target":3},{"source":41,"target":49},{"source":41,"target":4},{"source":41,"target":35},{"source":49,"target":3},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":50},{"source":50,"target":4},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":51},{"source":51,"target":4},{"source":7,"target":0},{"source":7,"target":4},{"source":7,"target":52},{"source":52,"target":4},{"source":8,"target":0},{"source":8,"target":4},{"source":8,"target":53},{"source":8,"target":54},{"source":8,"target":55},{"source":53,"target":56},{"source":53,"target":8},{"source":54,"target":57},{"source":54,"target":8},{"source":55,"target":4},{"source":9,"target":0},{"source":9,"target":58},{"source":9,"target":59},{"source":9,"target":60},{"source":58,"target":61},{"source":58,"target":9},{"source":59,"target":62},{"source":59,"target":9},{"source":60,"target":16},{"source":60,"target":63},{"source":60,"target":9},{"source":60,"target":64},{"source":63,"target":16},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":65},{"source":10,"target":66},{"source":65,"target":67},{"source":65,"target":10},{"source":66,"target":9},{"source":11,"target":0},{"source":11,"target":10},{"source":11,"target":68},{"source":11,"target":69},{"source":68,"target":70},{"source":68,"target":11},{"source":69,"target":10},{"source":12,"target":0},{"source":12,"target":10},{"source":12,"target":71},{"source":12,"target":72},{"source":71,"target":73},{"source":71,"target":12},{"source":72,"target":10},{"source":13,"target":0},{"source":13,"target":10},{"source":13,"target":74},{"source":13,"target":75},{"source":74,"target":76},{"source":74,"target":13},{"source":75,"target":10},{"source":14,"target":0},{"source":14,"target":9},{"source":14,"target":77},{"source":14,"target":78},{"source":77,"target":79},{"source":77,"target":14},{"source":78,"target":9},{"source":15,"target":0},{"source":15,"target":9},{"source":15,"target":80},{"source":15,"target":81},{"source":80,"target":82},{"source":80,"target":15},{"source":81,"target":9},{"source":16,"target":0},{"source":16,"target":64},{"source":64,"target":9},{"source":64,"target":83},{"source":64,"target":16},{"source":64,"target":60},{"source":83,"target":9},{"source":17,"target":0},{"source":17,"target":84},{"source":17,"target":85},{"source":17,"target":86},{"source":17,"target":87},{"source":84,"target":17},{"source":85,"target":17},{"source":86,"target":17},{"source":87,"target":17},{"source":18,"target":0},{"source":18,"target":16},{"source":18,"target":88},{"source":18,"target":89},{"source":88,"target":17},{"source":88,"target":90},{"source":88,"target":18},{"source":90,"target":17},{"source":89,"target":16},{"source":19,"target":0},{"source":19,"target":16},{"source":19,"target":91},{"source":19,"target":92},{"source":19,"target":93},{"source":91,"target":94},{"source":91,"target":19},{"source":92,"target":95},{"source":92,"target":19},{"source":93,"target":16}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="bug406914Test" nsURI="http://eclipse.org/xtext/Bug406914TestLanguage" nsPrefix="bug406914Test"> <eClassifiers xsi:type="ecore:EClass" name="Model"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType platform:/resource/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/eclipse/xtext-core/org.eclipse.xtext.tests/src-gen/org/eclipse/xtext/parser/antlr/Bug406914TestLanguage.ecore
ecore
bug406914Test Model name
null
{"directed":true,"nodes":[{"nsPrefix":"bug406914Test","nsURI":"http://eclipse.org/xtext/Bug406914TestLanguage","name":"bug406914Test","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":2,"derived":false},{"id":3,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":1,"target":0},{"source":1,"target":2},{"source":2,"target":3},{"source":2,"target":1}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="schema" nsURI="http://www.soluvas.org/schema/social.schema/1.0" nsPrefix="social-schema"> <eClassifiers xsi:type="ecore:EDataType" name="Target" instanceClassName="org.soluvas.social.Target"/> <eClassifiers xsi:type="ecore:EClass" name="TargetType"> <eOperations name="create" eType="#//Target"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Create Target with proper nsPrefix and targetType attributes."/> </eAnnotations> </eOperations> <eGenericSuperTypes eClassifier="ecore:EClass ../../../../../../../org.soluvas.commons/src/main/resources/org/soluvas/commons/commons.ecore#//NameContainer"/> <eGenericSuperTypes eClassifier="ecore:EClass ../../../../../../../org.soluvas.commons/src/main/resources/org/soluvas/commons/commons.ecore#//BundleAware"/> <eGenericSuperTypes eClassifier="ecore:EClass ../../../../../../../org.soluvas.commons/src/main/resources/org/soluvas/commons/commons.ecore#//ResourceAware"/> <eGenericSuperTypes eClassifier="ecore:EClass ../../../../../../../org.soluvas.commons/src/main/resources/org/soluvas/commons/commons.ecore#//JavaClassLinked"> <eTypeArguments eClassifier="#//Target"/> </eGenericSuperTypes> <eGenericSuperTypes eClassifier="ecore:EClass ../../../../../../../org.soluvas.commons/src/main/resources/org/soluvas/commons/commons.ecore#//EClassLinked"/> <eGenericSuperTypes eClassifier="ecore:EClass ../../../../../../../org.soluvas.commons/src/main/resources/org/soluvas/commons/commons.ecore#//EFactoryLinked"/> <eGenericSuperTypes eClassifier="ecore:EClass ../../../../../../../org.soluvas.commons/src/main/resources/org/soluvas/commons/commons.ecore#//NsPrefixable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SocialSchemaCatalog" eSuperTypes="../../../../../../../org.soluvas.commons/src/main/resources/org/soluvas/commons/commons.ecore#//ResourceAware ../../../../../../../org.soluvas.commons/src/main/resources/org/soluvas/commons/commons.ecore#//BundleAware"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The loader will load two files for each catalog:&#xA;&#xA;1. &lt;catalogName>.StorySchemaCatalog.xmi, declaring the action/target/aggregation/story types, but not the structure.&#xA;2. &lt;catalogName>.ecore. This defines the structure of the types.&#xA;&#xA;The loader will resolve eClass names mentioned in the StorySchemaCatalog inside the related ecore file."/> </eAnnotations> <eOperations name="createTarget"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Helper method to create a {@link Target}. Useful for {@link TargetFinder} implementation."/> </eAnnotations> <eGenericType eTypeParameter="#//SocialSchemaCatalog/createTarget/T"/> <eTypeParameters name="T"> <eBounds eClassifier="#//Target"/> </eTypeParameters> <eParameters name="targetClass"> <eGenericType eClassifier="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EJavaClass"> <eTypeArguments eTypeParameter="#//SocialSchemaCatalog/createTarget/T"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="targetTypes" upperBound="-1" eType="#//TargetType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nsPrefix" lowerBound="1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Used to resolve a TargetType subject types inside ActionType."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="generatedPackageName" lowerBound="1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Used to lookup the Java class. e.g. &quot;id.co.bippo.person.story&quot;."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="xmiUrl" eType="ecore:EDataType ../../../../../../../org.soluvas.commons/src/main/resources/org/soluvas/commons/commons.ecore#//URL" transient="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Only used at runtime by XmiTracker."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ecoreUrl" eType="ecore:EDataType ../../../../../../../org.soluvas.commons/src/main/resources/org/soluvas/commons/commons.ecore#//URL" transient="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Only used at runtime by XmiTracker."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ePackage" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EPackage" transient="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Only used by XmiTracker."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="eFactory" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EFactory" transient="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Only used by XmiTracker."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TargetTypeAdded"> <eStructuralFeatures xsi:type="ecore:EReference" name="targetTypes" upperBound="-1" eType="#//TargetType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TargetTypeRemoved"> <eStructuralFeatures xsi:type="ecore:EReference" name="targetTypes" upperBound="-1" eType="#//TargetType"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/schema.ecore
ecore
schema Target org.soluvas.social.Target org.soluvas.social.Target TargetType create SocialSchemaCatalog createTarget T targetClass targetTypes nsPrefix generatedPackageName xmiUrl ecoreUrl ePackage eFactory TargetTypeAdded targetTypes TargetTypeRemoved targetTypes
null
{"directed":true,"nodes":[{"nsPrefix":"social-schema","nsURI":"http://www.soluvas.org/schema/social.schema/1.0","name":"schema","id":0,"eClass":"EPackage"},{"instanceTypeName":"org.soluvas.social.Target","defaultValue":null,"instanceClassName":"org.soluvas.social.Target","name":"Target","instanceClass":null,"id":1,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TargetType","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SocialSchemaCatalog","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TargetTypeAdded","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TargetTypeRemoved","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"create","lowerBound":0,"id":6,"many":false,"required":false,"eClass":"EOperation"},{"id":7,"eClass":"EGenericType"},{"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"},{"id":15,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"createTarget","lowerBound":0,"id":16,"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":"targetTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nsPrefix","changeable":true,"lowerBound":1,"iD":false,"id":18,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"generatedPackageName","changeable":true,"lowerBound":1,"iD":false,"id":19,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"xmiUrl","changeable":true,"lowerBound":0,"iD":false,"id":20,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"ecoreUrl","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":true,"unique":true,"name":"ePackage","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":true,"unique":true,"name":"eFactory","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"name":"T","id":27,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"targetClass","lowerBound":0,"id":28,"many":false,"required":false,"eClass":"EParameter"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"targetTypes","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":"targetTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":1,"target":0},{"source":2,"target":0},{"source":2,"target":6},{"source":2,"target":7},{"source":2,"target":8},{"source":2,"target":9},{"source":2,"target":10},{"source":2,"target":11},{"source":2,"target":12},{"source":2,"target":13},{"source":6,"target":1},{"source":6,"target":14},{"source":6,"target":2},{"source":14,"target":1},{"source":10,"target":15},{"source":15,"target":1},{"source":3,"target":0},{"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":16,"target":1},{"source":16,"target":26},{"source":16,"target":3},{"source":16,"target":27},{"source":16,"target":28},{"source":26,"target":27},{"source":27,"target":29},{"source":29,"target":1},{"source":28,"target":30},{"source":28,"target":16},{"source":30,"target":31},{"source":31,"target":27},{"source":17,"target":2},{"source":17,"target":32},{"source":17,"target":3},{"source":32,"target":2},{"source":18,"target":33},{"source":18,"target":3},{"source":19,"target":34},{"source":19,"target":3},{"source":20,"target":35},{"source":20,"target":3},{"source":21,"target":36},{"source":21,"target":3},{"source":22,"target":37},{"source":22,"target":3},{"source":23,"target":38},{"source":23,"target":3},{"source":4,"target":0},{"source":4,"target":39},{"source":39,"target":2},{"source":39,"target":40},{"source":39,"target":4},{"source":40,"target":2},{"source":5,"target":0},{"source":5,"target":41},{"source":41,"target":2},{"source":41,"target":42},{"source":41,"target":5},{"source":42,"target":2}],"multigraph":true}
true
<?xml version="1.0" encoding="ISO-8859-1"?> <xmi:XMI xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore"> <ecore:EPackage name="R2ML"> <eClassifiers xsi:type="ecore:EEnum" name="CollectionTypes"> <eLiterals name="individual" value="1"/> <eLiterals name="set" value="2"/> <eLiterals name="orderedSet" value="3"/> <eLiterals name="bag" value="4"/> <eLiterals name="sequence" value="5"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="PredicateCategory"> <eLiterals name="closed" value="1"/> <eLiterals name="open" value="2"/> <eLiterals name="partial" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ExternalVocabularyLanguage"> <eLiterals name="RDFS" value="1"/> <eLiterals name="UML" value="2"/> <eLiterals name="OWL" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="PredicateType"> <eLiterals name="ObjectClassificationPredicate" value="1"/> <eLiterals name="AttributionPredicate" value="2"/> <eLiterals name="AssociationPredicate" value="3"/> <eLiterals name="ReferencePropertyPredicate" value="4"/> <eLiterals name="EqualityPredicate" value="5"/> <eLiterals name="InequalityPredicate" value="6"/> <eLiterals name="DatatypePredicate" value="7"/> <eLiterals name="DataClassificationPredicate" value="8"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReactionRuleSet" eSuperTypes="/0/RuleSet"> <eStructuralFeatures xsi:type="ecore:EReference" name="rules" ordered="false" upperBound="-1" eType="/0/Rules/ReactionRule" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProductionRuleSet" eSuperTypes="/0/RuleSet"> <eStructuralFeatures xsi:type="ecore:EReference" name="rules" ordered="false" upperBound="-1" eType="/0/Rules/ProductionRule" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EventType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="eventTypeID" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RuleSet" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="variables" ordered="false" upperBound="-1" eType="/0/Terms/TerBasic/Variables/Variable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="externalVocabulary" ordered="false" eType="/0/Vocabulary/VocBuiltin/ExternalVocabulary"/> <eStructuralFeatures xsi:type="ecore:EReference" name="vocabularies" ordered="false" eType="/0/Vocabulary/VocBasic/Vocabulary" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ruleSetID" ordered="false" unique="false" eType="/1/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RuleBase"> <eStructuralFeatures xsi:type="ecore:EReference" name="vocabularies" ordered="false" eType="/0/Vocabulary/VocBasic/Vocabulary" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="externalVocabulaires" ordered="false" upperBound="-1" eType="/0/Vocabulary/VocBuiltin/ExternalVocabulary"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rules" ordered="false" upperBound="-1" eType="/0/RuleSet" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ruleBaseID" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegrityRuleSet" eSuperTypes="/0/RuleSet"> <eStructuralFeatures xsi:type="ecore:EReference" name="rules" ordered="false" upperBound="-1" eType="/0/Rules/IntegrityRule" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DerivationRuleSet" eSuperTypes="/0/RuleSet"> <eStructuralFeatures xsi:type="ecore:EReference" name="rules" ordered="false" upperBound="-1" eType="/0/Rules/DerivationRule" containment="true"/> </eClassifiers> <eSubpackages name="Abstract"> <eClassifiers xsi:type="ecore:EClass" name="AbstractTransformationRule" abstract="true" eSuperTypes="/0/Abstract/Rule"/> <eClassifiers xsi:type="ecore:EClass" name="AbstractProductionRule" eSuperTypes="/0/Abstract/Rule"/> <eClassifiers xsi:type="ecore:EClass" name="AbstractReactionRule" eSuperTypes="/0/Abstract/Rule"/> <eClassifiers xsi:type="ecore:EClass" name="AbstractDerivationRule" eSuperTypes="/0/Abstract/Rule"/> <eClassifiers xsi:type="ecore:EClass" name="AbstractIntegrityRule" abstract="true" eSuperTypes="/0/Abstract/Rule"/> <eClassifiers xsi:type="ecore:EClass" name="Rule" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ruleID" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> </eClassifiers> </eSubpackages> <eSubpackages name="Rules"> <eClassifiers xsi:type="ecore:EClass" name="DerivationRule" eSuperTypes="/0/Abstract/AbstractDerivationRule"> <eStructuralFeatures xsi:type="ecore:EReference" name="conditions" ordered="false" lowerBound="1" upperBound="-1" eType="/0/Formulas/qf/AndOrNafNegFormula" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="conclusions" ordered="false" lowerBound="1" upperBound="-1" eType="/0/Formulas/qf/LiteralConjunction" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReactionRule" eSuperTypes="/0/Abstract/AbstractReactionRule"> <eStructuralFeatures xsi:type="ecore:EReference" name="conditions" ordered="false" upperBound="-1" eType="/0/Formulas/qf/AndOrNafNegFormula" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="producedAction" ordered="false" lowerBound="1" eType="/0/Actions/ActionExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="postconditon" ordered="false" eType="/0/Formulas/qf/AndOrNafNegFormula" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="triggeringEvent" ordered="false" lowerBound="1" eType="/0/Events/EventExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProductionRule" eSuperTypes="/0/Abstract/AbstractProductionRule"> <eStructuralFeatures xsi:type="ecore:EReference" name="conditions" ordered="false" lowerBound="1" upperBound="-1" eType="/0/Formulas/qf/AndOrNafNegFormula"/> <eStructuralFeatures xsi:type="ecore:EReference" name="postcondition" ordered="false" eType="/0/Formulas/qf/AndOrNafNegFormula"/> <eStructuralFeatures xsi:type="ecore:EReference" name="producedAction" ordered="false" lowerBound="1" eType="/0/Actions/ActionExpression"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DeonticIntegrityRule" eSuperTypes="/0/Rules/IntegrityRule"/> <eClassifiers xsi:type="ecore:EClass" name="AlethicIntegrityRule" eSuperTypes="/0/Rules/IntegrityRule"/> <eClassifiers xsi:type="ecore:EClass" name="IntegrityRule" abstract="true" eSuperTypes="/0/Abstract/AbstractIntegrityRule"> <eStructuralFeatures xsi:type="ecore:EReference" name="constraint" ordered="false" lowerBound="1" eType="/0/Formulas/QuantifiedFormula"/> </eClassifiers> </eSubpackages> <eSubpackages name="Atoms"> <eClassifiers xsi:type="ecore:EClass" name="DataAtom" abstract="true" eSuperTypes="/0/Atoms/Atom"/> <eClassifiers xsi:type="ecore:EClass" name="ObjectAtom" abstract="true" eSuperTypes="/0/Atoms/Atom"/> <eClassifiers xsi:type="ecore:EClass" name="Atom" abstract="true" eSuperTypes="/0/Formulas/LogicalFormula /0/Formulas/qf/AndOrNafNegFormula"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isNegated" ordered="false" unique="false" lowerBound="1" eType="/1/Boolean"/> </eClassifiers> <eSubpackages name="AtBasic"> <eClassifiers xsi:type="ecore:EClass" name="DataClassificationAtom" eSuperTypes="/0/Atoms/DataAtom"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="/0/Vocabulary/VocBasic/Datatype"/> <eStructuralFeatures xsi:type="ecore:EReference" name="term" ordered="false" lowerBound="1" eType="/0/Terms/DataTerm"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DatatypePredicateAtom" eSuperTypes="/0/Atoms/DataAtom"> <eStructuralFeatures xsi:type="ecore:EReference" name="predicate" ordered="false" lowerBound="1" eType="/0/Vocabulary/VocBasic/DatatypePredicate"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dataArguments" lowerBound="2" upperBound="-1" eType="/0/Terms/DataTerm"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InequalityAtom" eSuperTypes="/0/Atoms/ObjectAtom"> <eStructuralFeatures xsi:type="ecore:EReference" name="terms" ordered="false" lowerBound="2" upperBound="-1" eType="/0/Terms/ObjectTerm"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EqualityAtom" eSuperTypes="/0/Atoms/ObjectAtom"> <eStructuralFeatures xsi:type="ecore:EReference" name="terms" ordered="false" lowerBound="2" upperBound="-1" eType="/0/Terms/ObjectTerm"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ObjectClassificationAtom" eSuperTypes="/0/Atoms/ObjectAtom"> <eStructuralFeatures xsi:type="ecore:EReference" name="term" ordered="false" lowerBound="1" eType="/0/Terms/ObjectTerm"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="/0/Vocabulary/VocBasic/Class"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GenericAtom" eSuperTypes="/0/Atoms/Atom"> <eStructuralFeatures xsi:type="ecore:EReference" name="predicate" ordered="false" lowerBound="1" eType="/0/Vocabulary/VocRelational/GenericPredicate"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="/0/Terms/Term"/> </eClassifiers> </eSubpackages> <eSubpackages name="AtRelational"> <eClassifiers xsi:type="ecore:EClass" name="Slot" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="PropertyAtom" eSuperTypes="/0/Atoms/ObjectAtom"> <eStructuralFeatures xsi:type="ecore:EReference" name="property" ordered="false" lowerBound="1" eType="/0/Vocabulary/VocBasic/Property"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false" lowerBound="1" eType="/0/Terms/Term"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subject" ordered="false" lowerBound="1" eType="/0/Terms/ObjectTerm"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataSlot" eSuperTypes="/0/Atoms/AtRelational/Slot"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false" lowerBound="1" eType="/0/Terms/DataTerm"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" ordered="false" lowerBound="1" eType="/0/Vocabulary/VocBasic/Attribute"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ObjectSlot" eSuperTypes="/0/Atoms/AtRelational/Slot"> <eStructuralFeatures xsi:type="ecore:EReference" name="object" ordered="false" lowerBound="1" eType="/0/Terms/ObjectTerm"/> <eStructuralFeatures xsi:type="ecore:EReference" name="referenceProperty" ordered="false" lowerBound="1" eType="/0/Vocabulary/VocBasic/ReferenceProperty"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReferencePropertyAtom" eSuperTypes="/0/Atoms/ObjectAtom"> <eStructuralFeatures xsi:type="ecore:EReference" name="object" ordered="false" lowerBound="1" eType="/0/Terms/ObjectTerm"/> <eStructuralFeatures xsi:type="ecore:EReference" name="referenceProperty" ordered="false" lowerBound="1" eType="/0/Vocabulary/VocBasic/ReferenceProperty"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subject" ordered="false" lowerBound="1" eType="/0/Terms/ObjectTerm"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AttributionAtom" eSuperTypes="/0/Atoms/ObjectAtom"> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" ordered="false" lowerBound="1" eType="/0/Vocabulary/VocBasic/Attribute"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subject" ordered="false" lowerBound="1" eType="/0/Terms/ObjectTerm"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dataValue" ordered="false" lowerBound="1" eType="/0/Terms/DataTerm"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ObjectDescriptionAtom" eSuperTypes="/0/Atoms/ObjectAtom"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" upperBound="-1" eType="/0/Vocabulary/VocBasic/Class"/> <eStructuralFeatures xsi:type="ecore:EReference" name="objects" ordered="false" upperBound="-1" eType="/0/Atoms/AtRelational/ObjectSlot" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subject" ordered="false" lowerBound="1" eType="/0/Terms/ObjectTerm"/> <eStructuralFeatures xsi:type="ecore:EReference" name="slots" ordered="false" upperBound="-1" eType="/0/Atoms/AtRelational/Slot" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="baseType" ordered="false" lowerBound="1" eType="/0/Vocabulary/VocBasic/Class"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssociationAtom" eSuperTypes="/0/Atoms/ObjectAtom"> <eStructuralFeatures xsi:type="ecore:EReference" name="associationPredicate" ordered="false" lowerBound="1" eType="/0/Vocabulary/VocRelational/AssociationPredicate"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dataArguments" upperBound="-1" eType="/0/Terms/DataTerm"/> <eStructuralFeatures xsi:type="ecore:EReference" name="objectArguments" lowerBound="2" upperBound="-1" eType="/0/Terms/ObjectTerm"/> </eClassifiers> </eSubpackages> </eSubpackages> <eSubpackages name="Vocabulary"> <eSubpackages name="VocExternal"/> <eSubpackages name="VocFunctional"> <eClassifiers xsi:type="ecore:EClass" name="DatatypeFunction" eSuperTypes="/0/Vocabulary/VocFunctional/Function"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ap" ordered="false" unique="false" eType="/1/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GenericFunction" eSuperTypes="/0/Vocabulary/VocFunctional/Function"/> <eClassifiers xsi:type="ecore:EClass" name="Function" abstract="true" eSuperTypes="/0/Vocabulary/VocBasic/VocabularyEntry"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="arity" ordered="false" unique="false" lowerBound="1" eType="/1/Integer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataOperation" eSuperTypes="/0/Vocabulary/VocFunctional/Operation"> <eStructuralFeatures xsi:type="ecore:EReference" name="returnType" ordered="false" eType="/0/Vocabulary/VocBasic/Datatype"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ObjectOperation" eSuperTypes="/0/Vocabulary/VocFunctional/Operation"> <eStructuralFeatures xsi:type="ecore:EReference" name="returnType" ordered="false" eType="/0/Vocabulary/VocBasic/Class"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Operation" abstract="true" eSuperTypes="/0/Vocabulary/VocFunctional/Function"> <eStructuralFeatures xsi:type="ecore:EReference" name="contextType" ordered="false" eType="/0/Vocabulary/VocBasic/Class"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="/0/Vocabulary/VocBasic/Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnumerationDatatype" eSuperTypes="/0/Vocabulary/VocBasic/Datatype"> <eStructuralFeatures xsi:type="ecore:EReference" name="literals" ordered="false" upperBound="-1" eType="/0/Vocabulary/VocBasic/DataLiteral" containment="true"/> </eClassifiers> </eSubpackages> <eSubpackages name="VocBuiltin"> <eClassifiers xsi:type="ecore:EClass" name="ExternalVocabulary"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="externalVocabularyID" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="externalVocabularyLanguage" ordered="false" unique="false" lowerBound="1" eType="/0/ExternalVocabularyLanguage"/> </eClassifiers> </eSubpackages> <eSubpackages name="VocBasic"> <eClassifiers xsi:type="ecore:EClass" name="GenericEntityName" eSuperTypes="/0/Terms/GenericTerm"> <eStructuralFeatures xsi:type="ecore:EReference" name="classRef" ordered="false" eType="/0/Vocabulary/VocBasic/Class"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VocabularyEntry" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Vocabulary"> <eStructuralFeatures xsi:type="ecore:EReference" name="entries" ordered="false" lowerBound="1" upperBound="-1" eType="/0/Vocabulary/VocBasic/VocabularyEntry" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Property" abstract="true" eSuperTypes="/0/Vocabulary/VocBasic/Predicate"> <eStructuralFeatures xsi:type="ecore:EReference" name="range" ordered="false" eType="/0/Vocabulary/VocBasic/Type"/> <eStructuralFeatures xsi:type="ecore:EReference" name="domain" ordered="false" eType="/0/Vocabulary/VocBasic/Class"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DatatypePredicate" eSuperTypes="/0/Vocabulary/VocBasic/Predicate"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="vp" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="arity" ordered="false" unique="false" lowerBound="1" eType="/1/Integer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Predicate" abstract="true" eSuperTypes="/0/Vocabulary/VocBasic/VocabularyEntry"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="predicateCategory" ordered="false" unique="false" eType="/0/PredicateCategory"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Attribute" eSuperTypes="/0/Vocabulary/VocBasic/Property"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" eType="/0/Vocabulary/VocBasic/Class"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="np" ordered="false" unique="false" eType="/1/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypedLiteral" eSuperTypes="/0/Vocabulary/VocBasic/DataLiteral"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="/0/Vocabulary/VocBasic/Datatype"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PlainLiteral" eSuperTypes="/0/Vocabulary/VocBasic/DataLiteral"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="languageTag" ordered="false" unique="false" eType="/1/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataLiteral" abstract="true" eSuperTypes="/0/Terms/DataTerm"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lexicalValue" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReferenceProperty" eSuperTypes="/0/Vocabulary/VocBasic/Property"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="vp" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="domrm" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rgrn" ordered="false" unique="false" eType="/1/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ObjectName" eSuperTypes="/0/Vocabulary/VocBasic/VocabularyEntry /0/Terms/ObjectTerm"> <eStructuralFeatures xsi:type="ecore:EReference" name="classRef" ordered="false" eType="/0/Vocabulary/VocBasic/Class"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Datatype" eSuperTypes="/0/Vocabulary/VocBasic/Type"/> <eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="/0/Vocabulary/VocBasic/Type"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="np" ordered="false" unique="false" eType="/1/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Type" eSuperTypes="/0/Vocabulary/VocBasic/Predicate"/> </eSubpackages> <eSubpackages name="VocRelational"> <eClassifiers xsi:type="ecore:EClass" name="AssociationPredicate" eSuperTypes="/0/Vocabulary/VocBasic/Predicate"> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="/0/Vocabulary/VocBasic/Type"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="vp" ordered="false" unique="false" eType="/1/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GenericPredicate" eSuperTypes="/0/Vocabulary/VocBasic/Predicate"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="vp" ordered="false" unique="false" eType="/1/String"/> </eClassifiers> </eSubpackages> </eSubpackages> <eSubpackages name="Events"> <eClassifiers xsi:type="ecore:EClass" name="SOAPMessageBody"> <eStructuralFeatures xsi:type="ecore:EReference" name="children" ordered="false" upperBound="-1" eType="/0/Events/SOAPMessageBodyChild" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SOAPConversationalMsgEvtExpression" eSuperTypes="/0/Events/SOAPMessageEventExpression"/> <eClassifiers xsi:type="ecore:EClass" name="SOAPRPCResponseMsgEvtExpression" eSuperTypes="/0/Events/SOAPMessageEventExpression"/> <eClassifiers xsi:type="ecore:EClass" name="SOAPRPCRequestMsgEvtExpression" eSuperTypes="/0/Events/SOAPMessageEventExpression"/> <eClassifiers xsi:type="ecore:EClass" name="SOAPMessageHeaderBlock"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nameSpaceName" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="localName" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="encodingStyle" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mustUnderstand" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="role" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="relay" ordered="false" unique="false" eType="/1/Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SOAPMessageHeader"> <eStructuralFeatures xsi:type="ecore:EReference" name="headerBlocks" ordered="false" upperBound="-1" eType="/0/Events/SOAPMessageHeaderBlock" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SOAPMessageBodyChild"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="localName" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nameSpaceName" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="encodingStyle" ordered="false" unique="false" eType="/1/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EveryYearTimeEventExpression" eSuperTypes="/0/Events/PeriodicTimeEventExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dayOfYear" ordered="false" unique="false" lowerBound="1" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="time" ordered="false" unique="false" eType="/1/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EveryMonthTimeEventExpression" eSuperTypes="/0/Events/PeriodicTimeEventExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dayOfMonth" ordered="false" unique="false" lowerBound="1" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="time" ordered="false" unique="false" eType="/1/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EveryWeekTimeEventExpression" eSuperTypes="/0/Events/PeriodicTimeEventExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dayOfWeek" ordered="false" unique="false" lowerBound="1" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="time" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EveryDayTimeEventExpression" eSuperTypes="/0/Events/PeriodicTimeEventExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="time" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EveryHourTimeEventExpression" eSuperTypes="/0/Events/PeriodicTimeEventExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minute" ordered="false" unique="false" lowerBound="1" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="second" ordered="false" unique="false" eType="/1/Integer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EveryMinuteTimeEventExpression" eSuperTypes="/0/Events/PeriodicTimeEventExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="second" ordered="false" unique="false" lowerBound="1" eType="/1/Integer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MessageEventExpression" eSuperTypes="/0/Events/ActionEventExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sender" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="receiver" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SOAPMessageEventExpression" eSuperTypes="/0/Events/MessageEventExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="/0/Events/SOAPMessageBody" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="header" ordered="false" eType="/0/Events/SOAPMessageHeader" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PeriodicTimeEventExpression" eSuperTypes="/0/Events/TimeEventExpression"/> <eClassifiers xsi:type="ecore:EClass" name="SingularTimeEventExpression" eSuperTypes="/0/Events/TimeEventExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dateTime" ordered="false" unique="false" lowerBound="1" eType="/1/Integer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActionEventExpression" eSuperTypes="/0/Events/AtomicEventExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="actor" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TimeEventExpression" abstract="true" eSuperTypes="/0/Events/AtomicEventExpression"/> <eClassifiers xsi:type="ecore:EClass" name="ParallelEventExpression" eSuperTypes="/0/Events/EventExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expressions" ordered="false" upperBound="-1" eType="/0/Events/EventExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="timeWindow" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SequenceEventExpression" eSuperTypes="/0/Events/EventExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expressions" upperBound="-1" eType="/0/Events/EventExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="timeWindow" ordered="false" unique="false" lowerBound="1" eType="/1/Integer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ChoiceEventExpression" eSuperTypes="/0/Events/EventExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expressions" ordered="false" lowerBound="1" upperBound="-1" eType="/0/Events/EventExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minOccurs" ordered="false" unique="false" lowerBound="1" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maxOccurs" ordered="false" unique="false" lowerBound="1" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="timeWindow" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AtomicEventExpression" eSuperTypes="/0/Events/EventExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" ordered="false" upperBound="-1" eType="/0/Terms/Term" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="/0/EventType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AndNotEventExpression" eSuperTypes="/0/Events/EventExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expressions" upperBound="-1" eType="/0/Events/EventExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="timeWndow" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EventExpression" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="startDateTime" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="duration" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="occurDateTime" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> </eClassifiers> </eSubpackages> <eSubpackages name="Actions"> <eClassifiers xsi:type="ecore:EClass" name="InvokeActionExpression" eSuperTypes="/0/Actions/ActionExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="operation" ordered="false" lowerBound="1" eType="/0/Vocabulary/VocFunctional/Operation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="/0/Terms/Term"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contextArgument" ordered="false" eType="/0/Terms/ObjectTerm"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SOAPRPCAction" eSuperTypes="/0/Actions/SOAPAction"> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="/0/Terms/Term"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SOAPAction" eSuperTypes="/0/Actions/MessageAction"> <eStructuralFeatures xsi:type="ecore:EReference" name="operation" ordered="false" lowerBound="1" eType="/0/Vocabulary/VocFunctional/Operation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DeleteActionExpression" eSuperTypes="/0/Actions/ActionExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="contextArgument" ordered="false" lowerBound="1" eType="/0/Terms/ObjectTerm"/> <eStructuralFeatures xsi:type="ecore:EReference" name="context" ordered="false" lowerBound="1" eType="/0/Vocabulary/VocBasic/Class"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CreateActionExpression" eSuperTypes="/0/Actions/ActionExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="slots" ordered="false" upperBound="-1" eType="/0/Atoms/AtRelational/Slot"/> <eStructuralFeatures xsi:type="ecore:EReference" name="context" ordered="false" lowerBound="1" eType="/0/Vocabulary/VocBasic/Class"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssignActionExpression" eSuperTypes="/0/Actions/ActionExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="contextArgument" ordered="false" lowerBound="1" eType="/0/Terms/ObjectTerm"/> <eStructuralFeatures xsi:type="ecore:EReference" name="property" ordered="false" lowerBound="1" eType="/0/Vocabulary/VocBasic/Property"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MessageAction" eSuperTypes="/0/Actions/ActionExpression"/> <eClassifiers xsi:type="ecore:EClass" name="ActionExpression" abstract="true"/> </eSubpackages> <eSubpackages name="Formulas"> <eClassifiers xsi:type="ecore:EClass" name="AtLeastAndAtMostQuantifiedFormula" eSuperTypes="/0/Formulas/QuantifiedFormula"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maxCardinality" ordered="false" unique="false" lowerBound="1" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minCardinality" ordered="false" unique="false" lowerBound="1" eType="/1/Integer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AtMostQuantifiedFormula" eSuperTypes="/0/Formulas/QuantifiedFormula"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maxCardinality" ordered="false" unique="false" lowerBound="1" eType="/1/Integer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AtLeastQuantifiedFormula" eSuperTypes="/0/Formulas/QuantifiedFormula"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minCardinality" ordered="false" unique="false" lowerBound="1" eType="/1/Integer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Conjuction" eSuperTypes="/0/Formulas/LogicalFormula"> <eStructuralFeatures xsi:type="ecore:EReference" name="formulas" ordered="false" lowerBound="2" upperBound="-1" eType="/0/Formulas/LogicalFormula" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UniversallyQuantifiedFormula" eSuperTypes="/0/Formulas/QuantifiedFormula"/> <eClassifiers xsi:type="ecore:EClass" name="StrongNegation" eSuperTypes="/0/Formulas/Negation /0/Formulas/LogicalFormula"> <eStructuralFeatures xsi:type="ecore:EReference" name="formula" ordered="false" lowerBound="1" eType="/0/Formulas/LogicalFormula" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="QuantifiedFormula" abstract="true" eSuperTypes="/0/Formulas/LogicalFormula"> <eStructuralFeatures xsi:type="ecore:EReference" name="formula" ordered="false" lowerBound="1" eType="/0/Formulas/LogicalFormula" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variables" ordered="false" lowerBound="1" upperBound="-1" eType="/0/Terms/TerBasic/Variables/Variable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NegationAsFailure" eSuperTypes="/0/Formulas/Negation /0/Formulas/LogicalFormula"> <eStructuralFeatures xsi:type="ecore:EReference" name="formula" ordered="false" lowerBound="1" eType="/0/Formulas/LogicalFormula" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Negation"/> <eClassifiers xsi:type="ecore:EClass" name="LogicalFormula" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="Implication" eSuperTypes="/0/Formulas/LogicalFormula"> <eStructuralFeatures xsi:type="ecore:EReference" name="consequent" ordered="false" lowerBound="1" eType="/0/Formulas/LogicalFormula" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="antecedent" ordered="false" lowerBound="1" eType="/0/Formulas/LogicalFormula" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExistentiallyQuantifiedFormula" eSuperTypes="/0/Formulas/QuantifiedFormula"/> <eClassifiers xsi:type="ecore:EClass" name="Disjunction" eSuperTypes="/0/Formulas/LogicalFormula"> <eStructuralFeatures xsi:type="ecore:EReference" name="formulas" ordered="false" lowerBound="2" upperBound="-1" eType="/0/Formulas/LogicalFormula" containment="true"/> </eClassifiers> <eSubpackages name="qf"> <eClassifiers xsi:type="ecore:EClass" name="QFStrongNegation" eSuperTypes="/0/Formulas/qf/QFNegation"/> <eClassifiers xsi:type="ecore:EClass" name="QFNegationAsFailure" eSuperTypes="/0/Formulas/qf/QFNegation"/> <eClassifiers xsi:type="ecore:EClass" name="QFNegation" eSuperTypes="/0/Formulas/qf/AndOrNafNegFormula"> <eStructuralFeatures xsi:type="ecore:EReference" name="formula" ordered="false" lowerBound="1" eType="/0/Formulas/qf/AndOrNafNegFormula" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LiteralConjunction"> <eStructuralFeatures xsi:type="ecore:EReference" name="atoms" ordered="false" lowerBound="1" upperBound="-1" eType="/0/Atoms/Atom" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="QFDisjunction" eSuperTypes="/0/Formulas/qf/AndOrNafNegFormula"> <eStructuralFeatures xsi:type="ecore:EReference" name="formulas" ordered="false" lowerBound="2" upperBound="-1" eType="/0/Formulas/qf/AndOrNafNegFormula" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="QFConjunction" eSuperTypes="/0/Formulas/qf/AndOrNafNegFormula"> <eStructuralFeatures xsi:type="ecore:EReference" name="formulas" ordered="false" lowerBound="2" upperBound="-1" eType="/0/Formulas/qf/AndOrNafNegFormula" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AndOrNafNegFormula" abstract="true"/> </eSubpackages> </eSubpackages> <eSubpackages name="Terms"> <eClassifiers xsi:type="ecore:EClass" name="GenericTerm" abstract="true" eSuperTypes="/0/Terms/Term"/> <eClassifiers xsi:type="ecore:EClass" name="Term" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="typeCategory" ordered="false" unique="false" eType="/0/CollectionTypes"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ObjectTerm" abstract="true" eSuperTypes="/0/Terms/Term"/> <eClassifiers xsi:type="ecore:EClass" name="DataTerm" abstract="true" eSuperTypes="/0/Terms/Term"/> <eSubpackages name="TerBasic"> <eSubpackages name="Variables"> <eClassifiers xsi:type="ecore:EClass" name="Variable" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ObjectVariable" eSuperTypes="/0/Terms/TerBasic/Variables/Variable /0/Terms/ObjectTerm"> <eStructuralFeatures xsi:type="ecore:EReference" name="classRef" ordered="false" eType="/0/Vocabulary/VocBasic/Class"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataVariable" eSuperTypes="/0/Terms/TerBasic/Variables/Variable /0/Terms/DataTerm"> <eStructuralFeatures xsi:type="ecore:EReference" name="datatypeRef" ordered="false" eType="/0/Vocabulary/VocBasic/Datatype"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GenericVariable" eSuperTypes="/0/Terms/GenericTerm /0/Terms/TerBasic/Variables/Variable"> <eStructuralFeatures xsi:type="ecore:EReference" name="typeRef" ordered="false" eType="/0/Vocabulary/VocBasic/Type"/> </eClassifiers> </eSubpackages> </eSubpackages> <eSubpackages name="TerFunctional"> <eClassifiers xsi:type="ecore:EClass" name="DatatypeFunctionTerm" eSuperTypes="/0/Terms/TerFunctional/DataFunctionTerm"> <eStructuralFeatures xsi:type="ecore:EReference" name="function" ordered="false" lowerBound="1" eType="/0/Vocabulary/VocFunctional/DatatypeFunction"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dataArguments" lowerBound="1" upperBound="-1" eType="/0/Terms/DataTerm"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataFunctionTerm" abstract="true" eSuperTypes="/0/Terms/DataTerm"/> <eClassifiers xsi:type="ecore:EClass" name="AttributeFunctionTerm" eSuperTypes="/0/Terms/TerFunctional/DataFunctionTerm"> <eStructuralFeatures xsi:type="ecore:EReference" name="contextArgument" ordered="false" lowerBound="1" eType="/0/Terms/ObjectTerm"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" ordered="false" lowerBound="1" eType="/0/Vocabulary/VocBasic/Attribute"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataOperationTerm" eSuperTypes="/0/Terms/TerFunctional/DataFunctionTerm"> <eStructuralFeatures xsi:type="ecore:EReference" name="dataOperationRef" ordered="false" lowerBound="1" eType="/0/Vocabulary/VocFunctional/DataOperation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contextArgument" ordered="false" eType="/0/Terms/ObjectTerm"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="/0/Terms/Term"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReferencePropertyFunctionTerm" eSuperTypes="/0/Terms/ObjectTerm"> <eStructuralFeatures xsi:type="ecore:EReference" name="contextArgument" ordered="false" lowerBound="1" eType="/0/Terms/ObjectTerm"/> <eStructuralFeatures xsi:type="ecore:EReference" name="referencePropertyRef" ordered="false" lowerBound="1" eType="/0/Vocabulary/VocBasic/ReferenceProperty"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ObjectOperationTerm" eSuperTypes="/0/Terms/ObjectTerm"> <eStructuralFeatures xsi:type="ecore:EReference" name="operation" ordered="false" lowerBound="1" eType="/0/Vocabulary/VocFunctional/ObjectOperation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" ordered="false" upperBound="-1" eType="/0/Terms/Term"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contextArgument" ordered="false" eType="/0/Terms/ObjectTerm"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GenericFunctionTerm" eSuperTypes="/0/Terms/GenericTerm"> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="/0/Terms/GenericTerm"/> <eStructuralFeatures xsi:type="ecore:EReference" name="functor" ordered="false" lowerBound="1" eType="/0/Vocabulary/VocFunctional/GenericFunction"/> </eClassifiers> </eSubpackages> </eSubpackages> </ecore:EPackage> <ecore:EPackage name="PrimitiveTypes"> <eClassifiers xsi:type="ecore:EDataType" name="Integer"/> <eClassifiers xsi:type="ecore:EDataType" name="Long"/> <eClassifiers xsi:type="ecore:EDataType" name="Float"/> <eClassifiers xsi:type="ecore:EDataType" name="Double"/> <eClassifiers xsi:type="ecore:EDataType" name="Boolean"/> <eClassifiers xsi:type="ecore:EDataType" name="String"/> </ecore:EPackage> </xmi:XMI>
github:ecore:/data/ferdjoukh/ATL-UTF/ATLMetrics/Experiment/R2ML2RDM/metamodels/input/R2ML2.ecore
ecore
R2ML CollectionTypes individual individual set set orderedSet orderedSet bag bag sequence sequence PredicateCategory closed closed open open partial partial ExternalVocabularyLanguage RDFS RDFS UML UML OWL OWL PredicateType ObjectClassificationPredicate ObjectClassificationPredicate AttributionPredicate AttributionPredicate AssociationPredicate AssociationPredicate ReferencePropertyPredicate ReferencePropertyPredicate EqualityPredicate EqualityPredicate InequalityPredicate InequalityPredicate DatatypePredicate DatatypePredicate DataClassificationPredicate DataClassificationPredicate ReactionRuleSet rules ProductionRuleSet rules EventType eventTypeID RuleSet variables externalVocabulary vocabularies ruleSetID RuleBase vocabularies externalVocabulaires rules ruleBaseID IntegrityRuleSet rules DerivationRuleSet rules Abstract AbstractTransformationRule AbstractProductionRule AbstractReactionRule AbstractDerivationRule AbstractIntegrityRule Rule ruleID Rules DerivationRule conditions conclusions ReactionRule conditions producedAction postconditon triggeringEvent ProductionRule conditions postcondition producedAction DeonticIntegrityRule AlethicIntegrityRule IntegrityRule constraint Atoms DataAtom ObjectAtom Atom isNegated AtBasic DataClassificationAtom type term DatatypePredicateAtom predicate dataArguments InequalityAtom terms EqualityAtom terms ObjectClassificationAtom term type GenericAtom predicate arguments AtRelational Slot PropertyAtom property value subject DataSlot value attribute ObjectSlot object referenceProperty ReferencePropertyAtom object referenceProperty subject AttributionAtom attribute subject dataValue ObjectDescriptionAtom type objects subject slots baseType AssociationAtom associationPredicate dataArguments objectArguments Vocabulary VocExternal VocFunctional DatatypeFunction ap GenericFunction Function arity DataOperation returnType ObjectOperation returnType Operation contextType arguments EnumerationDatatype literals VocBuiltin ExternalVocabulary externalVocabularyID externalVocabularyLanguage VocBasic GenericEntityName classRef VocabularyEntry name Vocabulary entries Property range domain DatatypePredicate vp arity Predicate predicateCategory Attribute type np TypedLiteral type PlainLiteral languageTag DataLiteral lexicalValue ReferenceProperty vp domrm rgrn ObjectName classRef Datatype Class np Type VocRelational AssociationPredicate arguments vp GenericPredicate vp Events SOAPMessageBody children SOAPConversationalMsgEvtExpression SOAPRPCResponseMsgEvtExpression SOAPRPCRequestMsgEvtExpression SOAPMessageHeaderBlock nameSpaceName localName encodingStyle mustUnderstand role relay SOAPMessageHeader headerBlocks SOAPMessageBodyChild localName nameSpaceName encodingStyle EveryYearTimeEventExpression dayOfYear time EveryMonthTimeEventExpression dayOfMonth time EveryWeekTimeEventExpression dayOfWeek time EveryDayTimeEventExpression time EveryHourTimeEventExpression minute second EveryMinuteTimeEventExpression second MessageEventExpression sender receiver SOAPMessageEventExpression body header PeriodicTimeEventExpression SingularTimeEventExpression dateTime ActionEventExpression actor TimeEventExpression ParallelEventExpression expressions timeWindow SequenceEventExpression expressions timeWindow ChoiceEventExpression expressions minOccurs maxOccurs timeWindow AtomicEventExpression arguments type AndNotEventExpression expressions timeWndow EventExpression startDateTime duration occurDateTime Actions InvokeActionExpression operation arguments contextArgument SOAPRPCAction arguments SOAPAction operation DeleteActionExpression contextArgument context CreateActionExpression slots context AssignActionExpression contextArgument property MessageAction ActionExpression Formulas AtLeastAndAtMostQuantifiedFormula maxCardinality minCardinality AtMostQuantifiedFormula maxCardinality AtLeastQuantifiedFormula minCardinality Conjuction formulas UniversallyQuantifiedFormula StrongNegation formula QuantifiedFormula formula variables NegationAsFailure formula Negation LogicalFormula Implication consequent antecedent ExistentiallyQuantifiedFormula Disjunction formulas qf QFStrongNegation QFNegationAsFailure QFNegation formula LiteralConjunction atoms QFDisjunction formulas QFConjunction formulas AndOrNafNegFormula Terms GenericTerm Term typeCategory ObjectTerm DataTerm TerBasic Variables Variable name ObjectVariable classRef DataVariable datatypeRef GenericVariable typeRef TerFunctional DatatypeFunctionTerm function dataArguments DataFunctionTerm AttributeFunctionTerm contextArgument attribute DataOperationTerm dataOperationRef contextArgument arguments ReferencePropertyFunctionTerm contextArgument referencePropertyRef ObjectOperationTerm operation arguments contextArgument GenericFunctionTerm arguments functor PrimitiveTypes Integer Long Float Double Boolean String
null
{"directed":true,"nodes":[{"nsPrefix":null,"nsURI":null,"name":"R2ML","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"instanceClassName":null,"name":"CollectionTypes","instanceClass":null,"id":1,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"PredicateCategory","instanceClass":null,"id":2,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ExternalVocabularyLanguage","instanceClass":null,"id":3,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"PredicateType","instanceClass":null,"id":4,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReactionRuleSet","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProductionRuleSet","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventType","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RuleSet","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RuleBase","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegrityRuleSet","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DerivationRuleSet","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"nsPrefix":null,"nsURI":null,"name":"Abstract","id":12,"eClass":"EPackage"},{"nsPrefix":null,"nsURI":null,"name":"Rules","id":13,"eClass":"EPackage"},{"nsPrefix":null,"nsURI":null,"name":"Atoms","id":14,"eClass":"EPackage"},{"nsPrefix":null,"nsURI":null,"name":"Vocabulary","id":15,"eClass":"EPackage"},{"nsPrefix":null,"nsURI":null,"name":"Events","id":16,"eClass":"EPackage"},{"nsPrefix":null,"nsURI":null,"name":"Actions","id":17,"eClass":"EPackage"},{"nsPrefix":null,"nsURI":null,"name":"Formulas","id":18,"eClass":"EPackage"},{"nsPrefix":null,"nsURI":null,"name":"Terms","id":19,"eClass":"EPackage"},{"name":"individual","id":20,"value":1,"literal":"individual","eClass":"EEnumLiteral"},{"name":"set","id":21,"value":2,"literal":"set","eClass":"EEnumLiteral"},{"name":"orderedSet","id":22,"value":3,"literal":"orderedSet","eClass":"EEnumLiteral"},{"name":"bag","id":23,"value":4,"literal":"bag","eClass":"EEnumLiteral"},{"name":"sequence","id":24,"value":5,"literal":"sequence","eClass":"EEnumLiteral"},{"name":"closed","id":25,"value":1,"literal":"closed","eClass":"EEnumLiteral"},{"name":"open","id":26,"value":2,"literal":"open","eClass":"EEnumLiteral"},{"name":"partial","id":27,"value":3,"literal":"partial","eClass":"EEnumLiteral"},{"name":"RDFS","id":28,"value":1,"literal":"RDFS","eClass":"EEnumLiteral"},{"name":"UML","id":29,"value":2,"literal":"UML","eClass":"EEnumLiteral"},{"name":"OWL","id":30,"value":3,"literal":"OWL","eClass":"EEnumLiteral"},{"name":"ObjectClassificationPredicate","id":31,"value":1,"literal":"ObjectClassificationPredicate","eClass":"EEnumLiteral"},{"name":"AttributionPredicate","id":32,"value":2,"literal":"AttributionPredicate","eClass":"EEnumLiteral"},{"name":"AssociationPredicate","id":33,"value":3,"literal":"AssociationPredicate","eClass":"EEnumLiteral"},{"name":"ReferencePropertyPredicate","id":34,"value":4,"literal":"ReferencePropertyPredicate","eClass":"EEnumLiteral"},{"name":"EqualityPredicate","id":35,"value":5,"literal":"EqualityPredicate","eClass":"EEnumLiteral"},{"name":"InequalityPredicate","id":36,"value":6,"literal":"InequalityPredicate","eClass":"EEnumLiteral"},{"name":"DatatypePredicate","id":37,"value":7,"literal":"DatatypePredicate","eClass":"EEnumLiteral"},{"name":"DataClassificationPredicate","id":38,"value":8,"literal":"DataClassificationPredicate","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":"rules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReactionRule","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"id":42,"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":"rules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProductionRule","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"id":46,"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":"eventTypeID","changeable":true,"lowerBound":1,"iD":false,"id":47,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"String","instanceClass":null,"id":48,"serializable":true,"eClass":"EDataType"},{"id":49,"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":"variables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":50,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"externalVocabulary","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"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":"vocabularies","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"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":"ruleSetID","changeable":true,"lowerBound":0,"iD":false,"id":53,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":true,"id":54,"interface":false,"eClass":"EClass"},{"id":55,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExternalVocabulary","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"id":57,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Vocabulary","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"id":59,"eClass":"EGenericType"},{"id":60,"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":"vocabularies","changeable":true,"resolveProxies":true,"lowerBound":0,"id":61,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"externalVocabulaires","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"ruleBaseID","changeable":true,"lowerBound":1,"iD":false,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"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":"rules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegrityRule","instanceClass":null,"abstract":true,"id":71,"interface":false,"eClass":"EClass"},{"id":72,"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":"rules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DerivationRule","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"id":76,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractTransformationRule","instanceClass":null,"abstract":true,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractProductionRule","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractReactionRule","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractDerivationRule","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractIntegrityRule","instanceClass":null,"abstract":true,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rule","instanceClass":null,"abstract":true,"id":82,"interface":false,"eClass":"EClass"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"ruleID","changeable":true,"lowerBound":1,"iD":false,"id":88,"derived":false},{"id":89,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeonticIntegrityRule","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AlethicIntegrityRule","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"conditions","changeable":true,"resolveProxies":true,"lowerBound":1,"id":92,"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":"conclusions","changeable":true,"resolveProxies":true,"lowerBound":1,"id":93,"derived":false},{"id":94,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AndOrNafNegFormula","instanceClass":null,"abstract":true,"id":95,"interface":false,"eClass":"EClass"},{"id":96,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralConjunction","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"id":98,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"conditions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":99,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"producedAction","changeable":true,"resolveProxies":true,"lowerBound":1,"id":100,"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":"postconditon","changeable":true,"resolveProxies":true,"lowerBound":0,"id":101,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"triggeringEvent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":102,"derived":false},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionExpression","instanceClass":null,"abstract":true,"id":105,"interface":false,"eClass":"EClass"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventExpression","instanceClass":null,"abstract":true,"id":108,"interface":false,"eClass":"EClass"},{"id":109,"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":"conditions","changeable":true,"resolveProxies":true,"lowerBound":1,"id":110,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"postcondition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":111,"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":"producedAction","changeable":true,"resolveProxies":true,"lowerBound":1,"id":112,"derived":false},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"container":false,"ordered":false,"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":119,"derived":false},{"id":120,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QuantifiedFormula","instanceClass":null,"abstract":true,"id":121,"interface":false,"eClass":"EClass"},{"id":122,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataAtom","instanceClass":null,"abstract":true,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectAtom","instanceClass":null,"abstract":true,"id":124,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Atom","instanceClass":null,"abstract":true,"id":125,"interface":false,"eClass":"EClass"},{"nsPrefix":null,"nsURI":null,"name":"AtBasic","id":126,"eClass":"EPackage"},{"nsPrefix":null,"nsURI":null,"name":"AtRelational","id":127,"eClass":"EPackage"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LogicalFormula","instanceClass":null,"abstract":true,"id":130,"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":"isNegated","changeable":true,"lowerBound":1,"iD":false,"id":131,"derived":false},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Boolean","instanceClass":null,"id":134,"serializable":true,"eClass":"EDataType"},{"id":135,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataClassificationAtom","instanceClass":null,"abstract":false,"id":136,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DatatypePredicateAtom","instanceClass":null,"abstract":false,"id":137,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InequalityAtom","instanceClass":null,"abstract":false,"id":138,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EqualityAtom","instanceClass":null,"abstract":false,"id":139,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectClassificationAtom","instanceClass":null,"abstract":false,"id":140,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GenericAtom","instanceClass":null,"abstract":false,"id":141,"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":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":142,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"term","changeable":true,"resolveProxies":true,"lowerBound":1,"id":143,"derived":false},{"id":144,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Datatype","instanceClass":null,"abstract":false,"id":145,"interface":false,"eClass":"EClass"},{"id":146,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataTerm","instanceClass":null,"abstract":true,"id":147,"interface":false,"eClass":"EClass"},{"id":148,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"predicate","changeable":true,"resolveProxies":true,"lowerBound":1,"id":149,"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":"dataArguments","changeable":true,"resolveProxies":true,"lowerBound":2,"id":150,"derived":false},{"id":151,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DatatypePredicate","instanceClass":null,"abstract":false,"id":152,"interface":false,"eClass":"EClass"},{"id":153,"eClass":"EGenericType"},{"id":154,"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":"terms","changeable":true,"resolveProxies":true,"lowerBound":2,"id":155,"derived":false},{"id":156,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectTerm","instanceClass":null,"abstract":true,"id":157,"interface":false,"eClass":"EClass"},{"id":158,"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":"terms","changeable":true,"resolveProxies":true,"lowerBound":2,"id":159,"derived":false},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"term","changeable":true,"resolveProxies":true,"lowerBound":1,"id":162,"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":163,"derived":false},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":166,"interface":false,"eClass":"EClass"},{"id":167,"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":"predicate","changeable":true,"resolveProxies":true,"lowerBound":1,"id":168,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":169,"derived":false},{"id":170,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GenericPredicate","instanceClass":null,"abstract":false,"id":171,"interface":false,"eClass":"EClass"},{"id":172,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Term","instanceClass":null,"abstract":true,"id":173,"interface":false,"eClass":"EClass"},{"id":174,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Slot","instanceClass":null,"abstract":true,"id":175,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyAtom","instanceClass":null,"abstract":false,"id":176,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataSlot","instanceClass":null,"abstract":false,"id":177,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectSlot","instanceClass":null,"abstract":false,"id":178,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReferencePropertyAtom","instanceClass":null,"abstract":false,"id":179,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributionAtom","instanceClass":null,"abstract":false,"id":180,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectDescriptionAtom","instanceClass":null,"abstract":false,"id":181,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationAtom","instanceClass":null,"abstract":false,"id":182,"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":"property","changeable":true,"resolveProxies":true,"lowerBound":1,"id":183,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":184,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"subject","changeable":true,"resolveProxies":true,"lowerBound":1,"id":185,"derived":false},{"id":186,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":true,"id":187,"interface":false,"eClass":"EClass"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"id":190,"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":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":191,"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":"attribute","changeable":true,"resolveProxies":true,"lowerBound":1,"id":192,"derived":false},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":195,"interface":false,"eClass":"EClass"},{"id":196,"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":"object","changeable":true,"resolveProxies":true,"lowerBound":1,"id":197,"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":"referenceProperty","changeable":true,"resolveProxies":true,"lowerBound":1,"id":198,"derived":false},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReferenceProperty","instanceClass":null,"abstract":false,"id":201,"interface":false,"eClass":"EClass"},{"id":202,"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":"object","changeable":true,"resolveProxies":true,"lowerBound":1,"id":203,"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":"referenceProperty","changeable":true,"resolveProxies":true,"lowerBound":1,"id":204,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"subject","changeable":true,"resolveProxies":true,"lowerBound":1,"id":205,"derived":false},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"resolveProxies":true,"lowerBound":1,"id":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":"subject","changeable":true,"resolveProxies":true,"lowerBound":1,"id":211,"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":"dataValue","changeable":true,"resolveProxies":true,"lowerBound":1,"id":212,"derived":false},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"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":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":217,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"objects","changeable":true,"resolveProxies":true,"lowerBound":0,"id":218,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"subject","changeable":true,"resolveProxies":true,"lowerBound":1,"id":219,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"slots","changeable":true,"resolveProxies":true,"lowerBound":0,"id":220,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"baseType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":221,"derived":false},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"associationPredicate","changeable":true,"resolveProxies":true,"lowerBound":1,"id":228,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dataArguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":229,"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":"objectArguments","changeable":true,"resolveProxies":true,"lowerBound":2,"id":230,"derived":false},{"id":231,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationPredicate","instanceClass":null,"abstract":false,"id":232,"interface":false,"eClass":"EClass"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"nsPrefix":null,"nsURI":null,"name":"VocExternal","id":236,"eClass":"EPackage"},{"nsPrefix":null,"nsURI":null,"name":"VocFunctional","id":237,"eClass":"EPackage"},{"nsPrefix":null,"nsURI":null,"name":"VocBuiltin","id":238,"eClass":"EPackage"},{"nsPrefix":null,"nsURI":null,"name":"VocBasic","id":239,"eClass":"EPackage"},{"nsPrefix":null,"nsURI":null,"name":"VocRelational","id":240,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DatatypeFunction","instanceClass":null,"abstract":false,"id":241,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GenericFunction","instanceClass":null,"abstract":false,"id":242,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Function","instanceClass":null,"abstract":true,"id":243,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataOperation","instanceClass":null,"abstract":false,"id":244,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectOperation","instanceClass":null,"abstract":false,"id":245,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":true,"id":246,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationDatatype","instanceClass":null,"abstract":false,"id":247,"interface":false,"eClass":"EClass"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"ap","changeable":true,"lowerBound":0,"iD":false,"id":248,"derived":false},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VocabularyEntry","instanceClass":null,"abstract":true,"id":252,"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":"arity","changeable":true,"lowerBound":1,"iD":false,"id":253,"derived":false},{"id":254,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Integer","instanceClass":null,"id":255,"serializable":true,"eClass":"EDataType"},{"id":256,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"returnType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":257,"derived":false},{"id":258,"eClass":"EGenericType"},{"id":259,"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":"returnType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":260,"derived":false},{"id":261,"eClass":"EGenericType"},{"id":262,"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":"contextType","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":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":264,"derived":false},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":267,"interface":false,"eClass":"EClass"},{"id":268,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"literals","changeable":true,"resolveProxies":true,"lowerBound":0,"id":269,"derived":false},{"id":270,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataLiteral","instanceClass":null,"abstract":true,"id":271,"interface":false,"eClass":"EClass"},{"id":272,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"externalVocabularyID","changeable":true,"lowerBound":1,"iD":false,"id":273,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"externalVocabularyLanguage","changeable":true,"lowerBound":1,"iD":false,"id":274,"derived":false},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GenericEntityName","instanceClass":null,"abstract":false,"id":277,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Predicate","instanceClass":null,"abstract":true,"id":278,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedLiteral","instanceClass":null,"abstract":false,"id":279,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PlainLiteral","instanceClass":null,"abstract":false,"id":280,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectName","instanceClass":null,"abstract":false,"id":281,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GenericTerm","instanceClass":null,"abstract":true,"id":282,"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":"classRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":283,"derived":false},{"id":284,"eClass":"EGenericType"},{"id":285,"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":286,"derived":false},{"id":287,"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":"entries","changeable":true,"resolveProxies":true,"lowerBound":1,"id":288,"derived":false},{"id":289,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"range","changeable":true,"resolveProxies":true,"lowerBound":0,"id":290,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"domain","changeable":true,"resolveProxies":true,"lowerBound":0,"id":291,"derived":false},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"id":294,"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":"vp","changeable":true,"lowerBound":0,"iD":false,"id":295,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"arity","changeable":true,"lowerBound":1,"iD":false,"id":296,"derived":false},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"predicateCategory","changeable":true,"lowerBound":0,"iD":false,"id":300,"derived":false},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":303,"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":"np","changeable":true,"lowerBound":0,"iD":false,"id":304,"derived":false},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":308,"derived":false},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"languageTag","changeable":true,"lowerBound":0,"iD":false,"id":311,"derived":false},{"id":312,"eClass":"EGenericType"},{"id":313,"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":"lexicalValue","changeable":true,"lowerBound":1,"iD":false,"id":314,"derived":false},{"id":315,"eClass":"EGenericType"},{"id":316,"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":"vp","changeable":true,"lowerBound":0,"iD":false,"id":317,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"domrm","changeable":true,"lowerBound":0,"iD":false,"id":318,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"rgrn","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"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"classRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":324,"derived":false},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"np","changeable":true,"lowerBound":0,"iD":false,"id":329,"derived":false},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":333,"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":"vp","changeable":true,"lowerBound":0,"iD":false,"id":334,"derived":false},{"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":false,"name":"vp","changeable":true,"lowerBound":0,"iD":false,"id":338,"derived":false},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SOAPMessageBody","instanceClass":null,"abstract":false,"id":341,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SOAPConversationalMsgEvtExpression","instanceClass":null,"abstract":false,"id":342,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SOAPRPCResponseMsgEvtExpression","instanceClass":null,"abstract":false,"id":343,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SOAPRPCRequestMsgEvtExpression","instanceClass":null,"abstract":false,"id":344,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SOAPMessageHeaderBlock","instanceClass":null,"abstract":false,"id":345,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SOAPMessageHeader","instanceClass":null,"abstract":false,"id":346,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SOAPMessageBodyChild","instanceClass":null,"abstract":false,"id":347,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EveryYearTimeEventExpression","instanceClass":null,"abstract":false,"id":348,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EveryMonthTimeEventExpression","instanceClass":null,"abstract":false,"id":349,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EveryWeekTimeEventExpression","instanceClass":null,"abstract":false,"id":350,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EveryDayTimeEventExpression","instanceClass":null,"abstract":false,"id":351,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EveryHourTimeEventExpression","instanceClass":null,"abstract":false,"id":352,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EveryMinuteTimeEventExpression","instanceClass":null,"abstract":false,"id":353,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageEventExpression","instanceClass":null,"abstract":false,"id":354,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SOAPMessageEventExpression","instanceClass":null,"abstract":false,"id":355,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PeriodicTimeEventExpression","instanceClass":null,"abstract":false,"id":356,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SingularTimeEventExpression","instanceClass":null,"abstract":false,"id":357,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionEventExpression","instanceClass":null,"abstract":false,"id":358,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeEventExpression","instanceClass":null,"abstract":true,"id":359,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParallelEventExpression","instanceClass":null,"abstract":false,"id":360,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceEventExpression","instanceClass":null,"abstract":false,"id":361,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChoiceEventExpression","instanceClass":null,"abstract":false,"id":362,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AtomicEventExpression","instanceClass":null,"abstract":false,"id":363,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AndNotEventExpression","instanceClass":null,"abstract":false,"id":364,"interface":false,"eClass":"EClass"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":365,"derived":false},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"nameSpaceName","changeable":true,"lowerBound":1,"iD":false,"id":370,"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":"localName","changeable":true,"lowerBound":1,"iD":false,"id":371,"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":"encodingStyle","changeable":true,"lowerBound":0,"iD":false,"id":372,"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":"mustUnderstand","changeable":true,"lowerBound":0,"iD":false,"id":373,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"role","changeable":true,"lowerBound":0,"iD":false,"id":374,"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":"relay","changeable":true,"lowerBound":0,"iD":false,"id":375,"derived":false},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"id":381,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"headerBlocks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":382,"derived":false},{"id":383,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"localName","changeable":true,"lowerBound":1,"iD":false,"id":384,"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":"nameSpaceName","changeable":true,"lowerBound":0,"iD":false,"id":385,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"encodingStyle","changeable":true,"lowerBound":0,"iD":false,"id":386,"derived":false},{"id":387,"eClass":"EGenericType"},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"dayOfYear","changeable":true,"lowerBound":1,"iD":false,"id":390,"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":"time","changeable":true,"lowerBound":0,"iD":false,"id":391,"derived":false},{"id":392,"eClass":"EGenericType"},{"id":393,"eClass":"EGenericType"},{"id":394,"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":"dayOfMonth","changeable":true,"lowerBound":1,"iD":false,"id":395,"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":"time","changeable":true,"lowerBound":0,"iD":false,"id":396,"derived":false},{"id":397,"eClass":"EGenericType"},{"id":398,"eClass":"EGenericType"},{"id":399,"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":"dayOfWeek","changeable":true,"lowerBound":1,"iD":false,"id":400,"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":"time","changeable":true,"lowerBound":1,"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":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"time","changeable":true,"lowerBound":1,"iD":false,"id":405,"derived":false},{"id":406,"eClass":"EGenericType"},{"id":407,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"minute","changeable":true,"lowerBound":1,"iD":false,"id":408,"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":"second","changeable":true,"lowerBound":0,"iD":false,"id":409,"derived":false},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"second","changeable":true,"lowerBound":1,"iD":false,"id":413,"derived":false},{"id":414,"eClass":"EGenericType"},{"id":415,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"sender","changeable":true,"lowerBound":1,"iD":false,"id":416,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"receiver","changeable":true,"lowerBound":1,"iD":false,"id":417,"derived":false},{"id":418,"eClass":"EGenericType"},{"id":419,"eClass":"EGenericType"},{"id":420,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":421,"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":"header","changeable":true,"resolveProxies":true,"lowerBound":0,"id":422,"derived":false},{"id":423,"eClass":"EGenericType"},{"id":424,"eClass":"EGenericType"},{"id":425,"eClass":"EGenericType"},{"id":426,"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":"dateTime","changeable":true,"lowerBound":1,"iD":false,"id":427,"derived":false},{"id":428,"eClass":"EGenericType"},{"id":429,"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":"actor","changeable":true,"lowerBound":1,"iD":false,"id":430,"derived":false},{"id":431,"eClass":"EGenericType"},{"id":432,"eClass":"EGenericType"},{"id":433,"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":"expressions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":434,"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":"timeWindow","changeable":true,"lowerBound":1,"iD":false,"id":435,"derived":false},{"id":436,"eClass":"EGenericType"},{"id":437,"eClass":"EGenericType"},{"id":438,"eClass":"EGenericType"},{"container":false,"ordered":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":439,"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":"timeWindow","changeable":true,"lowerBound":1,"iD":false,"id":440,"derived":false},{"id":441,"eClass":"EGenericType"},{"id":442,"eClass":"EGenericType"},{"id":443,"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":"expressions","changeable":true,"resolveProxies":true,"lowerBound":1,"id":444,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"minOccurs","changeable":true,"lowerBound":1,"iD":false,"id":445,"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":"maxOccurs","changeable":true,"lowerBound":1,"iD":false,"id":446,"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":"timeWindow","changeable":true,"lowerBound":1,"iD":false,"id":447,"derived":false},{"id":448,"eClass":"EGenericType"},{"id":449,"eClass":"EGenericType"},{"id":450,"eClass":"EGenericType"},{"id":451,"eClass":"EGenericType"},{"id":452,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":453,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":454,"derived":false},{"id":455,"eClass":"EGenericType"},{"id":456,"eClass":"EGenericType"},{"id":457,"eClass":"EGenericType"},{"container":false,"ordered":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":458,"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":"timeWndow","changeable":true,"lowerBound":1,"iD":false,"id":459,"derived":false},{"id":460,"eClass":"EGenericType"},{"id":461,"eClass":"EGenericType"},{"id":462,"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":"startDateTime","changeable":true,"lowerBound":1,"iD":false,"id":463,"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":"duration","changeable":true,"lowerBound":1,"iD":false,"id":464,"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":"occurDateTime","changeable":true,"lowerBound":1,"iD":false,"id":465,"derived":false},{"id":466,"eClass":"EGenericType"},{"id":467,"eClass":"EGenericType"},{"id":468,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvokeActionExpression","instanceClass":null,"abstract":false,"id":469,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SOAPRPCAction","instanceClass":null,"abstract":false,"id":470,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SOAPAction","instanceClass":null,"abstract":false,"id":471,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeleteActionExpression","instanceClass":null,"abstract":false,"id":472,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateActionExpression","instanceClass":null,"abstract":false,"id":473,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignActionExpression","instanceClass":null,"abstract":false,"id":474,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageAction","instanceClass":null,"abstract":false,"id":475,"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":"operation","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":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":477,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contextArgument","changeable":true,"resolveProxies":true,"lowerBound":0,"id":478,"derived":false},{"id":479,"eClass":"EGenericType"},{"id":480,"eClass":"EGenericType"},{"id":481,"eClass":"EGenericType"},{"id":482,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":483,"derived":false},{"id":484,"eClass":"EGenericType"},{"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":false,"unique":true,"name":"operation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":486,"derived":false},{"id":487,"eClass":"EGenericType"},{"id":488,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contextArgument","changeable":true,"resolveProxies":true,"lowerBound":1,"id":489,"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":"context","changeable":true,"resolveProxies":true,"lowerBound":1,"id":490,"derived":false},{"id":491,"eClass":"EGenericType"},{"id":492,"eClass":"EGenericType"},{"id":493,"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":"slots","changeable":true,"resolveProxies":true,"lowerBound":0,"id":494,"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":"context","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":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contextArgument","changeable":true,"resolveProxies":true,"lowerBound":1,"id":499,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"property","changeable":true,"resolveProxies":true,"lowerBound":1,"id":500,"derived":false},{"id":501,"eClass":"EGenericType"},{"id":502,"eClass":"EGenericType"},{"id":503,"eClass":"EGenericType"},{"id":504,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AtLeastAndAtMostQuantifiedFormula","instanceClass":null,"abstract":false,"id":505,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AtMostQuantifiedFormula","instanceClass":null,"abstract":false,"id":506,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AtLeastQuantifiedFormula","instanceClass":null,"abstract":false,"id":507,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Conjuction","instanceClass":null,"abstract":false,"id":508,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UniversallyQuantifiedFormula","instanceClass":null,"abstract":false,"id":509,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StrongNegation","instanceClass":null,"abstract":false,"id":510,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NegationAsFailure","instanceClass":null,"abstract":false,"id":511,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Negation","instanceClass":null,"abstract":false,"id":512,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Implication","instanceClass":null,"abstract":false,"id":513,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExistentiallyQuantifiedFormula","instanceClass":null,"abstract":false,"id":514,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Disjunction","instanceClass":null,"abstract":false,"id":515,"interface":false,"eClass":"EClass"},{"nsPrefix":null,"nsURI":null,"name":"qf","id":516,"eClass":"EPackage"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"maxCardinality","changeable":true,"lowerBound":1,"iD":false,"id":517,"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":"minCardinality","changeable":true,"lowerBound":1,"iD":false,"id":518,"derived":false},{"id":519,"eClass":"EGenericType"},{"id":520,"eClass":"EGenericType"},{"id":521,"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":"maxCardinality","changeable":true,"lowerBound":1,"iD":false,"id":522,"derived":false},{"id":523,"eClass":"EGenericType"},{"id":524,"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":"minCardinality","changeable":true,"lowerBound":1,"iD":false,"id":525,"derived":false},{"id":526,"eClass":"EGenericType"},{"id":527,"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":"formulas","changeable":true,"resolveProxies":true,"lowerBound":2,"id":528,"derived":false},{"id":529,"eClass":"EGenericType"},{"id":530,"eClass":"EGenericType"},{"id":531,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"formula","changeable":true,"resolveProxies":true,"lowerBound":1,"id":532,"derived":false},{"id":533,"eClass":"EGenericType"},{"id":534,"eClass":"EGenericType"},{"id":535,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"formula","changeable":true,"resolveProxies":true,"lowerBound":1,"id":536,"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":"variables","changeable":true,"resolveProxies":true,"lowerBound":1,"id":537,"derived":false},{"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":"formula","changeable":true,"resolveProxies":true,"lowerBound":1,"id":541,"derived":false},{"id":542,"eClass":"EGenericType"},{"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":"consequent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":545,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"antecedent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":546,"derived":false},{"id":547,"eClass":"EGenericType"},{"id":548,"eClass":"EGenericType"},{"id":549,"eClass":"EGenericType"},{"id":550,"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":"formulas","changeable":true,"resolveProxies":true,"lowerBound":2,"id":551,"derived":false},{"id":552,"eClass":"EGenericType"},{"id":553,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QFStrongNegation","instanceClass":null,"abstract":false,"id":554,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QFNegationAsFailure","instanceClass":null,"abstract":false,"id":555,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QFNegation","instanceClass":null,"abstract":false,"id":556,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QFDisjunction","instanceClass":null,"abstract":false,"id":557,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QFConjunction","instanceClass":null,"abstract":false,"id":558,"interface":false,"eClass":"EClass"},{"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":true,"unsettable":false,"transient":false,"unique":true,"name":"formula","changeable":true,"resolveProxies":true,"lowerBound":1,"id":561,"derived":false},{"id":562,"eClass":"EGenericType"},{"id":563,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"atoms","changeable":true,"resolveProxies":true,"lowerBound":1,"id":564,"derived":false},{"id":565,"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":"formulas","changeable":true,"resolveProxies":true,"lowerBound":2,"id":566,"derived":false},{"id":567,"eClass":"EGenericType"},{"id":568,"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":"formulas","changeable":true,"resolveProxies":true,"lowerBound":2,"id":569,"derived":false},{"id":570,"eClass":"EGenericType"},{"id":571,"eClass":"EGenericType"},{"nsPrefix":null,"nsURI":null,"name":"TerBasic","id":572,"eClass":"EPackage"},{"nsPrefix":null,"nsURI":null,"name":"TerFunctional","id":573,"eClass":"EPackage"},{"id":574,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"typeCategory","changeable":true,"lowerBound":0,"iD":false,"id":575,"derived":false},{"id":576,"eClass":"EGenericType"},{"id":577,"eClass":"EGenericType"},{"id":578,"eClass":"EGenericType"},{"nsPrefix":null,"nsURI":null,"name":"Variables","id":579,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectVariable","instanceClass":null,"abstract":false,"id":580,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataVariable","instanceClass":null,"abstract":false,"id":581,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GenericVariable","instanceClass":null,"abstract":false,"id":582,"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":583,"derived":false},{"id":584,"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":"classRef","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"datatypeRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":589,"derived":false},{"id":590,"eClass":"EGenericType"},{"id":591,"eClass":"EGenericType"},{"id":592,"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":"typeRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":593,"derived":false},{"id":594,"eClass":"EGenericType"},{"id":595,"eClass":"EGenericType"},{"id":596,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DatatypeFunctionTerm","instanceClass":null,"abstract":false,"id":597,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataFunctionTerm","instanceClass":null,"abstract":true,"id":598,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeFunctionTerm","instanceClass":null,"abstract":false,"id":599,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataOperationTerm","instanceClass":null,"abstract":false,"id":600,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReferencePropertyFunctionTerm","instanceClass":null,"abstract":false,"id":601,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectOperationTerm","instanceClass":null,"abstract":false,"id":602,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GenericFunctionTerm","instanceClass":null,"abstract":false,"id":603,"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":"function","changeable":true,"resolveProxies":true,"lowerBound":1,"id":604,"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":"dataArguments","changeable":true,"resolveProxies":true,"lowerBound":1,"id":605,"derived":false},{"id":606,"eClass":"EGenericType"},{"id":607,"eClass":"EGenericType"},{"id":608,"eClass":"EGenericType"},{"id":609,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contextArgument","changeable":true,"resolveProxies":true,"lowerBound":1,"id":610,"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":"attribute","changeable":true,"resolveProxies":true,"lowerBound":1,"id":611,"derived":false},{"id":612,"eClass":"EGenericType"},{"id":613,"eClass":"EGenericType"},{"id":614,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dataOperationRef","changeable":true,"resolveProxies":true,"lowerBound":1,"id":615,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contextArgument","changeable":true,"resolveProxies":true,"lowerBound":0,"id":616,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":617,"derived":false},{"id":618,"eClass":"EGenericType"},{"id":619,"eClass":"EGenericType"},{"id":620,"eClass":"EGenericType"},{"id":621,"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":"contextArgument","changeable":true,"resolveProxies":true,"lowerBound":1,"id":622,"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":"referencePropertyRef","changeable":true,"resolveProxies":true,"lowerBound":1,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"operation","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":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":628,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contextArgument","changeable":true,"resolveProxies":true,"lowerBound":0,"id":629,"derived":false},{"id":630,"eClass":"EGenericType"},{"id":631,"eClass":"EGenericType"},{"id":632,"eClass":"EGenericType"},{"id":633,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":634,"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":"functor","changeable":true,"resolveProxies":true,"lowerBound":1,"id":635,"derived":false},{"id":636,"eClass":"EGenericType"},{"id":637,"eClass":"EGenericType"},{"id":638,"eClass":"EGenericType"},{"nsPrefix":null,"nsURI":null,"name":"PrimitiveTypes","id":639,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Long","instanceClass":null,"id":640,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Float","instanceClass":null,"id":641,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Double","instanceClass":null,"id":642,"serializable":true,"eClass":"EDataType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":1,"target":0},{"source":1,"target":20},{"source":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":1,"target":24},{"source":20,"target":1},{"source":21,"target":1},{"source":22,"target":1},{"source":23,"target":1},{"source":24,"target":1},{"source":2,"target":0},{"source":2,"target":25},{"source":2,"target":26},{"source":2,"target":27},{"source":25,"target":2},{"source":26,"target":2},{"source":27,"target":2},{"source":3,"target":0},{"source":3,"target":28},{"source":3,"target":29},{"source":3,"target":30},{"source":28,"target":3},{"source":29,"target":3},{"source":30,"target":3},{"source":4,"target":0},{"source":4,"target":31},{"source":4,"target":32},{"source":4,"target":33},{"source":4,"target":34},{"source":4,"target":35},{"source":4,"target":36},{"source":4,"target":37},{"source":4,"target":38},{"source":31,"target":4},{"source":32,"target":4},{"source":33,"target":4},{"source":34,"target":4},{"source":35,"target":4},{"source":36,"target":4},{"source":37,"target":4},{"source":38,"target":4},{"source":5,"target":0},{"source":5,"target":8},{"source":5,"target":39},{"source":5,"target":40},{"source":39,"target":41},{"source":39,"target":42},{"source":39,"target":5},{"source":42,"target":41},{"source":40,"target":8},{"source":6,"target":0},{"source":6,"target":8},{"source":6,"target":43},{"source":6,"target":44},{"source":43,"target":45},{"source":43,"target":46},{"source":43,"target":6},{"source":46,"target":45},{"source":44,"target":8},{"source":7,"target":0},{"source":7,"target":47},{"source":47,"target":48},{"source":47,"target":49},{"source":47,"target":7},{"source":49,"target":48},{"source":8,"target":0},{"source":8,"target":50},{"source":8,"target":51},{"source":8,"target":52},{"source":8,"target":53},{"source":50,"target":54},{"source":50,"target":55},{"source":50,"target":8},{"source":55,"target":54},{"source":51,"target":56},{"source":51,"target":57},{"source":51,"target":8},{"source":57,"target":56},{"source":52,"target":58},{"source":52,"target":59},{"source":52,"target":8},{"source":59,"target":58},{"source":53,"target":48},{"source":53,"target":60},{"source":53,"target":8},{"source":60,"target":48},{"source":9,"target":0},{"source":9,"target":61},{"source":9,"target":62},{"source":9,"target":63},{"source":9,"target":64},{"source":61,"target":58},{"source":61,"target":65},{"source":61,"target":9},{"source":65,"target":58},{"source":62,"target":56},{"source":62,"target":66},{"source":62,"target":9},{"source":66,"target":56},{"source":63,"target":8},{"source":63,"target":67},{"source":63,"target":9},{"source":67,"target":8},{"source":64,"target":48},{"source":64,"target":68},{"source":64,"target":9},{"source":68,"target":48},{"source":10,"target":0},{"source":10,"target":8},{"source":10,"target":69},{"source":10,"target":70},{"source":69,"target":71},{"source":69,"target":72},{"source":69,"target":10},{"source":72,"target":71},{"source":70,"target":8},{"source":11,"target":0},{"source":11,"target":8},{"source":11,"target":73},{"source":11,"target":74},{"source":73,"target":75},{"source":73,"target":76},{"source":73,"target":11},{"source":76,"target":75},{"source":74,"target":8},{"source":12,"target":77},{"source":12,"target":78},{"source":12,"target":79},{"source":12,"target":80},{"source":12,"target":81},{"source":12,"target":82},{"source":12,"target":0},{"source":77,"target":12},{"source":77,"target":82},{"source":77,"target":83},{"source":83,"target":82},{"source":78,"target":12},{"source":78,"target":82},{"source":78,"target":84},{"source":84,"target":82},{"source":79,"target":12},{"source":79,"target":82},{"source":79,"target":85},{"source":85,"target":82},{"source":80,"target":12},{"source":80,"target":82},{"source":80,"target":86},{"source":86,"target":82},{"source":81,"target":12},{"source":81,"target":82},{"source":81,"target":87},{"source":87,"target":82},{"source":82,"target":12},{"source":82,"target":88},{"source":88,"target":48},{"source":88,"target":89},{"source":88,"target":82},{"source":89,"target":48},{"source":13,"target":75},{"source":13,"target":41},{"source":13,"target":45},{"source":13,"target":90},{"source":13,"target":91},{"source":13,"target":71},{"source":13,"target":0},{"source":75,"target":13},{"source":75,"target":80},{"source":75,"target":92},{"source":75,"target":93},{"source":75,"target":94},{"source":92,"target":95},{"source":92,"target":96},{"source":92,"target":75},{"source":96,"target":95},{"source":93,"target":97},{"source":93,"target":98},{"source":93,"target":75},{"source":98,"target":97},{"source":94,"target":80},{"source":41,"target":13},{"source":41,"target":79},{"source":41,"target":99},{"source":41,"target":100},{"source":41,"target":101},{"source":41,"target":102},{"source":41,"target":103},{"source":99,"target":95},{"source":99,"target":104},{"source":99,"target":41},{"source":104,"target":95},{"source":100,"target":105},{"source":100,"target":106},{"source":100,"target":41},{"source":106,"target":105},{"source":101,"target":95},{"source":101,"target":107},{"source":101,"target":41},{"source":107,"target":95},{"source":102,"target":108},{"source":102,"target":109},{"source":102,"target":41},{"source":109,"target":108},{"source":103,"target":79},{"source":45,"target":13},{"source":45,"target":78},{"source":45,"target":110},{"source":45,"target":111},{"source":45,"target":112},{"source":45,"target":113},{"source":110,"target":95},{"source":110,"target":114},{"source":110,"target":45},{"source":114,"target":95},{"source":111,"target":95},{"source":111,"target":115},{"source":111,"target":45},{"source":115,"target":95},{"source":112,"target":105},{"source":112,"target":116},{"source":112,"target":45},{"source":116,"target":105},{"source":113,"target":78},{"source":90,"target":13},{"source":90,"target":71},{"source":90,"target":117},{"source":117,"target":71},{"source":91,"target":13},{"source":91,"target":71},{"source":91,"target":118},{"source":118,"target":71},{"source":71,"target":13},{"source":71,"target":81},{"source":71,"target":119},{"source":71,"target":120},{"source":119,"target":121},{"source":119,"target":122},{"source":119,"target":71},{"source":122,"target":121},{"source":120,"target":81},{"source":14,"target":123},{"source":14,"target":124},{"source":14,"target":125},{"source":14,"target":126},{"source":14,"target":127},{"source":14,"target":0},{"source":123,"target":14},{"source":123,"target":125},{"source":123,"target":128},{"source":128,"target":125},{"source":124,"target":14},{"source":124,"target":125},{"source":124,"target":129},{"source":129,"target":125},{"source":125,"target":14},{"source":125,"target":130},{"source":125,"target":95},{"source":125,"target":131},{"source":125,"target":132},{"source":125,"target":133},{"source":131,"target":134},{"source":131,"target":135},{"source":131,"target":125},{"source":135,"target":134},{"source":132,"target":130},{"source":133,"target":95},{"source":126,"target":136},{"source":126,"target":137},{"source":126,"target":138},{"source":126,"target":139},{"source":126,"target":140},{"source":126,"target":141},{"source":126,"target":14},{"source":136,"target":126},{"source":136,"target":123},{"source":136,"target":142},{"source":136,"target":143},{"source":136,"target":144},{"source":142,"target":145},{"source":142,"target":146},{"source":142,"target":136},{"source":146,"target":145},{"source":143,"target":147},{"source":143,"target":148},{"source":143,"target":136},{"source":148,"target":147},{"source":144,"target":123},{"source":137,"target":126},{"source":137,"target":123},{"source":137,"target":149},{"source":137,"target":150},{"source":137,"target":151},{"source":149,"target":152},{"source":149,"target":153},{"source":149,"target":137},{"source":153,"target":152},{"source":150,"target":147},{"source":150,"target":154},{"source":150,"target":137},{"source":154,"target":147},{"source":151,"target":123},{"source":138,"target":126},{"source":138,"target":124},{"source":138,"target":155},{"source":138,"target":156},{"source":155,"target":157},{"source":155,"target":158},{"source":155,"target":138},{"source":158,"target":157},{"source":156,"target":124},{"source":139,"target":126},{"source":139,"target":124},{"source":139,"target":159},{"source":139,"target":160},{"source":159,"target":157},{"source":159,"target":161},{"source":159,"target":139},{"source":161,"target":157},{"source":160,"target":124},{"source":140,"target":126},{"source":140,"target":124},{"source":140,"target":162},{"source":140,"target":163},{"source":140,"target":164},{"source":162,"target":157},{"source":162,"target":165},{"source":162,"target":140},{"source":165,"target":157},{"source":163,"target":166},{"source":163,"target":167},{"source":163,"target":140},{"source":167,"target":166},{"source":164,"target":124},{"source":141,"target":126},{"source":141,"target":125},{"source":141,"target":168},{"source":141,"target":169},{"source":141,"target":170},{"source":168,"target":171},{"source":168,"target":172},{"source":168,"target":141},{"source":172,"target":171},{"source":169,"target":173},{"source":169,"target":174},{"source":169,"target":141},{"source":174,"target":173},{"source":170,"target":125},{"source":127,"target":175},{"source":127,"target":176},{"source":127,"target":177},{"source":127,"target":178},{"source":127,"target":179},{"source":127,"target":180},{"source":127,"target":181},{"source":127,"target":182},{"source":127,"target":14},{"source":175,"target":127},{"source":176,"target":127},{"source":176,"target":124},{"source":176,"target":183},{"source":176,"target":184},{"source":176,"target":185},{"source":176,"target":186},{"source":183,"target":187},{"source":183,"target":188},{"source":183,"target":176},{"source":188,"target":187},{"source":184,"target":173},{"source":184,"target":189},{"source":184,"target":176},{"source":189,"target":173},{"source":185,"target":157},{"source":185,"target":190},{"source":185,"target":176},{"source":190,"target":157},{"source":186,"target":124},{"source":177,"target":127},{"source":177,"target":175},{"source":177,"target":191},{"source":177,"target":192},{"source":177,"target":193},{"source":191,"target":147},{"source":191,"target":194},{"source":191,"target":177},{"source":194,"target":147},{"source":192,"target":195},{"source":192,"target":196},{"source":192,"target":177},{"source":196,"target":195},{"source":193,"target":175},{"source":178,"target":127},{"source":178,"target":175},{"source":178,"target":197},{"source":178,"target":198},{"source":178,"target":199},{"source":197,"target":157},{"source":197,"target":200},{"source":197,"target":178},{"source":200,"target":157},{"source":198,"target":201},{"source":198,"target":202},{"source":198,"target":178},{"source":202,"target":201},{"source":199,"target":175},{"source":179,"target":127},{"source":179,"target":124},{"source":179,"target":203},{"source":179,"target":204},{"source":179,"target":205},{"source":179,"target":206},{"source":203,"target":157},{"source":203,"target":207},{"source":203,"target":179},{"source":207,"target":157},{"source":204,"target":201},{"source":204,"target":208},{"source":204,"target":179},{"source":208,"target":201},{"source":205,"target":157},{"source":205,"target":209},{"source":205,"target":179},{"source":209,"target":157},{"source":206,"target":124},{"source":180,"target":127},{"source":180,"target":124},{"source":180,"target":210},{"source":180,"target":211},{"source":180,"target":212},{"source":180,"target":213},{"source":210,"target":195},{"source":210,"target":214},{"source":210,"target":180},{"source":214,"target":195},{"source":211,"target":157},{"source":211,"target":215},{"source":211,"target":180},{"source":215,"target":157},{"source":212,"target":147},{"source":212,"target":216},{"source":212,"target":180},{"source":216,"target":147},{"source":213,"target":124},{"source":181,"target":127},{"source":181,"target":124},{"source":181,"target":217},{"source":181,"target":218},{"source":181,"target":219},{"source":181,"target":220},{"source":181,"target":221},{"source":181,"target":222},{"source":217,"target":166},{"source":217,"target":223},{"source":217,"target":181},{"source":223,"target":166},{"source":218,"target":178},{"source":218,"target":224},{"source":218,"target":181},{"source":224,"target":178},{"source":219,"target":157},{"source":219,"target":225},{"source":219,"target":181},{"source":225,"target":157},{"source":220,"target":175},{"source":220,"target":226},{"source":220,"target":181},{"source":226,"target":175},{"source":221,"target":166},{"source":221,"target":227},{"source":221,"target":181},{"source":227,"target":166},{"source":222,"target":124},{"source":182,"target":127},{"source":182,"target":124},{"source":182,"target":228},{"source":182,"target":229},{"source":182,"target":230},{"source":182,"target":231},{"source":228,"target":232},{"source":228,"target":233},{"source":228,"target":182},{"source":233,"target":232},{"source":229,"target":147},{"source":229,"target":234},{"source":229,"target":182},{"source":234,"target":147},{"source":230,"target":157},{"source":230,"target":235},{"source":230,"target":182},{"source":235,"target":157},{"source":231,"target":124},{"source":15,"target":236},{"source":15,"target":237},{"source":15,"target":238},{"source":15,"target":239},{"source":15,"target":240},{"source":15,"target":0},{"source":236,"target":15},{"source":237,"target":241},{"source":237,"target":242},{"source":237,"target":243},{"source":237,"target":244},{"source":237,"target":245},{"source":237,"target":246},{"source":237,"target":247},{"source":237,"target":15},{"source":241,"target":237},{"source":241,"target":243},{"source":241,"target":248},{"source":241,"target":249},{"source":248,"target":48},{"source":248,"target":250},{"source":248,"target":241},{"source":250,"target":48},{"source":249,"target":243},{"source":242,"target":237},{"source":242,"target":243},{"source":242,"target":251},{"source":251,"target":243},{"source":243,"target":237},{"source":243,"target":252},{"source":243,"target":253},{"source":243,"target":254},{"source":253,"target":255},{"source":253,"target":256},{"source":253,"target":243},{"source":256,"target":255},{"source":254,"target":252},{"source":244,"target":237},{"source":244,"target":246},{"source":244,"target":257},{"source":244,"target":258},{"source":257,"target":145},{"source":257,"target":259},{"source":257,"target":244},{"source":259,"target":145},{"source":258,"target":246},{"source":245,"target":237},{"source":245,"target":246},{"source":245,"target":260},{"source":245,"target":261},{"source":260,"target":166},{"source":260,"target":262},{"source":260,"target":245},{"source":262,"target":166},{"source":261,"target":246},{"source":246,"target":237},{"source":246,"target":243},{"source":246,"target":263},{"source":246,"target":264},{"source":246,"target":265},{"source":263,"target":166},{"source":263,"target":266},{"source":263,"target":246},{"source":266,"target":166},{"source":264,"target":267},{"source":264,"target":268},{"source":264,"target":246},{"source":268,"target":267},{"source":265,"target":243},{"source":247,"target":237},{"source":247,"target":145},{"source":247,"target":269},{"source":247,"target":270},{"source":269,"target":271},{"source":269,"target":272},{"source":269,"target":247},{"source":272,"target":271},{"source":270,"target":145},{"source":238,"target":56},{"source":238,"target":15},{"source":56,"target":238},{"source":56,"target":273},{"source":56,"target":274},{"source":273,"target":48},{"source":273,"target":275},{"source":273,"target":56},{"source":275,"target":48},{"source":274,"target":3},{"source":274,"target":276},{"source":274,"target":56},{"source":276,"target":3},{"source":239,"target":277},{"source":239,"target":252},{"source":239,"target":58},{"source":239,"target":187},{"source":239,"target":152},{"source":239,"target":278},{"source":239,"target":195},{"source":239,"target":279},{"source":239,"target":280},{"source":239,"target":271},{"source":239,"target":201},{"source":239,"target":281},{"source":239,"target":145},{"source":239,"target":166},{"source":239,"target":267},{"source":239,"target":15},{"source":277,"target":239},{"source":277,"target":282},{"source":277,"target":283},{"source":277,"target":284},{"source":283,"target":166},{"source":283,"target":285},{"source":283,"target":277},{"source":285,"target":166},{"source":284,"target":282},{"source":252,"target":239},{"source":252,"target":286},{"source":286,"target":48},{"source":286,"target":287},{"source":286,"target":252},{"source":287,"target":48},{"source":58,"target":239},{"source":58,"target":288},{"source":288,"target":252},{"source":288,"target":289},{"source":288,"target":58},{"source":289,"target":252},{"source":187,"target":239},{"source":187,"target":278},{"source":187,"target":290},{"source":187,"target":291},{"source":187,"target":292},{"source":290,"target":267},{"source":290,"target":293},{"source":290,"target":187},{"source":293,"target":267},{"source":291,"target":166},{"source":291,"target":294},{"source":291,"target":187},{"source":294,"target":166},{"source":292,"target":278},{"source":152,"target":239},{"source":152,"target":278},{"source":152,"target":295},{"source":152,"target":296},{"source":152,"target":297},{"source":295,"target":48},{"source":295,"target":298},{"source":295,"target":152},{"source":298,"target":48},{"source":296,"target":255},{"source":296,"target":299},{"source":296,"target":152},{"source":299,"target":255},{"source":297,"target":278},{"source":278,"target":239},{"source":278,"target":252},{"source":278,"target":300},{"source":278,"target":301},{"source":300,"target":2},{"source":300,"target":302},{"source":300,"target":278},{"source":302,"target":2},{"source":301,"target":252},{"source":195,"target":239},{"source":195,"target":187},{"source":195,"target":303},{"source":195,"target":304},{"source":195,"target":305},{"source":303,"target":166},{"source":303,"target":306},{"source":303,"target":195},{"source":306,"target":166},{"source":304,"target":48},{"source":304,"target":307},{"source":304,"target":195},{"source":307,"target":48},{"source":305,"target":187},{"source":279,"target":239},{"source":279,"target":271},{"source":279,"target":308},{"source":279,"target":309},{"source":308,"target":145},{"source":308,"target":310},{"source":308,"target":279},{"source":310,"target":145},{"source":309,"target":271},{"source":280,"target":239},{"source":280,"target":271},{"source":280,"target":311},{"source":280,"target":312},{"source":311,"target":48},{"source":311,"target":313},{"source":311,"target":280},{"source":313,"target":48},{"source":312,"target":271},{"source":271,"target":239},{"source":271,"target":147},{"source":271,"target":314},{"source":271,"target":315},{"source":314,"target":48},{"source":314,"target":316},{"source":314,"target":271},{"source":316,"target":48},{"source":315,"target":147},{"source":201,"target":239},{"source":201,"target":187},{"source":201,"target":317},{"source":201,"target":318},{"source":201,"target":319},{"source":201,"target":320},{"source":317,"target":48},{"source":317,"target":321},{"source":317,"target":201},{"source":321,"target":48},{"source":318,"target":48},{"source":318,"target":322},{"source":318,"target":201},{"source":322,"target":48},{"source":319,"target":48},{"source":319,"target":323},{"source":319,"target":201},{"source":323,"target":48},{"source":320,"target":187},{"source":281,"target":239},{"source":281,"target":252},{"source":281,"target":157},{"source":281,"target":324},{"source":281,"target":325},{"source":281,"target":326},{"source":324,"target":166},{"source":324,"target":327},{"source":324,"target":281},{"source":327,"target":166},{"source":325,"target":252},{"source":326,"target":157},{"source":145,"target":239},{"source":145,"target":267},{"source":145,"target":328},{"source":328,"target":267},{"source":166,"target":239},{"source":166,"target":267},{"source":166,"target":329},{"source":166,"target":330},{"source":329,"target":48},{"source":329,"target":331},{"source":329,"target":166},{"source":331,"target":48},{"source":330,"target":267},{"source":267,"target":239},{"source":267,"target":278},{"source":267,"target":332},{"source":332,"target":278},{"source":240,"target":232},{"source":240,"target":171},{"source":240,"target":15},{"source":232,"target":240},{"source":232,"target":278},{"source":232,"target":333},{"source":232,"target":334},{"source":232,"target":335},{"source":333,"target":267},{"source":333,"target":336},{"source":333,"target":232},{"source":336,"target":267},{"source":334,"target":48},{"source":334,"target":337},{"source":334,"target":232},{"source":337,"target":48},{"source":335,"target":278},{"source":171,"target":240},{"source":171,"target":278},{"source":171,"target":338},{"source":171,"target":339},{"source":338,"target":48},{"source":338,"target":340},{"source":338,"target":171},{"source":340,"target":48},{"source":339,"target":278},{"source":16,"target":341},{"source":16,"target":342},{"source":16,"target":343},{"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":16,"target":356},{"source":16,"target":357},{"source":16,"target":358},{"source":16,"target":359},{"source":16,"target":360},{"source":16,"target":361},{"source":16,"target":362},{"source":16,"target":363},{"source":16,"target":364},{"source":16,"target":108},{"source":16,"target":0},{"source":341,"target":16},{"source":341,"target":365},{"source":365,"target":347},{"source":365,"target":366},{"source":365,"target":341},{"source":366,"target":347},{"source":342,"target":16},{"source":342,"target":355},{"source":342,"target":367},{"source":367,"target":355},{"source":343,"target":16},{"source":343,"target":355},{"source":343,"target":368},{"source":368,"target":355},{"source":344,"target":16},{"source":344,"target":355},{"source":344,"target":369},{"source":369,"target":355},{"source":345,"target":16},{"source":345,"target":370},{"source":345,"target":371},{"source":345,"target":372},{"source":345,"target":373},{"source":345,"target":374},{"source":345,"target":375},{"source":370,"target":48},{"source":370,"target":376},{"source":370,"target":345},{"source":376,"target":48},{"source":371,"target":48},{"source":371,"target":377},{"source":371,"target":345},{"source":377,"target":48},{"source":372,"target":48},{"source":372,"target":378},{"source":372,"target":345},{"source":378,"target":48},{"source":373,"target":134},{"source":373,"target":379},{"source":373,"target":345},{"source":379,"target":134},{"source":374,"target":48},{"source":374,"target":380},{"source":374,"target":345},{"source":380,"target":48},{"source":375,"target":134},{"source":375,"target":381},{"source":375,"target":345},{"source":381,"target":134},{"source":346,"target":16},{"source":346,"target":382},{"source":382,"target":345},{"source":382,"target":383},{"source":382,"target":346},{"source":383,"target":345},{"source":347,"target":16},{"source":347,"target":384},{"source":347,"target":385},{"source":347,"target":386},{"source":384,"target":48},{"source":384,"target":387},{"source":384,"target":347},{"source":387,"target":48},{"source":385,"target":48},{"source":385,"target":388},{"source":385,"target":347},{"source":388,"target":48},{"source":386,"target":48},{"source":386,"target":389},{"source":386,"target":347},{"source":389,"target":48},{"source":348,"target":16},{"source":348,"target":356},{"source":348,"target":390},{"source":348,"target":391},{"source":348,"target":392},{"source":390,"target":255},{"source":390,"target":393},{"source":390,"target":348},{"source":393,"target":255},{"source":391,"target":48},{"source":391,"target":394},{"source":391,"target":348},{"source":394,"target":48},{"source":392,"target":356},{"source":349,"target":16},{"source":349,"target":356},{"source":349,"target":395},{"source":349,"target":396},{"source":349,"target":397},{"source":395,"target":255},{"source":395,"target":398},{"source":395,"target":349},{"source":398,"target":255},{"source":396,"target":48},{"source":396,"target":399},{"source":396,"target":349},{"source":399,"target":48},{"source":397,"target":356},{"source":350,"target":16},{"source":350,"target":356},{"source":350,"target":400},{"source":350,"target":401},{"source":350,"target":402},{"source":400,"target":255},{"source":400,"target":403},{"source":400,"target":350},{"source":403,"target":255},{"source":401,"target":48},{"source":401,"target":404},{"source":401,"target":350},{"source":404,"target":48},{"source":402,"target":356},{"source":351,"target":16},{"source":351,"target":356},{"source":351,"target":405},{"source":351,"target":406},{"source":405,"target":48},{"source":405,"target":407},{"source":405,"target":351},{"source":407,"target":48},{"source":406,"target":356},{"source":352,"target":16},{"source":352,"target":356},{"source":352,"target":408},{"source":352,"target":409},{"source":352,"target":410},{"source":408,"target":255},{"source":408,"target":411},{"source":408,"target":352},{"source":411,"target":255},{"source":409,"target":255},{"source":409,"target":412},{"source":409,"target":352},{"source":412,"target":255},{"source":410,"target":356},{"source":353,"target":16},{"source":353,"target":356},{"source":353,"target":413},{"source":353,"target":414},{"source":413,"target":255},{"source":413,"target":415},{"source":413,"target":353},{"source":415,"target":255},{"source":414,"target":356},{"source":354,"target":16},{"source":354,"target":358},{"source":354,"target":416},{"source":354,"target":417},{"source":354,"target":418},{"source":416,"target":48},{"source":416,"target":419},{"source":416,"target":354},{"source":419,"target":48},{"source":417,"target":48},{"source":417,"target":420},{"source":417,"target":354},{"source":420,"target":48},{"source":418,"target":358},{"source":355,"target":16},{"source":355,"target":354},{"source":355,"target":421},{"source":355,"target":422},{"source":355,"target":423},{"source":421,"target":341},{"source":421,"target":424},{"source":421,"target":355},{"source":424,"target":341},{"source":422,"target":346},{"source":422,"target":425},{"source":422,"target":355},{"source":425,"target":346},{"source":423,"target":354},{"source":356,"target":16},{"source":356,"target":359},{"source":356,"target":426},{"source":426,"target":359},{"source":357,"target":16},{"source":357,"target":359},{"source":357,"target":427},{"source":357,"target":428},{"source":427,"target":255},{"source":427,"target":429},{"source":427,"target":357},{"source":429,"target":255},{"source":428,"target":359},{"source":358,"target":16},{"source":358,"target":363},{"source":358,"target":430},{"source":358,"target":431},{"source":430,"target":48},{"source":430,"target":432},{"source":430,"target":358},{"source":432,"target":48},{"source":431,"target":363},{"source":359,"target":16},{"source":359,"target":363},{"source":359,"target":433},{"source":433,"target":363},{"source":360,"target":16},{"source":360,"target":108},{"source":360,"target":434},{"source":360,"target":435},{"source":360,"target":436},{"source":434,"target":108},{"source":434,"target":437},{"source":434,"target":360},{"source":437,"target":108},{"source":435,"target":48},{"source":435,"target":438},{"source":435,"target":360},{"source":438,"target":48},{"source":436,"target":108},{"source":361,"target":16},{"source":361,"target":108},{"source":361,"target":439},{"source":361,"target":440},{"source":361,"target":441},{"source":439,"target":108},{"source":439,"target":442},{"source":439,"target":361},{"source":442,"target":108},{"source":440,"target":255},{"source":440,"target":443},{"source":440,"target":361},{"source":443,"target":255},{"source":441,"target":108},{"source":362,"target":16},{"source":362,"target":108},{"source":362,"target":444},{"source":362,"target":445},{"source":362,"target":446},{"source":362,"target":447},{"source":362,"target":448},{"source":444,"target":108},{"source":444,"target":449},{"source":444,"target":362},{"source":449,"target":108},{"source":445,"target":255},{"source":445,"target":450},{"source":445,"target":362},{"source":450,"target":255},{"source":446,"target":255},{"source":446,"target":451},{"source":446,"target":362},{"source":451,"target":255},{"source":447,"target":48},{"source":447,"target":452},{"source":447,"target":362},{"source":452,"target":48},{"source":448,"target":108},{"source":363,"target":16},{"source":363,"target":108},{"source":363,"target":453},{"source":363,"target":454},{"source":363,"target":455},{"source":453,"target":173},{"source":453,"target":456},{"source":453,"target":363},{"source":456,"target":173},{"source":454,"target":7},{"source":454,"target":457},{"source":454,"target":363},{"source":457,"target":7},{"source":455,"target":108},{"source":364,"target":16},{"source":364,"target":108},{"source":364,"target":458},{"source":364,"target":459},{"source":364,"target":460},{"source":458,"target":108},{"source":458,"target":461},{"source":458,"target":364},{"source":461,"target":108},{"source":459,"target":48},{"source":459,"target":462},{"source":459,"target":364},{"source":462,"target":48},{"source":460,"target":108},{"source":108,"target":16},{"source":108,"target":463},{"source":108,"target":464},{"source":108,"target":465},{"source":463,"target":48},{"source":463,"target":466},{"source":463,"target":108},{"source":466,"target":48},{"source":464,"target":48},{"source":464,"target":467},{"source":464,"target":108},{"source":467,"target":48},{"source":465,"target":48},{"source":465,"target":468},{"source":465,"target":108},{"source":468,"target":48},{"source":17,"target":469},{"source":17,"target":470},{"source":17,"target":471},{"source":17,"target":472},{"source":17,"target":473},{"source":17,"target":474},{"source":17,"target":475},{"source":17,"target":105},{"source":17,"target":0},{"source":469,"target":17},{"source":469,"target":105},{"source":469,"target":476},{"source":469,"target":477},{"source":469,"target":478},{"source":469,"target":479},{"source":476,"target":246},{"source":476,"target":480},{"source":476,"target":469},{"source":480,"target":246},{"source":477,"target":173},{"source":477,"target":481},{"source":477,"target":469},{"source":481,"target":173},{"source":478,"target":157},{"source":478,"target":482},{"source":478,"target":469},{"source":482,"target":157},{"source":479,"target":105},{"source":470,"target":17},{"source":470,"target":471},{"source":470,"target":483},{"source":470,"target":484},{"source":483,"target":173},{"source":483,"target":485},{"source":483,"target":470},{"source":485,"target":173},{"source":484,"target":471},{"source":471,"target":17},{"source":471,"target":475},{"source":471,"target":486},{"source":471,"target":487},{"source":486,"target":246},{"source":486,"target":488},{"source":486,"target":471},{"source":488,"target":246},{"source":487,"target":475},{"source":472,"target":17},{"source":472,"target":105},{"source":472,"target":489},{"source":472,"target":490},{"source":472,"target":491},{"source":489,"target":157},{"source":489,"target":492},{"source":489,"target":472},{"source":492,"target":157},{"source":490,"target":166},{"source":490,"target":493},{"source":490,"target":472},{"source":493,"target":166},{"source":491,"target":105},{"source":473,"target":17},{"source":473,"target":105},{"source":473,"target":494},{"source":473,"target":495},{"source":473,"target":496},{"source":494,"target":175},{"source":494,"target":497},{"source":494,"target":473},{"source":497,"target":175},{"source":495,"target":166},{"source":495,"target":498},{"source":495,"target":473},{"source":498,"target":166},{"source":496,"target":105},{"source":474,"target":17},{"source":474,"target":105},{"source":474,"target":499},{"source":474,"target":500},{"source":474,"target":501},{"source":499,"target":157},{"source":499,"target":502},{"source":499,"target":474},{"source":502,"target":157},{"source":500,"target":187},{"source":500,"target":503},{"source":500,"target":474},{"source":503,"target":187},{"source":501,"target":105},{"source":475,"target":17},{"source":475,"target":105},{"source":475,"target":504},{"source":504,"target":105},{"source":105,"target":17},{"source":18,"target":505},{"source":18,"target":506},{"source":18,"target":507},{"source":18,"target":508},{"source":18,"target":509},{"source":18,"target":510},{"source":18,"target":121},{"source":18,"target":511},{"source":18,"target":512},{"source":18,"target":130},{"source":18,"target":513},{"source":18,"target":514},{"source":18,"target":515},{"source":18,"target":516},{"source":18,"target":0},{"source":505,"target":18},{"source":505,"target":121},{"source":505,"target":517},{"source":505,"target":518},{"source":505,"target":519},{"source":517,"target":255},{"source":517,"target":520},{"source":517,"target":505},{"source":520,"target":255},{"source":518,"target":255},{"source":518,"target":521},{"source":518,"target":505},{"source":521,"target":255},{"source":519,"target":121},{"source":506,"target":18},{"source":506,"target":121},{"source":506,"target":522},{"source":506,"target":523},{"source":522,"target":255},{"source":522,"target":524},{"source":522,"target":506},{"source":524,"target":255},{"source":523,"target":121},{"source":507,"target":18},{"source":507,"target":121},{"source":507,"target":525},{"source":507,"target":526},{"source":525,"target":255},{"source":525,"target":527},{"source":525,"target":507},{"source":527,"target":255},{"source":526,"target":121},{"source":508,"target":18},{"source":508,"target":130},{"source":508,"target":528},{"source":508,"target":529},{"source":528,"target":130},{"source":528,"target":530},{"source":528,"target":508},{"source":530,"target":130},{"source":529,"target":130},{"source":509,"target":18},{"source":509,"target":121},{"source":509,"target":531},{"source":531,"target":121},{"source":510,"target":18},{"source":510,"target":512},{"source":510,"target":130},{"source":510,"target":532},{"source":510,"target":533},{"source":510,"target":534},{"source":532,"target":130},{"source":532,"target":535},{"source":532,"target":510},{"source":535,"target":130},{"source":533,"target":512},{"source":534,"target":130},{"source":121,"target":18},{"source":121,"target":130},{"source":121,"target":536},{"source":121,"target":537},{"source":121,"target":538},{"source":536,"target":130},{"source":536,"target":539},{"source":536,"target":121},{"source":539,"target":130},{"source":537,"target":54},{"source":537,"target":540},{"source":537,"target":121},{"source":540,"target":54},{"source":538,"target":130},{"source":511,"target":18},{"source":511,"target":512},{"source":511,"target":130},{"source":511,"target":541},{"source":511,"target":542},{"source":511,"target":543},{"source":541,"target":130},{"source":541,"target":544},{"source":541,"target":511},{"source":544,"target":130},{"source":542,"target":512},{"source":543,"target":130},{"source":512,"target":18},{"source":130,"target":18},{"source":513,"target":18},{"source":513,"target":130},{"source":513,"target":545},{"source":513,"target":546},{"source":513,"target":547},{"source":545,"target":130},{"source":545,"target":548},{"source":545,"target":513},{"source":548,"target":130},{"source":546,"target":130},{"source":546,"target":549},{"source":546,"target":513},{"source":549,"target":130},{"source":547,"target":130},{"source":514,"target":18},{"source":514,"target":121},{"source":514,"target":550},{"source":550,"target":121},{"source":515,"target":18},{"source":515,"target":130},{"source":515,"target":551},{"source":515,"target":552},{"source":551,"target":130},{"source":551,"target":553},{"source":551,"target":515},{"source":553,"target":130},{"source":552,"target":130},{"source":516,"target":554},{"source":516,"target":555},{"source":516,"target":556},{"source":516,"target":97},{"source":516,"target":557},{"source":516,"target":558},{"source":516,"target":95},{"source":516,"target":18},{"source":554,"target":516},{"source":554,"target":556},{"source":554,"target":559},{"source":559,"target":556},{"source":555,"target":516},{"source":555,"target":556},{"source":555,"target":560},{"source":560,"target":556},{"source":556,"target":516},{"source":556,"target":95},{"source":556,"target":561},{"source":556,"target":562},{"source":561,"target":95},{"source":561,"target":563},{"source":561,"target":556},{"source":563,"target":95},{"source":562,"target":95},{"source":97,"target":516},{"source":97,"target":564},{"source":564,"target":125},{"source":564,"target":565},{"source":564,"target":97},{"source":565,"target":125},{"source":557,"target":516},{"source":557,"target":95},{"source":557,"target":566},{"source":557,"target":567},{"source":566,"target":95},{"source":566,"target":568},{"source":566,"target":557},{"source":568,"target":95},{"source":567,"target":95},{"source":558,"target":516},{"source":558,"target":95},{"source":558,"target":569},{"source":558,"target":570},{"source":569,"target":95},{"source":569,"target":571},{"source":569,"target":558},{"source":571,"target":95},{"source":570,"target":95},{"source":95,"target":516},{"source":19,"target":282},{"source":19,"target":173},{"source":19,"target":157},{"source":19,"target":147},{"source":19,"target":572},{"source":19,"target":573},{"source":19,"target":0},{"source":282,"target":19},{"source":282,"target":173},{"source":282,"target":574},{"source":574,"target":173},{"source":173,"target":19},{"source":173,"target":575},{"source":575,"target":1},{"source":575,"target":576},{"source":575,"target":173},{"source":576,"target":1},{"source":157,"target":19},{"source":157,"target":173},{"source":157,"target":577},{"source":577,"target":173},{"source":147,"target":19},{"source":147,"target":173},{"source":147,"target":578},{"source":578,"target":173},{"source":572,"target":579},{"source":572,"target":19},{"source":579,"target":54},{"source":579,"target":580},{"source":579,"target":581},{"source":579,"target":582},{"source":579,"target":572},{"source":54,"target":579},{"source":54,"target":583},{"source":583,"target":48},{"source":583,"target":584},{"source":583,"target":54},{"source":584,"target":48},{"source":580,"target":579},{"source":580,"target":54},{"source":580,"target":157},{"source":580,"target":585},{"source":580,"target":586},{"source":580,"target":587},{"source":585,"target":166},{"source":585,"target":588},{"source":585,"target":580},{"source":588,"target":166},{"source":586,"target":54},{"source":587,"target":157},{"source":581,"target":579},{"source":581,"target":54},{"source":581,"target":147},{"source":581,"target":589},{"source":581,"target":590},{"source":581,"target":591},{"source":589,"target":145},{"source":589,"target":592},{"source":589,"target":581},{"source":592,"target":145},{"source":590,"target":54},{"source":591,"target":147},{"source":582,"target":579},{"source":582,"target":282},{"source":582,"target":54},{"source":582,"target":593},{"source":582,"target":594},{"source":582,"target":595},{"source":593,"target":267},{"source":593,"target":596},{"source":593,"target":582},{"source":596,"target":267},{"source":594,"target":282},{"source":595,"target":54},{"source":573,"target":597},{"source":573,"target":598},{"source":573,"target":599},{"source":573,"target":600},{"source":573,"target":601},{"source":573,"target":602},{"source":573,"target":603},{"source":573,"target":19},{"source":597,"target":573},{"source":597,"target":598},{"source":597,"target":604},{"source":597,"target":605},{"source":597,"target":606},{"source":604,"target":241},{"source":604,"target":607},{"source":604,"target":597},{"source":607,"target":241},{"source":605,"target":147},{"source":605,"target":608},{"source":605,"target":597},{"source":608,"target":147},{"source":606,"target":598},{"source":598,"target":573},{"source":598,"target":147},{"source":598,"target":609},{"source":609,"target":147},{"source":599,"target":573},{"source":599,"target":598},{"source":599,"target":610},{"source":599,"target":611},{"source":599,"target":612},{"source":610,"target":157},{"source":610,"target":613},{"source":610,"target":599},{"source":613,"target":157},{"source":611,"target":195},{"source":611,"target":614},{"source":611,"target":599},{"source":614,"target":195},{"source":612,"target":598},{"source":600,"target":573},{"source":600,"target":598},{"source":600,"target":615},{"source":600,"target":616},{"source":600,"target":617},{"source":600,"target":618},{"source":615,"target":244},{"source":615,"target":619},{"source":615,"target":600},{"source":619,"target":244},{"source":616,"target":157},{"source":616,"target":620},{"source":616,"target":600},{"source":620,"target":157},{"source":617,"target":173},{"source":617,"target":621},{"source":617,"target":600},{"source":621,"target":173},{"source":618,"target":598},{"source":601,"target":573},{"source":601,"target":157},{"source":601,"target":622},{"source":601,"target":623},{"source":601,"target":624},{"source":622,"target":157},{"source":622,"target":625},{"source":622,"target":601},{"source":625,"target":157},{"source":623,"target":201},{"source":623,"target":626},{"source":623,"target":601},{"source":626,"target":201},{"source":624,"target":157},{"source":602,"target":573},{"source":602,"target":157},{"source":602,"target":627},{"source":602,"target":628},{"source":602,"target":629},{"source":602,"target":630},{"source":627,"target":245},{"source":627,"target":631},{"source":627,"target":602},{"source":631,"target":245},{"source":628,"target":173},{"source":628,"target":632},{"source":628,"target":602},{"source":632,"target":173},{"source":629,"target":157},{"source":629,"target":633},{"source":629,"target":602},{"source":633,"target":157},{"source":630,"target":157},{"source":603,"target":573},{"source":603,"target":282},{"source":603,"target":634},{"source":603,"target":635},{"source":603,"target":636},{"source":634,"target":282},{"source":634,"target":637},{"source":634,"target":603},{"source":637,"target":282},{"source":635,"target":242},{"source":635,"target":638},{"source":635,"target":603},{"source":638,"target":242},{"source":636,"target":282},{"source":639,"target":255},{"source":639,"target":640},{"source":639,"target":641},{"source":639,"target":642},{"source":639,"target":134},{"source":639,"target":48},{"source":255,"target":639},{"source":640,"target":639},{"source":641,"target":639},{"source":642,"target":639},{"source":134,"target":639},{"source":48,"target":639}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="association" nsURI="http://org.isoe.gramgen.pattern.association.v0" nsPrefix="association"> <eClassifiers xsi:type="ecore:EClass" name="Source"> <eStructuralFeatures xsi:type="ecore:EReference" name="ref" upperBound="-1" eType="#//Target"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Target"/> </ecore:EPackage>
github:ecore:/data/francoispfister/diagraph/org.isoe.gramgen.pattern.association/Copy of model/association.ecore
ecore
association Source ref Target
null
{"directed":true,"nodes":[{"nsPrefix":"association","nsURI":"http://org.isoe.gramgen.pattern.association.v0","name":"association","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Source","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Target","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":false,"unsettable":false,"transient":false,"unique":true,"name":"ref","changeable":true,"resolveProxies":true,"lowerBound":0,"id":3,"derived":false},{"id":4,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":1,"target":0},{"source":1,"target":3},{"source":3,"target":2},{"source":3,"target":4},{"source":3,"target":1},{"source":4,"target":2},{"source":2,"target":0}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="kreq205" nsURI="http://kreq205" nsPrefix="_kreq205"> <eClassifiers xsi:type="ecore:EClass" name="Bbbb"> <eAnnotations source="diagraph"> <details key="node"/> <details key="pov"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="rs" lowerBound="1" upperBound="-1" eType="#//Rrrr" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ts" lowerBound="1" upperBound="-1" eType="#//Tttt" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ccs" lowerBound="1" upperBound="-1" eType="#//Cccc" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fs" lowerBound="1" upperBound="-1" eType="#//Ffff" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Rrrr"> <eAnnotations source="diagraph"> <details key="node"/> <details key="label=d3"/> <details key="cref=rqs"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="d3" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rqs" upperBound="-1" eType="#//Rqs" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Tttt" eSuperTypes="#//SObject"> <eAnnotations source="diagraph"> <details key="node"/> <details key="ref=rqs"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="rqs" upperBound="-1" eType="#//Rqs" eOpposite="#//Rqs/rts"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Rqs" eSuperTypes="#//SObject"> <eAnnotations source="diagraph"> <details key="node"/> <details key="cont=Rrrr.rqs"/> <details key="ref=dReqt"/> <details key="kref=subRqs"/> <details key="ref=specs"/> <details key="ref=spc"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="d2" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="a" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rts" upperBound="-1" eType="#//Tttt" eOpposite="#//Tttt/rqs"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dReqt" upperBound="-1" eType="#//Rqs"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subRqs" upperBound="-1" eType="#//Rqs" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="specs" upperBound="-1" eType="#//Ffff" eOpposite="#//Ffff/isBy"/> <eStructuralFeatures xsi:type="ecore:EReference" name="refine" upperBound="-1" eType="#//Rqs"/> <eStructuralFeatures xsi:type="ecore:EReference" name="spc" upperBound="-1" eType="#//Cccc" eOpposite="#//Cccc/specifiedBy"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Ffff"> <eAnnotations source="diagraph"> <details key="node"/> <details key="label=d4"/> <details key="cont=Bbbb.fs"/> <details key="kref=subFs"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="d4" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="isBy" upperBound="-1" eType="#//Rqs" eOpposite="#//Rqs/specs"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dmof" upperBound="-1" eType="#//Cccc" eOpposite="#//Cccc/pfrmis"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subFs" upperBound="-1" eType="#//Ffff" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="alto" upperBound="-1" eType="#//Cccc" eOpposite="#//Cccc/impf"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Cccc"> <eAnnotations source="diagraph"> <details key="node"/> <details key="label=de1"/> <details key="cont=Bbbb.ccs"/> <details key="ref=pfrmis"/> <details key="ref=satisfy"/> <details key="kref=subCs"/> <details key="ref=impf"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="de1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="satisfy" lowerBound="1" upperBound="-1" eType="#//Rqs"/> <eStructuralFeatures xsi:type="ecore:EReference" name="specifiedBy" lowerBound="1" upperBound="-1" eType="#//Rqs" eOpposite="#//Rqs/spc"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pfrmis" upperBound="-1" eType="#//Ffff" eOpposite="#//Ffff/dmof"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subCs" upperBound="-1" eType="#//Cccc" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="impf" upperBound="-1" eType="#//Ffff" eOpposite="#//Ffff/alto"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ls" upperBound="-1" eType="#//Llll" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SObject" abstract="true"> <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:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Llll"> <eAnnotations source="diagraph"> <details key="link"/> <details key="cont=Cccc.ls"/> <details key="lsrc=source"/> <details key="ltrg=target"/> <details key="label=d6"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//Cccc"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//Rqs"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="d6" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/francoispfister/diagraph/org.isoe.fwk.megamodel.deploy/repository-bundle/kreq205.ecore
ecore
kreq205 Bbbb rs ts ccs fs Rrrr d3 rqs Tttt rqs Rqs d2 a rts dReqt subRqs specs refine spc Ffff d4 isBy dmof subFs alto Cccc de1 satisfy specifiedBy pfrmis subCs impf ls SObject name id Llll source target d6
null
{"directed":true,"nodes":[{"nsPrefix":"_kreq205","nsURI":"http://kreq205","name":"kreq205","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Bbbb","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rrrr","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Tttt","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rqs","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Ffff","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Cccc","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SObject","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Llll","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rs","changeable":true,"resolveProxies":true,"lowerBound":1,"id":9,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ts","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":"ccs","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"fs","changeable":true,"resolveProxies":true,"lowerBound":1,"id":12,"derived":false},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"d3","changeable":true,"lowerBound":0,"iD":false,"id":17,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rqs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rqs","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":false,"unsettable":false,"transient":false,"unique":true,"name":"rts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"d2","changeable":true,"lowerBound":0,"iD":false,"id":25,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"a","changeable":true,"lowerBound":0,"iD":false,"id":26,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dReqt","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":"subRqs","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":"specs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"refine","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"spc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"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":"isBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"specifiedBy","changeable":true,"resolveProxies":true,"lowerBound":1,"id":42,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"d4","changeable":true,"lowerBound":0,"iD":false,"id":43,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dmof","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subFs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"alto","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"pfrmis","changeable":true,"resolveProxies":true,"lowerBound":0,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"impf","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":"de1","changeable":true,"lowerBound":0,"iD":false,"id":54,"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":"satisfy","changeable":true,"resolveProxies":true,"lowerBound":1,"id":55,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subCs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ls","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":65,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":69,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":70,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"d6","changeable":true,"lowerBound":0,"iD":false,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"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":1,"target":0},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":9,"target":2},{"source":9,"target":13},{"source":9,"target":1},{"source":13,"target":2},{"source":10,"target":3},{"source":10,"target":14},{"source":10,"target":1},{"source":14,"target":3},{"source":11,"target":6},{"source":11,"target":15},{"source":11,"target":1},{"source":15,"target":6},{"source":12,"target":5},{"source":12,"target":16},{"source":12,"target":1},{"source":16,"target":5},{"source":2,"target":0},{"source":2,"target":17},{"source":2,"target":18},{"source":17,"target":19},{"source":17,"target":2},{"source":18,"target":4},{"source":18,"target":20},{"source":18,"target":2},{"source":20,"target":4},{"source":3,"target":0},{"source":3,"target":7},{"source":3,"target":21},{"source":3,"target":22},{"source":21,"target":4},{"source":21,"target":23},{"source":21,"target":3},{"source":21,"target":24},{"source":23,"target":4},{"source":22,"target":7},{"source":4,"target":0},{"source":4,"target":7},{"source":4,"target":25},{"source":4,"target":26},{"source":4,"target":24},{"source":4,"target":27},{"source":4,"target":28},{"source":4,"target":29},{"source":4,"target":30},{"source":4,"target":31},{"source":4,"target":32},{"source":25,"target":33},{"source":25,"target":4},{"source":26,"target":34},{"source":26,"target":4},{"source":24,"target":3},{"source":24,"target":35},{"source":24,"target":4},{"source":24,"target":21},{"source":35,"target":3},{"source":27,"target":4},{"source":27,"target":36},{"source":27,"target":4},{"source":36,"target":4},{"source":28,"target":4},{"source":28,"target":37},{"source":28,"target":4},{"source":37,"target":4},{"source":29,"target":5},{"source":29,"target":38},{"source":29,"target":4},{"source":29,"target":39},{"source":38,"target":5},{"source":30,"target":4},{"source":30,"target":40},{"source":30,"target":4},{"source":40,"target":4},{"source":31,"target":6},{"source":31,"target":41},{"source":31,"target":4},{"source":31,"target":42},{"source":41,"target":6},{"source":32,"target":7},{"source":5,"target":0},{"source":5,"target":43},{"source":5,"target":39},{"source":5,"target":44},{"source":5,"target":45},{"source":5,"target":46},{"source":43,"target":47},{"source":43,"target":5},{"source":39,"target":4},{"source":39,"target":48},{"source":39,"target":5},{"source":39,"target":29},{"source":48,"target":4},{"source":44,"target":6},{"source":44,"target":49},{"source":44,"target":5},{"source":44,"target":50},{"source":49,"target":6},{"source":45,"target":5},{"source":45,"target":51},{"source":45,"target":5},{"source":51,"target":5},{"source":46,"target":6},{"source":46,"target":52},{"source":46,"target":5},{"source":46,"target":53},{"source":52,"target":6},{"source":6,"target":0},{"source":6,"target":54},{"source":6,"target":55},{"source":6,"target":42},{"source":6,"target":50},{"source":6,"target":56},{"source":6,"target":53},{"source":6,"target":57},{"source":54,"target":58},{"source":54,"target":6},{"source":55,"target":4},{"source":55,"target":59},{"source":55,"target":6},{"source":59,"target":4},{"source":42,"target":4},{"source":42,"target":60},{"source":42,"target":6},{"source":42,"target":31},{"source":60,"target":4},{"source":50,"target":5},{"source":50,"target":61},{"source":50,"target":6},{"source":50,"target":44},{"source":61,"target":5},{"source":56,"target":6},{"source":56,"target":62},{"source":56,"target":6},{"source":62,"target":6},{"source":53,"target":5},{"source":53,"target":63},{"source":53,"target":6},{"source":53,"target":46},{"source":63,"target":5},{"source":57,"target":8},{"source":57,"target":64},{"source":57,"target":6},{"source":64,"target":8},{"source":7,"target":0},{"source":7,"target":65},{"source":7,"target":66},{"source":65,"target":67},{"source":65,"target":7},{"source":66,"target":68},{"source":66,"target":7},{"source":8,"target":0},{"source":8,"target":69},{"source":8,"target":70},{"source":8,"target":71},{"source":69,"target":6},{"source":69,"target":72},{"source":69,"target":8},{"source":72,"target":6},{"source":70,"target":4},{"source":70,"target":73},{"source":70,"target":8},{"source":73,"target":4},{"source":71,"target":74},{"source":71,"target":8}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="simpleModel" nsURI="http://www.SimpleModel" nsPrefix="simpleModel"> <eClassifiers xsi:type="ecore:EClass" name="Activity"> <eStructuralFeatures xsi:type="ecore:EReference" name="contains" upperBound="-1" eType="#//Action" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Action"/> </ecore:EPackage>
github:ecore:/data/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/simpleModel.ecore
ecore
simpleModel Activity contains Action
null
{"directed":true,"nodes":[{"nsPrefix":"simpleModel","nsURI":"http://www.SimpleModel","name":"simpleModel","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","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":"contains","changeable":true,"resolveProxies":true,"lowerBound":0,"id":3,"derived":false},{"id":4,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":1,"target":0},{"source":1,"target":3},{"source":3,"target":2},{"source":3,"target":4},{"source":3,"target":1},{"source":4,"target":2},{"source":2,"target":0}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="hExamle_4_LHS" nsURI="hExamle_4_LHS" nsPrefix="hExamle_4_LHS"> <eClassifiers xsi:type="ecore:EClass" name="A"/> <eClassifiers xsi:type="ecore:EClass" name="B"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="att1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/hExample_4_LHS.ecore
ecore
hExamle_4_LHS A B att1
null
{"directed":true,"nodes":[{"nsPrefix":"hExamle_4_LHS","nsURI":"hExamle_4_LHS","name":"hExamle_4_LHS","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"A","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"B","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"att1","changeable":true,"lowerBound":0,"iD":false,"id":3,"derived":false},{"id":4,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":1,"target":0},{"source":2,"target":0},{"source":2,"target":3},{"source":3,"target":4},{"source":3,"target":2}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="hbmapkeys" nsURI="http://www.eclipse.org/emf/teneo/samples/emf/annotations/hbmapkeys" nsPrefix="hbmapkeys"> <eClassifiers xsi:type="ecore:EClass" name="Book"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Book"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="title"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="writersByName" upperBound="-1" eType="#//StringToWriterMapEntry" containment="true" resolveProxies="false"> <eAnnotations source="teneo.jpa"> <details key="appinfo" value="&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;@HbMapKey(columns=@Column(name=&quot;THENAMEOFTHEWRITER&quot;))&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;@JoinColumn(name=&quot;JOIN_COLUMN_WRITER&quot;)&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="writersByName"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="cityByWriter" upperBound="-1" eType="#//WriterToCityMapEntry" containment="true" resolveProxies="false"> <eAnnotations source="teneo.jpa"> <details key="appinfo" value="&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;@MapKeyManyToMany(targetEntity=&quot;Writer&quot;, joinColumns=@JoinColumn(name=&quot;THE_CITYWRITER_ID&quot;))&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;@JoinColumn(name=&quot;JOIN_COLUMN_CITY&quot;)&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="cityByWriter"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="City"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="City"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="name"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="cityWriter" lowerBound="1" eType="#//Writer" resolveProxies="false"> <eAnnotations source="teneo.jpa"> <details key="appinfo" value="&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;@JoinColumn(name=&quot;THE_CITYWRITER_ID&quot;)&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="cityWriter"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringToWriterMapEntry" instanceClassName="java.util.Map$Entry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="StringToWriterMapEntry"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="key"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Writer" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="value"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Writer"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Writer"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="teneo.jpa"> <details key="appinfo" value="&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;@Column(name=&quot;THENAMEOFTHEWRITER&quot;)&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="name"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WriterToCityMapEntry" instanceClassName="java.util.Map$Entry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="WriterToCityMapEntry"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="key" eType="#//Writer" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="key"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//City" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="value"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
github:ecore:/data/kchobantonov/org.eclipse.emf.teneo/tests/org.eclipse.emf.teneo.samples/src/org/eclipse/emf/teneo/samples/emf/annotations/hbmapkeys/model/hbmapkeys.ecore
ecore
hbmapkeys Book title writersByName cityByWriter City name cityWriter StringToWriterMapEntry java.util.Map$Entry java.util.Map$Entry key value Writer name WriterToCityMapEntry java.util.Map$Entry java.util.Map$Entry key value
null
{"directed":true,"nodes":[{"nsPrefix":"hbmapkeys","nsURI":"http://www.eclipse.org/emf/teneo/samples/emf/annotations/hbmapkeys","name":"hbmapkeys","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":"City","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"StringToWriterMapEntry","instanceClass":"java.util.Map$Entry","abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Writer","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"WriterToCityMapEntry","instanceClass":"java.util.Map$Entry","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":"title","changeable":true,"lowerBound":1,"iD":false,"id":6,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"writersByName","changeable":true,"resolveProxies":false,"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":"cityByWriter","changeable":true,"resolveProxies":false,"lowerBound":0,"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":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":12,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cityWriter","changeable":true,"resolveProxies":false,"lowerBound":1,"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":"key","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":false,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":false,"lowerBound":0,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"resolveProxies":false,"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":"value","changeable":true,"resolveProxies":false,"lowerBound":0,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":1,"target":0},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":6,"target":9},{"source":6,"target":1},{"source":7,"target":3},{"source":7,"target":10},{"source":7,"target":1},{"source":10,"target":3},{"source":8,"target":5},{"source":8,"target":11},{"source":8,"target":1},{"source":11,"target":5},{"source":2,"target":0},{"source":2,"target":12},{"source":2,"target":13},{"source":12,"target":14},{"source":12,"target":2},{"source":13,"target":4},{"source":13,"target":15},{"source":13,"target":2},{"source":15,"target":4},{"source":3,"target":0},{"source":3,"target":16},{"source":3,"target":17},{"source":16,"target":18},{"source":16,"target":3},{"source":17,"target":4},{"source":17,"target":19},{"source":17,"target":3},{"source":19,"target":4},{"source":4,"target":0},{"source":4,"target":20},{"source":20,"target":21},{"source":20,"target":4},{"source":5,"target":0},{"source":5,"target":22},{"source":5,"target":23},{"source":22,"target":4},{"source":22,"target":24},{"source":22,"target":5},{"source":24,"target":4},{"source":23,"target":2},{"source":23,"target":25},{"source":23,"target":5},{"source":25,"target":2}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="swift" nsURI="http://www.dawsonsystems.com/Swift" nsPrefix="swift"> <eClassifiers xsi:type="ecore:EClass" name="Message"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="elements" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/Swift.ecore
ecore
swift Message elements
null
{"directed":true,"nodes":[{"nsPrefix":"swift","nsURI":"http://www.dawsonsystems.com/Swift","name":"swift","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Message","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"elements","changeable":true,"lowerBound":0,"iD":false,"id":2,"derived":false},{"id":3,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":1,"target":0},{"source":1,"target":2},{"source":2,"target":3},{"source":2,"target":1}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="root" nsURI="" nsPrefix=""> <eClassifiers xsi:type="ecore:EClass" name="A"> <eStructuralFeatures xsi:type="ecore:EReference" name="b" eType="#//B" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="B"> <eAnnotations source="fff" references="#//A"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/diverse-project/kermeta/ecore_projects/fr.irisa.triskell.kermeta.ecore/test/kmt_testcases/ecore/AB01.ecore
ecore
root A b B
null
{"directed":true,"nodes":[{"nsPrefix":"","nsURI":"","name":"root","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"A","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"B","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"b","changeable":true,"resolveProxies":true,"lowerBound":0,"id":3,"derived":false},{"id":4,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":1,"target":0},{"source":1,"target":3},{"source":3,"target":2},{"source":3,"target":4},{"source":3,"target":1},{"source":4,"target":2},{"source":2,"target":0}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="aqlDomainClassDefPackage" nsURI="aqlDomainClassDefPackage" nsPrefix="aqlDomainClassDefPackage"> <eClassifiers xsi:type="ecore:EClass" name="Refuge"> <eStructuralFeatures xsi:type="ecore:EReference" name="chats" upperBound="-1" eType="#//Chat"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Chat"/> </ecore:EPackage>
github:ecore:/data/pcdavid/org.eclipse.sirius/plugins/org.eclipse.sirius.tests.junit/data/unit/dialect/aqlDomainClassDef.ecore
ecore
aqlDomainClassDefPackage Refuge chats Chat
null
{"directed":true,"nodes":[{"nsPrefix":"aqlDomainClassDefPackage","nsURI":"aqlDomainClassDefPackage","name":"aqlDomainClassDefPackage","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Refuge","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Chat","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":false,"unsettable":false,"transient":false,"unique":true,"name":"chats","changeable":true,"resolveProxies":true,"lowerBound":0,"id":3,"derived":false},{"id":4,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":1,"target":0},{"source":1,"target":3},{"source":3,"target":2},{"source":3,"target":4},{"source":3,"target":1},{"source":4,"target":2},{"source":2,"target":0}],"multigraph":true}
false
<?xml version="1.0" encoding="ASCII"?> <ecore:EPackage xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="VariablesReq" nsURI="http://fr.inria.diverse.examples.logo.variablesReq" nsPrefix="VariablesReq"> <eClassifiers xsi:type="ecore:EClass" name="Instruction" abstract="true"> <eAnnotations source="Required"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Expression" abstract="true" eSuperTypes="//Instruction"> <eAnnotations source="Required"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/damenac/puzzle/examples/logo/fr.inria.diverse.examples.logo.variables.syntax/models/Variables-required.ecore
ecore
VariablesReq Instruction Expression
null
{"directed":true,"nodes":[{"nsPrefix":"VariablesReq","nsURI":"http://fr.inria.diverse.examples.logo.variablesReq","name":"VariablesReq","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"id":3,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":1,"target":0},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":3},{"source":3,"target":1}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="rental" nsURI="http://com.opcoach.training/rental/1.0" nsPrefix="rental"> <eClassifiers xsi:type="ecore:EClass" name="Customer"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="consistentName"/> </eAnnotations> <eOperations name="getDisplayName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="firstName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lastName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="address" lowerBound="1" eType="#//Address" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="licenses" upperBound="-1" eType="#//License" containment="true" eOpposite="#//License/owner"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parentAgency" lowerBound="1" eType="#//RentalAgency" eOpposite="#//RentalAgency/customers"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RentalAgency"> <eOperations name="book" eType="#//Rental"> <eParameters name="customer" eType="#//Customer"/> <eParameters name="rentedObject" eType="#//RentalObject"/> <eParameters name="from" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eParameters name="to" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> </eOperations> <eOperations name="addCustomer"> <eParameters name="customer" eType="#//Customer"/> </eOperations> <eOperations name="addObject"> <eParameters name="object" eType="#//RentalObject"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="address" lowerBound="1" eType="#//Address" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="objectsToRent" upperBound="-1" eType="#//RentalObject" containment="true" eOpposite="#//RentalObject/parentAgency"/> <eStructuralFeatures xsi:type="ecore:EReference" name="customers" upperBound="-1" eType="#//Customer" containment="true" eOpposite="#//Customer/parentAgency"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rentals" upperBound="-1" eType="#//Rental" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Address"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="streetType" eType="#//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"> <eOperations name="rent" eType="#//Rental"> <eParameters name="customer" eType="#//Customer"/> </eOperations> <eOperations name="isAvailable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong" iD="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="picture" eType="#//Image"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parentAgency" lowerBound="1" eType="#//RentalAgency" eOpposite="#//RentalAgency/objectsToRent"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Image" instanceClassName="org.eclipse.swt.graphics.Image"/> <eClassifiers xsi:type="ecore:EClass" name="License"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="number" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="validityDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EReference" name="owner" eType="#//Customer" eOpposite="#//Customer/licenses"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Rental"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="startDateBeforeEndDate"/> </eAnnotations> <eOperations name="nbDaysBooked" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eOperations name="end" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eOperations name="start" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eOperations name="nbDaysRented" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="customer" lowerBound="1" eType="#//Customer"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rentedObject" eType="#//RentalObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="startDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="endDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parentAgency" lowerBound="1" eType="#//RentalAgency"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/rental.ecore
ecore
rental Customer getDisplayName firstName lastName address licenses parentAgency RentalAgency book customer rentedObject from to addCustomer customer addObject object name address objectsToRent customers rentals Address streetType 0 number zipCode city streetName StreetType Street Street Road Road RentalObject rent customer isAvailable ID name picture parentAgency Image org.eclipse.swt.graphics.Image org.eclipse.swt.graphics.Image License number validityDate owner Rental nbDaysBooked end start nbDaysRented customer rentedObject startDate endDate parentAgency
null
{"directed":true,"nodes":[{"nsPrefix":"rental","nsURI":"http://com.opcoach.training/rental/1.0","name":"rental","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Customer","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RentalAgency","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Address","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"StreetType","instanceClass":null,"id":4,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RentalObject","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.swt.graphics.Image","defaultValue":null,"instanceClassName":"org.eclipse.swt.graphics.Image","name":"Image","instanceClass":null,"id":6,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"License","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rental","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"getDisplayName","lowerBound":0,"id":9,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"firstName","changeable":true,"lowerBound":0,"iD":false,"id":10,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lastName","changeable":true,"lowerBound":0,"iD":false,"id":11,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"address","changeable":true,"resolveProxies":true,"lowerBound":1,"id":12,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"licenses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parentAgency","changeable":true,"resolveProxies":true,"lowerBound":1,"id":14,"derived":false},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owner","changeable":true,"resolveProxies":true,"lowerBound":0,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"customers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"book","lowerBound":0,"id":23,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addCustomer","lowerBound":0,"id":24,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addObject","lowerBound":0,"id":25,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":26,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"address","changeable":true,"resolveProxies":true,"lowerBound":1,"id":27,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"objectsToRent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rentals","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"customer","lowerBound":0,"id":31,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"rentedObject","lowerBound":0,"id":32,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"from","lowerBound":0,"id":33,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"to","lowerBound":0,"id":34,"many":false,"required":false,"eClass":"EParameter"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"customer","lowerBound":0,"id":39,"many":false,"required":false,"eClass":"EParameter"},{"id":40,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"object","lowerBound":0,"id":41,"many":false,"required":false,"eClass":"EParameter"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parentAgency","changeable":true,"resolveProxies":true,"lowerBound":1,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":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":49,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"number","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"zipCode","changeable":true,"lowerBound":0,"iD":false,"id":51,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"city","changeable":true,"lowerBound":0,"iD":false,"id":52,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"streetName","changeable":true,"lowerBound":0,"iD":false,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"name":"Street","id":59,"value":0,"literal":"Street","eClass":"EEnumLiteral"},{"name":"Road","id":60,"value":1,"literal":"Road","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"unique":true,"name":"rent","lowerBound":0,"id":61,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isAvailable","lowerBound":0,"id":62,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ID","changeable":true,"lowerBound":0,"iD":true,"id":63,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":64,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"picture","changeable":true,"lowerBound":0,"iD":false,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"customer","lowerBound":0,"id":67,"many":false,"required":false,"eClass":"EParameter"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"number","changeable":true,"lowerBound":0,"iD":false,"id":74,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"validityDate","changeable":true,"lowerBound":0,"iD":false,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"nbDaysBooked","lowerBound":0,"id":79,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"end","lowerBound":0,"id":80,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"start","lowerBound":0,"id":81,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"nbDaysRented","lowerBound":0,"id":82,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"customer","changeable":true,"resolveProxies":true,"lowerBound":1,"id":83,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rentedObject","changeable":true,"resolveProxies":true,"lowerBound":0,"id":84,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"startDate","changeable":true,"lowerBound":0,"iD":false,"id":85,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"endDate","changeable":true,"lowerBound":0,"iD":false,"id":86,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parentAgency","changeable":true,"resolveProxies":true,"lowerBound":1,"id":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":1,"target":0},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":9,"target":15},{"source":9,"target":1},{"source":10,"target":16},{"source":10,"target":1},{"source":11,"target":17},{"source":11,"target":1},{"source":12,"target":3},{"source":12,"target":18},{"source":12,"target":1},{"source":18,"target":3},{"source":13,"target":7},{"source":13,"target":19},{"source":13,"target":1},{"source":13,"target":20},{"source":19,"target":7},{"source":14,"target":2},{"source":14,"target":21},{"source":14,"target":1},{"source":14,"target":22},{"source":21,"target":2},{"source":2,"target":0},{"source":2,"target":23},{"source":2,"target":24},{"source":2,"target":25},{"source":2,"target":26},{"source":2,"target":27},{"source":2,"target":28},{"source":2,"target":22},{"source":2,"target":29},{"source":23,"target":8},{"source":23,"target":30},{"source":23,"target":2},{"source":23,"target":31},{"source":23,"target":32},{"source":23,"target":33},{"source":23,"target":34},{"source":30,"target":8},{"source":31,"target":1},{"source":31,"target":35},{"source":31,"target":23},{"source":35,"target":1},{"source":32,"target":5},{"source":32,"target":36},{"source":32,"target":23},{"source":36,"target":5},{"source":33,"target":37},{"source":33,"target":23},{"source":34,"target":38},{"source":34,"target":23},{"source":24,"target":2},{"source":24,"target":39},{"source":39,"target":1},{"source":39,"target":40},{"source":39,"target":24},{"source":40,"target":1},{"source":25,"target":2},{"source":25,"target":41},{"source":41,"target":5},{"source":41,"target":42},{"source":41,"target":25},{"source":42,"target":5},{"source":26,"target":43},{"source":26,"target":2},{"source":27,"target":3},{"source":27,"target":44},{"source":27,"target":2},{"source":44,"target":3},{"source":28,"target":5},{"source":28,"target":45},{"source":28,"target":2},{"source":28,"target":46},{"source":45,"target":5},{"source":22,"target":1},{"source":22,"target":47},{"source":22,"target":2},{"source":22,"target":14},{"source":47,"target":1},{"source":29,"target":8},{"source":29,"target":48},{"source":29,"target":2},{"source":48,"target":8},{"source":3,"target":0},{"source":3,"target":49},{"source":3,"target":50},{"source":3,"target":51},{"source":3,"target":52},{"source":3,"target":53},{"source":49,"target":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":64},{"source":5,"target":65},{"source":5,"target":46},{"source":61,"target":8},{"source":61,"target":66},{"source":61,"target":5},{"source":61,"target":67},{"source":66,"target":8},{"source":67,"target":1},{"source":67,"target":68},{"source":67,"target":61},{"source":68,"target":1},{"source":62,"target":69},{"source":62,"target":5},{"source":63,"target":70},{"source":63,"target":5},{"source":64,"target":71},{"source":64,"target":5},{"source":65,"target":6},{"source":65,"target":72},{"source":65,"target":5},{"source":72,"target":6},{"source":46,"target":2},{"source":46,"target":73},{"source":46,"target":5},{"source":46,"target":28},{"source":73,"target":2},{"source":6,"target":0},{"source":7,"target":0},{"source":7,"target":74},{"source":7,"target":75},{"source":7,"target":20},{"source":74,"target":76},{"source":74,"target":7},{"source":75,"target":77},{"source":75,"target":7},{"source":20,"target":1},{"source":20,"target":78},{"source":20,"target":7},{"source":20,"target":13},{"source":78,"target":1},{"source":8,"target":0},{"source":8,"target":79},{"source":8,"target":80},{"source":8,"target":81},{"source":8,"target":82},{"source":8,"target":83},{"source":8,"target":84},{"source":8,"target":85},{"source":8,"target":86},{"source":8,"target":87},{"source":79,"target":88},{"source":79,"target":8},{"source":80,"target":89},{"source":80,"target":8},{"source":81,"target":90},{"source":81,"target":8},{"source":82,"target":91},{"source":82,"target":8},{"source":83,"target":1},{"source":83,"target":92},{"source":83,"target":8},{"source":92,"target":1},{"source":84,"target":5},{"source":84,"target":93},{"source":84,"target":8},{"source":93,"target":5},{"source":85,"target":94},{"source":85,"target":8},{"source":86,"target":95},{"source":86,"target":8},{"source":87,"target":2},{"source":87,"target":96},{"source":87,"target":8},{"source":96,"target":2}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="operations" nsURI="http://www.eclipse.org/ecl/operations.ecore" nsPrefix="org.eclipse.ecl.core"> <eClassifiers xsi:type="ecore:EClass" name="Eq" eSuperTypes="../../org.eclipse.ecl.core/model/ecl.ecore#//Command"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Compares arguments on equality"/> <details key="returns" value="&lt;code>true&lt;/code> when args are equal, &lt;code>false&lt;/code> otherwise."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"> <eAnnotations source="http://www.eclipse.org/ecl/input"/> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Left argument"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Right argument"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Int" eSuperTypes="#//Convert"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Converts its argument to int."/> <details key="returns" value="Returns integer value or fails if value cannot be converted. &lt;code>true&lt;/code> is converted to &lt;code>1&lt;/code> and &lt;code>false&lt;/code> is converted to &lt;code>0&lt;/code>."/> <details key="example" value="//verifies that the number of Stops it less then 3&#xA;get-view &quot;Execution View&quot; | get-label -after [get-label &quot;Stops:&quot;] | get-text | int | lt 3 | verify-true"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Long" eSuperTypes="#//Convert"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Converts its argument to long."/> <details key="returns" value="Returns long value or fails if value cannot be converted. &lt;code>true&lt;/code> is converted to &lt;code>1L&lt;/code> and &lt;code>false&lt;/code> is converted to &lt;code>0L&lt;/code>."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Float" eSuperTypes="#//Convert"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Converts its argument to float."/> <details key="returns" value="&lt;p>Returns float value or fails if value cannot be converted. &lt;code>true&lt;/code> is converted to &lt;code>1.0&lt;/code> and &lt;code>false&lt;/code> is converted to &lt;code>0&lt;/code>. This command uses &lt;code>java.lang.Float.parseFloat&lt;/code> method, but also supports a few additional text values for infinity:&lt;/p>&#xA;&lt;ul>&#xA; &lt;li>&lt;b>+inf&lt;/b> &amp;ndash; returns &lt;code>Float.POSITIVE_INFINITY&lt;/code>&lt;/li>&#xA; &lt;li>&lt;b>inf&lt;/b> &amp;ndash; returns &lt;code>Float.POSITIVE_INFINITY&lt;/code>&lt;/li>&#xA; &lt;li>&lt;b>-inf&lt;/b> &amp;ndash; returns &lt;code>Float.NEGATIVE_INFINITY&lt;/code>&lt;/li>&#xA;&lt;/ul>"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Bool" eSuperTypes="#//Convert"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Converts its argument to boolean."/> <details key="returns" value="Returns boolean value or fails if value cannot be converted. "/> <details key="example" value="bool true | assert-true&#xA;bool 1 | assert-true"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Str" eSuperTypes="#//Convert"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Converts its argument to string."/> <details key="returns" value="Returns string value or fails if value cannot be converted. "/> <details key="example" value="//Types &quot;2&quot; into log&#xA;div 10 5 | str | log"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Convert" abstract="true" eSuperTypes="../../org.eclipse.ecl.core/model/ecl.ecore#//Command"> <eAnnotations source="http://www.eclipse.org/ecl/internal"/> <eStructuralFeatures xsi:type="ecore:EReference" name="input" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Argument to be converted."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/ecl/input"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssertTrue" eSuperTypes="../../org.eclipse.ecl.core/model/ecl.ecore#//Command"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="If input is not true, fails"/> <details key="returns" value="Nothing"/> <details key="example" value="...get-tree | get-item Project | get-property childCount -raw | gt 3 | assert-true -message &quot;Child count is not greater then 3!&quot; "/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="input" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Input value. Must be true."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/ecl/input"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="message" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Message to fail with when input is not true"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Length" eSuperTypes="../../org.eclipse.ecl.core/model/ecl.ecore#//Command"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Returns count of objects got from input pipe"/> <details key="returns" value="Object count"/> <details key="example" value="emit 1 2 3 | length | equals 3 | verify-true&#xA;&#xA;// verifies that Project item has 10 children&#xA;get-view &quot;Q7 Explorer&quot; | get-tree | get-item Project | get-items | length | equals 10 | verify-true"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="input" upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="List of objects to get the length for"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/ecl/input"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NotEq" eSuperTypes="../../org.eclipse.ecl.core/model/ecl.ecore#//Command"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Compares arguments are different"/> <details key="returns" value="&lt;code>false&lt;/code> when args are equal, &lt;code>true&lt;/code> otherwise."/> <details key="example" value=" int 9 | not-eq 10 | verify-true"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"> <eAnnotations source="http://www.eclipse.org/ecl/input"/> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Left argument"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Right argument"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Gt" eSuperTypes="#//BinaryOp"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Compares arguments on to one be greater then another"/> <details key="returns" value="&lt;code>true&lt;/code> when left are greater then right, &lt;code>false&lt;/code> otherwise."/> <details key="example" value="plus 6 4 | gt 8 | verify-true"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Lt" eSuperTypes="#//BinaryOp"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Compares arguments one are less then another"/> <details key="returns" value="&lt;code>true&lt;/code> when left is less then right, &lt;code>false&lt;/code> otherwise."/> <details key="example" value="plus 6 4 | lt 12 | verify-true"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Not" eSuperTypes="../../org.eclipse.ecl.core/model/ecl.ecore#//Command"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Return !value"/> <details key="returns" value="&lt;code>true&lt;/code> when value is false, &lt;code>false&lt;/code> otherwise."/> <details key="example" value="minus 10 7 | equals 2 | not | verify-true"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"> <eAnnotations source="http://www.eclipse.org/ecl/input"/> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Left argument"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Try" eSuperTypes="../../org.eclipse.ecl.core/model/ecl.ecore#//Command"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Try to execute command, retry times with delay if command are failed.&#xA;Execute catch if all operations is not succesfull. Execute finally in anyway."/> <details key="returns" value="return's -command output if command is successed."/> <details key="example" value="try -times 10 -delay 100 -command {&#xD;&#xA;&#x9;// some ECL scripts&#xD;&#xA;}"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="command" eType="ecore:EClass ../../org.eclipse.ecl.core/model/ecl.ecore#//Command"/> <eStructuralFeatures xsi:type="ecore:EReference" name="catch" eType="ecore:EClass ../../org.eclipse.ecl.core/model/ecl.ecore#//Command"/> <eStructuralFeatures xsi:type="ecore:EReference" name="finally" eType="ecore:EClass ../../org.eclipse.ecl.core/model/ecl.ecore#//Command"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="times" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EIntegerObject" defaultValueLiteral="1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="delay" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EIntegerObject" defaultValueLiteral="0"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Format" eSuperTypes="../../org.eclipse.ecl.core/model/ecl.ecore#//Command"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Writes a formatted string to output pipe"/> <details key="returns" value="Formatted string"/> <details key="example" value="format &quot;string: %s, int: %d&quot; &quot;foo&quot; 5 | log"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="format" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Format string as in Java's &lt;a href=&quot;http://docs.oracle.com/javase/6/docs/api/java/util/Formatter.html&quot;>String.format&lt;/a>"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="args" unique="false" upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Arguments for format string"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Emit" eSuperTypes="../../org.eclipse.ecl.core/model/ecl.ecore#//Command"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Writes its arguments into output pipe. "/> <details key="returns" value="List of arguments"/> <details key="example" value="emit &quot;hello&quot; &quot;world&quot; | foreach { log }"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="values" unique="false" upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RepeatWith" eSuperTypes="../../org.eclipse.ecl.core/model/ecl.ecore#//Command"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Takes list of commands from input pipe and single command as argument and executes them in following order: &#xA;&lt;pre>&#xA;command-from-input-1 | command-from-arg&#xA;command-from-input-2 | command-from-arg&#xA;...&#xA;&lt;/pre>"/> <details key="returns" value="Aggregated output of command from argument"/> <details key="example" value="// executes commands:&#xD;&#xA;// echo 1 | gt 2&#xD;&#xA;// echo 2 | gt 2&#xD;&#xA;// echo 3 | gt 2&#xD;&#xA;// output: false, false, true&#xD;&#xA;emit { echo 1} { echo 2} { echo 3} | repeat-with { gt 2 } "/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="commands" unique="false" upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"> <eAnnotations source="http://www.eclipse.org/ecl/input"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="command" eType="ecore:EClass ../../org.eclipse.ecl.core/model/ecl.ecore#//Command"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Repeat" eSuperTypes="../../org.eclipse.ecl.core/model/ecl.ecore#//Command"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Execute specified command multiple times."/> <details key="returns" value="Aggregated command output"/> <details key="example" value="//creates file0, file1, file2, file3, file4 &#xA;&#xA;repeat [val index] -times 5 -command {&#xA;&#xA;&#x9;get-view &quot;Q7 Explorer&quot; | get-tree | select &quot;Project/Folder&quot; | get-menu &quot;New/Other...&quot; | click&#xA;&#x9;with [get-window New] {&#xA; &#x9;&#x9;get-tree | select &quot;General/File&quot;&#xA; &#x9;&#x9;get-button &quot;Next >&quot; | click&#xA;&#x9;}&#xA;&#x9;with [get-window &quot;New File&quot;] {&#xA; &#x9;&#x9;get-editbox -after [get-label &quot;File name:&quot;] | set-text [concat &quot;file&quot; [$index | str]]&#xA; &#x9;&#x9;get-button Finish | click&#xA;&#x9;}&#xA;}"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="index" eType="ecore:EClass ../../org.eclipse.ecl.core/model/ecl.ecore#//Val" containment="true"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Optional value declaration to hold a current index"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="times" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt" defaultValueLiteral="1"/> <eStructuralFeatures xsi:type="ecore:EReference" name="command" eType="ecore:EClass ../../org.eclipse.ecl.core/model/ecl.ecore#//Command"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="delay" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt" defaultValueLiteral="0"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssertEmpty" eSuperTypes="../../org.eclipse.ecl.core/model/ecl.ecore#//Command"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Asserts that input pipe doesn't contain anything"/> <details key="returns" value="Nothing"/> <details key="example" value="find-in-workspace -path &quot;Project/nonexisting.file&quot; | assert-empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="message" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Message to fail with when input is not empty"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssertNonEmpty" eSuperTypes="../../org.eclipse.ecl.core/model/ecl.ecore#//Command"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Asserts that input pipe contain something"/> <details key="returns" value="Nothing"/> <details key="example" value="find-in-workspace -path &quot;Project/.*&quot; | assert-non-empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="message" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Message to fail with when input is empty"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Concat" eSuperTypes="../../org.eclipse.ecl.core/model/ecl.ecore#//Command"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Concatenates strings passed as arguments"/> <details key="returns" value="Concatenated string value"/> <details key="example" value="concat &quot;Mess&quot; &quot;age&quot; | equals &quot;Message&quot; | assert-true"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="strs" unique="false" upperBound="-1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Or" eSuperTypes="../../org.eclipse.ecl.core/model/ecl.ecore#//Command"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Computes the result of logical Or operation for passed arguments."/> <details key="returns" value="&lt;code>true&lt;/code> or &lt;code>false&lt;/code>."/> <details key="example" value="with [get-view &quot;Q7 Explorer&quot; | get-tree] {&#xA; if [or[get-item Project | get-property caption -raw | eq Project][get-property itemCount -raw | eq 1]] {&#xA; log -message &quot;One of two verifications passed&quot;&#xA; }&#xA;}"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="args" unique="false" lowerBound="2" upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Arguments to compute on."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="And" eSuperTypes="../../org.eclipse.ecl.core/model/ecl.ecore#//Command"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Computes the result of logical And operation for passed arguments."/> <details key="returns" value="&lt;code>true&lt;/code> or &lt;code>false&lt;/code>."/> <details key="example" value="with [get-view &quot;Q7 Explorer&quot; | get-tree] {&#xA; if [and[get-item Project | get-property caption -raw | eq Project][get-property itemCount -raw | eq 1]] {&#xA; log -message &quot;Both verifications passed&quot;&#xA; }&#xA;}"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="args" unique="false" lowerBound="2" upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Arguments to compute on."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GetTime" eSuperTypes="../../org.eclipse.ecl.core/model/ecl.ecore#//Command"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Returns current time as a number of milliseconds since January, 1, 1970."/> <details key="returns" value="Current time as long integer"/> <details key="example" value="get-time | format-time -format &quot;hh:mm:ss&quot; | log"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FormatTime" eSuperTypes="../../org.eclipse.ecl.core/model/ecl.ecore#//Command"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Reads timestamp value (as a number of milliseconds since January, 1, 1970) from input pipe and formats according to given format string. Format string is the same as used in &lt;code>java.text.SimpleDateFormat&lt;/code>."/> <details key="returns" value="String representation of given time"/> <details key="example" value="get-time | format-time -format &quot;dd.MM.yyyy&quot; | log&#xA;// writes current date, month and year into log"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="format" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BinaryOp" eSuperTypes="../../org.eclipse.ecl.core/model/ecl.ecore#//Command"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"> <eAnnotations source="http://www.eclipse.org/ecl/input"/> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Left argument"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="right" unique="false" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Right argument"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Plus" eSuperTypes="#//BinaryOp"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="&lt;p>returns &lt;code>left + right&lt;/code>&lt;/p>&#xA;&lt;p>Before performing an operation, arguments are converted to the widest type according to the following rules:&lt;/p>&#xA;&lt;ol>&#xA; &lt;li>&lt;code>string&lt;/code> arguments converted to &lt;code>long&lt;/code>&lt;/li>&#xA; &lt;li>&lt;code>boolean&lt;/code> arguments converted to &lt;code>long&lt;/code> (1 for &lt;code>true&lt;/code> and 0 for &lt;code>false&lt;/code>)&lt;/li>&#xA; &lt;li>If one of arguments is &lt;code>double&lt;/code>, converts the other one to &lt;code>double&lt;/code>&lt;/li>&#xA; &lt;li>If one of arguments is &lt;code>float&lt;/code>, converts the other one to &lt;code>float&lt;/code>&lt;/li>&#xA; &lt;li>If one of arguments is &lt;code>long&lt;/code>, converts the other one to &lt;code>long&lt;/code>&lt;/li>&#xA; &lt;li>Otherwise (in case of &lt;code>byte&lt;/code>, &lt;code>char&lt;/code>, or &lt;code>short&lt;/code>) converts both arguments to &lt;code>int&lt;/code>&lt;/li>&#xA;&lt;/ol>&#xA;"/> <details key="example" value="plus 10 3 | equals 13 | verify-true&#xA;int 8 | plus 2 | equals 10 | assert-true &quot;8 + 2 not equals 10!&quot;"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Minus" eSuperTypes="#//BinaryOp"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="&lt;p>returns &lt;code>left - right&lt;/code>&lt;/p>&#xA;&lt;p>Before performing an operation, arguments are converted to the widest type according to the following rules:&lt;/p>&#xA;&lt;ol>&#xA; &lt;li>&lt;code>string&lt;/code> arguments converted to &lt;code>long&lt;/code>&lt;/li>&#xA; &lt;li>&lt;code>boolean&lt;/code> arguments converted to &lt;code>long&lt;/code> (1 for &lt;code>true&lt;/code> and 0 for &lt;code>false&lt;/code>)&lt;/li>&#xA; &lt;li>If one of arguments is &lt;code>double&lt;/code>, converts the other one to &lt;code>double&lt;/code>&lt;/li>&#xA; &lt;li>If one of arguments is &lt;code>float&lt;/code>, converts the other one to &lt;code>float&lt;/code>&lt;/li>&#xA; &lt;li>If one of arguments is &lt;code>long&lt;/code>, converts the other one to &lt;code>long&lt;/code>&lt;/li>&#xA; &lt;li>Otherwise (in case of &lt;code>byte&lt;/code>, &lt;code>char&lt;/code>, or &lt;code>short&lt;/code>) converts both arguments to &lt;code>int&lt;/code>&lt;/li>&#xA;&lt;/ol>&#xA;"/> <details key="example" value="minus 8 5 | equals 3 | verify-true"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Div" eSuperTypes="#//BinaryOp"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="&lt;p>returns &lt;code>left / right&lt;/code>&lt;/p>&#xA;&lt;p>Before performing an operation, arguments are converted to the widest type according to the following rules:&lt;/p>&#xA;&lt;ol>&#xA; &lt;li>&lt;code>string&lt;/code> arguments converted to &lt;code>long&lt;/code>&lt;/li>&#xA; &lt;li>&lt;code>boolean&lt;/code> arguments converted to &lt;code>long&lt;/code> (1 for &lt;code>true&lt;/code> and 0 for &lt;code>false&lt;/code>)&lt;/li>&#xA; &lt;li>If one of arguments is &lt;code>double&lt;/code>, converts the other one to &lt;code>double&lt;/code>&lt;/li>&#xA; &lt;li>If one of arguments is &lt;code>float&lt;/code>, converts the other one to &lt;code>float&lt;/code>&lt;/li>&#xA; &lt;li>If one of arguments is &lt;code>long&lt;/code>, converts the other one to &lt;code>long&lt;/code>&lt;/li>&#xA; &lt;li>Otherwise (in case of &lt;code>byte&lt;/code>, &lt;code>char&lt;/code>, or &lt;code>short&lt;/code>) converts both arguments to &lt;code>int&lt;/code>&lt;/li>&#xA;&lt;/ol>&#xA;"/> <details key="example" value="div 10 5 | equals 2 | assert-true -message &quot;10/5 not equals 2!&quot;"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Mult" eSuperTypes="#//BinaryOp"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="&lt;p>returns &lt;code>left * right&lt;/code>&lt;/p>&#xA;&lt;p>Before performing an operation, arguments are converted to the widest type according to the following rules:&lt;/p>&#xA;&lt;ol>&#xA; &lt;li>&lt;code>string&lt;/code> arguments converted to &lt;code>long&lt;/code>&lt;/li>&#xA; &lt;li>&lt;code>boolean&lt;/code> arguments converted to &lt;code>long&lt;/code> (1 for &lt;code>true&lt;/code> and 0 for &lt;code>false&lt;/code>)&lt;/li>&#xA; &lt;li>If one of arguments is &lt;code>double&lt;/code>, converts the other one to &lt;code>double&lt;/code>&lt;/li>&#xA; &lt;li>If one of arguments is &lt;code>float&lt;/code>, converts the other one to &lt;code>float&lt;/code>&lt;/li>&#xA; &lt;li>If one of arguments is &lt;code>long&lt;/code>, converts the other one to &lt;code>long&lt;/code>&lt;/li>&#xA; &lt;li>Otherwise (in case of &lt;code>byte&lt;/code>, &lt;code>char&lt;/code>, or &lt;code>short&lt;/code>) converts both arguments to &lt;code>int&lt;/code>&lt;/li>&#xA;&lt;/ol>&#xA;"/> <details key="example" value="mult 5 7 | equals 35 | verify-true"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Abs" eSuperTypes="../../org.eclipse.ecl.core/model/ecl.ecore#//Command"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="&lt;p>returns &lt;code>java.lang.Math.abs(arg)&lt;/code>&lt;/p>&#xA;&lt;p>The return type of an operation is determined by the following rules:&lt;/p>&#xA;&lt;ol>&#xA; &lt;li>&lt;code>string&lt;/code> arg is converted to &lt;code>long&lt;/code>&lt;/li>&#xA; &lt;li>&lt;code>boolean&lt;/code> arg is converted to &lt;code>long&lt;/code> (1 for &lt;code>true&lt;/code> and 0 for &lt;code>false&lt;/code>)&lt;/li>&#xA; &lt;li>&lt;code>double&lt;/code>, &lt;code>float&lt;/code>, &lt;code>long&lt;/code> args retain its original type&lt;/li>&#xA; &lt;li>Otherwise (in case of &lt;code>byte&lt;/code>, &lt;code>char&lt;/code>, or &lt;code>short&lt;/code>) the returned value has type &lt;code>int&lt;/code>&lt;/li>&#xA;&lt;/ol>&#xA;"/> <details key="example" value=" emit &quot;-10.6&quot; | int | abs | str | log (writes 10 to log)"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="arg" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"> <eAnnotations source="http://www.eclipse.org/ecl/input"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Mod" eSuperTypes="#//BinaryOp"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="&lt;p>returns &lt;code>left % right&lt;/code>&lt;/p>&#xA;&lt;p>Before performing an operation, arguments are converted to the widest type according to the following rules:&lt;/p>&#xA;&lt;ol>&#xA; &lt;li>&lt;code>string&lt;/code> arguments converted to &lt;code>long&lt;/code>&lt;/li>&#xA; &lt;li>&lt;code>boolean&lt;/code> arguments converted to &lt;code>long&lt;/code> (1 for &lt;code>true&lt;/code> and 0 for &lt;code>false&lt;/code>)&lt;/li>&#xA; &lt;li>If one of arguments is &lt;code>double&lt;/code>, converts the other one to &lt;code>double&lt;/code>&lt;/li>&#xA; &lt;li>If one of arguments is &lt;code>float&lt;/code>, converts the other one to &lt;code>float&lt;/code>&lt;/li>&#xA; &lt;li>If one of arguments is &lt;code>long&lt;/code>, converts the other one to &lt;code>long&lt;/code>&lt;/li>&#xA; &lt;li>Otherwise (in case of &lt;code>byte&lt;/code>, &lt;code>char&lt;/code>, or &lt;code>short&lt;/code>) converts both arguments to &lt;code>int&lt;/code>&lt;/li>&#xA;&lt;/ol>&#xA;"/> <details key="example" value="mod 11 3 | equals 2 | verify-true"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Between" eSuperTypes="../../org.eclipse.ecl.core/model/ecl.ecore#//Command"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="&lt;p>returns &lt;code>true&lt;/code> if &lt;code>input&lt;/code> is greater than or equal to &lt;code>left&lt;/code> and less than or equal to &lt;code>right&lt;/code>&lt;/p>&#xA;&#xA;&lt;p>Before performing an operation, arguments are converted according to the following rules:&lt;/p>&#xA;&lt;ol>&#xA; &lt;li>&lt;code>string&lt;/code> arguments converted to &lt;code>long&lt;/code>&lt;/li>&#xA; &lt;li>&lt;code>boolean&lt;/code> arguments converted to &lt;code>long&lt;/code> (1 for &lt;code>true&lt;/code> and 0 for &lt;code>false&lt;/code>)&lt;/li>&#xA; &lt;li>If one of arguments is &lt;code>double&lt;/code>, converts the other one to &lt;code>double&lt;/code>&lt;/li>&#xA; &lt;li>If one of arguments is &lt;code>float&lt;/code>, converts the other one to &lt;code>float&lt;/code>&lt;/li>&#xA; &lt;li>If one of arguments is &lt;code>long&lt;/code>, converts the other one to &lt;code>long&lt;/code>&lt;/li>&#xA; &lt;li>Otherwise (in case of &lt;code>byte&lt;/code>, &lt;code>char&lt;/code>, or &lt;code>short&lt;/code>) converts both arguments to &lt;code>int&lt;/code>&lt;/li>&#xA;&lt;/ol>&#xA;"/> <details key="example" value="int 10 | between 7 12 | verify-true"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="input" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"> <eAnnotations source="http://www.eclipse.org/ecl/input"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" unique="false" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Entry" eSuperTypes="../../org.eclipse.ecl.core/model/ecl.ecore#//Command"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Creates a new map entry. Can only be used as an argument for &lt;a href=&quot;#map&quot;>map&lt;/a> command."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="key" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Map" eSuperTypes="../../org.eclipse.ecl.core/model/ecl.ecore#//Command"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Creates a new map. Also see &lt;a href=&quot;#get&quot;>get&lt;/a> command to find a value by key."/> <details key="example" value="let [val myMap [map &#xA; [entry firstName &quot;Ivan&quot;]&#xA; [entry lastName &quot;Inozemtsev&quot;]]] {&#xA; log [format &quot;%s %s&quot; [$myMap | get firstName] [$myMap | get lastName]]&#xA;}"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1" eType="#//Entry" containment="true"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="An arbitrary number of &lt;a href=&quot;#entry&quot;>entries&lt;/a>."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="List" eSuperTypes="../../org.eclipse.ecl.core/model/ecl.ecore#//Command"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Creates a new list. Also see &lt;a href=&quot;#get&quot;>get&lt;/a> command to find an element by index."/> <details key="example" value="list January Febuary March | get 1 | equals &quot;Febuary&quot; | verify-true"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="items" upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Loop" eSuperTypes="../../org.eclipse.ecl.core/model/ecl.ecore#//Command"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Executes recursive looping of a body. Allows to emulate 'while' and 'for' loops while preserving variable immutability. The idea is taken from Clojure's &lt;a href=&quot;http://clojure.org/functional_programming#Functional%20Programming--Recursive%20Looping&quot;>loop/recur&lt;/a> approach. Also see &lt;a href=&quot;#recur&quot;>recur&lt;/a> command."/> <details key="example" value="// Example 1. returns how many times a 81 is divisible by 3&#xA;loop [val count 0] [val n 81] {&#xA; if [mod $n 3 | eq 0] {&#xA; recur [$count | plus 1] [$n | div 3]&#xA; } -else {&#xA; log [format &quot;The answer is %d&quot; $count] //prints 'The answer is 4'&#xA; }&#xA;}&#xA;&#xA;&#xA;// Example 2. deletes all elements from a tree&#xA;proc &quot;get-my-tree&quot; { get-view &quot;My View&quot; | get-tree }&#xA;&#xA;proc &quot;has-elements&quot; {&#xA; get-my-tree | get-property itemCount -raw | int | gt 0&#xA;}&#xA;&#xA;loop {&#xA; if [has-elements] {&#xA; // Selects a first top-level item and invokes &quot;Delete&quot; from context menu&#xA; get-my-tree | select &quot;.*&quot; | get-menu &quot;Delete&quot; | click&#xA; // Confirms a removal in popup dialog&#xA; get-window &quot;Confirm Delete&quot; | get-button OK | click&#xA; // Continues execution from the beginning of loop body&#xA; recur&#xA; }&#xA;}"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="vals" upperBound="-1" eType="ecore:EClass ../../org.eclipse.ecl.core/model/ecl.ecore#//Val" containment="true"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Valus which are going to be modified during iterations. All initial values must be set."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="ecore:EClass ../../org.eclipse.ecl.core/model/ecl.ecore#//Command"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="A script to execute. Whenever script invokes &lt;a href=&quot;#recur&quot;>recur&lt;/a> command, an execution jumps to the beginning of loop body script."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Recur" eSuperTypes="../../org.eclipse.ecl.core/model/ecl.ecore#//Command"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Returns an execution to the beginning of &lt;a href=&quot;#loop&quot;>loop&lt;/a> command. Cannot be used outside of a loop."/> <details key="example" value="// calc and show a sum of ints from 3 to 10&#xA;&#xA;loop [val result 0] [val i 3] {&#xA; if [$i | eq 10] {&#xA; show-alert [str [$result | plus $i]]&#xA; } -else {&#xA; recur [$result | plus $i] [$i | plus 1]&#xA; }&#xA;}"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="values" upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="A list of new values for variables, declared in &lt;code>loop&lt;/code> command. Value count must exactly match to corresponding val count of a &lt;code>loop&lt;/code> command."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ToList" eSuperTypes="../../org.eclipse.ecl.core/model/ecl.ecore#//Command"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Loads whole input pipe and returns a single EclList object, containing it."/> <details key="example" value="emit 1 2 3 | to-list // same as list 1 2 3&#xA;emit 1 2 3 | to-list | to-list // same as list [list 1 2 3]"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Each" eSuperTypes="../../org.eclipse.ecl.core/model/ecl.ecore#//Command"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Iterates over &lt;a href=&quot;#list&quot;>list&lt;/a> or &lt;a href=&quot;#map&quot;>map&lt;/a>. Accepts one or two variable declarations, when only one variable given, it will be hold list elements or map values. A second variable, if provided, used for map keys or list element indices."/> <details key="example" value="// Iterate over elements.&#xA;list 1 2 3 | each [val element] {&#xA; log [format &quot;%d&quot; $element]&#xA;}&#xA;&#xA;// Iterate over elements with indices&#xA;list 1 2 3 | each [val element] [val index] {&#xA; log [format &quot;list[%d] = %d&quot; $index $element]&#xA;}&#xA;&#xA;// Iterate over map values&#xA;map [entry &quot;one&quot; 1] [entry &quot;two&quot; 2] | each [val value] { log [str $value] }&#xA;&#xA;// Iterate over map values with keys&#xA;map [entry &quot;one&quot; 1] [entry &quot;two&quot; 2] | each [val v] [val k] { log [concat $k &quot; = &quot; [str $v]] }"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="input" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"> <eAnnotations source="http://www.eclipse.org/ecl/input"/> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Map or List"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="val" lowerBound="1" eType="ecore:EClass ../../org.eclipse.ecl.core/model/ecl.ecore#//Val" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="key" eType="ecore:EClass ../../org.eclipse.ecl.core/model/ecl.ecore#//Val" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="do" eType="ecore:EClass ../../org.eclipse.ecl.core/model/ecl.ecore#//Command" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Split" eSuperTypes="../../org.eclipse.ecl.core/model/ecl.ecore#//Command"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value=""/> <details key="example" value="str &quot;1, 2, 3, 4, 5&quot; | split -sep &quot;,&quot; -trimResults | foreach [val item]{&#xA;&#x9;$item | log&#xA;}&#xA;"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="str" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"> <eAnnotations source="http://www.eclipse.org/ecl/input"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sep" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="trimResults" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="omitEmptyStrings" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParseTime" eSuperTypes="../../org.eclipse.ecl.core/model/ecl.ecore#//Command"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Reads a string from input pipe and parses it accoridng to a given format string."/> <details key="returns" value="Timestamp value (as a number of milliseconds since January, 1, 1970)"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="input" lowerBound="1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"> <eAnnotations source="http://www.eclipse.org/ecl/input"/> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="String representation of date."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="format" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/xored/ecl/plugins/org.eclipse.ecl.operations/model/operations.ecore
ecore
operations Eq left right Int Long Float Bool Str Convert input AssertTrue input message Length input NotEq left right Gt Lt Not left Try command catch finally times 1 delay 0 Format format args Emit values RepeatWith commands command Repeat index times 1 command delay 0 AssertEmpty message AssertNonEmpty message Concat strs Or args And args GetTime FormatTime format BinaryOp left right Plus Minus Div Mult Abs arg Mod Between input left right Entry key value Map entries List items Loop vals body Recur values ToList Each input val key do Split str sep trimResults false omitEmptyStrings false ParseTime input format
null
{"directed":true,"nodes":[{"nsPrefix":"org.eclipse.ecl.core","nsURI":"http://www.eclipse.org/ecl/operations.ecore","name":"operations","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Eq","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Int","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Long","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Float","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Bool","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Str","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Convert","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssertTrue","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Length","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotEq","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Gt","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Lt","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Not","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Try","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Format","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Emit","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RepeatWith","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Repeat","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssertEmpty","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssertNonEmpty","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Concat","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Or","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"And","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GetTime","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FormatTime","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryOp","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Plus","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Minus","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Div","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mult","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Abs","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mod","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Between","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Entry","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Map","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"List","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Loop","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Recur","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ToList","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Each","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Split","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParseTime","instanceClass":null,"abstract":false,"id":42,"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":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"right","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"input","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"input","changeable":true,"lowerBound":0,"iD":false,"id":56,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"message","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"input","changeable":true,"resolveProxies":true,"lowerBound":0,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":64,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"right","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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"command","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"catch","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":"finally","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"times","changeable":true,"lowerBound":0,"iD":false,"id":77,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"delay","changeable":true,"lowerBound":0,"iD":false,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"format","changeable":true,"lowerBound":0,"iD":false,"id":85,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"args","changeable":true,"resolveProxies":true,"lowerBound":0,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"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":false,"unsettable":false,"transient":false,"unique":false,"name":"commands","changeable":true,"resolveProxies":true,"lowerBound":0,"id":93,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"command","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":"index","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":"1","unsettable":false,"transient":false,"unique":true,"name":"times","changeable":true,"lowerBound":0,"iD":false,"id":99,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"command","changeable":true,"resolveProxies":true,"lowerBound":0,"id":100,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"delay","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"},{"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":107,"derived":false},{"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":"message","changeable":true,"lowerBound":0,"iD":false,"id":110,"derived":false},{"id":111,"eClass":"EGenericType"},{"id":112,"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":"strs","changeable":true,"lowerBound":0,"iD":false,"id":113,"derived":false},{"id":114,"eClass":"EGenericType"},{"id":115,"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":false,"name":"args","changeable":true,"resolveProxies":true,"lowerBound":2,"id":116,"derived":false},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"args","changeable":true,"resolveProxies":true,"lowerBound":2,"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":"format","changeable":true,"lowerBound":0,"iD":false,"id":123,"derived":false},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":126,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":127,"derived":false},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"arg","changeable":true,"resolveProxies":true,"lowerBound":0,"id":135,"derived":false},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"input","changeable":true,"resolveProxies":true,"lowerBound":0,"id":139,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":140,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":141,"derived":false},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"resolveProxies":true,"lowerBound":0,"id":146,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":147,"derived":false},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"entries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":151,"derived":false},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"items","changeable":true,"resolveProxies":true,"lowerBound":0,"id":154,"derived":false},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"vals","changeable":true,"resolveProxies":true,"lowerBound":0,"id":157,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"body","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"values","changeable":true,"resolveProxies":true,"lowerBound":0,"id":162,"derived":false},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"input","changeable":true,"resolveProxies":true,"lowerBound":1,"id":166,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"val","changeable":true,"resolveProxies":true,"lowerBound":1,"id":167,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"resolveProxies":true,"lowerBound":0,"id":168,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"do","changeable":true,"resolveProxies":true,"lowerBound":0,"id":169,"derived":false},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"str","changeable":true,"lowerBound":0,"iD":false,"id":175,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sep","changeable":true,"lowerBound":0,"iD":false,"id":176,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"trimResults","changeable":true,"lowerBound":0,"iD":false,"id":177,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"omitEmptyStrings","changeable":true,"lowerBound":0,"iD":false,"id":178,"derived":false},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"input","changeable":true,"lowerBound":1,"iD":false,"id":184,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"format","changeable":true,"lowerBound":0,"iD":false,"id":185,"derived":false},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":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":1,"target":0},{"source":1,"target":43},{"source":1,"target":44},{"source":1,"target":45},{"source":43,"target":46},{"source":43,"target":1},{"source":44,"target":47},{"source":44,"target":1},{"source":2,"target":0},{"source":2,"target":7},{"source":2,"target":48},{"source":48,"target":7},{"source":3,"target":0},{"source":3,"target":7},{"source":3,"target":49},{"source":49,"target":7},{"source":4,"target":0},{"source":4,"target":7},{"source":4,"target":50},{"source":50,"target":7},{"source":5,"target":0},{"source":5,"target":7},{"source":5,"target":51},{"source":51,"target":7},{"source":6,"target":0},{"source":6,"target":7},{"source":6,"target":52},{"source":52,"target":7},{"source":7,"target":0},{"source":7,"target":53},{"source":7,"target":54},{"source":53,"target":55},{"source":53,"target":7},{"source":8,"target":0},{"source":8,"target":56},{"source":8,"target":57},{"source":8,"target":58},{"source":56,"target":59},{"source":56,"target":8},{"source":57,"target":60},{"source":57,"target":8},{"source":9,"target":0},{"source":9,"target":61},{"source":9,"target":62},{"source":61,"target":63},{"source":61,"target":9},{"source":10,"target":0},{"source":10,"target":64},{"source":10,"target":65},{"source":10,"target":66},{"source":64,"target":67},{"source":64,"target":10},{"source":65,"target":68},{"source":65,"target":10},{"source":11,"target":0},{"source":11,"target":26},{"source":11,"target":69},{"source":69,"target":26},{"source":12,"target":0},{"source":12,"target":26},{"source":12,"target":70},{"source":70,"target":26},{"source":13,"target":0},{"source":13,"target":71},{"source":13,"target":72},{"source":71,"target":73},{"source":71,"target":13},{"source":14,"target":0},{"source":14,"target":74},{"source":14,"target":75},{"source":14,"target":76},{"source":14,"target":77},{"source":14,"target":78},{"source":14,"target":79},{"source":74,"target":80},{"source":74,"target":14},{"source":75,"target":81},{"source":75,"target":14},{"source":76,"target":82},{"source":76,"target":14},{"source":77,"target":83},{"source":77,"target":14},{"source":78,"target":84},{"source":78,"target":14},{"source":15,"target":0},{"source":15,"target":85},{"source":15,"target":86},{"source":15,"target":87},{"source":85,"target":88},{"source":85,"target":15},{"source":86,"target":89},{"source":86,"target":15},{"source":16,"target":0},{"source":16,"target":90},{"source":16,"target":91},{"source":90,"target":92},{"source":90,"target":16},{"source":17,"target":0},{"source":17,"target":93},{"source":17,"target":94},{"source":17,"target":95},{"source":93,"target":96},{"source":93,"target":17},{"source":94,"target":97},{"source":94,"target":17},{"source":18,"target":0},{"source":18,"target":98},{"source":18,"target":99},{"source":18,"target":100},{"source":18,"target":101},{"source":18,"target":102},{"source":98,"target":103},{"source":98,"target":18},{"source":99,"target":104},{"source":99,"target":18},{"source":100,"target":105},{"source":100,"target":18},{"source":101,"target":106},{"source":101,"target":18},{"source":19,"target":0},{"source":19,"target":107},{"source":19,"target":108},{"source":107,"target":109},{"source":107,"target":19},{"source":20,"target":0},{"source":20,"target":110},{"source":20,"target":111},{"source":110,"target":112},{"source":110,"target":20},{"source":21,"target":0},{"source":21,"target":113},{"source":21,"target":114},{"source":113,"target":115},{"source":113,"target":21},{"source":22,"target":0},{"source":22,"target":116},{"source":22,"target":117},{"source":116,"target":118},{"source":116,"target":22},{"source":23,"target":0},{"source":23,"target":119},{"source":23,"target":120},{"source":119,"target":121},{"source":119,"target":23},{"source":24,"target":0},{"source":24,"target":122},{"source":25,"target":0},{"source":25,"target":123},{"source":25,"target":124},{"source":123,"target":125},{"source":123,"target":25},{"source":26,"target":0},{"source":26,"target":126},{"source":26,"target":127},{"source":26,"target":128},{"source":126,"target":129},{"source":126,"target":26},{"source":127,"target":130},{"source":127,"target":26},{"source":27,"target":0},{"source":27,"target":26},{"source":27,"target":131},{"source":131,"target":26},{"source":28,"target":0},{"source":28,"target":26},{"source":28,"target":132},{"source":132,"target":26},{"source":29,"target":0},{"source":29,"target":26},{"source":29,"target":133},{"source":133,"target":26},{"source":30,"target":0},{"source":30,"target":26},{"source":30,"target":134},{"source":134,"target":26},{"source":31,"target":0},{"source":31,"target":135},{"source":31,"target":136},{"source":135,"target":137},{"source":135,"target":31},{"source":32,"target":0},{"source":32,"target":26},{"source":32,"target":138},{"source":138,"target":26},{"source":33,"target":0},{"source":33,"target":139},{"source":33,"target":140},{"source":33,"target":141},{"source":33,"target":142},{"source":139,"target":143},{"source":139,"target":33},{"source":140,"target":144},{"source":140,"target":33},{"source":141,"target":145},{"source":141,"target":33},{"source":34,"target":0},{"source":34,"target":146},{"source":34,"target":147},{"source":34,"target":148},{"source":146,"target":149},{"source":146,"target":34},{"source":147,"target":150},{"source":147,"target":34},{"source":35,"target":0},{"source":35,"target":151},{"source":35,"target":152},{"source":151,"target":34},{"source":151,"target":153},{"source":151,"target":35},{"source":153,"target":34},{"source":36,"target":0},{"source":36,"target":154},{"source":36,"target":155},{"source":154,"target":156},{"source":154,"target":36},{"source":37,"target":0},{"source":37,"target":157},{"source":37,"target":158},{"source":37,"target":159},{"source":157,"target":160},{"source":157,"target":37},{"source":158,"target":161},{"source":158,"target":37},{"source":38,"target":0},{"source":38,"target":162},{"source":38,"target":163},{"source":162,"target":164},{"source":162,"target":38},{"source":39,"target":0},{"source":39,"target":165},{"source":40,"target":0},{"source":40,"target":166},{"source":40,"target":167},{"source":40,"target":168},{"source":40,"target":169},{"source":40,"target":170},{"source":166,"target":171},{"source":166,"target":40},{"source":167,"target":172},{"source":167,"target":40},{"source":168,"target":173},{"source":168,"target":40},{"source":169,"target":174},{"source":169,"target":40},{"source":41,"target":0},{"source":41,"target":175},{"source":41,"target":176},{"source":41,"target":177},{"source":41,"target":178},{"source":41,"target":179},{"source":175,"target":180},{"source":175,"target":41},{"source":176,"target":181},{"source":176,"target":41},{"source":177,"target":182},{"source":177,"target":41},{"source":178,"target":183},{"source":178,"target":41},{"source":42,"target":0},{"source":42,"target":184},{"source":42,"target":185},{"source":42,"target":186},{"source":184,"target":187},{"source":184,"target":42},{"source":185,"target":188},{"source":185,"target":42}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="script" nsURI="urn:oasis:names:tc:opendocument:xmlns:script:1.0" nsPrefix="odfscript"> <eClassifiers xsi:type="ecore:EClass" name="EventListenerType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="event-listener_._type"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="actuate" lowerBound="1" eType="ecore:EEnum xlink.ecore#//ActuateType1" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="actuate"/> <details key="namespace" value="http://www.w3.org/1999/xlink"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="eventName" lowerBound="1" eType="ecore:EDataType text.ecore#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="event-name"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="href" eType="ecore:EDataType text.ecore#//AnyURI"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="href"/> <details key="namespace" value="http://www.w3.org/1999/xlink"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="language" lowerBound="1" eType="ecore:EDataType text.ecore#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="language"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="macroName" eType="ecore:EDataType text.ecore#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="macro-name"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EEnum xlink.ecore#//TypeType" defaultValueLiteral="simple" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="type"/> <details key="namespace" value="http://www.w3.org/1999/xlink"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DocumentRoot"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value=""/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="name" value=":mixed"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="xMLNSPrefixMap" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStringToStringMapEntry" transient="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="xmlns:prefix"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="xSISchemaLocation" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStringToStringMapEntry" transient="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="xsi:schemaLocation"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="eventListener" upperBound="-2" eType="#//EventListenerType" 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="event-listener"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="eventName" eType="ecore:EDataType text.ecore#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="event-name"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="language" eType="ecore:EDataType text.ecore#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="language"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="macroName" eType="ecore:EDataType text.ecore#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="macro-name"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
github:ecore:/data/DevBoost/Reuseware/Applications/ModelSoC/plugins/org.oasisopen.names.tc.opendocument/model/script.ecore
ecore
script EventListenerType actuate eventName href language macroName type simple DocumentRoot mixed xMLNSPrefixMap xSISchemaLocation eventListener eventName language macroName
null
{"directed":true,"nodes":[{"nsPrefix":"odfscript","nsURI":"urn:oasis:names:tc:opendocument:xmlns:script:1.0","name":"script","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventListenerType","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentRoot","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"actuate","changeable":true,"lowerBound":1,"iD":false,"id":3,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"eventName","changeable":true,"lowerBound":1,"iD":false,"id":4,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"href","changeable":true,"lowerBound":0,"iD":false,"id":5,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"language","changeable":true,"lowerBound":1,"iD":false,"id":6,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"macroName","changeable":true,"lowerBound":0,"iD":false,"id":7,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"simple","unsettable":true,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":8,"derived":false},{"id":9,"eClass":"EGenericType"},{"id":10,"eClass":"EGenericType"},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"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":15,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xMLNSPrefixMap","changeable":true,"resolveProxies":false,"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":true,"unique":true,"name":"xSISchemaLocation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":17,"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":"eventListener","changeable":true,"resolveProxies":false,"lowerBound":0,"id":18,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"eventName","changeable":true,"lowerBound":0,"iD":false,"id":19,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"language","changeable":true,"lowerBound":0,"iD":false,"id":20,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"macroName","changeable":true,"lowerBound":0,"iD":false,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":1,"target":0},{"source":1,"target":3},{"source":1,"target":4},{"source":1,"target":5},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":3,"target":9},{"source":3,"target":1},{"source":4,"target":10},{"source":4,"target":1},{"source":5,"target":11},{"source":5,"target":1},{"source":6,"target":12},{"source":6,"target":1},{"source":7,"target":13},{"source":7,"target":1},{"source":8,"target":14},{"source":8,"target":1},{"source":2,"target":0},{"source":2,"target":15},{"source":2,"target":16},{"source":2,"target":17},{"source":2,"target":18},{"source":2,"target":19},{"source":2,"target":20},{"source":2,"target":21},{"source":15,"target":22},{"source":15,"target":2},{"source":16,"target":23},{"source":16,"target":2},{"source":17,"target":24},{"source":17,"target":2},{"source":18,"target":1},{"source":18,"target":25},{"source":18,"target":2},{"source":25,"target":1},{"source":19,"target":26},{"source":19,"target":2},{"source":20,"target":27},{"source":20,"target":2},{"source":21,"target":28},{"source":21,"target":2}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="angular" nsURI="http://www.example.org/angular" nsPrefix="angular"> <eClassifiers xsi:type="ecore:EClass" name="Aplicacion"> <eStructuralFeatures xsi:type="ecore:EReference" name="vistas" upperBound="-1" eType="#//Vista" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nombre" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Vista"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nombre" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="navegaciones" upperBound="-1" eType="#//Navegacion" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="controlador" eType="#//Controlador" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="secciones" upperBound="-1" eType="#//Seccion" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tipo" eType="#//ETipoVista"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="entidad" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Controlador"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nombre" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="servicios" upperBound="-1" eType="#//Servicio" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Servicio"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nombre" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tipoServicio" eType="#//TipoServicio"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="entidad" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Seccion"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nombre" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tipoSeccion" eType="#//TipoSeccion"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elementos" upperBound="-1" eType="#//Elemento" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="acciones" upperBound="-1" eType="#//Accion" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Navegacion"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nombre" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="destino" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Elemento"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nombre" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tipoElemento" eType="#//TipoElemento"/> <eStructuralFeatures xsi:type="ecore:EReference" name="validaciones" upperBound="-1" eType="#//Validacion" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hijos" upperBound="-1" eType="#//Elemento" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="servicio" eType="#//Servicio"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="valor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Accion"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nombre" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tipoAccion" eType="#//TipoAccion"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Validacion"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nombre" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tipoValidacion" eType="#//TipoValidacion"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="valor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tipoValor" eType="#//TipoValor"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TipoServicio"> <eLiterals name="LISTAR" literal="LISTAR"/> <eLiterals name="CONSULTAR" value="1" literal="CONSULTAR"/> <eLiterals name="AGREGAR" value="2" literal="AGREGAR"/> <eLiterals name="MODIFICAR" value="3" literal="MODIFICAR"/> <eLiterals name="ELIMINAR" value="4" literal="ELIMINAR"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TipoSeccion"> <eLiterals name="LISTA"/> <eLiterals name="FORMULARIO"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TipoValidacion"> <eLiterals name="MENORQUE"/> <eLiterals name="MAYORQUE"/> <eLiterals name="DIFERENTE"/> <eLiterals name="OBLIGATORIO"/> <eLiterals name="UNICO"/> <eLiterals name="PATRON"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TipoElemento"> <eLiterals name="TABLA"/> <eLiterals name="COLUMNA"/> <eLiterals name="TEXTOENTRADA"/> <eLiterals name="TEXTOSALIDA"/> <eLiterals name="FECHA"/> <eLiterals name="NUMERO"/> <eLiterals name="COMBO"/> <eLiterals name="SELECCIONUNICA"/> <eLiterals name="SELECCIONMULTIPLE"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TipoAccion"> <eLiterals name="REGISTRAR"/> <eLiterals name="ELIMINAR"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TipoValor"> <eLiterals name="STRING"/> <eLiterals name="LONG"/> <eLiterals name="DOUBLE"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ETipoVista"> <eLiterals name="LISTA"/> <eLiterals name="FORMULARIO" value="1"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/phillipus85/ETLMetricsDataset/2015-02/Individual Projects/Grupo 3/Model2JEEAngular/transformations/M2M/angular.ecore
ecore
angular Aplicacion vistas nombre Vista nombre navegaciones controlador secciones tipo entidad Controlador nombre servicios Servicio nombre tipoServicio entidad Seccion nombre tipoSeccion elementos acciones Navegacion nombre destino Elemento nombre tipoElemento validaciones hijos servicio valor Accion nombre tipoAccion Validacion nombre tipoValidacion valor tipoValor TipoServicio LISTAR LISTAR CONSULTAR CONSULTAR AGREGAR AGREGAR MODIFICAR MODIFICAR ELIMINAR ELIMINAR TipoSeccion LISTA LISTA FORMULARIO FORMULARIO TipoValidacion MENORQUE MENORQUE MAYORQUE MAYORQUE DIFERENTE DIFERENTE OBLIGATORIO OBLIGATORIO UNICO UNICO PATRON PATRON TipoElemento TABLA TABLA COLUMNA COLUMNA TEXTOENTRADA TEXTOENTRADA TEXTOSALIDA TEXTOSALIDA FECHA FECHA NUMERO NUMERO COMBO COMBO SELECCIONUNICA SELECCIONUNICA SELECCIONMULTIPLE SELECCIONMULTIPLE TipoAccion REGISTRAR REGISTRAR ELIMINAR ELIMINAR TipoValor STRING STRING LONG LONG DOUBLE DOUBLE ETipoVista LISTA LISTA FORMULARIO FORMULARIO
null
{"directed":true,"nodes":[{"nsPrefix":"angular","nsURI":"http://www.example.org/angular","name":"angular","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Aplicacion","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Vista","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Controlador","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Servicio","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Seccion","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Navegacion","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Elemento","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Accion","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Validacion","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"TipoServicio","instanceClass":null,"id":10,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"TipoSeccion","instanceClass":null,"id":11,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"TipoValidacion","instanceClass":null,"id":12,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"TipoElemento","instanceClass":null,"id":13,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"TipoAccion","instanceClass":null,"id":14,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"TipoValor","instanceClass":null,"id":15,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ETipoVista","instanceClass":null,"id":16,"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":"vistas","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":"nombre","changeable":true,"lowerBound":0,"iD":false,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nombre","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":"navegaciones","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"controlador","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"secciones","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tipo","changeable":true,"lowerBound":0,"iD":false,"id":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":"entidad","changeable":true,"lowerBound":0,"iD":false,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nombre","changeable":true,"lowerBound":0,"iD":false,"id":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":"servicios","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nombre","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":"tipoServicio","changeable":true,"lowerBound":0,"iD":false,"id":38,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"entidad","changeable":true,"lowerBound":0,"iD":false,"id":39,"derived":false},{"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":"nombre","changeable":true,"lowerBound":0,"iD":false,"id":43,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tipoSeccion","changeable":true,"lowerBound":0,"iD":false,"id":44,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elementos","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"acciones","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nombre","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":"destino","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":"nombre","changeable":true,"lowerBound":0,"iD":false,"id":55,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tipoElemento","changeable":true,"lowerBound":0,"iD":false,"id":56,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"validaciones","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":"hijos","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"servicio","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"valor","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nombre","changeable":true,"lowerBound":0,"iD":false,"id":67,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tipoAccion","changeable":true,"lowerBound":0,"iD":false,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nombre","changeable":true,"lowerBound":0,"iD":false,"id":71,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tipoValidacion","changeable":true,"lowerBound":0,"iD":false,"id":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":"valor","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":"tipoValor","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"},{"name":"LISTAR","id":79,"value":0,"literal":"LISTAR","eClass":"EEnumLiteral"},{"name":"CONSULTAR","id":80,"value":1,"literal":"CONSULTAR","eClass":"EEnumLiteral"},{"name":"AGREGAR","id":81,"value":2,"literal":"AGREGAR","eClass":"EEnumLiteral"},{"name":"MODIFICAR","id":82,"value":3,"literal":"MODIFICAR","eClass":"EEnumLiteral"},{"name":"ELIMINAR","id":83,"value":4,"literal":"ELIMINAR","eClass":"EEnumLiteral"},{"name":"LISTA","id":84,"value":0,"literal":"LISTA","eClass":"EEnumLiteral"},{"name":"FORMULARIO","id":85,"value":0,"literal":"FORMULARIO","eClass":"EEnumLiteral"},{"name":"MENORQUE","id":86,"value":0,"literal":"MENORQUE","eClass":"EEnumLiteral"},{"name":"MAYORQUE","id":87,"value":0,"literal":"MAYORQUE","eClass":"EEnumLiteral"},{"name":"DIFERENTE","id":88,"value":0,"literal":"DIFERENTE","eClass":"EEnumLiteral"},{"name":"OBLIGATORIO","id":89,"value":0,"literal":"OBLIGATORIO","eClass":"EEnumLiteral"},{"name":"UNICO","id":90,"value":0,"literal":"UNICO","eClass":"EEnumLiteral"},{"name":"PATRON","id":91,"value":0,"literal":"PATRON","eClass":"EEnumLiteral"},{"name":"TABLA","id":92,"value":0,"literal":"TABLA","eClass":"EEnumLiteral"},{"name":"COLUMNA","id":93,"value":0,"literal":"COLUMNA","eClass":"EEnumLiteral"},{"name":"TEXTOENTRADA","id":94,"value":0,"literal":"TEXTOENTRADA","eClass":"EEnumLiteral"},{"name":"TEXTOSALIDA","id":95,"value":0,"literal":"TEXTOSALIDA","eClass":"EEnumLiteral"},{"name":"FECHA","id":96,"value":0,"literal":"FECHA","eClass":"EEnumLiteral"},{"name":"NUMERO","id":97,"value":0,"literal":"NUMERO","eClass":"EEnumLiteral"},{"name":"COMBO","id":98,"value":0,"literal":"COMBO","eClass":"EEnumLiteral"},{"name":"SELECCIONUNICA","id":99,"value":0,"literal":"SELECCIONUNICA","eClass":"EEnumLiteral"},{"name":"SELECCIONMULTIPLE","id":100,"value":0,"literal":"SELECCIONMULTIPLE","eClass":"EEnumLiteral"},{"name":"REGISTRAR","id":101,"value":0,"literal":"REGISTRAR","eClass":"EEnumLiteral"},{"name":"ELIMINAR","id":102,"value":0,"literal":"ELIMINAR","eClass":"EEnumLiteral"},{"name":"STRING","id":103,"value":0,"literal":"STRING","eClass":"EEnumLiteral"},{"name":"LONG","id":104,"value":0,"literal":"LONG","eClass":"EEnumLiteral"},{"name":"DOUBLE","id":105,"value":0,"literal":"DOUBLE","eClass":"EEnumLiteral"},{"name":"LISTA","id":106,"value":0,"literal":"LISTA","eClass":"EEnumLiteral"},{"name":"FORMULARIO","id":107,"value":1,"literal":"FORMULARIO","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":1,"target":0},{"source":1,"target":17},{"source":1,"target":18},{"source":17,"target":2},{"source":17,"target":19},{"source":17,"target":1},{"source":19,"target":2},{"source":18,"target":20},{"source":18,"target":1},{"source":2,"target":0},{"source":2,"target":21},{"source":2,"target":22},{"source":2,"target":23},{"source":2,"target":24},{"source":2,"target":25},{"source":2,"target":26},{"source":21,"target":27},{"source":21,"target":2},{"source":22,"target":6},{"source":22,"target":28},{"source":22,"target":2},{"source":28,"target":6},{"source":23,"target":3},{"source":23,"target":29},{"source":23,"target":2},{"source":29,"target":3},{"source":24,"target":5},{"source":24,"target":30},{"source":24,"target":2},{"source":30,"target":5},{"source":25,"target":16},{"source":25,"target":31},{"source":25,"target":2},{"source":31,"target":16},{"source":26,"target":32},{"source":26,"target":2},{"source":3,"target":0},{"source":3,"target":33},{"source":3,"target":34},{"source":33,"target":35},{"source":33,"target":3},{"source":34,"target":4},{"source":34,"target":36},{"source":34,"target":3},{"source":36,"target":4},{"source":4,"target":0},{"source":4,"target":37},{"source":4,"target":38},{"source":4,"target":39},{"source":37,"target":40},{"source":37,"target":4},{"source":38,"target":10},{"source":38,"target":41},{"source":38,"target":4},{"source":41,"target":10},{"source":39,"target":42},{"source":39,"target":4},{"source":5,"target":0},{"source":5,"target":43},{"source":5,"target":44},{"source":5,"target":45},{"source":5,"target":46},{"source":43,"target":47},{"source":43,"target":5},{"source":44,"target":11},{"source":44,"target":48},{"source":44,"target":5},{"source":48,"target":11},{"source":45,"target":7},{"source":45,"target":49},{"source":45,"target":5},{"source":49,"target":7},{"source":46,"target":8},{"source":46,"target":50},{"source":46,"target":5},{"source":50,"target":8},{"source":6,"target":0},{"source":6,"target":51},{"source":6,"target":52},{"source":51,"target":53},{"source":51,"target":6},{"source":52,"target":54},{"source":52,"target":6},{"source":7,"target":0},{"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":55,"target":61},{"source":55,"target":7},{"source":56,"target":13},{"source":56,"target":62},{"source":56,"target":7},{"source":62,"target":13},{"source":57,"target":9},{"source":57,"target":63},{"source":57,"target":7},{"source":63,"target":9},{"source":58,"target":7},{"source":58,"target":64},{"source":58,"target":7},{"source":64,"target":7},{"source":59,"target":4},{"source":59,"target":65},{"source":59,"target":7},{"source":65,"target":4},{"source":60,"target":66},{"source":60,"target":7},{"source":8,"target":0},{"source":8,"target":67},{"source":8,"target":68},{"source":67,"target":69},{"source":67,"target":8},{"source":68,"target":14},{"source":68,"target":70},{"source":68,"target":8},{"source":70,"target":14},{"source":9,"target":0},{"source":9,"target":71},{"source":9,"target":72},{"source":9,"target":73},{"source":9,"target":74},{"source":71,"target":75},{"source":71,"target":9},{"source":72,"target":12},{"source":72,"target":76},{"source":72,"target":9},{"source":76,"target":12},{"source":73,"target":77},{"source":73,"target":9},{"source":74,"target":15},{"source":74,"target":78},{"source":74,"target":9},{"source":78,"target":15},{"source":10,"target":0},{"source":10,"target":79},{"source":10,"target":80},{"source":10,"target":81},{"source":10,"target":82},{"source":10,"target":83},{"source":79,"target":10},{"source":80,"target":10},{"source":81,"target":10},{"source":82,"target":10},{"source":83,"target":10},{"source":11,"target":0},{"source":11,"target":84},{"source":11,"target":85},{"source":84,"target":11},{"source":85,"target":11},{"source":12,"target":0},{"source":12,"target":86},{"source":12,"target":87},{"source":12,"target":88},{"source":12,"target":89},{"source":12,"target":90},{"source":12,"target":91},{"source":86,"target":12},{"source":87,"target":12},{"source":88,"target":12},{"source":89,"target":12},{"source":90,"target":12},{"source":91,"target":12},{"source":13,"target":0},{"source":13,"target":92},{"source":13,"target":93},{"source":13,"target":94},{"source":13,"target":95},{"source":13,"target":96},{"source":13,"target":97},{"source":13,"target":98},{"source":13,"target":99},{"source":13,"target":100},{"source":92,"target":13},{"source":93,"target":13},{"source":94,"target":13},{"source":95,"target":13},{"source":96,"target":13},{"source":97,"target":13},{"source":98,"target":13},{"source":99,"target":13},{"source":100,"target":13},{"source":14,"target":0},{"source":14,"target":101},{"source":14,"target":102},{"source":101,"target":14},{"source":102,"target":14},{"source":15,"target":0},{"source":15,"target":103},{"source":15,"target":104},{"source":15,"target":105},{"source":103,"target":15},{"source":104,"target":15},{"source":105,"target":15},{"source":16,"target":0},{"source":16,"target":106},{"source":16,"target":107},{"source":106,"target":16},{"source":107,"target":16}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="trace" nsURI="http://www.gemoc.org/generic_trace" nsPrefix="trace"> <eClassifiers xsi:type="ecore:EDataType" name="ISerializable" instanceClassName="byte[]"/> <eClassifiers xsi:type="ecore:EClass" name="MSEOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="mse" lowerBound="1" eType="//MSE"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="parameters" upperBound="-1"> <eType xsi:type="ecore:EDataType" href="../../org.eclipse.emf.ecore/model/Ecore.ecore#//EJavaObject"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="result" upperBound="-1"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MSE" abstract="true"> <eSuperTypes href="../../org.eclipse.emf.ecore/model/Ecore.ecore#//ENamedElement"/> <eOperations name="getCaller"> <eType xsi:type="ecore:EClass" href="../../org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"/> </eOperations> <eOperations name="getAction"> <eType xsi:type="ecore:EClass" href="../../org.eclipse.emf.ecore/model/Ecore.ecore#//EOperation"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MSEModel"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedMSEs" upperBound="-1" eType="//MSE" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GenericMSE" eSuperTypes="//MSE"> <eOperations name="getCaller"> <eType xsi:type="ecore:EClass" href="../../org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"/> </eOperations> <eOperations name="getAction"> <eType xsi:type="ecore:EClass" href="../../org.eclipse.emf.ecore/model/Ecore.ecore#//EOperation"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="callerReference"> <eType xsi:type="ecore:EClass" href="../../org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="actionReference"> <eType xsi:type="ecore:EClass" href="../../org.eclipse.emf.ecore/model/Ecore.ecore#//EOperation"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Step" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="mseoccurrence" eType="//MSEOccurrence" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BigStep" abstract="true" eSuperTypes="//Step"> <eTypeParameters name="StepSubtype"> <eBounds eClassifier="//Step"/> </eTypeParameters> <eStructuralFeatures xsi:type="ecore:EReference" name="subSteps" upperBound="-1" containment="true"> <eGenericType eTypeParameter="//BigStep/StepSubtype"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SmallStep" abstract="true" eSuperTypes="//Step"/> <eClassifiers xsi:type="ecore:EClass" name="SequentialStep"> <eTypeParameters name="StepSubtype"> <eBounds eClassifier="//Step"/> </eTypeParameters> <eGenericSuperTypes eClassifier="//BigStep"> <eTypeArguments eTypeParameter="//SequentialStep/StepSubtype"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParallelStep"> <eTypeParameters name="StepSubtype"> <eBounds eClassifier="//Step"/> </eTypeParameters> <eGenericSuperTypes eClassifier="//BigStep"> <eTypeArguments eTypeParameter="//ParallelStep/StepSubtype"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GenericSequentialStep"> <eGenericSuperTypes eClassifier="//SequentialStep"> <eTypeArguments eClassifier="//Step"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GenericParallelStep"> <eGenericSuperTypes eClassifier="//ParallelStep"> <eTypeArguments eClassifier="//Step"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GenericSmallStep" eSuperTypes="//SmallStep"/> <eClassifiers xsi:type="ecore:EClass" name="Trace"> <eTypeParameters name="StepSubType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rootStep" lowerBound="1" containment="true"> <eGenericType eTypeParameter="//Trace/StepSubType"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="launchconfiguration" lowerBound="1" eType="//LaunchConfiguration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LaunchConfiguration"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="//LaunchConfigurationParameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" defaultValueLiteral=""> <eType xsi:type="ecore:EDataType" href="../../org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LaunchConfigurationParameter" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value"> <eType xsi:type="ecore:EDataType" href="../../org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LanguageNameParameter" eSuperTypes="//LaunchConfigurationParameter"/> <eClassifiers xsi:type="ecore:EClass" name="ModelURIParameter" eSuperTypes="//LaunchConfigurationParameter"/> <eClassifiers xsi:type="ecore:EClass" name="AnimatorURIParameter" eSuperTypes="//LaunchConfigurationParameter"/> <eClassifiers xsi:type="ecore:EClass" name="EntryPointParameter" eSuperTypes="//LaunchConfigurationParameter"/> <eClassifiers xsi:type="ecore:EClass" name="ModelRootParameter" eSuperTypes="//LaunchConfigurationParameter"/> <eClassifiers xsi:type="ecore:EClass" name="InitializationMethodParameter" eSuperTypes="//LaunchConfigurationParameter"/> <eClassifiers xsi:type="ecore:EClass" name="InitializationArgumentsParameter" eSuperTypes="//LaunchConfigurationParameter"/> <eClassifiers xsi:type="ecore:EClass" name="AddonExtensionParameter" eSuperTypes="//LaunchConfigurationParameter"/> </ecore:EPackage>
github:ecore:/data/grammarware/sle16/bousse/framework-sources/ModelDebugging/trace/commons/plugins/fr.inria.diverse.trace.commons.model/model/GenericTrace.ecore
ecore
trace ISerializable byte[] byte[] MSEOccurrence mse parameters result MSE getCaller getAction MSEModel ownedMSEs GenericMSE getCaller getAction callerReference actionReference Step mseoccurrence BigStep StepSubtype subSteps SmallStep SequentialStep StepSubtype ParallelStep StepSubtype GenericSequentialStep GenericParallelStep GenericSmallStep Trace StepSubType rootStep launchconfiguration LaunchConfiguration parameters type LaunchConfigurationParameter value LanguageNameParameter ModelURIParameter AnimatorURIParameter EntryPointParameter ModelRootParameter InitializationMethodParameter InitializationArgumentsParameter AddonExtensionParameter
null
{"directed":true,"nodes":[{"nsPrefix":"trace","nsURI":"http://www.gemoc.org/generic_trace","name":"trace","id":0,"eClass":"EPackage"},{"instanceTypeName":"byte[]","defaultValue":null,"instanceClassName":"byte[]","name":"ISerializable","instanceClass":"[B","id":1,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MSEOccurrence","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MSE","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MSEModel","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GenericMSE","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Step","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BigStep","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SmallStep","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequentialStep","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParallelStep","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GenericSequentialStep","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GenericParallelStep","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GenericSmallStep","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trace","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LaunchConfiguration","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LaunchConfigurationParameter","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LanguageNameParameter","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelURIParameter","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnimatorURIParameter","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntryPointParameter","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelRootParameter","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitializationMethodParameter","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitializationArgumentsParameter","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddonExtensionParameter","instanceClass":null,"abstract":false,"id":24,"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":"mse","changeable":true,"resolveProxies":true,"lowerBound":1,"id":25,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"lowerBound":0,"iD":false,"id":26,"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":"result","changeable":true,"lowerBound":0,"iD":false,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getCaller","lowerBound":0,"id":31,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getAction","lowerBound":0,"id":32,"many":false,"required":false,"eClass":"EOperation"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedMSEs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getCaller","lowerBound":0,"id":38,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getAction","lowerBound":0,"id":39,"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":"callerReference","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":"actionReference","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mseoccurrence","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"name":"StepSubtype","id":49,"eClass":"ETypeParameter"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subSteps","changeable":true,"resolveProxies":true,"lowerBound":0,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"name":"StepSubtype","id":55,"eClass":"ETypeParameter"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"name":"StepSubtype","id":59,"eClass":"ETypeParameter"},{"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"},{"name":"StepSubType","id":68,"eClass":"ETypeParameter"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rootStep","changeable":true,"resolveProxies":true,"lowerBound":1,"id":69,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"launchconfiguration","changeable":true,"resolveProxies":true,"lowerBound":1,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":1,"target":0},{"source":2,"target":0},{"source":2,"target":25},{"source":2,"target":26},{"source":2,"target":27},{"source":25,"target":3},{"source":25,"target":28},{"source":25,"target":2},{"source":28,"target":3},{"source":26,"target":29},{"source":26,"target":2},{"source":27,"target":30},{"source":27,"target":2},{"source":3,"target":0},{"source":3,"target":31},{"source":3,"target":32},{"source":3,"target":33},{"source":31,"target":34},{"source":31,"target":3},{"source":32,"target":35},{"source":32,"target":3},{"source":4,"target":0},{"source":4,"target":36},{"source":36,"target":3},{"source":36,"target":37},{"source":36,"target":4},{"source":37,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":38},{"source":5,"target":39},{"source":5,"target":40},{"source":5,"target":41},{"source":5,"target":42},{"source":38,"target":43},{"source":38,"target":5},{"source":39,"target":44},{"source":39,"target":5},{"source":40,"target":45},{"source":40,"target":5},{"source":41,"target":46},{"source":41,"target":5},{"source":42,"target":3},{"source":6,"target":0},{"source":6,"target":47},{"source":47,"target":2},{"source":47,"target":48},{"source":47,"target":6},{"source":48,"target":2},{"source":7,"target":0},{"source":7,"target":49},{"source":7,"target":6},{"source":7,"target":50},{"source":7,"target":51},{"source":49,"target":52},{"source":52,"target":6},{"source":50,"target":6},{"source":50,"target":53},{"source":50,"target":7},{"source":53,"target":49},{"source":51,"target":6},{"source":8,"target":0},{"source":8,"target":6},{"source":8,"target":54},{"source":54,"target":6},{"source":9,"target":0},{"source":9,"target":55},{"source":9,"target":7},{"source":9,"target":56},{"source":55,"target":57},{"source":57,"target":6},{"source":56,"target":58},{"source":56,"target":7},{"source":58,"target":55},{"source":10,"target":0},{"source":10,"target":59},{"source":10,"target":7},{"source":10,"target":60},{"source":59,"target":61},{"source":61,"target":6},{"source":60,"target":62},{"source":60,"target":7},{"source":62,"target":59},{"source":11,"target":0},{"source":11,"target":9},{"source":11,"target":63},{"source":63,"target":64},{"source":63,"target":9},{"source":64,"target":6},{"source":12,"target":0},{"source":12,"target":10},{"source":12,"target":65},{"source":65,"target":66},{"source":65,"target":10},{"source":66,"target":6},{"source":13,"target":0},{"source":13,"target":8},{"source":13,"target":67},{"source":67,"target":8},{"source":14,"target":0},{"source":14,"target":68},{"source":14,"target":69},{"source":14,"target":70},{"source":69,"target":71},{"source":69,"target":14},{"source":71,"target":68},{"source":70,"target":15},{"source":70,"target":72},{"source":70,"target":14},{"source":72,"target":15},{"source":15,"target":0},{"source":15,"target":73},{"source":15,"target":74},{"source":73,"target":16},{"source":73,"target":75},{"source":73,"target":15},{"source":75,"target":16},{"source":74,"target":76},{"source":74,"target":15},{"source":16,"target":0},{"source":16,"target":77},{"source":77,"target":78},{"source":77,"target":16},{"source":17,"target":0},{"source":17,"target":16},{"source":17,"target":79},{"source":79,"target":16},{"source":18,"target":0},{"source":18,"target":16},{"source":18,"target":80},{"source":80,"target":16},{"source":19,"target":0},{"source":19,"target":16},{"source":19,"target":81},{"source":81,"target":16},{"source":20,"target":0},{"source":20,"target":16},{"source":20,"target":82},{"source":82,"target":16},{"source":21,"target":0},{"source":21,"target":16},{"source":21,"target":83},{"source":83,"target":16},{"source":22,"target":0},{"source":22,"target":16},{"source":22,"target":84},{"source":84,"target":16},{"source":23,"target":0},{"source":23,"target":16},{"source":23,"target":85},{"source":85,"target":16},{"source":24,"target":0},{"source":24,"target":16},{"source":24,"target":86},{"source":86,"target":16}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="esmodel" nsURI="http://unicase.org/emfstore/esmodel" nsPrefix="org.unicase.emfstore.esmodel"> <eClassifiers xsi:type="ecore:EClass" name="ProjectHistory"> <eStructuralFeatures xsi:type="ecore:EReference" name="projectId" eType="#//ProjectId" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="versions" lowerBound="1" upperBound="-1" eType="#//versioning/Version" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="projectName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="projectDescription" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProjectInfo"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="projectId" lowerBound="1" eType="#//ProjectId" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="version" lowerBound="1" eType="#//versioning/PrimaryVersionSpec" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SessionId" eSuperTypes="../../org.unicase.metamodel/model/metamodel.ecore#//UniqueIdentifier"/> <eClassifiers xsi:type="ecore:EClass" name="ServerSpace"> <eStructuralFeatures xsi:type="ecore:EReference" name="groups" upperBound="-1" eType="#//accesscontrol/ACGroup" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="projects" upperBound="-1" eType="#//ProjectHistory"/> <eStructuralFeatures xsi:type="ecore:EReference" name="openSessions" upperBound="-1" eType="#//SessionId" transient="true" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="users" upperBound="-1" eType="#//accesscontrol/ACUser" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProjectId" eSuperTypes="../../org.unicase.metamodel/model/metamodel.ecore#//UniqueIdentifier"/> <eClassifiers xsi:type="ecore:EClass" name="VersionInfo"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="emfStoreVersionString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClientVersionInfo"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FileIdentifier" eSuperTypes="../../org.unicase.metamodel/model/metamodel.ecore#//IdentifiableElement"/> <eSubpackages name="versioning" nsURI="http://unicase.org/esmodel/versioning" nsPrefix="org.unicase.emfstore.esmodel.versioning"> <eClassifiers xsi:type="ecore:EClass" name="TagVersionSpec" eSuperTypes="#//versioning/VersionSpec"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DateVersionSpec" eSuperTypes="#//versioning/VersionSpec"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="date" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimaryVersionSpec" eSuperTypes="#//versioning/VersionSpec"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="identifier" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VersionSpec" abstract="true" interface="true"/> <eClassifiers xsi:type="ecore:EClass" name="LogMessage"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="author" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="message" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="date" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="clientDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ChangePackage"> <eStructuralFeatures xsi:type="ecore:EReference" name="operations" upperBound="-1" eType="#//versioning/operations/AbstractOperation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="events" upperBound="-1" eType="#//versioning/events/Event" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="logMessage" eType="#//versioning/LogMessage" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="notifications" upperBound="-1" eType="#//notification/ESNotification" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="versionProperties" upperBound="-1" eType="#//versioning/VersionProperty" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HistoryInfo"> <eStructuralFeatures xsi:type="ecore:EReference" name="primerySpec" lowerBound="1" eType="#//versioning/PrimaryVersionSpec" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="logMessage" lowerBound="1" eType="#//versioning/LogMessage" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tagSpecs" upperBound="-1" eType="#//versioning/TagVersionSpec" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="versionProperties" upperBound="-1" eType="#//versioning/VersionProperty" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="changePackage" eType="#//versioning/ChangePackage" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HistoryQuery"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//versioning/PrimaryVersionSpec" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//versioning/PrimaryVersionSpec" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modelElements" upperBound="-1" eType="ecore:EClass ../../org.unicase.metamodel/model/metamodel.ecore#//ModelElementId" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="includeChangePackage" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Version"> <eStructuralFeatures xsi:type="ecore:EReference" name="projectState" eType="ecore:EClass ../../org.unicase.metamodel/model/metamodel.ecore#//Project" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="primarySpec" lowerBound="1" eType="#//versioning/PrimaryVersionSpec" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tagSpecs" upperBound="-1" eType="#//versioning/TagVersionSpec" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nextVersion" eType="#//versioning/Version" eOpposite="#//versioning/Version/previousVersion"/> <eStructuralFeatures xsi:type="ecore:EReference" name="previousVersion" eType="#//versioning/Version" eOpposite="#//versioning/Version/nextVersion"/> <eStructuralFeatures xsi:type="ecore:EReference" name="changes" eType="#//versioning/ChangePackage" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="logMessage" eType="#//versioning/LogMessage" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HeadVersionSpec" eSuperTypes="#//versioning/VersionSpec"/> <eClassifiers xsi:type="ecore:EClass" name="VersionProperty"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eSubpackages name="operations" nsURI="http://unicase.org/esmodel/versioning/operations" nsPrefix="org.unicase.emfstore.esmodel.versioning.operations"> <eClassifiers xsi:type="ecore:EClass" name="AbstractOperation" abstract="true" eSuperTypes="../../org.unicase.metamodel/model/metamodel.ecore#//IdentifiableElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" volatile="true" transient="true" defaultValueLiteral="" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modelElementId" eType="ecore:EClass ../../org.unicase.metamodel/model/metamodel.ecore#//ModelElementId" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="accepted" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" transient="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="clientDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompositeOperation" eSuperTypes="#//versioning/operations/AbstractOperation"> <eStructuralFeatures xsi:type="ecore:EReference" name="subOperations" upperBound="-1" eType="#//versioning/operations/AbstractOperation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mainOperation" eType="#//versioning/operations/AbstractOperation"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="compositeName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="compositeDescription" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="reversed" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FeatureOperation" abstract="true" eSuperTypes="#//versioning/operations/AbstractOperation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="featureName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CreateDeleteOperation" eSuperTypes="#//versioning/operations/AbstractOperation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="delete" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modelElement" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subOperations" upperBound="-1" eType="#//versioning/operations/ReferenceOperation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eObjectToIdMap" upperBound="-1" eType="#//versioning/operations/EObjectToModelElementIdMap" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AttributeOperation" eSuperTypes="#//versioning/operations/FeatureOperation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="oldValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="newValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MultiAttributeOperation" eSuperTypes="#//versioning/operations/FeatureOperation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="add" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="indexes" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="referencedValues" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MultiAttributeSetOperation" eSuperTypes="#//versioning/operations/FeatureOperation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="index" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="oldValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="newValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MultiAttributeMoveOperation" eSuperTypes="#//versioning/operations/FeatureOperation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="oldIndex" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="newIndex" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="referencedValue" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SingleReferenceOperation" eSuperTypes="#//versioning/operations/ReferenceOperation"> <eStructuralFeatures xsi:type="ecore:EReference" name="oldValue" eType="ecore:EClass ../../org.unicase.metamodel/model/metamodel.ecore#//ModelElementId" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="newValue" eType="ecore:EClass ../../org.unicase.metamodel/model/metamodel.ecore#//ModelElementId" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MultiReferenceSetOperation" eSuperTypes="#//versioning/operations/ReferenceOperation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="index" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="oldValue" eType="ecore:EClass ../../org.unicase.metamodel/model/metamodel.ecore#//ModelElementId" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="newValue" eType="ecore:EClass ../../org.unicase.metamodel/model/metamodel.ecore#//ModelElementId" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MultiReferenceOperation" eSuperTypes="#//versioning/operations/ReferenceOperation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="add" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="index" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="referencedModelElements" upperBound="-1" eType="ecore:EClass ../../org.unicase.metamodel/model/metamodel.ecore#//ModelElementId" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MultiReferenceMoveOperation" eSuperTypes="#//versioning/operations/FeatureOperation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="oldIndex" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="newIndex" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="referencedModelElementId" eType="ecore:EClass ../../org.unicase.metamodel/model/metamodel.ecore#//ModelElementId" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReferenceOperation" abstract="true" eSuperTypes="#//versioning/operations/FeatureOperation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bidirectional" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="oppositeFeatureName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="containmentType" eType="#//versioning/operations/ContainmentType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DiagramLayoutOperation" eSuperTypes="#//versioning/operations/AttributeOperation"/> <eClassifiers xsi:type="ecore:EClass" name="OperationId" eSuperTypes="../../org.unicase.metamodel/model/metamodel.ecore#//UniqueIdentifier"/> <eClassifiers xsi:type="ecore:EClass" name="OperationGroup"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operations" upperBound="-1" eType="#//versioning/operations/AbstractOperation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModelElementGroup"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modelElements" upperBound="-1" eType="ecore:EClass ../../org.unicase.metamodel/model/metamodel.ecore#//ModelElementId"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ContainmentType"> <eLiterals name="NONE"/> <eLiterals name="CONTAINER" value="1"/> <eLiterals name="CONTAINMENT" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EObjectToModelElementIdMap" instanceClassName="java.util.Map$Entry"> <eStructuralFeatures xsi:type="ecore:EReference" name="key" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="ecore:EClass ../../org.unicase.metamodel/model/metamodel.ecore#//ModelElementId" containment="true"/> </eClassifiers> <eSubpackages name="semantic" nsURI="http://unicase.org/esmodel/versioning/operations/semantic" nsPrefix="org.unicase.emfstore.esmodel.versioning.operations.semantic"> <eClassifiers xsi:type="ecore:EClass" name="SemanticCompositeOperation" abstract="true" eSuperTypes="#//versioning/operations/CompositeOperation"/> </eSubpackages> </eSubpackages> <eSubpackages name="events" nsURI="http://unicase.org/esmodel/versioning/events" nsPrefix="org.unicase.emfstore.esmodel.versioning.events"> <eClassifiers xsi:type="ecore:EClass" name="Event"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="timestamp" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReadEvent" eSuperTypes="#//versioning/events/Event"> <eStructuralFeatures xsi:type="ecore:EReference" name="modelElement" eType="ecore:EClass ../../org.unicase.metamodel/model/metamodel.ecore#//ModelElementId" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceView" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="readView" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MergeEvent" eSuperTypes="#//versioning/events/Event"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="numberOfConflicts" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="totalTime" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="baseVersion" eType="#//versioning/PrimaryVersionSpec" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="targetVersion" eType="#//versioning/PrimaryVersionSpec" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="localChanges" upperBound="-1" eType="#//versioning/operations/AbstractOperation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CheckoutEvent" eSuperTypes="#//versioning/events/Event"> <eStructuralFeatures xsi:type="ecore:EReference" name="baseVersion" eType="#//versioning/PrimaryVersionSpec" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExceptionEvent" eSuperTypes="#//versioning/events/Event"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ExceptionTitle" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ExceptionStackTrace" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ExceptionCauseTitle" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ExceptionCauseStackTrace" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PluginStartEvent" eSuperTypes="#//versioning/events/Event"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pluginId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UpdateEvent" eSuperTypes="#//versioning/events/Event"> <eStructuralFeatures xsi:type="ecore:EReference" name="baseVersion" eType="#//versioning/PrimaryVersionSpec" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="targetVersion" eType="#//versioning/PrimaryVersionSpec" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AnnotationEvent" eSuperTypes="#//versioning/events/Event"> <eStructuralFeatures xsi:type="ecore:EReference" name="annotatedElement" eType="ecore:EClass ../../org.unicase.metamodel/model/metamodel.ecore#//ModelElementId" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="annotation" eType="ecore:EClass ../../org.unicase.metamodel/model/metamodel.ecore#//ModelElementId" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RevertEvent" eSuperTypes="#//versioning/events/Event"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="revertedChangesCount" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ShowHistoryEvent" eSuperTypes="#//versioning/events/Event"> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceVersion" eType="#//versioning/PrimaryVersionSpec" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="targetVersion" eType="#//versioning/PrimaryVersionSpec" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modelElement" upperBound="-1" eType="ecore:EClass ../../org.unicase.metamodel/model/metamodel.ecore#//ModelElementId" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PerspectiveEvent" eSuperTypes="#//versioning/events/Event"/> <eClassifiers xsi:type="ecore:EClass" name="DNDEvent" eSuperTypes="#//versioning/events/Event"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceView" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="targetView" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dragSourceElement" eType="ecore:EClass ../../org.unicase.metamodel/model/metamodel.ecore#//ModelElementId" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dropTargetElement" eType="ecore:EClass ../../org.unicase.metamodel/model/metamodel.ecore#//ModelElementId" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LinkEvent" eSuperTypes="#//versioning/events/Event"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceView" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceElement" eType="ecore:EClass ../../org.unicase.metamodel/model/metamodel.ecore#//ModelElementId" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="targetElement" eType="ecore:EClass ../../org.unicase.metamodel/model/metamodel.ecore#//ModelElementId" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="createdNew" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TraceEvent" eSuperTypes="#//versioning/events/Event"> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceElement" eType="ecore:EClass ../../org.unicase.metamodel/model/metamodel.ecore#//ModelElementId" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="targetElement" eType="ecore:EClass ../../org.unicase.metamodel/model/metamodel.ecore#//ModelElementId" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="featureName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NavigatorCreateEvent" eSuperTypes="#//versioning/events/Event"> <eStructuralFeatures xsi:type="ecore:EReference" name="createdElement" eType="ecore:EClass ../../org.unicase.metamodel/model/metamodel.ecore#//ModelElementId" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceSection" eType="ecore:EClass ../../org.unicase.metamodel/model/metamodel.ecore#//ModelElementId" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dynamic" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PluginFocusEvent" eSuperTypes="#//versioning/events/Event"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pluginId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="startDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PresentationSwitchEvent" eSuperTypes="#//versioning/events/Event"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="readView" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="newPresentation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UndoEvent" eSuperTypes="#//versioning/events/Event"> <eStructuralFeatures xsi:type="ecore:EReference" name="operation" eType="#//versioning/operations/AbstractOperation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Validate" eSuperTypes="#//versioning/events/Event"/> <eClassifiers xsi:type="ecore:EClass" name="ShowChangesEvent" eSuperTypes="#//versioning/events/Event"> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceVersion" eType="#//versioning/PrimaryVersionSpec" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="targetVersion" eType="#//versioning/PrimaryVersionSpec" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NotificationReadEvent" eSuperTypes="#//versioning/events/ReadEvent"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="notificationId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NotificationGenerationEvent" eSuperTypes="#//versioning/events/Event"> <eStructuralFeatures xsi:type="ecore:EReference" name="notifications" upperBound="-1" eType="#//notification/ESNotification" containment="true" eKeys="../../org.unicase.metamodel/model/metamodel.ecore#//IdentifiableElement/identifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NotificationIgnoreEvent" eSuperTypes="#//versioning/events/Event"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="notificationId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="URLEvent" eSuperTypes="#//versioning/events/Event"> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceModelElement" eType="ecore:EClass ../../org.unicase.metamodel/model/metamodel.ecore#//ModelElementId" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceView" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceURL" eType="ecore:EClass ../../org.unicase.metamodel/model/metamodel.ecore#//ModelElementId" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MergeChoiceEvent" eSuperTypes="#//versioning/events/Event"> <eStructuralFeatures xsi:type="ecore:EReference" name="myAcceptedChanges" upperBound="-1" eType="#//versioning/operations/OperationId" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="theirRejectedChanges" upperBound="-1" eType="#//versioning/operations/OperationId" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contextModelElement" eType="ecore:EClass ../../org.unicase.metamodel/model/metamodel.ecore#//ModelElementId" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="selection" eType="#//versioning/events/MergeChoiceSelection"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="contextFeature" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="createdIssueName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="MergeChoiceSelection"> <eLiterals name="Mine"/> <eLiterals name="Their" value="1"/> <eLiterals name="Issue" value="2" literal="Issue"/> <eLiterals name="MergedText" value="3" literal="MergedText"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MergeGlobalChoiceEvent" eSuperTypes="#//versioning/events/Event"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="selection" eType="#//versioning/events/MergeGlobalChoiceSelection"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="MergeGlobalChoiceSelection"> <eLiterals name="AllMine" literal="AllMine"/> <eLiterals name="AllTheir" value="1" literal="AllTheir"/> <eLiterals name="Cancel" value="2"/> <eLiterals name="OKNotFinished" value="3" literal="OKNotFinished"/> <eLiterals name="OKFinished" value="4" literal="OKFinished"/> </eClassifiers> <eSubpackages name="server" nsURI="http://unicase.org/esmodel/versioning/events/server/" nsPrefix="org.unicase.esmodel.versioning.events.server"> <eClassifiers xsi:type="ecore:EClass" name="ServerEvent" abstract="true" eSuperTypes="#//versioning/events/Event"/> <eClassifiers xsi:type="ecore:EClass" name="ServerProjectEvent" abstract="true" eSuperTypes="#//versioning/events/server/ServerEvent"> <eStructuralFeatures xsi:type="ecore:EReference" name="projectId" eType="#//ProjectId" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProjectUpdatedEvent" eSuperTypes="#//versioning/events/server/ServerProjectEvent"> <eStructuralFeatures xsi:type="ecore:EReference" name="newVersion" eType="#//versioning/PrimaryVersionSpec" containment="true"/> </eClassifiers> </eSubpackages> </eSubpackages> </eSubpackages> <eSubpackages name="accesscontrol" nsURI="http://unicase.org/esmodel/accesscontrol" nsPrefix="org.unicase.accesscontrol"> <eClassifiers xsi:type="ecore:EClass" name="ACUser" eSuperTypes="#//accesscontrol/ACOrgUnit"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="firstName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lastName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ACOrgUnit" eSuperTypes="../../org.unicase.metamodel/model/metamodel.ecore#//IdentifiableElement"> <eOperations name="getId" eType="#//accesscontrol/ACOrgUnitId"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="roles" upperBound="-1" eType="#//accesscontrol/roles/Role" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1" eType="#//accesscontrol/OrgUnitProperty" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ACGroup" eSuperTypes="#//accesscontrol/ACOrgUnit"> <eStructuralFeatures xsi:type="ecore:EReference" name="members" upperBound="-1" eType="#//accesscontrol/ACOrgUnit" eKeys="../../org.unicase.metamodel/model/metamodel.ecore#//IdentifiableElement/identifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ACOrgUnitId" eSuperTypes="../../org.unicase.metamodel/model/metamodel.ecore#//UniqueIdentifier"/> <eClassifiers xsi:type="ecore:EClass" name="OrgUnitProperty"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="project" eType="#//ProjectId" containment="true" eKeys="../../org.unicase.metamodel/model/metamodel.ecore#//UniqueIdentifier/id"/> </eClassifiers> <eSubpackages name="roles" nsURI="http://unicase.org/esmodel/accesscontrol/roles" nsPrefix="org.unicase.accesscontrol.roles"> <eClassifiers xsi:type="ecore:EClass" name="Role" abstract="true"> <eOperations name="canAdministrate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="projectId" eType="#//ProjectId"/> </eOperations> <eOperations name="canCreate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="projectId" eType="#//ProjectId"/> <eParameters name="modelElement" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eOperations> <eOperations name="canDelete" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="projectId" eType="#//ProjectId"/> <eParameters name="modelElement" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eOperations> <eOperations name="canModify" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="projectId" eType="#//ProjectId"/> <eParameters name="modelElement" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eOperations> <eOperations name="canRead" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="projectId" eType="#//ProjectId"/> <eParameters name="modelElement" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="projects" upperBound="-1" eType="#//ProjectId" containment="true" eKeys="../../org.unicase.metamodel/model/metamodel.ecore#//UniqueIdentifier/id"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReaderRole" eSuperTypes="#//accesscontrol/roles/Role"/> <eClassifiers xsi:type="ecore:EClass" name="WriterRole" eSuperTypes="#//accesscontrol/roles/Role"/> <eClassifiers xsi:type="ecore:EClass" name="ProjectAdminRole" eSuperTypes="#//accesscontrol/roles/Role"/> <eClassifiers xsi:type="ecore:EClass" name="ServerAdmin" eSuperTypes="#//accesscontrol/roles/Role"/> </eSubpackages> </eSubpackages> <eSubpackages name="notification" nsURI="http://unicase.org/esmodel/notification" nsPrefix="org.unicase.notification"> <eClassifiers xsi:type="ecore:EClass" name="ESNotification" eSuperTypes="../../org.unicase.metamodel/model/metamodel.ecore#//IdentifiableElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="message" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="details" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="seen" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="creationDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="provider" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sender" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="recipient" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="project" eType="#//ProjectId" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="relatedModelElements" upperBound="-1" eType="ecore:EClass ../../org.unicase.metamodel/model/metamodel.ecore#//ModelElementId" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="relatedOperations" upperBound="-1" eType="#//versioning/operations/OperationId" containment="true"/> </eClassifiers> </eSubpackages> <eSubpackages name="url" nsURI="http://unicase.org/emfstore/esmodel/url" nsPrefix="org.unicase.emfstore.esmodel.url"> <eClassifiers xsi:type="ecore:EClass" name="ServerUrl"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hostName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="port" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProjectUrlFragment"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="projectId" eType="#//ProjectId" containment="true" eKeys="../../org.unicase.metamodel/model/metamodel.ecore#//UniqueIdentifier/id"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModelElementUrlFragment"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modelElementId" eType="ecore:EClass ../../org.unicase.metamodel/model/metamodel.ecore#//ModelElementId" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModelElementUrl"> <eStructuralFeatures xsi:type="ecore:EReference" name="serverUrl" eType="#//url/ServerUrl" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="projectUrlFragment" eType="#//url/ProjectUrlFragment" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modelElementUrlFragment" eType="#//url/ModelElementUrlFragment" containment="true"/> </eClassifiers> </eSubpackages> </ecore:EPackage>
github:ecore:/data/fvde/crudml/tum.ma.crudml/esmodel.ecore
ecore
esmodel ProjectHistory projectId versions projectName projectDescription ProjectInfo name description projectId version SessionId ServerSpace groups projects openSessions users ProjectId VersionInfo emfStoreVersionString ClientVersionInfo version name FileIdentifier versioning TagVersionSpec name DateVersionSpec date PrimaryVersionSpec identifier VersionSpec LogMessage author message date clientDate ChangePackage operations events logMessage notifications versionProperties HistoryInfo primerySpec logMessage tagSpecs versionProperties changePackage HistoryQuery source target modelElements includeChangePackage Version projectState primarySpec tagSpecs nextVersion previousVersion changes logMessage HeadVersionSpec VersionProperty name value operations AbstractOperation name description modelElementId accepted clientDate CompositeOperation subOperations mainOperation compositeName compositeDescription reversed FeatureOperation featureName CreateDeleteOperation delete modelElement subOperations eObjectToIdMap AttributeOperation oldValue newValue MultiAttributeOperation add indexes referencedValues MultiAttributeSetOperation index oldValue newValue MultiAttributeMoveOperation oldIndex newIndex referencedValue SingleReferenceOperation oldValue newValue MultiReferenceSetOperation index oldValue newValue MultiReferenceOperation add index referencedModelElements MultiReferenceMoveOperation oldIndex newIndex referencedModelElementId ReferenceOperation bidirectional oppositeFeatureName containmentType DiagramLayoutOperation OperationId OperationGroup name operations ModelElementGroup name modelElements ContainmentType NONE NONE CONTAINER CONTAINER CONTAINMENT CONTAINMENT EObjectToModelElementIdMap java.util.Map$Entry java.util.Map$Entry key value semantic SemanticCompositeOperation events Event timestamp ReadEvent modelElement sourceView readView MergeEvent numberOfConflicts totalTime baseVersion targetVersion localChanges CheckoutEvent baseVersion ExceptionEvent ExceptionTitle ExceptionStackTrace ExceptionCauseTitle ExceptionCauseStackTrace PluginStartEvent pluginId UpdateEvent baseVersion targetVersion AnnotationEvent annotatedElement annotation RevertEvent revertedChangesCount ShowHistoryEvent sourceVersion targetVersion modelElement PerspectiveEvent DNDEvent sourceView targetView dragSourceElement dropTargetElement LinkEvent sourceView sourceElement targetElement createdNew TraceEvent sourceElement targetElement featureName NavigatorCreateEvent createdElement sourceSection dynamic PluginFocusEvent pluginId startDate PresentationSwitchEvent readView newPresentation UndoEvent operation Validate ShowChangesEvent sourceVersion targetVersion NotificationReadEvent notificationId NotificationGenerationEvent notifications NotificationIgnoreEvent notificationId URLEvent sourceModelElement sourceView sourceURL MergeChoiceEvent myAcceptedChanges theirRejectedChanges contextModelElement selection contextFeature createdIssueName MergeChoiceSelection Mine Mine Their Their Issue Issue MergedText MergedText MergeGlobalChoiceEvent selection MergeGlobalChoiceSelection AllMine AllMine AllTheir AllTheir Cancel Cancel OKNotFinished OKNotFinished OKFinished OKFinished server ServerEvent ServerProjectEvent projectId ProjectUpdatedEvent newVersion accesscontrol ACUser firstName lastName ACOrgUnit getId name roles description properties ACGroup members ACOrgUnitId OrgUnitProperty name value project roles Role canAdministrate projectId canCreate projectId modelElement canDelete projectId modelElement canModify projectId modelElement canRead projectId modelElement projects ReaderRole WriterRole ProjectAdminRole ServerAdmin notification ESNotification name message details seen creationDate provider sender recipient project relatedModelElements relatedOperations url ServerUrl hostName port ProjectUrlFragment name projectId ModelElementUrlFragment name modelElementId ModelElementUrl serverUrl projectUrlFragment modelElementUrlFragment
null
{"directed":true,"nodes":[{"nsPrefix":"org.unicase.emfstore.esmodel","nsURI":"http://unicase.org/emfstore/esmodel","name":"esmodel","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProjectHistory","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProjectInfo","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SessionId","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServerSpace","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProjectId","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VersionInfo","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClientVersionInfo","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FileIdentifier","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"nsPrefix":"org.unicase.emfstore.esmodel.versioning","nsURI":"http://unicase.org/esmodel/versioning","name":"versioning","id":9,"eClass":"EPackage"},{"nsPrefix":"org.unicase.accesscontrol","nsURI":"http://unicase.org/esmodel/accesscontrol","name":"accesscontrol","id":10,"eClass":"EPackage"},{"nsPrefix":"org.unicase.notification","nsURI":"http://unicase.org/esmodel/notification","name":"notification","id":11,"eClass":"EPackage"},{"nsPrefix":"org.unicase.emfstore.esmodel.url","nsURI":"http://unicase.org/emfstore/esmodel/url","name":"url","id":12,"eClass":"EPackage"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"projectId","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"versions","changeable":true,"resolveProxies":true,"lowerBound":1,"id":14,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"projectName","changeable":true,"lowerBound":1,"iD":false,"id":15,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"projectDescription","changeable":true,"lowerBound":1,"iD":false,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Version","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":22,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"projectId","changeable":true,"resolveProxies":true,"lowerBound":1,"id":24,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"resolveProxies":true,"lowerBound":1,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimaryVersionSpec","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"groups","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"projects","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"openSessions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"users","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ACGroup","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ACUser","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"emfStoreVersionString","changeable":true,"lowerBound":0,"iD":false,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"lowerBound":0,"iD":false,"id":45,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TagVersionSpec","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DateVersionSpec","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VersionSpec","instanceClass":null,"abstract":true,"id":52,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LogMessage","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChangePackage","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HistoryInfo","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HistoryQuery","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HeadVersionSpec","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VersionProperty","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"nsPrefix":"org.unicase.emfstore.esmodel.versioning.operations","nsURI":"http://unicase.org/esmodel/versioning/operations","name":"operations","id":59,"eClass":"EPackage"},{"nsPrefix":"org.unicase.emfstore.esmodel.versioning.events","nsURI":"http://unicase.org/esmodel/versioning/events","name":"events","id":60,"eClass":"EPackage"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"date","changeable":true,"lowerBound":1,"iD":false,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"identifier","changeable":true,"lowerBound":1,"iD":false,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"author","changeable":true,"lowerBound":1,"iD":false,"id":70,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"message","changeable":true,"lowerBound":1,"iD":false,"id":71,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"date","changeable":true,"lowerBound":1,"iD":false,"id":72,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"clientDate","changeable":true,"lowerBound":0,"iD":false,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":78,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"events","changeable":true,"resolveProxies":true,"lowerBound":0,"id":79,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"logMessage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":80,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"notifications","changeable":true,"resolveProxies":true,"lowerBound":0,"id":81,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"versionProperties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":82,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractOperation","instanceClass":null,"abstract":true,"id":83,"interface":false,"eClass":"EClass"},{"id":84,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Event","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ESNotification","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"primerySpec","changeable":true,"resolveProxies":true,"lowerBound":1,"id":91,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"logMessage","changeable":true,"resolveProxies":true,"lowerBound":1,"id":92,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tagSpecs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":93,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"versionProperties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":94,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"changePackage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":95,"derived":false},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":101,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":102,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modelElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":103,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"includeChangePackage","changeable":true,"lowerBound":0,"iD":false,"id":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"projectState","changeable":true,"resolveProxies":true,"lowerBound":0,"id":109,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"primarySpec","changeable":true,"resolveProxies":true,"lowerBound":1,"id":110,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tagSpecs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":111,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"nextVersion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":112,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"previousVersion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":113,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"changes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":114,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"logMessage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":115,"derived":false},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":124,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":125,"derived":false},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompositeOperation","instanceClass":null,"abstract":false,"id":128,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureOperation","instanceClass":null,"abstract":true,"id":129,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateDeleteOperation","instanceClass":null,"abstract":false,"id":130,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeOperation","instanceClass":null,"abstract":false,"id":131,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiAttributeOperation","instanceClass":null,"abstract":false,"id":132,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiAttributeSetOperation","instanceClass":null,"abstract":false,"id":133,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiAttributeMoveOperation","instanceClass":null,"abstract":false,"id":134,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SingleReferenceOperation","instanceClass":null,"abstract":false,"id":135,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiReferenceSetOperation","instanceClass":null,"abstract":false,"id":136,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiReferenceOperation","instanceClass":null,"abstract":false,"id":137,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiReferenceMoveOperation","instanceClass":null,"abstract":false,"id":138,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReferenceOperation","instanceClass":null,"abstract":true,"id":139,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiagramLayoutOperation","instanceClass":null,"abstract":false,"id":140,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationId","instanceClass":null,"abstract":false,"id":141,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationGroup","instanceClass":null,"abstract":false,"id":142,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelElementGroup","instanceClass":null,"abstract":false,"id":143,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ContainmentType","instanceClass":null,"id":144,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"EObjectToModelElementIdMap","instanceClass":"java.util.Map$Entry","abstract":false,"id":145,"interface":false,"eClass":"EClass"},{"nsPrefix":"org.unicase.emfstore.esmodel.versioning.operations.semantic","nsURI":"http://unicase.org/esmodel/versioning/operations/semantic","name":"semantic","id":146,"eClass":"EPackage"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"name","changeable":false,"lowerBound":0,"iD":false,"id":147,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":true,"unique":true,"name":"description","changeable":false,"lowerBound":0,"iD":false,"id":148,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modelElementId","changeable":true,"resolveProxies":true,"lowerBound":0,"id":149,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"accepted","changeable":true,"lowerBound":0,"iD":false,"id":150,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"clientDate","changeable":true,"lowerBound":0,"iD":false,"id":151,"derived":false},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subOperations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":158,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mainOperation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":159,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"compositeName","changeable":true,"lowerBound":0,"iD":false,"id":160,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"compositeDescription","changeable":true,"lowerBound":0,"iD":false,"id":161,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"reversed","changeable":true,"lowerBound":0,"iD":false,"id":162,"derived":false},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"featureName","changeable":true,"lowerBound":0,"iD":false,"id":169,"derived":false},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"delete","changeable":true,"lowerBound":0,"iD":false,"id":172,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modelElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":173,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subOperations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":174,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eObjectToIdMap","changeable":true,"resolveProxies":true,"lowerBound":0,"id":175,"derived":false},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"oldValue","changeable":true,"lowerBound":0,"iD":false,"id":181,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"newValue","changeable":true,"lowerBound":0,"iD":false,"id":182,"derived":false},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"add","changeable":true,"lowerBound":0,"iD":false,"id":186,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"indexes","changeable":true,"lowerBound":0,"iD":false,"id":187,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"referencedValues","changeable":true,"lowerBound":0,"iD":false,"id":188,"derived":false},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"index","changeable":true,"lowerBound":0,"iD":false,"id":193,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"oldValue","changeable":true,"lowerBound":0,"iD":false,"id":194,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"newValue","changeable":true,"lowerBound":0,"iD":false,"id":195,"derived":false},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"oldIndex","changeable":true,"lowerBound":0,"iD":false,"id":200,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"newIndex","changeable":true,"lowerBound":0,"iD":false,"id":201,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"referencedValue","changeable":true,"lowerBound":0,"iD":false,"id":202,"derived":false},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"oldValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":207,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"newValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":208,"derived":false},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"index","changeable":true,"lowerBound":0,"iD":false,"id":212,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"oldValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":213,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"newValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":214,"derived":false},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"add","changeable":true,"lowerBound":0,"iD":false,"id":219,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"index","changeable":true,"lowerBound":0,"iD":false,"id":220,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"referencedModelElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":221,"derived":false},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"oldIndex","changeable":true,"lowerBound":0,"iD":false,"id":226,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"newIndex","changeable":true,"lowerBound":0,"iD":false,"id":227,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"referencedModelElementId","changeable":true,"resolveProxies":true,"lowerBound":0,"id":228,"derived":false},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"bidirectional","changeable":true,"lowerBound":0,"iD":false,"id":233,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"oppositeFeatureName","changeable":true,"lowerBound":0,"iD":false,"id":234,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"containmentType","changeable":true,"lowerBound":0,"iD":false,"id":235,"derived":false},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":242,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"operations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":243,"derived":false},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":246,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"modelElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":247,"derived":false},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"name":"NONE","id":250,"value":0,"literal":"NONE","eClass":"EEnumLiteral"},{"name":"CONTAINER","id":251,"value":1,"literal":"CONTAINER","eClass":"EEnumLiteral"},{"name":"CONTAINMENT","id":252,"value":2,"literal":"CONTAINMENT","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"resolveProxies":true,"lowerBound":0,"id":253,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":254,"derived":false},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SemanticCompositeOperation","instanceClass":null,"abstract":true,"id":257,"interface":false,"eClass":"EClass"},{"id":258,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadEvent","instanceClass":null,"abstract":false,"id":259,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MergeEvent","instanceClass":null,"abstract":false,"id":260,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CheckoutEvent","instanceClass":null,"abstract":false,"id":261,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExceptionEvent","instanceClass":null,"abstract":false,"id":262,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PluginStartEvent","instanceClass":null,"abstract":false,"id":263,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UpdateEvent","instanceClass":null,"abstract":false,"id":264,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationEvent","instanceClass":null,"abstract":false,"id":265,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RevertEvent","instanceClass":null,"abstract":false,"id":266,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ShowHistoryEvent","instanceClass":null,"abstract":false,"id":267,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PerspectiveEvent","instanceClass":null,"abstract":false,"id":268,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DNDEvent","instanceClass":null,"abstract":false,"id":269,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkEvent","instanceClass":null,"abstract":false,"id":270,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TraceEvent","instanceClass":null,"abstract":false,"id":271,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NavigatorCreateEvent","instanceClass":null,"abstract":false,"id":272,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PluginFocusEvent","instanceClass":null,"abstract":false,"id":273,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PresentationSwitchEvent","instanceClass":null,"abstract":false,"id":274,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UndoEvent","instanceClass":null,"abstract":false,"id":275,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Validate","instanceClass":null,"abstract":false,"id":276,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ShowChangesEvent","instanceClass":null,"abstract":false,"id":277,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotificationReadEvent","instanceClass":null,"abstract":false,"id":278,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotificationGenerationEvent","instanceClass":null,"abstract":false,"id":279,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotificationIgnoreEvent","instanceClass":null,"abstract":false,"id":280,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"URLEvent","instanceClass":null,"abstract":false,"id":281,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MergeChoiceEvent","instanceClass":null,"abstract":false,"id":282,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"MergeChoiceSelection","instanceClass":null,"id":283,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MergeGlobalChoiceEvent","instanceClass":null,"abstract":false,"id":284,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"MergeGlobalChoiceSelection","instanceClass":null,"id":285,"serializable":true,"eClass":"EEnum"},{"nsPrefix":"org.unicase.esmodel.versioning.events.server","nsURI":"http://unicase.org/esmodel/versioning/events/server/","name":"server","id":286,"eClass":"EPackage"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"timestamp","changeable":true,"lowerBound":0,"iD":false,"id":287,"derived":false},{"id":288,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modelElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":289,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sourceView","changeable":true,"lowerBound":0,"iD":false,"id":290,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"readView","changeable":true,"lowerBound":0,"iD":false,"id":291,"derived":false},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"numberOfConflicts","changeable":true,"lowerBound":0,"iD":false,"id":296,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"totalTime","changeable":true,"lowerBound":0,"iD":false,"id":297,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"baseVersion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":298,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"targetVersion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":299,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"localChanges","changeable":true,"resolveProxies":true,"lowerBound":0,"id":300,"derived":false},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"baseVersion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":307,"derived":false},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ExceptionTitle","changeable":true,"lowerBound":0,"iD":false,"id":310,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ExceptionStackTrace","changeable":true,"lowerBound":0,"iD":false,"id":311,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ExceptionCauseTitle","changeable":true,"lowerBound":0,"iD":false,"id":312,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ExceptionCauseStackTrace","changeable":true,"lowerBound":0,"iD":false,"id":313,"derived":false},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pluginId","changeable":true,"lowerBound":0,"iD":false,"id":319,"derived":false},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"baseVersion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":322,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"targetVersion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":323,"derived":false},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotatedElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":327,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":328,"derived":false},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"revertedChangesCount","changeable":true,"lowerBound":0,"iD":false,"id":332,"derived":false},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sourceVersion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":335,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"targetVersion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":336,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modelElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":337,"derived":false},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sourceView","changeable":true,"lowerBound":0,"iD":false,"id":343,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"targetView","changeable":true,"lowerBound":0,"iD":false,"id":344,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dragSourceElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":345,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dropTargetElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":346,"derived":false},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"id":351,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sourceView","changeable":true,"lowerBound":0,"iD":false,"id":352,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sourceElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":353,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"targetElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":354,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"createdNew","changeable":true,"lowerBound":0,"iD":false,"id":355,"derived":false},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sourceElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":361,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"targetElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":362,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"featureName","changeable":true,"lowerBound":0,"iD":false,"id":363,"derived":false},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"createdElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":368,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sourceSection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":369,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dynamic","changeable":true,"lowerBound":0,"iD":false,"id":370,"derived":false},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pluginId","changeable":true,"lowerBound":0,"iD":false,"id":375,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"startDate","changeable":true,"lowerBound":0,"iD":false,"id":376,"derived":false},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"readView","changeable":true,"lowerBound":0,"iD":false,"id":380,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"newPresentation","changeable":true,"lowerBound":0,"iD":false,"id":381,"derived":false},{"id":382,"eClass":"EGenericType"},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":385,"derived":false},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"id":388,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sourceVersion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":389,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"targetVersion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":390,"derived":false},{"id":391,"eClass":"EGenericType"},{"id":392,"eClass":"EGenericType"},{"id":393,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"notificationId","changeable":true,"lowerBound":0,"iD":false,"id":394,"derived":false},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"notifications","changeable":true,"resolveProxies":true,"lowerBound":0,"id":397,"derived":false},{"id":398,"eClass":"EGenericType"},{"id":399,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"notificationId","changeable":true,"lowerBound":0,"iD":false,"id":400,"derived":false},{"id":401,"eClass":"EGenericType"},{"id":402,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sourceModelElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":403,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sourceView","changeable":true,"lowerBound":0,"iD":false,"id":404,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sourceURL","changeable":true,"resolveProxies":true,"lowerBound":0,"id":405,"derived":false},{"id":406,"eClass":"EGenericType"},{"id":407,"eClass":"EGenericType"},{"id":408,"eClass":"EGenericType"},{"id":409,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"myAcceptedChanges","changeable":true,"resolveProxies":true,"lowerBound":0,"id":410,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"theirRejectedChanges","changeable":true,"resolveProxies":true,"lowerBound":0,"id":411,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contextModelElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":412,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"selection","changeable":true,"lowerBound":0,"iD":false,"id":413,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"contextFeature","changeable":true,"lowerBound":0,"iD":false,"id":414,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"createdIssueName","changeable":true,"lowerBound":0,"iD":false,"id":415,"derived":false},{"id":416,"eClass":"EGenericType"},{"id":417,"eClass":"EGenericType"},{"id":418,"eClass":"EGenericType"},{"id":419,"eClass":"EGenericType"},{"id":420,"eClass":"EGenericType"},{"id":421,"eClass":"EGenericType"},{"id":422,"eClass":"EGenericType"},{"name":"Mine","id":423,"value":0,"literal":"Mine","eClass":"EEnumLiteral"},{"name":"Their","id":424,"value":1,"literal":"Their","eClass":"EEnumLiteral"},{"name":"Issue","id":425,"value":2,"literal":"Issue","eClass":"EEnumLiteral"},{"name":"MergedText","id":426,"value":3,"literal":"MergedText","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"selection","changeable":true,"lowerBound":0,"iD":false,"id":427,"derived":false},{"id":428,"eClass":"EGenericType"},{"id":429,"eClass":"EGenericType"},{"name":"AllMine","id":430,"value":0,"literal":"AllMine","eClass":"EEnumLiteral"},{"name":"AllTheir","id":431,"value":1,"literal":"AllTheir","eClass":"EEnumLiteral"},{"name":"Cancel","id":432,"value":2,"literal":"Cancel","eClass":"EEnumLiteral"},{"name":"OKNotFinished","id":433,"value":3,"literal":"OKNotFinished","eClass":"EEnumLiteral"},{"name":"OKFinished","id":434,"value":4,"literal":"OKFinished","eClass":"EEnumLiteral"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServerEvent","instanceClass":null,"abstract":true,"id":435,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServerProjectEvent","instanceClass":null,"abstract":true,"id":436,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProjectUpdatedEvent","instanceClass":null,"abstract":false,"id":437,"interface":false,"eClass":"EClass"},{"id":438,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"projectId","changeable":true,"resolveProxies":true,"lowerBound":0,"id":439,"derived":false},{"id":440,"eClass":"EGenericType"},{"id":441,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"newVersion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":442,"derived":false},{"id":443,"eClass":"EGenericType"},{"id":444,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ACOrgUnit","instanceClass":null,"abstract":false,"id":445,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ACOrgUnitId","instanceClass":null,"abstract":false,"id":446,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrgUnitProperty","instanceClass":null,"abstract":false,"id":447,"interface":false,"eClass":"EClass"},{"nsPrefix":"org.unicase.accesscontrol.roles","nsURI":"http://unicase.org/esmodel/accesscontrol/roles","name":"roles","id":448,"eClass":"EPackage"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"firstName","changeable":true,"lowerBound":0,"iD":false,"id":449,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lastName","changeable":true,"lowerBound":0,"iD":false,"id":450,"derived":false},{"id":451,"eClass":"EGenericType"},{"id":452,"eClass":"EGenericType"},{"id":453,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getId","lowerBound":0,"id":454,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":455,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"roles","changeable":true,"resolveProxies":true,"lowerBound":0,"id":456,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":457,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"properties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":458,"derived":false},{"id":459,"eClass":"EGenericType"},{"id":460,"eClass":"EGenericType"},{"id":461,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Role","instanceClass":null,"abstract":true,"id":462,"interface":false,"eClass":"EClass"},{"id":463,"eClass":"EGenericType"},{"id":464,"eClass":"EGenericType"},{"id":465,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"members","changeable":true,"resolveProxies":true,"lowerBound":0,"id":466,"derived":false},{"id":467,"eClass":"EGenericType"},{"id":468,"eClass":"EGenericType"},{"id":469,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":470,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":471,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"project","changeable":true,"resolveProxies":true,"lowerBound":0,"id":472,"derived":false},{"id":473,"eClass":"EGenericType"},{"id":474,"eClass":"EGenericType"},{"id":475,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReaderRole","instanceClass":null,"abstract":false,"id":476,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriterRole","instanceClass":null,"abstract":false,"id":477,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProjectAdminRole","instanceClass":null,"abstract":false,"id":478,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServerAdmin","instanceClass":null,"abstract":false,"id":479,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"canAdministrate","lowerBound":0,"id":480,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"canCreate","lowerBound":0,"id":481,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"canDelete","lowerBound":0,"id":482,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"canModify","lowerBound":0,"id":483,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"canRead","lowerBound":0,"id":484,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"projects","changeable":true,"resolveProxies":true,"lowerBound":0,"id":485,"derived":false},{"id":486,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"projectId","lowerBound":0,"id":487,"many":false,"required":false,"eClass":"EParameter"},{"id":488,"eClass":"EGenericType"},{"id":489,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"projectId","lowerBound":0,"id":490,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"modelElement","lowerBound":0,"id":491,"many":false,"required":false,"eClass":"EParameter"},{"id":492,"eClass":"EGenericType"},{"id":493,"eClass":"EGenericType"},{"id":494,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"projectId","lowerBound":0,"id":495,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"modelElement","lowerBound":0,"id":496,"many":false,"required":false,"eClass":"EParameter"},{"id":497,"eClass":"EGenericType"},{"id":498,"eClass":"EGenericType"},{"id":499,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"projectId","lowerBound":0,"id":500,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"modelElement","lowerBound":0,"id":501,"many":false,"required":false,"eClass":"EParameter"},{"id":502,"eClass":"EGenericType"},{"id":503,"eClass":"EGenericType"},{"id":504,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"projectId","lowerBound":0,"id":505,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"modelElement","lowerBound":0,"id":506,"many":false,"required":false,"eClass":"EParameter"},{"id":507,"eClass":"EGenericType"},{"id":508,"eClass":"EGenericType"},{"id":509,"eClass":"EGenericType"},{"id":510,"eClass":"EGenericType"},{"id":511,"eClass":"EGenericType"},{"id":512,"eClass":"EGenericType"},{"id":513,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":514,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"message","changeable":true,"lowerBound":0,"iD":false,"id":515,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"details","changeable":true,"lowerBound":0,"iD":false,"id":516,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"seen","changeable":true,"lowerBound":0,"iD":false,"id":517,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"creationDate","changeable":true,"lowerBound":0,"iD":false,"id":518,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"provider","changeable":true,"lowerBound":0,"iD":false,"id":519,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sender","changeable":true,"lowerBound":0,"iD":false,"id":520,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"recipient","changeable":true,"lowerBound":0,"iD":false,"id":521,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"project","changeable":true,"resolveProxies":true,"lowerBound":0,"id":522,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"relatedModelElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":523,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"relatedOperations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":524,"derived":false},{"id":525,"eClass":"EGenericType"},{"id":526,"eClass":"EGenericType"},{"id":527,"eClass":"EGenericType"},{"id":528,"eClass":"EGenericType"},{"id":529,"eClass":"EGenericType"},{"id":530,"eClass":"EGenericType"},{"id":531,"eClass":"EGenericType"},{"id":532,"eClass":"EGenericType"},{"id":533,"eClass":"EGenericType"},{"id":534,"eClass":"EGenericType"},{"id":535,"eClass":"EGenericType"},{"id":536,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServerUrl","instanceClass":null,"abstract":false,"id":537,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProjectUrlFragment","instanceClass":null,"abstract":false,"id":538,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelElementUrlFragment","instanceClass":null,"abstract":false,"id":539,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelElementUrl","instanceClass":null,"abstract":false,"id":540,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"hostName","changeable":true,"lowerBound":0,"iD":false,"id":541,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"port","changeable":true,"lowerBound":0,"iD":false,"id":542,"derived":false},{"id":543,"eClass":"EGenericType"},{"id":544,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":545,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"projectId","changeable":true,"resolveProxies":true,"lowerBound":0,"id":546,"derived":false},{"id":547,"eClass":"EGenericType"},{"id":548,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":549,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modelElementId","changeable":true,"resolveProxies":true,"lowerBound":0,"id":550,"derived":false},{"id":551,"eClass":"EGenericType"},{"id":552,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"serverUrl","changeable":true,"resolveProxies":true,"lowerBound":0,"id":553,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"projectUrlFragment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":554,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modelElementUrlFragment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":555,"derived":false},{"id":556,"eClass":"EGenericType"},{"id":557,"eClass":"EGenericType"},{"id":558,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":1,"target":0},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":13,"target":5},{"source":13,"target":17},{"source":13,"target":1},{"source":17,"target":5},{"source":14,"target":18},{"source":14,"target":19},{"source":14,"target":1},{"source":19,"target":18},{"source":15,"target":20},{"source":15,"target":1},{"source":16,"target":21},{"source":16,"target":1},{"source":2,"target":0},{"source":2,"target":22},{"source":2,"target":23},{"source":2,"target":24},{"source":2,"target":25},{"source":22,"target":26},{"source":22,"target":2},{"source":23,"target":27},{"source":23,"target":2},{"source":24,"target":5},{"source":24,"target":28},{"source":24,"target":2},{"source":28,"target":5},{"source":25,"target":29},{"source":25,"target":30},{"source":25,"target":2},{"source":30,"target":29},{"source":3,"target":0},{"source":3,"target":31},{"source":4,"target":0},{"source":4,"target":32},{"source":4,"target":33},{"source":4,"target":34},{"source":4,"target":35},{"source":32,"target":36},{"source":32,"target":37},{"source":32,"target":4},{"source":37,"target":36},{"source":33,"target":1},{"source":33,"target":38},{"source":33,"target":4},{"source":38,"target":1},{"source":34,"target":3},{"source":34,"target":39},{"source":34,"target":4},{"source":39,"target":3},{"source":35,"target":40},{"source":35,"target":41},{"source":35,"target":4},{"source":41,"target":40},{"source":5,"target":0},{"source":5,"target":42},{"source":6,"target":0},{"source":6,"target":43},{"source":43,"target":44},{"source":43,"target":6},{"source":7,"target":0},{"source":7,"target":45},{"source":7,"target":46},{"source":45,"target":47},{"source":45,"target":7},{"source":46,"target":48},{"source":46,"target":7},{"source":8,"target":0},{"source":8,"target":49},{"source":9,"target":50},{"source":9,"target":51},{"source":9,"target":29},{"source":9,"target":52},{"source":9,"target":53},{"source":9,"target":54},{"source":9,"target":55},{"source":9,"target":56},{"source":9,"target":18},{"source":9,"target":57},{"source":9,"target":58},{"source":9,"target":59},{"source":9,"target":60},{"source":9,"target":0},{"source":50,"target":9},{"source":50,"target":52},{"source":50,"target":61},{"source":50,"target":62},{"source":61,"target":63},{"source":61,"target":50},{"source":62,"target":52},{"source":51,"target":9},{"source":51,"target":52},{"source":51,"target":64},{"source":51,"target":65},{"source":64,"target":66},{"source":64,"target":51},{"source":65,"target":52},{"source":29,"target":9},{"source":29,"target":52},{"source":29,"target":67},{"source":29,"target":68},{"source":67,"target":69},{"source":67,"target":29},{"source":68,"target":52},{"source":52,"target":9},{"source":53,"target":9},{"source":53,"target":70},{"source":53,"target":71},{"source":53,"target":72},{"source":53,"target":73},{"source":70,"target":74},{"source":70,"target":53},{"source":71,"target":75},{"source":71,"target":53},{"source":72,"target":76},{"source":72,"target":53},{"source":73,"target":77},{"source":73,"target":53},{"source":54,"target":9},{"source":54,"target":78},{"source":54,"target":79},{"source":54,"target":80},{"source":54,"target":81},{"source":54,"target":82},{"source":78,"target":83},{"source":78,"target":84},{"source":78,"target":54},{"source":84,"target":83},{"source":79,"target":85},{"source":79,"target":86},{"source":79,"target":54},{"source":86,"target":85},{"source":80,"target":53},{"source":80,"target":87},{"source":80,"target":54},{"source":87,"target":53},{"source":81,"target":88},{"source":81,"target":89},{"source":81,"target":54},{"source":89,"target":88},{"source":82,"target":58},{"source":82,"target":90},{"source":82,"target":54},{"source":90,"target":58},{"source":55,"target":9},{"source":55,"target":91},{"source":55,"target":92},{"source":55,"target":93},{"source":55,"target":94},{"source":55,"target":95},{"source":91,"target":29},{"source":91,"target":96},{"source":91,"target":55},{"source":96,"target":29},{"source":92,"target":53},{"source":92,"target":97},{"source":92,"target":55},{"source":97,"target":53},{"source":93,"target":50},{"source":93,"target":98},{"source":93,"target":55},{"source":98,"target":50},{"source":94,"target":58},{"source":94,"target":99},{"source":94,"target":55},{"source":99,"target":58},{"source":95,"target":54},{"source":95,"target":100},{"source":95,"target":55},{"source":100,"target":54},{"source":56,"target":9},{"source":56,"target":101},{"source":56,"target":102},{"source":56,"target":103},{"source":56,"target":104},{"source":101,"target":29},{"source":101,"target":105},{"source":101,"target":56},{"source":105,"target":29},{"source":102,"target":29},{"source":102,"target":106},{"source":102,"target":56},{"source":106,"target":29},{"source":103,"target":107},{"source":103,"target":56},{"source":104,"target":108},{"source":104,"target":56},{"source":18,"target":9},{"source":18,"target":109},{"source":18,"target":110},{"source":18,"target":111},{"source":18,"target":112},{"source":18,"target":113},{"source":18,"target":114},{"source":18,"target":115},{"source":109,"target":116},{"source":109,"target":18},{"source":110,"target":29},{"source":110,"target":117},{"source":110,"target":18},{"source":117,"target":29},{"source":111,"target":50},{"source":111,"target":118},{"source":111,"target":18},{"source":118,"target":50},{"source":112,"target":18},{"source":112,"target":119},{"source":112,"target":18},{"source":112,"target":113},{"source":119,"target":18},{"source":113,"target":18},{"source":113,"target":120},{"source":113,"target":18},{"source":113,"target":112},{"source":120,"target":18},{"source":114,"target":54},{"source":114,"target":121},{"source":114,"target":18},{"source":121,"target":54},{"source":115,"target":53},{"source":115,"target":122},{"source":115,"target":18},{"source":122,"target":53},{"source":57,"target":9},{"source":57,"target":52},{"source":57,"target":123},{"source":123,"target":52},{"source":58,"target":9},{"source":58,"target":124},{"source":58,"target":125},{"source":124,"target":126},{"source":124,"target":58},{"source":125,"target":127},{"source":125,"target":58},{"source":59,"target":83},{"source":59,"target":128},{"source":59,"target":129},{"source":59,"target":130},{"source":59,"target":131},{"source":59,"target":132},{"source":59,"target":133},{"source":59,"target":134},{"source":59,"target":135},{"source":59,"target":136},{"source":59,"target":137},{"source":59,"target":138},{"source":59,"target":139},{"source":59,"target":140},{"source":59,"target":141},{"source":59,"target":142},{"source":59,"target":143},{"source":59,"target":144},{"source":59,"target":145},{"source":59,"target":146},{"source":59,"target":9},{"source":83,"target":59},{"source":83,"target":147},{"source":83,"target":148},{"source":83,"target":149},{"source":83,"target":150},{"source":83,"target":151},{"source":83,"target":152},{"source":147,"target":153},{"source":147,"target":83},{"source":148,"target":154},{"source":148,"target":83},{"source":149,"target":155},{"source":149,"target":83},{"source":150,"target":156},{"source":150,"target":83},{"source":151,"target":157},{"source":151,"target":83},{"source":128,"target":59},{"source":128,"target":83},{"source":128,"target":158},{"source":128,"target":159},{"source":128,"target":160},{"source":128,"target":161},{"source":128,"target":162},{"source":128,"target":163},{"source":158,"target":83},{"source":158,"target":164},{"source":158,"target":128},{"source":164,"target":83},{"source":159,"target":83},{"source":159,"target":165},{"source":159,"target":128},{"source":165,"target":83},{"source":160,"target":166},{"source":160,"target":128},{"source":161,"target":167},{"source":161,"target":128},{"source":162,"target":168},{"source":162,"target":128},{"source":163,"target":83},{"source":129,"target":59},{"source":129,"target":83},{"source":129,"target":169},{"source":129,"target":170},{"source":169,"target":171},{"source":169,"target":129},{"source":170,"target":83},{"source":130,"target":59},{"source":130,"target":83},{"source":130,"target":172},{"source":130,"target":173},{"source":130,"target":174},{"source":130,"target":175},{"source":130,"target":176},{"source":172,"target":177},{"source":172,"target":130},{"source":173,"target":178},{"source":173,"target":130},{"source":174,"target":139},{"source":174,"target":179},{"source":174,"target":130},{"source":179,"target":139},{"source":175,"target":145},{"source":175,"target":180},{"source":175,"target":130},{"source":180,"target":145},{"source":176,"target":83},{"source":131,"target":59},{"source":131,"target":129},{"source":131,"target":181},{"source":131,"target":182},{"source":131,"target":183},{"source":181,"target":184},{"source":181,"target":131},{"source":182,"target":185},{"source":182,"target":131},{"source":183,"target":129},{"source":132,"target":59},{"source":132,"target":129},{"source":132,"target":186},{"source":132,"target":187},{"source":132,"target":188},{"source":132,"target":189},{"source":186,"target":190},{"source":186,"target":132},{"source":187,"target":191},{"source":187,"target":132},{"source":188,"target":192},{"source":188,"target":132},{"source":189,"target":129},{"source":133,"target":59},{"source":133,"target":129},{"source":133,"target":193},{"source":133,"target":194},{"source":133,"target":195},{"source":133,"target":196},{"source":193,"target":197},{"source":193,"target":133},{"source":194,"target":198},{"source":194,"target":133},{"source":195,"target":199},{"source":195,"target":133},{"source":196,"target":129},{"source":134,"target":59},{"source":134,"target":129},{"source":134,"target":200},{"source":134,"target":201},{"source":134,"target":202},{"source":134,"target":203},{"source":200,"target":204},{"source":200,"target":134},{"source":201,"target":205},{"source":201,"target":134},{"source":202,"target":206},{"source":202,"target":134},{"source":203,"target":129},{"source":135,"target":59},{"source":135,"target":139},{"source":135,"target":207},{"source":135,"target":208},{"source":135,"target":209},{"source":207,"target":210},{"source":207,"target":135},{"source":208,"target":211},{"source":208,"target":135},{"source":209,"target":139},{"source":136,"target":59},{"source":136,"target":139},{"source":136,"target":212},{"source":136,"target":213},{"source":136,"target":214},{"source":136,"target":215},{"source":212,"target":216},{"source":212,"target":136},{"source":213,"target":217},{"source":213,"target":136},{"source":214,"target":218},{"source":214,"target":136},{"source":215,"target":139},{"source":137,"target":59},{"source":137,"target":139},{"source":137,"target":219},{"source":137,"target":220},{"source":137,"target":221},{"source":137,"target":222},{"source":219,"target":223},{"source":219,"target":137},{"source":220,"target":224},{"source":220,"target":137},{"source":221,"target":225},{"source":221,"target":137},{"source":222,"target":139},{"source":138,"target":59},{"source":138,"target":129},{"source":138,"target":226},{"source":138,"target":227},{"source":138,"target":228},{"source":138,"target":229},{"source":226,"target":230},{"source":226,"target":138},{"source":227,"target":231},{"source":227,"target":138},{"source":228,"target":232},{"source":228,"target":138},{"source":229,"target":129},{"source":139,"target":59},{"source":139,"target":129},{"source":139,"target":233},{"source":139,"target":234},{"source":139,"target":235},{"source":139,"target":236},{"source":233,"target":237},{"source":233,"target":139},{"source":234,"target":238},{"source":234,"target":139},{"source":235,"target":144},{"source":235,"target":239},{"source":235,"target":139},{"source":239,"target":144},{"source":236,"target":129},{"source":140,"target":59},{"source":140,"target":131},{"source":140,"target":240},{"source":240,"target":131},{"source":141,"target":59},{"source":141,"target":241},{"source":142,"target":59},{"source":142,"target":242},{"source":142,"target":243},{"source":242,"target":244},{"source":242,"target":142},{"source":243,"target":83},{"source":243,"target":245},{"source":243,"target":142},{"source":245,"target":83},{"source":143,"target":59},{"source":143,"target":246},{"source":143,"target":247},{"source":246,"target":248},{"source":246,"target":143},{"source":247,"target":249},{"source":247,"target":143},{"source":144,"target":59},{"source":144,"target":250},{"source":144,"target":251},{"source":144,"target":252},{"source":250,"target":144},{"source":251,"target":144},{"source":252,"target":144},{"source":145,"target":59},{"source":145,"target":253},{"source":145,"target":254},{"source":253,"target":255},{"source":253,"target":145},{"source":254,"target":256},{"source":254,"target":145},{"source":146,"target":257},{"source":146,"target":59},{"source":257,"target":146},{"source":257,"target":128},{"source":257,"target":258},{"source":258,"target":128},{"source":60,"target":85},{"source":60,"target":259},{"source":60,"target":260},{"source":60,"target":261},{"source":60,"target":262},{"source":60,"target":263},{"source":60,"target":264},{"source":60,"target":265},{"source":60,"target":266},{"source":60,"target":267},{"source":60,"target":268},{"source":60,"target":269},{"source":60,"target":270},{"source":60,"target":271},{"source":60,"target":272},{"source":60,"target":273},{"source":60,"target":274},{"source":60,"target":275},{"source":60,"target":276},{"source":60,"target":277},{"source":60,"target":278},{"source":60,"target":279},{"source":60,"target":280},{"source":60,"target":281},{"source":60,"target":282},{"source":60,"target":283},{"source":60,"target":284},{"source":60,"target":285},{"source":60,"target":286},{"source":60,"target":9},{"source":85,"target":60},{"source":85,"target":287},{"source":287,"target":288},{"source":287,"target":85},{"source":259,"target":60},{"source":259,"target":85},{"source":259,"target":289},{"source":259,"target":290},{"source":259,"target":291},{"source":259,"target":292},{"source":289,"target":293},{"source":289,"target":259},{"source":290,"target":294},{"source":290,"target":259},{"source":291,"target":295},{"source":291,"target":259},{"source":292,"target":85},{"source":260,"target":60},{"source":260,"target":85},{"source":260,"target":296},{"source":260,"target":297},{"source":260,"target":298},{"source":260,"target":299},{"source":260,"target":300},{"source":260,"target":301},{"source":296,"target":302},{"source":296,"target":260},{"source":297,"target":303},{"source":297,"target":260},{"source":298,"target":29},{"source":298,"target":304},{"source":298,"target":260},{"source":304,"target":29},{"source":299,"target":29},{"source":299,"target":305},{"source":299,"target":260},{"source":305,"target":29},{"source":300,"target":83},{"source":300,"target":306},{"source":300,"target":260},{"source":306,"target":83},{"source":301,"target":85},{"source":261,"target":60},{"source":261,"target":85},{"source":261,"target":307},{"source":261,"target":308},{"source":307,"target":29},{"source":307,"target":309},{"source":307,"target":261},{"source":309,"target":29},{"source":308,"target":85},{"source":262,"target":60},{"source":262,"target":85},{"source":262,"target":310},{"source":262,"target":311},{"source":262,"target":312},{"source":262,"target":313},{"source":262,"target":314},{"source":310,"target":315},{"source":310,"target":262},{"source":311,"target":316},{"source":311,"target":262},{"source":312,"target":317},{"source":312,"target":262},{"source":313,"target":318},{"source":313,"target":262},{"source":314,"target":85},{"source":263,"target":60},{"source":263,"target":85},{"source":263,"target":319},{"source":263,"target":320},{"source":319,"target":321},{"source":319,"target":263},{"source":320,"target":85},{"source":264,"target":60},{"source":264,"target":85},{"source":264,"target":322},{"source":264,"target":323},{"source":264,"target":324},{"source":322,"target":29},{"source":322,"target":325},{"source":322,"target":264},{"source":325,"target":29},{"source":323,"target":29},{"source":323,"target":326},{"source":323,"target":264},{"source":326,"target":29},{"source":324,"target":85},{"source":265,"target":60},{"source":265,"target":85},{"source":265,"target":327},{"source":265,"target":328},{"source":265,"target":329},{"source":327,"target":330},{"source":327,"target":265},{"source":328,"target":331},{"source":328,"target":265},{"source":329,"target":85},{"source":266,"target":60},{"source":266,"target":85},{"source":266,"target":332},{"source":266,"target":333},{"source":332,"target":334},{"source":332,"target":266},{"source":333,"target":85},{"source":267,"target":60},{"source":267,"target":85},{"source":267,"target":335},{"source":267,"target":336},{"source":267,"target":337},{"source":267,"target":338},{"source":335,"target":29},{"source":335,"target":339},{"source":335,"target":267},{"source":339,"target":29},{"source":336,"target":29},{"source":336,"target":340},{"source":336,"target":267},{"source":340,"target":29},{"source":337,"target":341},{"source":337,"target":267},{"source":338,"target":85},{"source":268,"target":60},{"source":268,"target":85},{"source":268,"target":342},{"source":342,"target":85},{"source":269,"target":60},{"source":269,"target":85},{"source":269,"target":343},{"source":269,"target":344},{"source":269,"target":345},{"source":269,"target":346},{"source":269,"target":347},{"source":343,"target":348},{"source":343,"target":269},{"source":344,"target":349},{"source":344,"target":269},{"source":345,"target":350},{"source":345,"target":269},{"source":346,"target":351},{"source":346,"target":269},{"source":347,"target":85},{"source":270,"target":60},{"source":270,"target":85},{"source":270,"target":352},{"source":270,"target":353},{"source":270,"target":354},{"source":270,"target":355},{"source":270,"target":356},{"source":352,"target":357},{"source":352,"target":270},{"source":353,"target":358},{"source":353,"target":270},{"source":354,"target":359},{"source":354,"target":270},{"source":355,"target":360},{"source":355,"target":270},{"source":356,"target":85},{"source":271,"target":60},{"source":271,"target":85},{"source":271,"target":361},{"source":271,"target":362},{"source":271,"target":363},{"source":271,"target":364},{"source":361,"target":365},{"source":361,"target":271},{"source":362,"target":366},{"source":362,"target":271},{"source":363,"target":367},{"source":363,"target":271},{"source":364,"target":85},{"source":272,"target":60},{"source":272,"target":85},{"source":272,"target":368},{"source":272,"target":369},{"source":272,"target":370},{"source":272,"target":371},{"source":368,"target":372},{"source":368,"target":272},{"source":369,"target":373},{"source":369,"target":272},{"source":370,"target":374},{"source":370,"target":272},{"source":371,"target":85},{"source":273,"target":60},{"source":273,"target":85},{"source":273,"target":375},{"source":273,"target":376},{"source":273,"target":377},{"source":375,"target":378},{"source":375,"target":273},{"source":376,"target":379},{"source":376,"target":273},{"source":377,"target":85},{"source":274,"target":60},{"source":274,"target":85},{"source":274,"target":380},{"source":274,"target":381},{"source":274,"target":382},{"source":380,"target":383},{"source":380,"target":274},{"source":381,"target":384},{"source":381,"target":274},{"source":382,"target":85},{"source":275,"target":60},{"source":275,"target":85},{"source":275,"target":385},{"source":275,"target":386},{"source":385,"target":83},{"source":385,"target":387},{"source":385,"target":275},{"source":387,"target":83},{"source":386,"target":85},{"source":276,"target":60},{"source":276,"target":85},{"source":276,"target":388},{"source":388,"target":85},{"source":277,"target":60},{"source":277,"target":85},{"source":277,"target":389},{"source":277,"target":390},{"source":277,"target":391},{"source":389,"target":29},{"source":389,"target":392},{"source":389,"target":277},{"source":392,"target":29},{"source":390,"target":29},{"source":390,"target":393},{"source":390,"target":277},{"source":393,"target":29},{"source":391,"target":85},{"source":278,"target":60},{"source":278,"target":259},{"source":278,"target":394},{"source":278,"target":395},{"source":394,"target":396},{"source":394,"target":278},{"source":395,"target":259},{"source":279,"target":60},{"source":279,"target":85},{"source":279,"target":397},{"source":279,"target":398},{"source":397,"target":88},{"source":397,"target":399},{"source":397,"target":279},{"source":399,"target":88},{"source":398,"target":85},{"source":280,"target":60},{"source":280,"target":85},{"source":280,"target":400},{"source":280,"target":401},{"source":400,"target":402},{"source":400,"target":280},{"source":401,"target":85},{"source":281,"target":60},{"source":281,"target":85},{"source":281,"target":403},{"source":281,"target":404},{"source":281,"target":405},{"source":281,"target":406},{"source":403,"target":407},{"source":403,"target":281},{"source":404,"target":408},{"source":404,"target":281},{"source":405,"target":409},{"source":405,"target":281},{"source":406,"target":85},{"source":282,"target":60},{"source":282,"target":85},{"source":282,"target":410},{"source":282,"target":411},{"source":282,"target":412},{"source":282,"target":413},{"source":282,"target":414},{"source":282,"target":415},{"source":282,"target":416},{"source":410,"target":141},{"source":410,"target":417},{"source":410,"target":282},{"source":417,"target":141},{"source":411,"target":141},{"source":411,"target":418},{"source":411,"target":282},{"source":418,"target":141},{"source":412,"target":419},{"source":412,"target":282},{"source":413,"target":283},{"source":413,"target":420},{"source":413,"target":282},{"source":420,"target":283},{"source":414,"target":421},{"source":414,"target":282},{"source":415,"target":422},{"source":415,"target":282},{"source":416,"target":85},{"source":283,"target":60},{"source":283,"target":423},{"source":283,"target":424},{"source":283,"target":425},{"source":283,"target":426},{"source":423,"target":283},{"source":424,"target":283},{"source":425,"target":283},{"source":426,"target":283},{"source":284,"target":60},{"source":284,"target":85},{"source":284,"target":427},{"source":284,"target":428},{"source":427,"target":285},{"source":427,"target":429},{"source":427,"target":284},{"source":429,"target":285},{"source":428,"target":85},{"source":285,"target":60},{"source":285,"target":430},{"source":285,"target":431},{"source":285,"target":432},{"source":285,"target":433},{"source":285,"target":434},{"source":430,"target":285},{"source":431,"target":285},{"source":432,"target":285},{"source":433,"target":285},{"source":434,"target":285},{"source":286,"target":435},{"source":286,"target":436},{"source":286,"target":437},{"source":286,"target":60},{"source":435,"target":286},{"source":435,"target":85},{"source":435,"target":438},{"source":438,"target":85},{"source":436,"target":286},{"source":436,"target":435},{"source":436,"target":439},{"source":436,"target":440},{"source":439,"target":5},{"source":439,"target":441},{"source":439,"target":436},{"source":441,"target":5},{"source":440,"target":435},{"source":437,"target":286},{"source":437,"target":436},{"source":437,"target":442},{"source":437,"target":443},{"source":442,"target":29},{"source":442,"target":444},{"source":442,"target":437},{"source":444,"target":29},{"source":443,"target":436},{"source":10,"target":40},{"source":10,"target":445},{"source":10,"target":36},{"source":10,"target":446},{"source":10,"target":447},{"source":10,"target":448},{"source":10,"target":0},{"source":40,"target":10},{"source":40,"target":445},{"source":40,"target":449},{"source":40,"target":450},{"source":40,"target":451},{"source":449,"target":452},{"source":449,"target":40},{"source":450,"target":453},{"source":450,"target":40},{"source":451,"target":445},{"source":445,"target":10},{"source":445,"target":454},{"source":445,"target":455},{"source":445,"target":456},{"source":445,"target":457},{"source":445,"target":458},{"source":445,"target":459},{"source":454,"target":446},{"source":454,"target":460},{"source":454,"target":445},{"source":460,"target":446},{"source":455,"target":461},{"source":455,"target":445},{"source":456,"target":462},{"source":456,"target":463},{"source":456,"target":445},{"source":463,"target":462},{"source":457,"target":464},{"source":457,"target":445},{"source":458,"target":447},{"source":458,"target":465},{"source":458,"target":445},{"source":465,"target":447},{"source":36,"target":10},{"source":36,"target":445},{"source":36,"target":466},{"source":36,"target":467},{"source":466,"target":445},{"source":466,"target":468},{"source":466,"target":36},{"source":468,"target":445},{"source":467,"target":445},{"source":446,"target":10},{"source":446,"target":469},{"source":447,"target":10},{"source":447,"target":470},{"source":447,"target":471},{"source":447,"target":472},{"source":470,"target":473},{"source":470,"target":447},{"source":471,"target":474},{"source":471,"target":447},{"source":472,"target":5},{"source":472,"target":475},{"source":472,"target":447},{"source":475,"target":5},{"source":448,"target":462},{"source":448,"target":476},{"source":448,"target":477},{"source":448,"target":478},{"source":448,"target":479},{"source":448,"target":10},{"source":462,"target":448},{"source":462,"target":480},{"source":462,"target":481},{"source":462,"target":482},{"source":462,"target":483},{"source":462,"target":484},{"source":462,"target":485},{"source":480,"target":486},{"source":480,"target":462},{"source":480,"target":487},{"source":487,"target":5},{"source":487,"target":488},{"source":487,"target":480},{"source":488,"target":5},{"source":481,"target":489},{"source":481,"target":462},{"source":481,"target":490},{"source":481,"target":491},{"source":490,"target":5},{"source":490,"target":492},{"source":490,"target":481},{"source":492,"target":5},{"source":491,"target":493},{"source":491,"target":481},{"source":482,"target":494},{"source":482,"target":462},{"source":482,"target":495},{"source":482,"target":496},{"source":495,"target":5},{"source":495,"target":497},{"source":495,"target":482},{"source":497,"target":5},{"source":496,"target":498},{"source":496,"target":482},{"source":483,"target":499},{"source":483,"target":462},{"source":483,"target":500},{"source":483,"target":501},{"source":500,"target":5},{"source":500,"target":502},{"source":500,"target":483},{"source":502,"target":5},{"source":501,"target":503},{"source":501,"target":483},{"source":484,"target":504},{"source":484,"target":462},{"source":484,"target":505},{"source":484,"target":506},{"source":505,"target":5},{"source":505,"target":507},{"source":505,"target":484},{"source":507,"target":5},{"source":506,"target":508},{"source":506,"target":484},{"source":485,"target":5},{"source":485,"target":509},{"source":485,"target":462},{"source":509,"target":5},{"source":476,"target":448},{"source":476,"target":462},{"source":476,"target":510},{"source":510,"target":462},{"source":477,"target":448},{"source":477,"target":462},{"source":477,"target":511},{"source":511,"target":462},{"source":478,"target":448},{"source":478,"target":462},{"source":478,"target":512},{"source":512,"target":462},{"source":479,"target":448},{"source":479,"target":462},{"source":479,"target":513},{"source":513,"target":462},{"source":11,"target":88},{"source":11,"target":0},{"source":88,"target":11},{"source":88,"target":514},{"source":88,"target":515},{"source":88,"target":516},{"source":88,"target":517},{"source":88,"target":518},{"source":88,"target":519},{"source":88,"target":520},{"source":88,"target":521},{"source":88,"target":522},{"source":88,"target":523},{"source":88,"target":524},{"source":88,"target":525},{"source":514,"target":526},{"source":514,"target":88},{"source":515,"target":527},{"source":515,"target":88},{"source":516,"target":528},{"source":516,"target":88},{"source":517,"target":529},{"source":517,"target":88},{"source":518,"target":530},{"source":518,"target":88},{"source":519,"target":531},{"source":519,"target":88},{"source":520,"target":532},{"source":520,"target":88},{"source":521,"target":533},{"source":521,"target":88},{"source":522,"target":5},{"source":522,"target":534},{"source":522,"target":88},{"source":534,"target":5},{"source":523,"target":535},{"source":523,"target":88},{"source":524,"target":141},{"source":524,"target":536},{"source":524,"target":88},{"source":536,"target":141},{"source":12,"target":537},{"source":12,"target":538},{"source":12,"target":539},{"source":12,"target":540},{"source":12,"target":0},{"source":537,"target":12},{"source":537,"target":541},{"source":537,"target":542},{"source":541,"target":543},{"source":541,"target":537},{"source":542,"target":544},{"source":542,"target":537},{"source":538,"target":12},{"source":538,"target":545},{"source":538,"target":546},{"source":545,"target":547},{"source":545,"target":538},{"source":546,"target":5},{"source":546,"target":548},{"source":546,"target":538},{"source":548,"target":5},{"source":539,"target":12},{"source":539,"target":549},{"source":539,"target":550},{"source":549,"target":551},{"source":549,"target":539},{"source":550,"target":552},{"source":550,"target":539},{"source":540,"target":12},{"source":540,"target":553},{"source":540,"target":554},{"source":540,"target":555},{"source":553,"target":537},{"source":553,"target":556},{"source":553,"target":540},{"source":556,"target":537},{"source":554,"target":538},{"source":554,"target":557},{"source":554,"target":540},{"source":557,"target":538},{"source":555,"target":539},{"source":555,"target":558},{"source":555,"target":540},{"source":558,"target":539}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="base" nsURI="cruise.example.base" nsPrefix="base"> <eClassifiers xsi:type="ecore:EDataType" name="Time" instanceClassName="java.sql.Time"/> <eClassifiers xsi:type="ecore:EClass" name="ICart" interface="true" abstract="true"> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Cart" eSuperTypes="#//ICart"> </eClassifiers> </ecore:EPackage>
github:ecore:/data/umple/umple/cruise.umple/test/cruise/umple/compiler/ECoreImport_InterfaceWithNamespace.ecore
ecore
base Time java.sql.Time java.sql.Time ICart Cart
null
{"directed":true,"nodes":[{"nsPrefix":"base","nsURI":"cruise.example.base","name":"base","id":0,"eClass":"EPackage"},{"instanceTypeName":"java.sql.Time","defaultValue":null,"instanceClassName":"java.sql.Time","name":"Time","instanceClass":"java.sql.Time","id":1,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ICart","instanceClass":null,"abstract":true,"id":2,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Cart","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"id":4,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":1,"target":0},{"source":2,"target":0},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":4},{"source":4,"target":2}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="wadl" nsURI="http://org.mde/wadl/metamodel" nsPrefix="Wadl"> <eClassifiers xsi:type="ecore:EClass" name="WebApplication" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="initialPage" lowerBound="1" eType="#//Page"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pages" lowerBound="1" upperBound="-1" eType="#//Page" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pageflow" lowerBound="1" eType="#//PageFlow" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Page" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="component" lowerBound="1" upperBound="-1" eType="#//Component" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PageFlow" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="links" lowerBound="1" upperBound="-1" eType="#//Link" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Component" abstract="true" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="AbstractComponent" eSuperTypes="#//Component"/> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Label" eSuperTypes="#//AbstractComponent"> <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="AbstractComponentContainer" abstract="true" eSuperTypes="#//Component"/> <eClassifiers xsi:type="ecore:EClass" name="Panel" eSuperTypes="#//AbstractComponentContainer"/> <eClassifiers xsi:type="ecore:EClass" name="Window" eSuperTypes="#//Panel"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="windowName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contains" lowerBound="1" upperBound="-1" eType="#//AbstractComponent" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TabSheet" eSuperTypes="#//AbstractComponentContainer"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tabsCount" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GridLayout" eSuperTypes="#//AbstractComponentContainer"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rows" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="columns" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OrderedLayout" eSuperTypes="#//AbstractComponentContainer"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Orientation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CustomLayout" eSuperTypes="#//AbstractComponentContainer"/> <eClassifiers xsi:type="ecore:EClass" name="Link" eSuperTypes="#//AbstractComponent"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//Page"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//Page"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Form" eSuperTypes="#//AbstractComponent"> <eStructuralFeatures xsi:type="ecore:EReference" name="formElements" lowerBound="1" upperBound="-1" eType="#//AbstractField" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Upload" eSuperTypes="#//AbstractComponent"/> <eClassifiers xsi:type="ecore:EClass" name="Embedded" eSuperTypes="#//AbstractComponent"/> <eClassifiers xsi:type="ecore:EClass" name="AbstractField" abstract="true" eSuperTypes="#//AbstractComponent"/> <eClassifiers xsi:type="ecore:EClass" name="Select" eSuperTypes="#//AbstractField"/> <eClassifiers xsi:type="ecore:EClass" name="Table" eSuperTypes="#//Select"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rows" lowerBound="1" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Columns" lowerBound="1" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Tree" eSuperTypes="#//Select"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="numberOfNodes" lowerBound="1" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Button" eSuperTypes="#//AbstractField"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" lowerBound="1" upperBound="256" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TextField" eSuperTypes="#//AbstractField"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" lowerBound="1" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DateField" eSuperTypes="#//AbstractField"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Day" lowerBound="1" upperBound="31" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Month" lowerBound="1" upperBound="12" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="year" lowerBound="2000" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/wadl2.ecore
ecore
wadl WebApplication initialPage pages pageflow Page component PageFlow links Component AbstractComponent NamedElement name Label text AbstractComponentContainer Panel Window windowName contains TabSheet tabsCount GridLayout rows columns OrderedLayout Orientation CustomLayout Link source target Form formElements Upload Embedded AbstractField Select Table rows Columns Tree numberOfNodes Button text TextField text DateField Day Month year
null
{"directed":true,"nodes":[{"nsPrefix":"Wadl","nsURI":"http://org.mde/wadl/metamodel","name":"wadl","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WebApplication","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Page","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PageFlow","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractComponent","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"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Label","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractComponentContainer","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Panel","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Window","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TabSheet","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GridLayout","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderedLayout","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CustomLayout","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Link","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Form","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Upload","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Embedded","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractField","instanceClass":null,"abstract":true,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Select","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Table","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Tree","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Button","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TextField","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DateField","instanceClass":null,"abstract":false,"id":25,"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":"initialPage","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":true,"unsettable":false,"transient":false,"unique":true,"name":"pages","changeable":true,"resolveProxies":true,"lowerBound":1,"id":27,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pageflow","changeable":true,"resolveProxies":true,"lowerBound":1,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"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":"component","changeable":true,"resolveProxies":true,"lowerBound":1,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"links","changeable":true,"resolveProxies":true,"lowerBound":1,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"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":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"windowName","changeable":true,"lowerBound":0,"iD":false,"id":48,"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":"contains","changeable":true,"resolveProxies":true,"lowerBound":1,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tabsCount","changeable":true,"lowerBound":0,"iD":false,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rows","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":"columns","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Orientation","changeable":true,"lowerBound":0,"iD":false,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":65,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"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":"formElements","changeable":true,"resolveProxies":true,"lowerBound":1,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rows","changeable":true,"lowerBound":1,"iD":false,"id":77,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Columns","changeable":true,"lowerBound":1,"iD":false,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"numberOfNodes","changeable":true,"lowerBound":1,"iD":false,"id":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"ordered":true,"upperBound":256,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"text","changeable":true,"lowerBound":1,"iD":false,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"text","changeable":true,"lowerBound":1,"iD":false,"id":88,"derived":false},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"ordered":true,"upperBound":31,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Day","changeable":true,"lowerBound":1,"iD":false,"id":91,"derived":false},{"ordered":true,"upperBound":12,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Month","changeable":true,"lowerBound":1,"iD":false,"id":92,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"year","changeable":true,"lowerBound":2000,"iD":false,"id":93,"derived":false},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":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":6},{"source":1,"target":26},{"source":1,"target":27},{"source":1,"target":28},{"source":1,"target":29},{"source":26,"target":2},{"source":26,"target":30},{"source":26,"target":1},{"source":30,"target":2},{"source":27,"target":2},{"source":27,"target":31},{"source":27,"target":1},{"source":31,"target":2},{"source":28,"target":3},{"source":28,"target":32},{"source":28,"target":1},{"source":32,"target":3},{"source":29,"target":6},{"source":2,"target":0},{"source":2,"target":6},{"source":2,"target":33},{"source":2,"target":34},{"source":33,"target":4},{"source":33,"target":35},{"source":33,"target":2},{"source":35,"target":4},{"source":34,"target":6},{"source":3,"target":0},{"source":3,"target":6},{"source":3,"target":36},{"source":3,"target":37},{"source":36,"target":15},{"source":36,"target":38},{"source":36,"target":3},{"source":38,"target":15},{"source":37,"target":6},{"source":4,"target":0},{"source":4,"target":6},{"source":4,"target":39},{"source":39,"target":6},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":40},{"source":40,"target":4},{"source":6,"target":0},{"source":6,"target":41},{"source":41,"target":42},{"source":41,"target":6},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":43},{"source":7,"target":44},{"source":43,"target":45},{"source":43,"target":7},{"source":44,"target":5},{"source":8,"target":0},{"source":8,"target":4},{"source":8,"target":46},{"source":46,"target":4},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":47},{"source":47,"target":8},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":48},{"source":10,"target":49},{"source":10,"target":50},{"source":48,"target":51},{"source":48,"target":10},{"source":49,"target":5},{"source":49,"target":52},{"source":49,"target":10},{"source":52,"target":5},{"source":50,"target":9},{"source":11,"target":0},{"source":11,"target":8},{"source":11,"target":53},{"source":11,"target":54},{"source":53,"target":55},{"source":53,"target":11},{"source":54,"target":8},{"source":12,"target":0},{"source":12,"target":8},{"source":12,"target":56},{"source":12,"target":57},{"source":12,"target":58},{"source":56,"target":59},{"source":56,"target":12},{"source":57,"target":60},{"source":57,"target":12},{"source":58,"target":8},{"source":13,"target":0},{"source":13,"target":8},{"source":13,"target":61},{"source":13,"target":62},{"source":61,"target":63},{"source":61,"target":13},{"source":62,"target":8},{"source":14,"target":0},{"source":14,"target":8},{"source":14,"target":64},{"source":64,"target":8},{"source":15,"target":0},{"source":15,"target":5},{"source":15,"target":65},{"source":15,"target":66},{"source":15,"target":67},{"source":65,"target":2},{"source":65,"target":68},{"source":65,"target":15},{"source":68,"target":2},{"source":66,"target":2},{"source":66,"target":69},{"source":66,"target":15},{"source":69,"target":2},{"source":67,"target":5},{"source":16,"target":0},{"source":16,"target":5},{"source":16,"target":70},{"source":16,"target":71},{"source":70,"target":19},{"source":70,"target":72},{"source":70,"target":16},{"source":72,"target":19},{"source":71,"target":5},{"source":17,"target":0},{"source":17,"target":5},{"source":17,"target":73},{"source":73,"target":5},{"source":18,"target":0},{"source":18,"target":5},{"source":18,"target":74},{"source":74,"target":5},{"source":19,"target":0},{"source":19,"target":5},{"source":19,"target":75},{"source":75,"target":5},{"source":20,"target":0},{"source":20,"target":19},{"source":20,"target":76},{"source":76,"target":19},{"source":21,"target":0},{"source":21,"target":20},{"source":21,"target":77},{"source":21,"target":78},{"source":21,"target":79},{"source":77,"target":80},{"source":77,"target":21},{"source":78,"target":81},{"source":78,"target":21},{"source":79,"target":20},{"source":22,"target":0},{"source":22,"target":20},{"source":22,"target":82},{"source":22,"target":83},{"source":82,"target":84},{"source":82,"target":22},{"source":83,"target":20},{"source":23,"target":0},{"source":23,"target":19},{"source":23,"target":85},{"source":23,"target":86},{"source":85,"target":87},{"source":85,"target":23},{"source":86,"target":19},{"source":24,"target":0},{"source":24,"target":19},{"source":24,"target":88},{"source":24,"target":89},{"source":88,"target":90},{"source":88,"target":24},{"source":89,"target":19},{"source":25,"target":0},{"source":25,"target":19},{"source":25,"target":91},{"source":25,"target":92},{"source":25,"target":93},{"source":25,"target":94},{"source":91,"target":95},{"source":91,"target":25},{"source":92,"target":96},{"source":92,"target":25},{"source":93,"target":97},{"source":93,"target":25},{"source":94,"target":19}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="ezafdxtopology" nsURI="http://ezafdxtopology/1.0" nsPrefix="ezafdxtopology"> <eClassifiers xsi:type="ecore:EClass" name="AFDXTopology"> <eStructuralFeatures xsi:type="ecore:EReference" name="virtualLinks" upperBound="-1" eType="ecore:EClass ezafdx.ecore#//AFDXVirtualLink" containment="true"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/lucascraft/ubq_3rd_parties/net.sf.smbt.afdx/model/ezafdxtopology.ecore
ecore
ezafdxtopology AFDXTopology virtualLinks
null
{"directed":true,"nodes":[{"nsPrefix":"ezafdxtopology","nsURI":"http://ezafdxtopology/1.0","name":"ezafdxtopology","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AFDXTopology","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"virtualLinks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":2,"derived":false},{"id":3,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":1,"target":0},{"source":1,"target":2},{"source":2,"target":3},{"source":2,"target":1}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="layout" nsURI="http://www.birt.eclipse.org/ChartModelLayout" nsPrefix="layout"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;Schema file for the chart.model package.&#xD;&#xA;&#x9;&#x9;"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="Block"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Block is the most important component to layout the contents of a chart.&#xD;&#xA;It represents a rectangular area that bounds an individual chart element, which is used&#xD;&#xA;to determine the layout of the chart. The user can define its Bounds, Insets, Outline and &#xD;&#xA;Background among other properties. A Block can also contain other Blocks as its children. &#xD;&#xA;Use Block.getChildren( ) which returns a list of type Block to navigate through &#xD;&#xA;the children hierarchy of Blocks.&#xD;&#xA;&lt;p xmlns=&quot;http://www.birt.eclipse.org/ChartModelLayout&quot;>&#xD;&#xA;The most important block is the chart's block, all contents of a chart &#xD;&#xA;are rendered inside this block, we can get the instance of a chart's block using:&lt;br/>&#xD;&#xA;Chart.getBlock( );&#xD;&#xA;&lt;/p>&#xD;&#xA;A chart graphically consists of 3 parts, TitleBlock, Plot and Legend, which are &#xD;&#xA;also sub-type of Block and organized as children of the chart's Block. Besides the general &#xD;&#xA;approach of using Chart.getBlock( ).getChildren( ) we can also access them using the &#xD;&#xA;convenient methods:&lt;br xmlns=&quot;http://www.birt.eclipse.org/ChartModelLayout&quot;/>&#xD;&#xA;Chart.getTitle( );&lt;br xmlns=&quot;http://www.birt.eclipse.org/ChartModelLayout&quot;/>&#xD;&#xA;Chart.getPlot( );&lt;br xmlns=&quot;http://www.birt.eclipse.org/ChartModelLayout&quot;/>&#xD;&#xA;Chart.getLegend( );&lt;br xmlns=&quot;http://www.birt.eclipse.org/ChartModelLayout&quot;/>&#xD;&#xA;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Block"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="children" lowerBound="1" upperBound="-1" eType="#//Block" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Children"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="bounds" eType="ecore:EClass org.eclipse.birt.chart.model.attribute.ecore#//Bounds" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Element &quot;Bounds&quot; represents the size of a block and the its position insides its container."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Bounds"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="anchor" eType="ecore:EEnum org.eclipse.birt.chart.model.attribute.ecore#//Anchor" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Aattribute &quot;Anchor&quot; specifies the position of the block inside its container. "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Anchor"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="stretch" eType="ecore:EEnum org.eclipse.birt.chart.model.attribute.ecore#//Stretch" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Attribute &quot;Stretch&quot; specifies how the content of the block fills up available space."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Stretch"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="insets" eType="ecore:EClass org.eclipse.birt.chart.model.attribute.ecore#//Insets" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Element &quot;Insets&quot; represents the size of the margin between the block's edge and its client area."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Insets"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="row" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" defaultValueLiteral="-1" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Attribute &quot;Row&quot; represents the row index for the block, by default it's -1."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Row"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="column" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" defaultValueLiteral="-1" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Attribute &quot;Column&quot; the column index for the block, by default it's -1."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Column"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rowspan" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" defaultValueLiteral="-1" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Attribute &quot;Rowspan&quot; represents the rowspan value for the block, by default it's -1."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Rowspan"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="columnspan" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" defaultValueLiteral="-1" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Attribute &quot;Columnspan&quot; represents the columnspan value for the block, by&#x9;default it's -1."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Columnspan"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="minSize" lowerBound="1" eType="ecore:EClass org.eclipse.birt.chart.model.attribute.ecore#//Size" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Element &quot;MinSize&quot; represents the minimum size for the block."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="MinSize"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="outline" lowerBound="1" eType="ecore:EClass org.eclipse.birt.chart.model.attribute.ecore#//LineAttributes" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Element &quot;outline&quot; of type LineAttributes specifies how to render the block's outline."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Outline"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="background" eType="ecore:EClass org.eclipse.birt.chart.model.attribute.ecore#//Fill" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Element &quot;background&quot; of type Fill specifies how to render the background of the Block. &#xD;&#xA;Can be transparent, a solid color, a gradient or image"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Background"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visible" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" defaultValueLiteral="true" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Attribute &quot;Visible&quot; specifies whether the block is visible. By default it's true."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Visible"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="triggers" upperBound="-1" eType="ecore:EClass org.eclipse.birt.chart.model.data.ecore#//Trigger" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Triggers"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="widthHint" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Double" defaultValueLiteral="-1" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="WidthHint specifies a hinted width for the block.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="WidthHint"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="heightHint" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Double" defaultValueLiteral="-1" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="HeightHint pecifies a hinted height for the block.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="HeightHint"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="cursor" eType="ecore:EClass org.eclipse.birt.chart.model.attribute.ecore#//Cursor" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Element &quot;Cursor&quot; represents cursor for the block."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Cursor"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClientArea"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="ClientArea holds a group of graphical properties for Plot and Legend to specify how to render &#xD;&#xA;their client area, the properties include background, outline, visible... and so on.&#xD;&#xA;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ClientArea"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="background" lowerBound="1" eType="ecore:EClass org.eclipse.birt.chart.model.attribute.ecore#//Fill" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Element &quot;background&quot; of type Fill specifies how to render the background of the client area. &#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Background"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="outline" lowerBound="1" eType="ecore:EClass org.eclipse.birt.chart.model.attribute.ecore#//LineAttributes" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Element &quot;Outline&quot; of type LineAttributes specifies how to render the outline of the client area.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Outline"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="shadowColor" lowerBound="1" eType="ecore:EClass org.eclipse.birt.chart.model.attribute.ecore#//ColorDefinition" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Element &quot;ShadowColor&quot; of type ColorDefinition specifies the shadow color for the client area.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ShadowColor"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="insets" lowerBound="1" eType="ecore:EClass org.eclipse.birt.chart.model.attribute.ecore#//Insets" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Element &quot;Insets&quot; represents the size of the margin between the client area's edge and its client area.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Insets"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visible" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" defaultValueLiteral="true" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Attribute &quot;Visible&quot; specifies whether client area is visible."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Visible"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EllipsisType" instanceClassName="int"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Ellipsis_._type"/> <details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#int"/> <details key="minInclusive" value="0"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EllipsisTypeObject" instanceClassName="java.lang.Integer"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Ellipsis_._type:Object"/> <details key="baseType" value="Ellipsis_._type"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LabelBlock" eSuperTypes="#//Block"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="LabelBlock is a sub-type of Block, which is specialized for laying out a text &#xD;&#xA;in the chart for general purpose. It contains a Label, which holds the content &#xD;&#xA;and graphical properties of the text to be rendered. Following example shows&#xD;&#xA;how to add a arbitrary text &quot;Sample Text&quot; to a chart: &#xD;&#xA;&lt;p xmlns=&quot;http://www.birt.eclipse.org/ChartModelLayout&quot;>&#xD;&#xA;&#x9;&#x9;Chart cm = ....&lt;br/>&#xD;&#xA;&#x9;&#x9;LabelBlock lbBlock = (LabelBlock) LabelBlockImpl.create( );&lt;br/>&#xD;&#xA;&#x9;&#x9;lbBlock.getBounds( ).set( 50, 50, 100, 100 );&lt;br/>&#xD;&#xA;&#x9;&#x9;lbBlock.getLabel( ).getCaption( ).setValue( &quot;Sample Text&quot; );&lt;br/>&#xD;&#xA;&#x9;&#x9;cm.getBlock( ).getChildren( ).add( lbBlock );&#xD;&#xA;&lt;/p>&#xD;&#xA;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="LabelBlock"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="label" eType="ecore:EClass org.eclipse.birt.chart.model.component.ecore#//Label" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Element &quot;Label&quot; of type Label specifies the content and graphical &#xD;&#xA;properties of the text to be laid out and rendered within the block.&#xD;&#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="Label"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Legend" eSuperTypes="#//Block"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Legend represents the rectangular area in chart, where its legends are displayed. It holds also a &#xD;&#xA;group of attributes and elements to specify how the legend items are laid out and displayed. &#xD;&#xA;The legend items usually describe either the series or categories, depeding on the chart type.&#xD;&#xA;Legend is a sub-type of Block, and exists as a child block of the chart's block in a chart's model. &#xD;&#xA;&lt;p xmlns=&quot;http://www.birt.eclipse.org/ChartModelLayout&quot;>&#xD;&#xA;Besides the general approach of using Chart.getBlock( ).getChildren( ) we can also access it using the &#xD;&#xA;convenient method: Chart.getLegend( );&#xD;&#xA;&lt;/p>&#xD;&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Legend"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="horizontalSpacing" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Attribute &quot;HorizontalSpacing&quot; represents the horizontal spacing &#xD;&#xA;in points between elements in the legend, namely legend items.&#xD;&#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="HorizontalSpacing"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="verticalSpacing" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Attribute &quot;VerticalSpacing&quot; represents the vertical spacing in&#xD;&#xA;points between elements in the legend, namely legend items.&#xD;&#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="VerticalSpacing"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="clientArea" lowerBound="1" eType="#//ClientArea" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Element &quot;ClientArea&quot; represents the valid rectangular area of a legend &#xD;&#xA;block to lay out legned items, it extends the whole block excluding the &#xD;&#xA;margin of the block, which is defined by &quot;Insets&quot;. It also holds a group of &#xD;&#xA;properties to specify how this area will be rendered, including its background, &#xD;&#xA;outline, visibility... and so on.&#xD;&#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="ClientArea"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="text" lowerBound="1" eType="ecore:EClass org.eclipse.birt.chart.model.attribute.ecore#//Text" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Element &quot;Text&quot; of Legend holds the Font and Color properties for all legend items.&#xD;&#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="Text"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="orientation" lowerBound="1" eType="ecore:EEnum org.eclipse.birt.chart.model.attribute.ecore#//Orientation" defaultValueLiteral="Vertical" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Attribute &quot;orientation&quot; specifies the layout orientation of legend &#xD;&#xA;items inside one legend group. It can be Vertical or Horizontal, which &#xD;&#xA;means the legend items will be laid out in top-down or left-right &#xD;&#xA;direction respectively.&#xD;&#xA;&lt;p xmlns=&quot;http://www.birt.eclipse.org/ChartModelLayout&quot;>&#xD;&#xA;In case of colored by series, all legend items related with the same &#xD;&#xA;designtime series belong to the same group, therefore if no y-optional &#xD;&#xA;grouping is defined each group contains only one legend item, otherwise &#xD;&#xA;more than one legned items.&lt;br/>&#xD;&#xA;In case of colored by category, all legend items belong to one group.&#xD;&#xA;&lt;/p>&#xD;&#xA;&#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="Orientation"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="direction" lowerBound="1" eType="ecore:EEnum org.eclipse.birt.chart.model.attribute.ecore#//Direction" defaultValueLiteral="Top_Bottom" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Attribute &quot;direction&quot; specifies the layout direction of legend groups if &#xD;&#xA;there are more than one legend groups. It can be Left_Right or &#xD;&#xA;Top_Bottom, which means the legend groups will be laid out in left-right &#xD;&#xA;or top-down direction respectively.&#xD;&#xA;&lt;p xmlns=&quot;http://www.birt.eclipse.org/ChartModelLayout&quot;>&#xD;&#xA;In case of colored by series, all legend items related with the same &#xD;&#xA;designtime series belong to the same group, therefore if no y-optional &#xD;&#xA;grouping is defined each group contains only one legend item, otherwise &#xD;&#xA;more than one legned items.&lt;br/>&#xD;&#xA;In case of colored by category, all legend items belong to one group.&#xD;&#xA;&lt;/p>&#xD;&#xA;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Direction"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="separator" lowerBound="1" eType="ecore:EClass org.eclipse.birt.chart.model.attribute.ecore#//LineAttributes" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Element &quot;Separator&quot; specifies the graphical attributes of the seperate line between legend groups. &#xD;&#xA;&lt;p xmlns=&quot;http://www.birt.eclipse.org/ChartModelLayout&quot;>&#xD;&#xA;In case of colored by series, all legend items related with the same &#xD;&#xA;designtime series belong to the same group, therefore if no y-optional &#xD;&#xA;grouping is defined each group contains only one legend item, otherwise &#xD;&#xA;more than one legned items.&lt;br/>&#xD;&#xA;In case of colored by category, all legend items belong to one group.&#xD;&#xA;&lt;/p>&#xD;&#xA;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Separator"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="position" lowerBound="1" eType="ecore:EEnum org.eclipse.birt.chart.model.attribute.ecore#//Position" defaultValueLiteral="Right" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Attribute &quot;position&quot; specifies the position of the legend relative to the plot block &#xD;&#xA;of the chart, it can be Above, Below, Left, Right and Inside. If Inside is selected, &#xD;&#xA;the legend block will be displayed in the middel of the plot block and overlapped &#xD;&#xA;with it.&#xD;&#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="Position"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="itemType" lowerBound="1" eType="ecore:EEnum org.eclipse.birt.chart.model.attribute.ecore#//LegendItemType" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Attribute &quot;ItemType&quot; specifies whether the datapoints and the legend items are &#xD;&#xA;colored by category or series pallet.&#xD;&#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="ItemType"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="title" eType="ecore:EClass org.eclipse.birt.chart.model.component.ecore#//Label" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Element &quot;Title&quot; of type Label specifies the content and graphical &#xD;&#xA;properties of the title of the legend block.&#xD;&#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="Title"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="titlePosition" eType="ecore:EEnum org.eclipse.birt.chart.model.attribute.ecore#//Position" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Attribute &quot;TitlePosition&quot; specifies the position of the legend title &#xD;&#xA;inside the legend block. It can be Above, Below, Left and Right - &#xD;&#xA;by default it's Above.&#xD;&#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="TitlePosition"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="showValue" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The boolean attribute &quot;ShowValue&quot; specifies whether a descriptive value of &#xD;&#xA;the related series will be displayed under the legend item, normally this value &#xD;&#xA;will be the first value in the series.&#xD;&#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="ShowValue"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="showPercent" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This attribute is not currently used."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ShowPercent"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="showTotal" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This attribute is not currently used."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ShowTotal"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="wrappingSize" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Double" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Attribute &quot;WrappingSize&quot; specifies the behavior of automatically wrapping the &#xD;&#xA;legend items text into multiple lines when lacking in display space. Value zero &#xD;&#xA;means this feature is disabled, a positive value represents the maximal width &#xD;&#xA;of the text in points. &#xD;&#xA;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="WrappingSize"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maxPercent" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Double" defaultValueLiteral="0.33333333" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Attribute &quot;MaxPercent&quot; specifies the maximal percent of space which the&#xD;&#xA;legend can take from the whole chart block. By default, it's 0.33333333,&#xD;&#xA;which means the legend block will either be dropped or occupy less than &#xD;&#xA;33.3% space of the whole chart block.&#xD;&#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="MaxPercent"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="titlePercent" lowerBound="1" eType="#//TitlePercentType" defaultValueLiteral="0.6" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Attribute &quot;TitlePercent&quot; specifies the maximal percent of space which the&#xD;&#xA;legend title can take from the whole legend block. By default, it's 0.6, &#xD;&#xA;which means the legend title will either be dropped or occupy less than &#xD;&#xA;60% space of the whole legend block.&#xD;&#xA;&#xD;&#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="TitlePercent"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ellipsis" lowerBound="1" eType="#//EllipsisType" defaultValueLiteral="1" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Int attribute &quot;Ellipsis&quot; specifies the behavior of shortening the legend item's &#xD;&#xA;text with ellipsis if there is not enough space to display the whole text. Value&#xD;&#xA;0 indicates that the feature is disabled, and the legend item will either be displayed &#xD;&#xA;with whole text or be dropped. A positive value n represents the minimal count &#xD;&#xA;of characters to be displayed before the ellipsis, which means the legend item &#xD;&#xA;will either be dropped or be displayed with at least n characters.&#xD;&#xA; &#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Ellipsis"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="formatSpecifier" eType="ecore:EClass org.eclipse.birt.chart.model.attribute.ecore#//FormatSpecifier" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Element &quot;FormatSpecifier&quot; specifies how the legend item text will be formated."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="FormatSpecifier"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Plot" eSuperTypes="#//Block"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Plot represent the rectangular area in a chart, inside where the graph of its datapoints is displayed. &#xD;&#xA;It extends to the client area of a chart's block excluding the title and legend. Plot is a sub-type of Block, &#xD;&#xA;and exists as a child block of the chart's block in a chart's model. &#xD;&#xA;&lt;p xmlns=&quot;http://www.birt.eclipse.org/ChartModelLayout&quot;>&#xD;&#xA;Besides the general approach of using Chart.getBlock( ).getChildren( ) we can also access it using the &#xD;&#xA;convenient method: Chart.getPlot( );&#xD;&#xA;&lt;/p>&#xD;&#xA;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Plot"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="horizontalSpacing" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" defaultValueLiteral="5" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Attribute &quot;VerticalSpacing&quot; specifies the vertical spacing between elements in the plot. &#xD;&#xA;For chart with axes, it represents the space in points between the horizontal axes and the graph &#xD;&#xA;of the datapoints.&#xD;&#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="HorizontalSpacing"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="verticalSpacing" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" defaultValueLiteral="5" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Attribute &quot;VerticalSpacing&quot; specifies the vertical spacing between elements in the plot. &#xD;&#xA;For chart with axes, it represents the space in points between the vertical axes and the graph &#xD;&#xA;of the datapoints.&#xD;&#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="VerticalSpacing"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="clientArea" lowerBound="1" eType="#//ClientArea" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Element &quot;ClientArea&quot; represents the valid rectangular area of a plot &#xD;&#xA;block to lay out its content. It extends the whole block excluding the &#xD;&#xA;margin of the block, which is defined by &quot;Insets&quot;. It also holds a group of &#xD;&#xA;properties to specify how this area will be rendered, including its background, &#xD;&#xA;outline, visibility... and so on.&#xD;&#xA;&lt;p xmlns=&quot;http://www.birt.eclipse.org/ChartModelLayout&quot;>&#xD;&#xA;For chart with axes it represents the area within axes. &lt;br/> &#xD;&#xA;For chart without axes it will be split into cells, with each cell for one single series.&#xD;&#xA;&lt;/p>&#xD;&#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="ClientArea"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TitleBlock" eSuperTypes="#//LabelBlock"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="TitleBlock is a special sub-type of LabelBlock, which devotes itself to representing the title of the chart.&#xD;&#xA;&lt;p xmlns=&quot;http://www.birt.eclipse.org/ChartModelLayout&quot;>&#xD;&#xA;Besides the general approach of using Chart.getBlock( ).getChildren( ) we can also access it using the &#xD;&#xA;convenient method: Chart.getTitle( );&#xD;&#xA;&lt;/p>&#xD;&#xA;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="TitleBlock"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="auto" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" defaultValueLiteral="false" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Attribute &quot;Auto&quot; of type boolean specifies whether the text of the TitleBlock &#xD;&#xA;could be automatically determined by the system."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Auto"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="TitlePercentType" instanceClassName="double"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="TitlePercent_._type"/> <details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#double"/> <details key="minInclusive" value="0"/> <details key="maxInclusive" value="1"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="TitlePercentTypeObject" instanceClassName="java.lang.Double"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="TitlePercent_._type:Object"/> <details key="baseType" value="TitlePercent_._type"/> </eAnnotations> </eClassifiers> </ecore:EPackage>
github:ecore:/data/hhstechgroup/birt/chart/org.eclipse.birt.chart.engine/src/model/org.eclipse.birt.chart.model.layout.ecore
ecore
layout Block children bounds anchor stretch insets row -1 column -1 rowspan -1 columnspan -1 minSize outline background visible true triggers widthHint -1 heightHint -1 cursor ClientArea background outline shadowColor insets visible true EllipsisType int int EllipsisTypeObject java.lang.Integer java.lang.Integer LabelBlock label Legend horizontalSpacing verticalSpacing clientArea text orientation Vertical direction Top_Bottom separator position Right itemType title titlePosition showValue showPercent showTotal wrappingSize maxPercent 0.33333333 titlePercent 0.6 ellipsis 1 formatSpecifier Plot horizontalSpacing 5 verticalSpacing 5 clientArea TitleBlock auto false TitlePercentType double double TitlePercentTypeObject java.lang.Double java.lang.Double
null
{"directed":true,"nodes":[{"nsPrefix":"layout","nsURI":"http://www.birt.eclipse.org/ChartModelLayout","name":"layout","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Block","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClientArea","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":"int","defaultValue":0,"instanceClassName":"int","name":"EllipsisType","instanceClass":"int","id":3,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Integer","defaultValue":null,"instanceClassName":"java.lang.Integer","name":"EllipsisTypeObject","instanceClass":"java.lang.Integer","id":4,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LabelBlock","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Legend","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Plot","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TitleBlock","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":"double","defaultValue":0.0,"instanceClassName":"double","name":"TitlePercentType","instanceClass":"double","id":9,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Double","defaultValue":null,"instanceClassName":"java.lang.Double","name":"TitlePercentTypeObject","instanceClass":"java.lang.Double","id":10,"serializable":true,"eClass":"EDataType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":false,"lowerBound":1,"id":11,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bounds","changeable":true,"resolveProxies":false,"lowerBound":0,"id":12,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"anchor","changeable":true,"lowerBound":0,"iD":false,"id":13,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"stretch","changeable":true,"lowerBound":0,"iD":false,"id":14,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"insets","changeable":true,"resolveProxies":false,"lowerBound":0,"id":15,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":-1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"-1","unsettable":true,"transient":false,"unique":true,"name":"row","changeable":true,"lowerBound":1,"iD":false,"id":16,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":-1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"-1","unsettable":true,"transient":false,"unique":true,"name":"column","changeable":true,"lowerBound":1,"iD":false,"id":17,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":-1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"-1","unsettable":true,"transient":false,"unique":true,"name":"rowspan","changeable":true,"lowerBound":1,"iD":false,"id":18,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":-1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"-1","unsettable":true,"transient":false,"unique":true,"name":"columnspan","changeable":true,"lowerBound":1,"iD":false,"id":19,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"minSize","changeable":true,"resolveProxies":false,"lowerBound":1,"id":20,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outline","changeable":true,"resolveProxies":false,"lowerBound":1,"id":21,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"background","changeable":true,"resolveProxies":false,"lowerBound":0,"id":22,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":true,"transient":false,"unique":true,"name":"visible","changeable":true,"lowerBound":1,"iD":false,"id":23,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"triggers","changeable":true,"resolveProxies":false,"lowerBound":0,"id":24,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":-1.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"-1","unsettable":true,"transient":false,"unique":true,"name":"widthHint","changeable":true,"lowerBound":0,"iD":false,"id":25,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":-1.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"-1","unsettable":true,"transient":false,"unique":true,"name":"heightHint","changeable":true,"lowerBound":0,"iD":false,"id":26,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cursor","changeable":true,"resolveProxies":false,"lowerBound":0,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"background","changeable":true,"resolveProxies":false,"lowerBound":1,"id":45,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outline","changeable":true,"resolveProxies":false,"lowerBound":1,"id":46,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"shadowColor","changeable":true,"resolveProxies":false,"lowerBound":1,"id":47,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"insets","changeable":true,"resolveProxies":false,"lowerBound":1,"id":48,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":true,"transient":false,"unique":true,"name":"visible","changeable":true,"lowerBound":1,"iD":false,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"resolveProxies":false,"lowerBound":0,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"horizontalSpacing","changeable":true,"lowerBound":1,"iD":false,"id":58,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"verticalSpacing","changeable":true,"lowerBound":1,"iD":false,"id":59,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"clientArea","changeable":true,"resolveProxies":false,"lowerBound":1,"id":60,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"text","changeable":true,"resolveProxies":false,"lowerBound":1,"id":61,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"Vertical","unsettable":true,"transient":false,"unique":true,"name":"orientation","changeable":true,"lowerBound":1,"iD":false,"id":62,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"Top_Bottom","unsettable":true,"transient":false,"unique":true,"name":"direction","changeable":true,"lowerBound":1,"iD":false,"id":63,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"separator","changeable":true,"resolveProxies":false,"lowerBound":1,"id":64,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"Right","unsettable":true,"transient":false,"unique":true,"name":"position","changeable":true,"lowerBound":1,"iD":false,"id":65,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"itemType","changeable":true,"lowerBound":1,"iD":false,"id":66,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"resolveProxies":false,"lowerBound":0,"id":67,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"titlePosition","changeable":true,"lowerBound":0,"iD":false,"id":68,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"showValue","changeable":true,"lowerBound":0,"iD":false,"id":69,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"showPercent","changeable":true,"lowerBound":0,"iD":false,"id":70,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"showTotal","changeable":true,"lowerBound":0,"iD":false,"id":71,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"wrappingSize","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.33333333,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0.33333333","unsettable":true,"transient":false,"unique":true,"name":"maxPercent","changeable":true,"lowerBound":0,"iD":false,"id":73,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.6,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0.6","unsettable":true,"transient":false,"unique":true,"name":"titlePercent","changeable":true,"lowerBound":1,"iD":false,"id":74,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":true,"transient":false,"unique":true,"name":"ellipsis","changeable":true,"lowerBound":1,"iD":false,"id":75,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"formatSpecifier","changeable":true,"resolveProxies":false,"lowerBound":0,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":5,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"5","unsettable":true,"transient":false,"unique":true,"name":"horizontalSpacing","changeable":true,"lowerBound":1,"iD":false,"id":97,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":5,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"5","unsettable":true,"transient":false,"unique":true,"name":"verticalSpacing","changeable":true,"lowerBound":1,"iD":false,"id":98,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"clientArea","changeable":true,"resolveProxies":false,"lowerBound":1,"id":99,"derived":false},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":true,"transient":false,"unique":true,"name":"auto","changeable":true,"lowerBound":1,"iD":false,"id":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":1,"target":0},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":1,"target":24},{"source":1,"target":25},{"source":1,"target":26},{"source":1,"target":27},{"source":11,"target":1},{"source":11,"target":28},{"source":11,"target":1},{"source":28,"target":1},{"source":12,"target":29},{"source":12,"target":1},{"source":13,"target":30},{"source":13,"target":1},{"source":14,"target":31},{"source":14,"target":1},{"source":15,"target":32},{"source":15,"target":1},{"source":16,"target":33},{"source":16,"target":1},{"source":17,"target":34},{"source":17,"target":1},{"source":18,"target":35},{"source":18,"target":1},{"source":19,"target":36},{"source":19,"target":1},{"source":20,"target":37},{"source":20,"target":1},{"source":21,"target":38},{"source":21,"target":1},{"source":22,"target":39},{"source":22,"target":1},{"source":23,"target":40},{"source":23,"target":1},{"source":24,"target":41},{"source":24,"target":1},{"source":25,"target":42},{"source":25,"target":1},{"source":26,"target":43},{"source":26,"target":1},{"source":27,"target":44},{"source":27,"target":1},{"source":2,"target":0},{"source":2,"target":45},{"source":2,"target":46},{"source":2,"target":47},{"source":2,"target":48},{"source":2,"target":49},{"source":45,"target":50},{"source":45,"target":2},{"source":46,"target":51},{"source":46,"target":2},{"source":47,"target":52},{"source":47,"target":2},{"source":48,"target":53},{"source":48,"target":2},{"source":49,"target":54},{"source":49,"target":2},{"source":3,"target":0},{"source":4,"target":0},{"source":5,"target":0},{"source":5,"target":1},{"source":5,"target":55},{"source":5,"target":56},{"source":55,"target":57},{"source":55,"target":5},{"source":56,"target":1},{"source":6,"target":0},{"source":6,"target":1},{"source":6,"target":58},{"source":6,"target":59},{"source":6,"target":60},{"source":6,"target":61},{"source":6,"target":62},{"source":6,"target":63},{"source":6,"target":64},{"source":6,"target":65},{"source":6,"target":66},{"source":6,"target":67},{"source":6,"target":68},{"source":6,"target":69},{"source":6,"target":70},{"source":6,"target":71},{"source":6,"target":72},{"source":6,"target":73},{"source":6,"target":74},{"source":6,"target":75},{"source":6,"target":76},{"source":6,"target":77},{"source":58,"target":78},{"source":58,"target":6},{"source":59,"target":79},{"source":59,"target":6},{"source":60,"target":2},{"source":60,"target":80},{"source":60,"target":6},{"source":80,"target":2},{"source":61,"target":81},{"source":61,"target":6},{"source":62,"target":82},{"source":62,"target":6},{"source":63,"target":83},{"source":63,"target":6},{"source":64,"target":84},{"source":64,"target":6},{"source":65,"target":85},{"source":65,"target":6},{"source":66,"target":86},{"source":66,"target":6},{"source":67,"target":87},{"source":67,"target":6},{"source":68,"target":88},{"source":68,"target":6},{"source":69,"target":89},{"source":69,"target":6},{"source":70,"target":90},{"source":70,"target":6},{"source":71,"target":91},{"source":71,"target":6},{"source":72,"target":92},{"source":72,"target":6},{"source":73,"target":93},{"source":73,"target":6},{"source":74,"target":9},{"source":74,"target":94},{"source":74,"target":6},{"source":94,"target":9},{"source":75,"target":3},{"source":75,"target":95},{"source":75,"target":6},{"source":95,"target":3},{"source":76,"target":96},{"source":76,"target":6},{"source":77,"target":1},{"source":7,"target":0},{"source":7,"target":1},{"source":7,"target":97},{"source":7,"target":98},{"source":7,"target":99},{"source":7,"target":100},{"source":97,"target":101},{"source":97,"target":7},{"source":98,"target":102},{"source":98,"target":7},{"source":99,"target":2},{"source":99,"target":103},{"source":99,"target":7},{"source":103,"target":2},{"source":100,"target":1},{"source":8,"target":0},{"source":8,"target":5},{"source":8,"target":104},{"source":8,"target":105},{"source":104,"target":106},{"source":104,"target":8},{"source":105,"target":5},{"source":9,"target":0},{"source":10,"target":0}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="action" nsURI="org.sheepy.lily.core.model.action" nsPrefix="action"> <eClassifiers xsi:type="ecore:EClass" name="Action" abstract="true" eSuperTypes="types.ecore#//LNamedElement"/> <eClassifiers xsi:type="ecore:EDataType" name="ActionList" instanceTypeName="java.util.List&lt;? extends org.sheepy.lily.core.model.action.Action>"/> </ecore:EPackage>
github:ecore:/data/Ealrann/Lily-core/org.sheepy.lily.core.model/model/action.ecore
ecore
action Action ActionList java.util.List java.util.List<? extends org.sheepy.lily.core.model.action.Action>
null
{"directed":true,"nodes":[{"nsPrefix":"action","nsURI":"org.sheepy.lily.core.model.action","name":"action","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.List<? extends org.sheepy.lily.core.model.action.Action>","defaultValue":null,"instanceClassName":"java.util.List","name":"ActionList","instanceClass":"java.util.List","id":2,"serializable":true,"eClass":"EDataType"},{"id":3,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":1,"target":0},{"source":1,"target":3},{"source":2,"target":0}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="prf" nsURI="http://sca.jpeojtrs.mil/prf" nsPrefix="prf"> <eClassifiers xsi:type="ecore:EClass" name="AbstractProperty" abstract="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="abstractproperty"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eOperations name="toAny" eType="#//Any"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The description element is used to provide a description of the properties element that is being&#xA;defined."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="description"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Token" iD="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="id"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="localMode" eType="#//AccessType" defaultValueLiteral="readwrite" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="mode"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="name"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mode" eType="#//AccessType" volatile="true" transient="true" unsettable="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="AccessType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="AccessType"/> </eAnnotations> <eLiterals name="writeonly"/> <eLiterals name="readonly" value="1"/> <eLiterals name="readwrite" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="AccessTypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="AccessType:Object"/> <details key="baseType" value="AccessType"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Action"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="action"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//ActionType" defaultValueLiteral="external" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="type"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ActionType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ActionType"/> </eAnnotations> <eLiterals name="ge"/> <eLiterals name="gt" value="1"/> <eLiterals name="external" value="2"/> <eLiterals name="le" value="3"/> <eLiterals name="lt" value="4"/> <eLiterals name="ne" value="5"/> <eLiterals name="eq" value="6"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="ActionTypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ActionType:Object"/> <details key="baseType" value="ActionType"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="CharacterObject" instanceClassName="java.lang.Character"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="CharacterObject"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConfigurationKind"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="configurationkind"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//StructPropertyConfigurationType" defaultValueLiteral="configure" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="kindtype"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="DceUUID" instanceClassName="java.lang.String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="DceUUID"/> <details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#string"/> <details key="pattern" value="DCE:[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}(:\d+(.\d+)?)?"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Enumeration"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="enumeration"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="label" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="label"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="value"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Enumerations"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="enumerations"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="enumeration" lowerBound="1" upperBound="-1" eType="#//Enumeration" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="enumeration"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InputValue"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="inputvalue"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="simple" lowerBound="1" upperBound="-1" eType="#//Simple" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="simple"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Kind"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="kind"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//PropertyConfigurationType" defaultValueLiteral="configure" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="kindtype"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrfDocumentRoot"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value=""/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="name" value=":mixed"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="xMLNSPrefixMap" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStringToStringMapEntry" transient="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="xmlns:prefix"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="xSISchemaLocation" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStringToStringMapEntry" transient="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="xsi:schemaLocation"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-2" eType="#//Properties" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="properties"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Properties" eSuperTypes="#//PropertyContainer"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The properties element (see Figure D-11) is used to describe property attributes that will be used&#xA;in the configure( ) and query( ) operations for SCA CF Resource components and for definition&#xA;of attributes used for dependency checking. The properties element can also used in the CF&#xA;TestableObject runTest() operation to configure tests and provide test results."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="properties"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The description element is used to provide a description of the properties element that is being&#xA;defined."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="description"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="properties" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="properties:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="simple" upperBound="-1" eType="#//Simple" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="simple"/> <details key="group" value="#properties:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="simpleSequence" upperBound="-1" eType="#//SimpleSequence" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="simplesequence"/> <details key="group" value="#properties:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="test" upperBound="-1" eType="#//Test" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="test"/> <details key="group" value="#properties:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="struct" upperBound="-1" eType="#//Struct" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="struct"/> <details key="group" value="#properties:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="structSequence" upperBound="-1" eType="#//StructSequence" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="structsequence"/> <details key="group" value="#properties:1"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="PropertyConfigurationType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="PropertyConfigurationType"/> </eAnnotations> <eLiterals name="configure"/> <eLiterals name="execparam" value="1"/> <eLiterals name="allocation" value="2"/> <eLiterals name="factoryparam" value="3"/> <eLiterals name="test" value="4"/> <eLiterals name="event" value="5"/> <eLiterals name="message" value="6"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="PropertyConfigurationTypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="PropertyConfigurationType:Object"/> <details key="baseType" value="PropertyConfigurationType"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="PropertyValueType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="PropertyValueType"/> </eAnnotations> <eLiterals name="string"/> <eLiterals name="boolean" value="1"/> <eLiterals name="ulong" value="2"/> <eLiterals name="objref" value="3"/> <eLiterals name="short" value="4"/> <eLiterals name="float" value="5"/> <eLiterals name="octet" value="6"/> <eLiterals name="char" value="7"/> <eLiterals name="ushort" value="8"/> <eLiterals name="double" value="9"/> <eLiterals name="long" value="10"/> <eLiterals name="longlong" value="11"/> <eLiterals name="ulonglong" value="12"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="PropertyValueTypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="PropertyValueType:Object"/> <details key="baseType" value="PropertyValueType"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Range"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="range"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="max" lowerBound="1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="max"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="min" lowerBound="1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="min"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResultValue"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="resultvalue"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="simple" lowerBound="1" upperBound="-1" eType="#//Simple" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="simple"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Simple" eSuperTypes="#//AbstractProperty"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The simple element (see Figure D-12) provides for the definition of a property which includes a&#xA;unique id, type, name and mode attributes of the property that will be used in the CF Resource&#xA;configure() and query() operations, for indication of component capabilities, or in the CF&#xA;TestableObject runTest operation. The simple element is specifically designed to support idvalue&#xA;pair definitions. A simple property id attribute corresponds to the id of the id-value pair.&#xA;The value and range of a simple property correspond to the value of the id-value pair. If no&#xA;value is given, then the property cannot be used for input test values for testing and/or as an&#xA;initial configuration or execute parameter of a component. The optional enumerations element&#xA;allows for the definition of a label-to-value for a particular property. The mode attribute defines&#xA;whether the properties element is &quot;readonly&quot;, &quot;writeonly&quot; or &quot;readwrite&quot;. The id attribute is an&#xA;identifier for the simple property element. The id attribute for a simple property that is an&#xA;allocation type is a DCE UUID value, as specified in section D.2.1. The id attribute for all other&#xA;simple property elements can be any valid XML ID type. The mode attribute is only meaningful&#xA;when the type of the kind element is &quot;configure&quot;."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="simple"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="value"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="units" eType="#//Unit"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="units"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="range" eType="#//Range" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="range"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="enumerations" eType="#//Enumerations" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="enumerations"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="kind" upperBound="-1" eType="#//Kind" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="kind"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="action" eType="#//Action" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="action"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//PropertyValueType" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="type"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SimpleSequence" eSuperTypes="#//AbstractProperty"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="simplesequence"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="values" eType="#//Values" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="values"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="units" eType="#//Unit"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="units"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="range" eType="#//Range" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="range"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="kind" upperBound="-1" eType="#//Kind" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="kind"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="action" eType="#//Action" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="action"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//PropertyValueType" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="type"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Struct" eSuperTypes="#//AbstractProperty #//PropertyContainer"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="struct"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="simple" lowerBound="1" upperBound="-1" eType="#//Simple" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="simple"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="configurationKind" upperBound="-1" eType="#//ConfigurationKind" unsettable="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="configurationkind"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="StructPropertyConfigurationType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="StructPropertyConfigurationType"/> </eAnnotations> <eLiterals name="configure"/> <eLiterals name="allocation" value="1"/> <eLiterals name="factoryparam" value="2"/> <eLiterals name="test" value="3"/> <eLiterals name="event" value="4"/> <eLiterals name="message" value="5"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="StructPropertyConfigurationTypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="StructPropertyConfigurationType:Object"/> <details key="baseType" value="StructPropertyConfigurationType"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StructSequence" eSuperTypes="#//AbstractProperty #//PropertyContainer"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="structsequence"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="struct" lowerBound="1" eType="#//Struct" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="struct"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="structValue" upperBound="-1" eType="#//StructValue" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="structvalue"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="configurationKind" upperBound="-1" eType="#//ConfigurationKind" unsettable="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="configurationkind"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StructValue" eSuperTypes="#//PropertyRefContainer"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="structvalue"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eOperations name="toAny" eType="#//Any"/> <eOperations name="getRef" eType="#//SimpleRef"> <eParameters name="id" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="simpleRef" lowerBound="1" upperBound="-1" eType="#//SimpleRef" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="simpleref"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="struct" eType="#//Struct" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="index" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt" changeable="false" volatile="true" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Test"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="test"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="description"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="inputValue" eType="#//InputValue" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="inputvalue"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="resultValue" lowerBound="1" eType="#//ResultValue" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="resultvalue"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" iD="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="id"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Unit" instanceClassName="java.lang.String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Unit"/> <details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#string"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Values"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="values"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" unique="false" lowerBound="1" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="value"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PropertyContainer" abstract="true" interface="true"> <eOperations name="getProperty" eType="#//AbstractProperty"> <eParameters name="repID" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractPropertyRef" abstract="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementOnly"/> <details key="name" value="propertyref"/> <details key="qualified" value="false"/> </eAnnotations> <eTypeParameters name="P"> <eBounds eClassifier="#//AbstractProperty"/> </eTypeParameters> <eOperations name="toAny" eType="#//Any"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="refID" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="refid"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="property" volatile="true" transient="true" derived="true"> <eGenericType eTypeParameter="#//AbstractPropertyRef/P"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PropertyRefContainer" abstract="true" interface="true"> <eOperations name="getPropertyContainer" eType="#//PropertyContainer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PropertyRefGroup" abstract="true" eSuperTypes="#//PropertyRefContainer"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementOnly"/> <details key="name" value="propertyrefgroup"/> <details key="qualified" value="false"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="properties" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="properties:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="simpleRef" upperBound="-1" eType="#//SimpleRef" volatile="true" transient="true" derived="true" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="simpleref"/> <details key="group" value="#properties:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="simpleSequenceRef" upperBound="-1" eType="#//SimpleSequenceRef" volatile="true" transient="true" derived="true" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="simplesequenceref"/> <details key="group" value="#properties:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="structRef" upperBound="-1" eType="#//StructRef" volatile="true" transient="true" derived="true" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="structref"/> <details key="group" value="#properties:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="structSequenceRef" upperBound="-1" eType="#//StructSequenceRef" volatile="true" transient="true" derived="true" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="structsequenceref"/> <details key="group" value="#properties:0"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PropertyRefSet" abstract="true" eSuperTypes="#//PropertyRefContainer"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementOnly"/> <details key="name" value="propertyrefset"/> <details key="qualified" value="false"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="properties" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="properties:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="simpleRef" eType="#//SimpleRef" volatile="true" transient="true" derived="true" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="simpleref"/> <details key="group" value="#properties:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="simpleSequenceRef" eType="#//SimpleSequenceRef" volatile="true" transient="true" derived="true" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="simplesequenceref"/> <details key="group" value="#properties:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="structRef" eType="#//StructRef" volatile="true" transient="true" derived="true" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="structref"/> <details key="group" value="#properties:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="structSequenceRef" eType="#//StructSequenceRef" volatile="true" transient="true" derived="true" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="structsequenceref"/> <details key="group" value="#properties:0"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SimpleRef"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="simpleref"/> <details key="kind" value="empty"/> <details key="qualified" value="false"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="value"/> </eAnnotations> </eStructuralFeatures> <eGenericSuperTypes eClassifier="#//AbstractPropertyRef"> <eTypeArguments eClassifier="#//Simple"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SimpleSequenceRef"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementOnly"/> <details key="name" value="simplesequenceref"/> <details key="qualified" value="false"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="values" lowerBound="1" eType="#//Values" containment="true"/> <eGenericSuperTypes eClassifier="#//AbstractPropertyRef"> <eTypeArguments eClassifier="#//SimpleSequence"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StructRef"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementOnly"/> <details key="name" value="structref"/> <details key="qualified" value="false"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="simpleRef" lowerBound="1" upperBound="-1" eType="#//SimpleRef" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="simpleref"/> </eAnnotations> </eStructuralFeatures> <eGenericSuperTypes eClassifier="#//AbstractPropertyRef"> <eTypeArguments eClassifier="#//Struct"/> </eGenericSuperTypes> <eGenericSuperTypes eClassifier="#//PropertyRefContainer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StructSequenceRef"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementOnly"/> <details key="name" value="structsequenceref"/> <details key="qualified" value="false"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="structValue" lowerBound="1" upperBound="-1" eType="#//StructValue" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="structvalue"/> </eAnnotations> </eStructuralFeatures> <eGenericSuperTypes eClassifier="#//AbstractPropertyRef"> <eTypeArguments eClassifier="#//StructSequence"/> </eGenericSuperTypes> <eGenericSuperTypes eClassifier="#//PropertyRefContainer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Any" instanceClassName="org.omg.CORBA.Any" serializable="false"/> </ecore:EPackage>
github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/prf.ecore
ecore
prf AbstractProperty toAny description id localMode readwrite name mode AccessType writeonly writeonly readonly readonly readwrite readwrite AccessTypeObject org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator Action type external ActionType ge ge gt gt external external le le lt lt ne ne eq eq ActionTypeObject org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator CharacterObject java.lang.Character java.lang.Character ConfigurationKind type configure DceUUID java.lang.String java.lang.String Enumeration label value Enumerations enumeration InputValue simple Kind type configure PrfDocumentRoot mixed xMLNSPrefixMap xSISchemaLocation properties Properties description properties simple simpleSequence test struct structSequence PropertyConfigurationType configure configure execparam execparam allocation allocation factoryparam factoryparam test test event event message message PropertyConfigurationTypeObject org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator PropertyValueType string string boolean boolean ulong ulong objref objref short short float float octet octet char char ushort ushort double double long long longlong longlong ulonglong ulonglong PropertyValueTypeObject org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator Range max min ResultValue simple Simple value units range enumerations kind action type SimpleSequence values units range kind action type Struct simple configurationKind StructPropertyConfigurationType configure configure allocation allocation factoryparam factoryparam test test event event message message StructPropertyConfigurationTypeObject org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator StructSequence struct structValue configurationKind StructValue toAny getRef id simpleRef struct index Test description inputValue resultValue id Unit java.lang.String java.lang.String Values value PropertyContainer getProperty repID AbstractPropertyRef P toAny refID property PropertyRefContainer getPropertyContainer PropertyRefGroup properties simpleRef simpleSequenceRef structRef structSequenceRef PropertyRefSet properties simpleRef simpleSequenceRef structRef structSequenceRef SimpleRef value SimpleSequenceRef values StructRef simpleRef StructSequenceRef structValue Any org.omg.CORBA.Any org.omg.CORBA.Any
null
{"directed":true,"nodes":[{"nsPrefix":"prf","nsURI":"http://sca.jpeojtrs.mil/prf","name":"prf","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractProperty","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"AccessType","instanceClass":null,"id":2,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"AccessTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":3,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ActionType","instanceClass":null,"id":5,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"ActionTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":6,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Character","defaultValue":null,"instanceClassName":"java.lang.Character","name":"CharacterObject","instanceClass":"java.lang.Character","id":7,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConfigurationKind","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"DceUUID","instanceClass":"java.lang.String","id":9,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumerations","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputValue","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Kind","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrfDocumentRoot","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Properties","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"PropertyConfigurationType","instanceClass":null,"id":16,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"PropertyConfigurationTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":17,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"instanceClassName":null,"name":"PropertyValueType","instanceClass":null,"id":18,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"PropertyValueTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":19,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Range","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResultValue","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Simple","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleSequence","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Struct","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"StructPropertyConfigurationType","instanceClass":null,"id":25,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"StructPropertyConfigurationTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":26,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructSequence","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructValue","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"Unit","instanceClass":"java.lang.String","id":30,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Values","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyContainer","instanceClass":null,"abstract":true,"id":32,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractPropertyRef","instanceClass":null,"abstract":true,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyRefContainer","instanceClass":null,"abstract":true,"id":34,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyRefGroup","instanceClass":null,"abstract":true,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyRefSet","instanceClass":null,"abstract":true,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleRef","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleSequenceRef","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructRef","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructSequenceRef","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.omg.CORBA.Any","defaultValue":null,"instanceClassName":"org.omg.CORBA.Any","name":"Any","instanceClass":null,"id":41,"serializable":false,"eClass":"EDataType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toAny","lowerBound":0,"id":42,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":43,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":true,"id":44,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"readwrite","unsettable":true,"transient":false,"unique":true,"name":"localMode","changeable":true,"lowerBound":0,"iD":false,"id":45,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":46,"derived":false},{"ordered":true,"upperBound":1,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":true,"unique":true,"name":"mode","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":true},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"name":"writeonly","id":54,"value":0,"literal":"writeonly","eClass":"EEnumLiteral"},{"name":"readonly","id":55,"value":1,"literal":"readonly","eClass":"EEnumLiteral"},{"name":"readwrite","id":56,"value":2,"literal":"readwrite","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"external","unsettable":true,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"name":"ge","id":59,"value":0,"literal":"ge","eClass":"EEnumLiteral"},{"name":"gt","id":60,"value":1,"literal":"gt","eClass":"EEnumLiteral"},{"name":"external","id":61,"value":2,"literal":"external","eClass":"EEnumLiteral"},{"name":"le","id":62,"value":3,"literal":"le","eClass":"EEnumLiteral"},{"name":"lt","id":63,"value":4,"literal":"lt","eClass":"EEnumLiteral"},{"name":"ne","id":64,"value":5,"literal":"ne","eClass":"EEnumLiteral"},{"name":"eq","id":65,"value":6,"literal":"eq","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"configure","unsettable":true,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"lowerBound":1,"iD":false,"id":68,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"enumeration","changeable":true,"resolveProxies":false,"lowerBound":1,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"simple","changeable":true,"resolveProxies":false,"lowerBound":1,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"configure","unsettable":true,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":78,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xMLNSPrefixMap","changeable":true,"resolveProxies":false,"lowerBound":0,"id":79,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xSISchemaLocation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":80,"derived":false},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"properties","changeable":true,"resolveProxies":false,"lowerBound":0,"id":81,"derived":true},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":86,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"properties","changeable":true,"lowerBound":0,"iD":false,"id":87,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"simple","changeable":true,"resolveProxies":false,"lowerBound":0,"id":88,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"simpleSequence","changeable":true,"resolveProxies":false,"lowerBound":0,"id":89,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"test","changeable":true,"resolveProxies":false,"lowerBound":0,"id":90,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"struct","changeable":true,"resolveProxies":false,"lowerBound":0,"id":91,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"structSequence","changeable":true,"resolveProxies":false,"lowerBound":0,"id":92,"derived":true},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"name":"configure","id":101,"value":0,"literal":"configure","eClass":"EEnumLiteral"},{"name":"execparam","id":102,"value":1,"literal":"execparam","eClass":"EEnumLiteral"},{"name":"allocation","id":103,"value":2,"literal":"allocation","eClass":"EEnumLiteral"},{"name":"factoryparam","id":104,"value":3,"literal":"factoryparam","eClass":"EEnumLiteral"},{"name":"test","id":105,"value":4,"literal":"test","eClass":"EEnumLiteral"},{"name":"event","id":106,"value":5,"literal":"event","eClass":"EEnumLiteral"},{"name":"message","id":107,"value":6,"literal":"message","eClass":"EEnumLiteral"},{"name":"string","id":108,"value":0,"literal":"string","eClass":"EEnumLiteral"},{"name":"boolean","id":109,"value":1,"literal":"boolean","eClass":"EEnumLiteral"},{"name":"ulong","id":110,"value":2,"literal":"ulong","eClass":"EEnumLiteral"},{"name":"objref","id":111,"value":3,"literal":"objref","eClass":"EEnumLiteral"},{"name":"short","id":112,"value":4,"literal":"short","eClass":"EEnumLiteral"},{"name":"float","id":113,"value":5,"literal":"float","eClass":"EEnumLiteral"},{"name":"octet","id":114,"value":6,"literal":"octet","eClass":"EEnumLiteral"},{"name":"char","id":115,"value":7,"literal":"char","eClass":"EEnumLiteral"},{"name":"ushort","id":116,"value":8,"literal":"ushort","eClass":"EEnumLiteral"},{"name":"double","id":117,"value":9,"literal":"double","eClass":"EEnumLiteral"},{"name":"long","id":118,"value":10,"literal":"long","eClass":"EEnumLiteral"},{"name":"longlong","id":119,"value":11,"literal":"longlong","eClass":"EEnumLiteral"},{"name":"ulonglong","id":120,"value":12,"literal":"ulonglong","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"max","changeable":true,"lowerBound":1,"iD":false,"id":121,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"min","changeable":true,"lowerBound":1,"iD":false,"id":122,"derived":false},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"simple","changeable":true,"resolveProxies":false,"lowerBound":1,"id":125,"derived":false},{"id":126,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":127,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"units","changeable":true,"lowerBound":0,"iD":false,"id":128,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"range","changeable":true,"resolveProxies":false,"lowerBound":0,"id":129,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"enumerations","changeable":true,"resolveProxies":false,"lowerBound":0,"id":130,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"resolveProxies":false,"lowerBound":0,"id":131,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"action","changeable":true,"resolveProxies":false,"lowerBound":0,"id":132,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":133,"derived":false},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"values","changeable":true,"resolveProxies":false,"lowerBound":0,"id":142,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"units","changeable":true,"lowerBound":0,"iD":false,"id":143,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"range","changeable":true,"resolveProxies":false,"lowerBound":0,"id":144,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"resolveProxies":false,"lowerBound":0,"id":145,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"action","changeable":true,"resolveProxies":false,"lowerBound":0,"id":146,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":147,"derived":false},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"simple","changeable":true,"resolveProxies":false,"lowerBound":1,"id":155,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":true,"transient":false,"unique":true,"name":"configurationKind","changeable":true,"resolveProxies":false,"lowerBound":0,"id":156,"derived":false},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"name":"configure","id":161,"value":0,"literal":"configure","eClass":"EEnumLiteral"},{"name":"allocation","id":162,"value":1,"literal":"allocation","eClass":"EEnumLiteral"},{"name":"factoryparam","id":163,"value":2,"literal":"factoryparam","eClass":"EEnumLiteral"},{"name":"test","id":164,"value":3,"literal":"test","eClass":"EEnumLiteral"},{"name":"event","id":165,"value":4,"literal":"event","eClass":"EEnumLiteral"},{"name":"message","id":166,"value":5,"literal":"message","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"struct","changeable":true,"resolveProxies":true,"lowerBound":1,"id":167,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"structValue","changeable":true,"resolveProxies":false,"lowerBound":0,"id":168,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":true,"transient":false,"unique":true,"name":"configurationKind","changeable":true,"resolveProxies":false,"lowerBound":0,"id":169,"derived":false},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toAny","lowerBound":0,"id":175,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getRef","lowerBound":0,"id":176,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"simpleRef","changeable":true,"resolveProxies":false,"lowerBound":1,"id":177,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"struct","changeable":false,"resolveProxies":true,"lowerBound":0,"id":178,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"index","changeable":false,"lowerBound":0,"iD":false,"id":179,"derived":true},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"id","lowerBound":0,"id":183,"many":false,"required":false,"eClass":"EParameter"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":188,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inputValue","changeable":true,"resolveProxies":false,"lowerBound":0,"id":189,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"resultValue","changeable":true,"resolveProxies":false,"lowerBound":1,"id":190,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":true,"id":191,"derived":false},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":196,"derived":false},{"id":197,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getProperty","lowerBound":0,"id":198,"many":false,"required":false,"eClass":"EOperation"},{"id":199,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"repID","lowerBound":0,"id":200,"many":false,"required":false,"eClass":"EParameter"},{"id":201,"eClass":"EGenericType"},{"name":"P","id":202,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"toAny","lowerBound":0,"id":203,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"refID","changeable":true,"lowerBound":1,"iD":false,"id":204,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"property","changeable":true,"resolveProxies":true,"lowerBound":0,"id":205,"derived":true},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getPropertyContainer","lowerBound":0,"id":210,"many":false,"required":false,"eClass":"EOperation"},{"id":211,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"properties","changeable":true,"lowerBound":0,"iD":false,"id":212,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"simpleRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":213,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"simpleSequenceRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":214,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"structRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":215,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"structSequenceRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":216,"derived":true},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"properties","changeable":true,"lowerBound":0,"iD":false,"id":223,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"simpleRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":224,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"simpleSequenceRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":225,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"structRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":226,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"structSequenceRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":227,"derived":true},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":234,"derived":false},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"values","changeable":true,"resolveProxies":true,"lowerBound":1,"id":238,"derived":false},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"simpleRef","changeable":true,"resolveProxies":true,"lowerBound":1,"id":242,"derived":false},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"structValue","changeable":true,"resolveProxies":true,"lowerBound":1,"id":247,"derived":false},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":1,"target":0},{"source":1,"target":42},{"source":1,"target":43},{"source":1,"target":44},{"source":1,"target":45},{"source":1,"target":46},{"source":1,"target":47},{"source":42,"target":41},{"source":42,"target":48},{"source":42,"target":1},{"source":48,"target":41},{"source":43,"target":49},{"source":43,"target":1},{"source":44,"target":50},{"source":44,"target":1},{"source":45,"target":2},{"source":45,"target":51},{"source":45,"target":1},{"source":51,"target":2},{"source":46,"target":52},{"source":46,"target":1},{"source":47,"target":2},{"source":47,"target":53},{"source":47,"target":1},{"source":53,"target":2},{"source":2,"target":0},{"source":2,"target":54},{"source":2,"target":55},{"source":2,"target":56},{"source":54,"target":2},{"source":55,"target":2},{"source":56,"target":2},{"source":3,"target":0},{"source":4,"target":0},{"source":4,"target":57},{"source":57,"target":5},{"source":57,"target":58},{"source":57,"target":4},{"source":58,"target":5},{"source":5,"target":0},{"source":5,"target":59},{"source":5,"target":60},{"source":5,"target":61},{"source":5,"target":62},{"source":5,"target":63},{"source":5,"target":64},{"source":5,"target":65},{"source":59,"target":5},{"source":60,"target":5},{"source":61,"target":5},{"source":62,"target":5},{"source":63,"target":5},{"source":64,"target":5},{"source":65,"target":5},{"source":6,"target":0},{"source":7,"target":0},{"source":8,"target":0},{"source":8,"target":66},{"source":66,"target":25},{"source":66,"target":67},{"source":66,"target":8},{"source":67,"target":25},{"source":9,"target":0},{"source":10,"target":0},{"source":10,"target":68},{"source":10,"target":69},{"source":68,"target":70},{"source":68,"target":10},{"source":69,"target":71},{"source":69,"target":10},{"source":11,"target":0},{"source":11,"target":72},{"source":72,"target":10},{"source":72,"target":73},{"source":72,"target":11},{"source":73,"target":10},{"source":12,"target":0},{"source":12,"target":74},{"source":74,"target":22},{"source":74,"target":75},{"source":74,"target":12},{"source":75,"target":22},{"source":13,"target":0},{"source":13,"target":76},{"source":76,"target":16},{"source":76,"target":77},{"source":76,"target":13},{"source":77,"target":16},{"source":14,"target":0},{"source":14,"target":78},{"source":14,"target":79},{"source":14,"target":80},{"source":14,"target":81},{"source":78,"target":82},{"source":78,"target":14},{"source":79,"target":83},{"source":79,"target":14},{"source":80,"target":84},{"source":80,"target":14},{"source":81,"target":15},{"source":81,"target":85},{"source":81,"target":14},{"source":85,"target":15},{"source":15,"target":0},{"source":15,"target":32},{"source":15,"target":86},{"source":15,"target":87},{"source":15,"target":88},{"source":15,"target":89},{"source":15,"target":90},{"source":15,"target":91},{"source":15,"target":92},{"source":15,"target":93},{"source":86,"target":94},{"source":86,"target":15},{"source":87,"target":95},{"source":87,"target":15},{"source":88,"target":22},{"source":88,"target":96},{"source":88,"target":15},{"source":96,"target":22},{"source":89,"target":23},{"source":89,"target":97},{"source":89,"target":15},{"source":97,"target":23},{"source":90,"target":29},{"source":90,"target":98},{"source":90,"target":15},{"source":98,"target":29},{"source":91,"target":24},{"source":91,"target":99},{"source":91,"target":15},{"source":99,"target":24},{"source":92,"target":27},{"source":92,"target":100},{"source":92,"target":15},{"source":100,"target":27},{"source":93,"target":32},{"source":16,"target":0},{"source":16,"target":101},{"source":16,"target":102},{"source":16,"target":103},{"source":16,"target":104},{"source":16,"target":105},{"source":16,"target":106},{"source":16,"target":107},{"source":101,"target":16},{"source":102,"target":16},{"source":103,"target":16},{"source":104,"target":16},{"source":105,"target":16},{"source":106,"target":16},{"source":107,"target":16},{"source":17,"target":0},{"source":18,"target":0},{"source":18,"target":108},{"source":18,"target":109},{"source":18,"target":110},{"source":18,"target":111},{"source":18,"target":112},{"source":18,"target":113},{"source":18,"target":114},{"source":18,"target":115},{"source":18,"target":116},{"source":18,"target":117},{"source":18,"target":118},{"source":18,"target":119},{"source":18,"target":120},{"source":108,"target":18},{"source":109,"target":18},{"source":110,"target":18},{"source":111,"target":18},{"source":112,"target":18},{"source":113,"target":18},{"source":114,"target":18},{"source":115,"target":18},{"source":116,"target":18},{"source":117,"target":18},{"source":118,"target":18},{"source":119,"target":18},{"source":120,"target":18},{"source":19,"target":0},{"source":20,"target":0},{"source":20,"target":121},{"source":20,"target":122},{"source":121,"target":123},{"source":121,"target":20},{"source":122,"target":124},{"source":122,"target":20},{"source":21,"target":0},{"source":21,"target":125},{"source":125,"target":22},{"source":125,"target":126},{"source":125,"target":21},{"source":126,"target":22},{"source":22,"target":0},{"source":22,"target":1},{"source":22,"target":127},{"source":22,"target":128},{"source":22,"target":129},{"source":22,"target":130},{"source":22,"target":131},{"source":22,"target":132},{"source":22,"target":133},{"source":22,"target":134},{"source":127,"target":135},{"source":127,"target":22},{"source":128,"target":30},{"source":128,"target":136},{"source":128,"target":22},{"source":136,"target":30},{"source":129,"target":20},{"source":129,"target":137},{"source":129,"target":22},{"source":137,"target":20},{"source":130,"target":11},{"source":130,"target":138},{"source":130,"target":22},{"source":138,"target":11},{"source":131,"target":13},{"source":131,"target":139},{"source":131,"target":22},{"source":139,"target":13},{"source":132,"target":4},{"source":132,"target":140},{"source":132,"target":22},{"source":140,"target":4},{"source":133,"target":18},{"source":133,"target":141},{"source":133,"target":22},{"source":141,"target":18},{"source":134,"target":1},{"source":23,"target":0},{"source":23,"target":1},{"source":23,"target":142},{"source":23,"target":143},{"source":23,"target":144},{"source":23,"target":145},{"source":23,"target":146},{"source":23,"target":147},{"source":23,"target":148},{"source":142,"target":31},{"source":142,"target":149},{"source":142,"target":23},{"source":149,"target":31},{"source":143,"target":30},{"source":143,"target":150},{"source":143,"target":23},{"source":150,"target":30},{"source":144,"target":20},{"source":144,"target":151},{"source":144,"target":23},{"source":151,"target":20},{"source":145,"target":13},{"source":145,"target":152},{"source":145,"target":23},{"source":152,"target":13},{"source":146,"target":4},{"source":146,"target":153},{"source":146,"target":23},{"source":153,"target":4},{"source":147,"target":18},{"source":147,"target":154},{"source":147,"target":23},{"source":154,"target":18},{"source":148,"target":1},{"source":24,"target":0},{"source":24,"target":1},{"source":24,"target":32},{"source":24,"target":155},{"source":24,"target":156},{"source":24,"target":157},{"source":24,"target":158},{"source":155,"target":22},{"source":155,"target":159},{"source":155,"target":24},{"source":159,"target":22},{"source":156,"target":8},{"source":156,"target":160},{"source":156,"target":24},{"source":160,"target":8},{"source":157,"target":1},{"source":158,"target":32},{"source":25,"target":0},{"source":25,"target":161},{"source":25,"target":162},{"source":25,"target":163},{"source":25,"target":164},{"source":25,"target":165},{"source":25,"target":166},{"source":161,"target":25},{"source":162,"target":25},{"source":163,"target":25},{"source":164,"target":25},{"source":165,"target":25},{"source":166,"target":25},{"source":26,"target":0},{"source":27,"target":0},{"source":27,"target":1},{"source":27,"target":32},{"source":27,"target":167},{"source":27,"target":168},{"source":27,"target":169},{"source":27,"target":170},{"source":27,"target":171},{"source":167,"target":24},{"source":167,"target":172},{"source":167,"target":27},{"source":172,"target":24},{"source":168,"target":28},{"source":168,"target":173},{"source":168,"target":27},{"source":173,"target":28},{"source":169,"target":8},{"source":169,"target":174},{"source":169,"target":27},{"source":174,"target":8},{"source":170,"target":1},{"source":171,"target":32},{"source":28,"target":0},{"source":28,"target":34},{"source":28,"target":175},{"source":28,"target":176},{"source":28,"target":177},{"source":28,"target":178},{"source":28,"target":179},{"source":28,"target":180},{"source":175,"target":41},{"source":175,"target":181},{"source":175,"target":28},{"source":181,"target":41},{"source":176,"target":37},{"source":176,"target":182},{"source":176,"target":28},{"source":176,"target":183},{"source":182,"target":37},{"source":183,"target":184},{"source":183,"target":176},{"source":177,"target":37},{"source":177,"target":185},{"source":177,"target":28},{"source":185,"target":37},{"source":178,"target":24},{"source":178,"target":186},{"source":178,"target":28},{"source":186,"target":24},{"source":179,"target":187},{"source":179,"target":28},{"source":180,"target":34},{"source":29,"target":0},{"source":29,"target":188},{"source":29,"target":189},{"source":29,"target":190},{"source":29,"target":191},{"source":188,"target":192},{"source":188,"target":29},{"source":189,"target":12},{"source":189,"target":193},{"source":189,"target":29},{"source":193,"target":12},{"source":190,"target":21},{"source":190,"target":194},{"source":190,"target":29},{"source":194,"target":21},{"source":191,"target":195},{"source":191,"target":29},{"source":30,"target":0},{"source":31,"target":0},{"source":31,"target":196},{"source":196,"target":197},{"source":196,"target":31},{"source":32,"target":0},{"source":32,"target":198},{"source":198,"target":1},{"source":198,"target":199},{"source":198,"target":32},{"source":198,"target":200},{"source":199,"target":1},{"source":200,"target":201},{"source":200,"target":198},{"source":33,"target":0},{"source":33,"target":202},{"source":33,"target":203},{"source":33,"target":204},{"source":33,"target":205},{"source":202,"target":206},{"source":206,"target":1},{"source":203,"target":41},{"source":203,"target":207},{"source":203,"target":33},{"source":207,"target":41},{"source":204,"target":208},{"source":204,"target":33},{"source":205,"target":1},{"source":205,"target":209},{"source":205,"target":33},{"source":209,"target":202},{"source":34,"target":0},{"source":34,"target":210},{"source":210,"target":32},{"source":210,"target":211},{"source":210,"target":34},{"source":211,"target":32},{"source":35,"target":0},{"source":35,"target":34},{"source":35,"target":212},{"source":35,"target":213},{"source":35,"target":214},{"source":35,"target":215},{"source":35,"target":216},{"source":35,"target":217},{"source":212,"target":218},{"source":212,"target":35},{"source":213,"target":37},{"source":213,"target":219},{"source":213,"target":35},{"source":219,"target":37},{"source":214,"target":38},{"source":214,"target":220},{"source":214,"target":35},{"source":220,"target":38},{"source":215,"target":39},{"source":215,"target":221},{"source":215,"target":35},{"source":221,"target":39},{"source":216,"target":40},{"source":216,"target":222},{"source":216,"target":35},{"source":222,"target":40},{"source":217,"target":34},{"source":36,"target":0},{"source":36,"target":34},{"source":36,"target":223},{"source":36,"target":224},{"source":36,"target":225},{"source":36,"target":226},{"source":36,"target":227},{"source":36,"target":228},{"source":223,"target":229},{"source":223,"target":36},{"source":224,"target":37},{"source":224,"target":230},{"source":224,"target":36},{"source":230,"target":37},{"source":225,"target":38},{"source":225,"target":231},{"source":225,"target":36},{"source":231,"target":38},{"source":226,"target":39},{"source":226,"target":232},{"source":226,"target":36},{"source":232,"target":39},{"source":227,"target":40},{"source":227,"target":233},{"source":227,"target":36},{"source":233,"target":40},{"source":228,"target":34},{"source":37,"target":0},{"source":37,"target":33},{"source":37,"target":234},{"source":37,"target":235},{"source":234,"target":236},{"source":234,"target":37},{"source":235,"target":237},{"source":235,"target":33},{"source":237,"target":22},{"source":38,"target":0},{"source":38,"target":33},{"source":38,"target":238},{"source":38,"target":239},{"source":238,"target":31},{"source":238,"target":240},{"source":238,"target":38},{"source":240,"target":31},{"source":239,"target":241},{"source":239,"target":33},{"source":241,"target":23},{"source":39,"target":0},{"source":39,"target":33},{"source":39,"target":34},{"source":39,"target":242},{"source":39,"target":243},{"source":39,"target":244},{"source":242,"target":37},{"source":242,"target":245},{"source":242,"target":39},{"source":245,"target":37},{"source":243,"target":246},{"source":243,"target":33},{"source":246,"target":24},{"source":244,"target":34},{"source":40,"target":0},{"source":40,"target":33},{"source":40,"target":34},{"source":40,"target":247},{"source":40,"target":248},{"source":40,"target":249},{"source":247,"target":28},{"source":247,"target":250},{"source":247,"target":40},{"source":250,"target":28},{"source":248,"target":251},{"source":248,"target":33},{"source":251,"target":27},{"source":249,"target":34},{"source":41,"target":0}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="fruits" nsURI="fruits" nsPrefix="fruits"> <eClassifiers xsi:type="ecore:EClass" name="Basket"> <eStructuralFeatures xsi:type="ecore:EReference" name="fruits" upperBound="-1" eType="#//Fruit" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Fruit" abstract="true"/> </ecore:EPackage>
github:ecore:/data/SMadani/PhD/projects/org.eclipse.epsilon.eol.engine.test.acceptance/src/org/eclipse/epsilon/eol/engine/test/acceptance/eunit/fruits.ecore
ecore
fruits Basket fruits Fruit
null
{"directed":true,"nodes":[{"nsPrefix":"fruits","nsURI":"fruits","name":"fruits","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Basket","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Fruit","instanceClass":null,"abstract":true,"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":"fruits","changeable":true,"resolveProxies":true,"lowerBound":0,"id":3,"derived":false},{"id":4,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":1,"target":0},{"source":1,"target":3},{"source":3,"target":2},{"source":3,"target":4},{"source":3,"target":1},{"source":4,"target":2},{"source":2,"target":0}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="base" nsURI="http://www.fernuni-hagen.de/ST/dummy/base.ecore" nsPrefix="base"> <eClassifiers xsi:type="ecore:EClass" name="BaseClass"> <eOperations name="increment"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="couter" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/krisboutthat5/cdo-light/cdo/org.eclipse.emf.cdo.tests/model/base.ecore
ecore
base BaseClass increment couter
null
{"directed":true,"nodes":[{"nsPrefix":"base","nsURI":"http://www.fernuni-hagen.de/ST/dummy/base.ecore","name":"base","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BaseClass","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"increment","lowerBound":0,"id":2,"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":"couter","changeable":true,"lowerBound":0,"iD":false,"id":3,"derived":false},{"id":4,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":1,"target":0},{"source":1,"target":2},{"source":1,"target":3},{"source":2,"target":1},{"source":3,"target":4},{"source":3,"target":1}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="occi" nsURI="http://schemas.ogf.org/occi/core/ecore" nsPrefix="occi"> <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="AnnotatedElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1" eType="#//Annotation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Annotation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" lowerBound="1" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Category" abstract="true" eSuperTypes="#//AnnotatedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="IdentityUnique SchemeEndsWithSharp AttributesNameUnique"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="IdentityUnique" value="Category.allInstances()->isUnique(scheme + term)"/> <details key="SchemeEndsWithSharp" value="scheme.substring(scheme.size(), scheme.size()) = '#'"/> <details key="AttributesNameUnique" value="attributes->isUnique(name)"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="#//Name"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="term" lowerBound="1" eType="#//String" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="derivation" value="self.name.toLowerCase()"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="scheme" lowerBound="1" eType="#//Scheme"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="#//Attribute" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Constraint"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="#//Name"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="body" lowerBound="1" eType="#//OCL"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Type" abstract="true" eSuperTypes="#//Category"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="ActionTermUnicity ConstraintNameUnique"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="ActionTermUnicity" value="actions->isUnique(term)"/> <details key="ConstraintNameUnique" value="constraints->isUnique(name)"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="actions" upperBound="-1" eType="#//Action" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="constraints" upperBound="-1" eType="#//Constraint" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fsm" eType="#//FSM" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FSM"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="State"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="AttributeTypeMustBeEEnum containedAttribute"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="AttributeTypeMustBeEEnum" value="attribute.type.oclIsTypeOf(EnumerationType)"/> <details key="containedAttribute" value="self.oclContainer().oclAsType(Type).attributes->includes(self.attribute)"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedState" upperBound="-1" eType="#//State" containment="true" eOpposite="#//State/owningFSM"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="State"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" lowerBound="1" eType="#//Attribute"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="State"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="StateLiteralAlreadyDefinedInFSMAttributeType"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="StateLiteralAlreadyDefinedInFSMAttributeType" value="owningFSM.attribute.type=self.literal.enumerationType"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="literal" eType="#//EnumerationLiteral"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="State"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="initial" lowerBound="1" eType="#//Boolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="final" lowerBound="1" eType="#//Boolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="owningFSM" lowerBound="1" eType="#//FSM" eOpposite="#//FSM/ownedState"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outgoingTransition" upperBound="-1" eType="#//Transition" containment="true" eOpposite="#//Transition/source"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="State"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Transition"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="State"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="containedActionMustBeDeclaredInTheAppropriateType"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="containedActionMustBeDeclaredInTheAppropriateType" value="Tuple {&#xA;&#x9;&#x9;&#x9;&#x9;status: Boolean= let type: Type = self.oclContainer().oclAsType(State).oclContainer().oclAsType(FSM).oclContainer().oclAsType(Type) in &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;if (self.action &lt;> null) &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9; then &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9; &#x9;type.actions->union(type.oclAsType(Kind)->closure(parent)->flatten()->collect(k|k.actions)->flatten())->includes(self.action)&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9; else&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9; &#x9;false&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9; endif,&#xA;&#x9;&#x9;&#x9;&#x9;message: String =if (self.action &lt;> null) &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;then 'The action '+ self.action.name +' declared in '+self.action.oclContainer().oclAsType(Type).name+&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9; &#x9;&#x9;&#x9;' kind/mixin cannot be used in the FSM of '+self.oclContainer().oclAsType(State).oclContainer().oclAsType(FSM).oclContainer().oclAsType(Type).name+' kind/mixin.'&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9; &#x9;else&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9; &#x9;&#x9;'The action of Transition instance coming from the &quot;'+ source.literal.name +'&quot; state to the &quot;' +target.literal.name + '&quot; state in the FSM of &quot;' + source.owningFSM.oclContainer().oclAsType(Type).name+ '&quot; kind/mixin instance must be a set'&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9; &#x9;endif&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9; &#x9;,&#xA;&#x9;&#x9;&#x9;&#x9;severity :Integer = -1&#xA;&#x9;&#x9;&#x9;&#x9;}.status"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//State" eOpposite="#//State/outgoingTransition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//State"/> <eStructuralFeatures xsi:type="ecore:EReference" name="action" eType="#//Action"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="State"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Attribute" eSuperTypes="#//AnnotatedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="DefaultValueMustBeInstanceOfType"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="DefaultValueMustBeInstanceOfType" value="Tuple{&#xA;&#x9;&#x9;&#x9;&#x9;status : Boolean = &#x9;if (default &lt;> null)&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9; &#x9;then &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9; &#x9;&#x9;if (type.oclIsTypeOf(BooleanType))&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;then &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;if (default.toLower() = 'true' or default.toLower() = 'false') &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;then &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;true&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;else &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;false&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;endif &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;else &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;if (type.oclIsTypeOf(EnumerationType)) &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;then &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;if (type.oclAsType(EnumerationType).literals->collect(l|l.name)->includes(default)) &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;then &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;true&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;else &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;false&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;endif&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;else &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;true&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;endif&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;endif &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;else &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;true&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;endif, &#xA;&#x9;&#x9;&#x9;&#x9;message : String = 'The default value of the attribute '+ name +' is wrong', &#xA;&#x9;&#x9;&#x9;&#x9;severity :&#x9;Integer = - 1, &#xA;&#x9;&#x9;&#x9;&#x9;quickfix : String = 'quickfix'}&#xA;&#x9;&#x9;&#x9;&#x9;.status"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="#//AttributeName"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mutable" lowerBound="1" eType="#//Boolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="required" lowerBound="1" eType="#//Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="default" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//DataType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Kind" eSuperTypes="#//Type"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="CorrectScheme NoCyclicInheritance EntityKindIsRootParent AttributesNameNotAlreadyDefinedInParent targetReferenceInvariant sourceReferenceInvariant"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="CorrectScheme" value="scheme = self.oclContainer().oclAsType(Extension).scheme"/> <details key="NoCyclicInheritance" value="parent->closure(parent)->excludes(self)"/> <details key="EntityKindIsRootParent" value="self->closure(parent)->exists(k |&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;k.term = 'entity' and k.scheme = 'http://schemas.ogf.org/occi/core#' and k.parent = null)"/> <details key="AttributesNameNotAlreadyDefinedInParent" value="attributes.name->excludesAll(parent->closure(parent).attributes.name)"/> <details key="targetReferenceInvariant" value="Tuple {&#xA;&#x9;&#x9;&#x9;&#x9;status: Boolean= &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;if(self.target->size() > 0)&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;then &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;self->closure(parent)->exists(k |k.term = 'link' and k.scheme = 'http://schemas.ogf.org/occi/core#')&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;and &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;self.target->forAll(targetKind|targetKind->closure(parent)->exists(k |k.term = 'resource' and k.scheme = 'http://schemas.ogf.org/occi/core#'))&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9; else&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9; &#x9;true &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9; endif,&#xA;&#x9;&#x9;&#x9;&#x9;message: String ='The target reference of '+self.name +' kind must connect a child of &quot;link&quot; Kind to a child of &quot;resource&quot; Kind' ,&#xA;&#x9;&#x9;&#x9;&#x9;severity :Integer = -1,&#xA;&#x9;&#x9;&#x9;&#x9;quickfix:String = 'quickfix'&#xA;&#x9;&#x9;&#x9;}.status"/> <details key="sourceReferenceInvariant" value="Tuple {&#xA;&#x9;&#x9;&#x9;&#x9;status: Boolean= &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;if(self.source->size() > 0)&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;then &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;self->closure(parent)->exists(k |k.term = 'link' and k.scheme = 'http://schemas.ogf.org/occi/core#')&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;and &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;self.source->forAll(sourceKind|sourceKind->closure(parent)->exists(k |k.term = 'resource' and k.scheme = 'http://schemas.ogf.org/occi/core#'))&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9; else&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9; &#x9;true &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9; endif,&#xA;&#x9;&#x9;&#x9;&#x9;message: String ='The source reference of '+self.name +' kind must connect a child of &quot;link&quot; Kind to a child of &quot;resource&quot; Kind' ,&#xA;&#x9;&#x9;&#x9;&#x9;severity :Integer = -1,&#xA;&#x9;&#x9;&#x9;&#x9;quickfix:String = 'quickfix'&#xA;&#x9;&#x9;&#x9;}.status"/> </eAnnotations> <eOperations name="occiIsKindOf" lowerBound="1" eType="#//Boolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="body" value="&#x9;if (self.parent &lt;> null)&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;then&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;if(kind &lt;> null)&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;then&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;if(self = kind)&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;then &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;true&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;else&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;if(self.parent = kind) &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;then&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;true&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;else&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;self.parent.occiIsKindOf(kind)&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;endif&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;endif&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;else&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;false&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;endif&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;else&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;false&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;endif"/> </eAnnotations> <eParameters name="kind" eType="#//Kind"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//Kind"/> <eStructuralFeatures xsi:type="ecore:EReference" name="entities" ordered="false" upperBound="-1" eType="#//Entity" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="derivation" value="Entity.allInstances()->select(kind = self)"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="source" upperBound="-1" eType="#//Kind"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" upperBound="-1" eType="#//Kind"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Action" eSuperTypes="#//Category"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="CorrectScheme containedAction"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="CorrectScheme" value="let category = oclContainer().oclAsType(Category)&#xA;&#x9;&#x9;&#x9;in scheme = category.scheme.substring(1, category.scheme.size() - 1) + '/' + category.term + '/action#'"/> <details key="containedAction" value="Tuple {&#xA;&#x9;&#x9;&#x9;&#x9;status: Boolean= &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;if(self.oclContainer.oclIsTypeOf(Kind))&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;then &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;if (self.oclContainer().oclAsType(Kind).fsm &lt;> null) &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;then &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9; &#x9;&#x9;self.oclContainer().oclAsType(Kind).fsm.ownedState.outgoingTransition.action->includes(self) &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9; &#x9;else &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9; &#x9;&#x9;true &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9; &#x9;endif&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9; else&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9; &#x9;true &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9; endif,&#xA;&#x9;&#x9;&#x9;&#x9;message: String ='The action '+name+' doesn\'t appear in the FSM of '+self.oclContainer().oclAsType(Kind).name +' Kind',&#xA;&#x9;&#x9;&#x9;&#x9;severity :Integer = 1,&#xA;&#x9;&#x9;&#x9;&#x9;quickfix:String = 'quickfix'&#xA;&#x9;&#x9;&#x9;&#x9;}.status"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Mixin" eSuperTypes="#//Type"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="CorrectScheme NoCyclicInheritance AttributesNameNotAlreadyDefinedInDepends"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="CorrectScheme" value="&#xA;&#xA;&#x9;&#x9;&#x9;/* Previously let ownerScheme = owner.oclAsType(Extension).scheme in scheme.substring(1,ownerScheme.size()-1) = ownerScheme.substring(1,ownerScheme.size()-1) */&#xA;&#x9;&#x9;&#x9;let owner = self.oclContainer()&#xA;&#x9;&#x9;&#x9;in if owner.oclIsTypeOf(Extension)&#xA;&#x9;&#x9;&#x9;&#x9;then&#xA;&#x9;&#x9;&#x9;let ownerScheme = owner.oclAsType(Extension).scheme&#xA;&#x9;&#x9;in scheme.substring(1, ownerScheme.size() - 1) = ownerScheme.substring(1, ownerScheme.size() - 1) else true&#xA;&#x9;&#x9;&#x9;endif"/> <details key="NoCyclicInheritance" value="depends->closure(depends)->excludes(self)"/> <details key="AttributesNameNotAlreadyDefinedInDepends" value="attributes.name->excludesAll(depends->closure(depends).attributes.name)"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="depends" upperBound="-1" eType="#//Mixin"/> <eStructuralFeatures xsi:type="ecore:EReference" name="applies" upperBound="-1" eType="#//Kind"/> <eStructuralFeatures xsi:type="ecore:EReference" name="entities" ordered="false" upperBound="-1" eType="#//Entity" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="derivation" value="Entity.allInstances()->select(parts.mixin->includes(self))"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Entity" abstract="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="IdUnique AttributesNameUnique KindCompatibleWithOneAppliesOfEachMixin DifferentMixins"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="IdUnique" value="Entity.allInstances()->isUnique(id)"/> <details key="AttributesNameUnique" value="attributes->isUnique(name)"/> <details key="KindCompatibleWithOneAppliesOfEachMixin" value="parts.mixin->forAll(m |&#xA;&#x9;&#x9;&#x9;&#x9;m.applies->notEmpty() implies m.applies->exists(k | kind->closure(parent)->includes(k)))"/> <details key="DifferentMixins" value="Tuple {&#xA;&#x9;&#x9;&#x9;&#x9;status: Boolean= self.parts ->forAll(mixinBase1, mixinBase2 | mixinBase1 &lt;> mixinBase2 implies mixinBase1.mixin &lt;> mixinBase2.mixin),&#xA;&#x9;&#x9;&#x9;&#x9;message: String ='Two instances of the same mixin are not allowed on the same Entity '+self.oclAsType(Entity).id,&#xA;&#x9;&#x9;&#x9;&#x9;severity: Integer = -1,&#xA;&#x9;&#x9;&#x9;&#x9;quickfix: String = 'quickfix'&#xA;&#x9;&#x9;&#x9;}.status"/> </eAnnotations> <eOperations name="occiCreate"/> <eOperations name="occiRetrieve"/> <eOperations name="occiUpdate"/> <eOperations name="occiDelete"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="#//URI"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="kind" lowerBound="1" eType="#//Kind"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="location" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="#//AttributeState" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mixins" ordered="false" upperBound="-1" eType="#//Mixin" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="derivation" value="parts.mixin->asSet()"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="parts" upperBound="-1" eType="#//MixinBase" containment="true" eOpposite="#//MixinBase/entity"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MixinBase"> <eStructuralFeatures xsi:type="ecore:EReference" name="mixin" lowerBound="1" eType="#//Mixin"/> <eStructuralFeatures xsi:type="ecore:EReference" name="entity" lowerBound="1" eType="#//Entity" eOpposite="#//Entity/parts"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="#//AttributeState" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AttributeState"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="#//AttributeName"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Resource" eSuperTypes="#//Entity"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="ResourceKindIsInParent"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="ResourceKindIsInParent" value="kind->closure(parent)->exists(k |&#xA;&#x9;&#x9;&#x9;&#x9;k.term = 'resource' and k.scheme = 'http://schemas.ogf.org/occi/core#')"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="summary" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="links" upperBound="-1" eType="#//Link" containment="true" eOpposite="#//Link/source"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rlinks" upperBound="-1" eType="#//Link" eOpposite="#//Link/target"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Link" eSuperTypes="#//Entity"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="LinkKindIsInParent sourceReferenceInvariant targetReferenceInvariant"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="LinkKindIsInParent" value="kind->closure(parent)->exists(k |&#xA;&#x9;&#x9;&#x9;&#x9;k.term = 'link' and k.scheme = 'http://schemas.ogf.org/occi/core#')"/> <details key="sourceReferenceInvariant" value="Tuple {&#xA;&#x9;&#x9;&#x9;&#x9;status: Boolean= LinkSourceInvariant(self.source.kind,self.oclAsType(Entity).kind),&#xA;&#x9;&#x9;&#x9;&#x9;message: String ='The kind of the source reference in the link instance '+self.oclAsType(Entity).title+' must be a kind of the source of the kind of this link' ,&#xA;&#x9;&#x9;&#x9;&#x9;severity: Integer = -1,&#xA;&#x9;&#x9;&#x9;&#x9;quickfix: String = 'quickfix'&#xA;&#x9;&#x9;&#x9;}.status"/> <details key="targetReferenceInvariant" value="Tuple {&#xA;&#x9;&#x9;&#x9;&#x9;status: Boolean= LinkTargetInvariant(self.target.kind,self.oclAsType(Entity).kind),&#xA;&#x9;&#x9;&#x9;&#x9;message: String ='The kind of the target reference in the link instance '+self.oclAsType(Entity).title+' must be a kind of the target of the kind of this link' ,&#xA;&#x9;&#x9;&#x9;&#x9;severity: Integer = -1,&#xA;&#x9;&#x9;&#x9;&#x9;quickfix: String = 'quickfix'&#xA;&#x9;&#x9;&#x9;}.status"/> </eAnnotations> <eOperations name="LinkTargetInvariant" lowerBound="1" eType="#//Boolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="body" value="&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;/* if target or source of the kind of this link instance exists */&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;if (linkInstanceKind.target->size() > 0)&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;then&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;linkInstanceKind.target->exists (aTarget |resourcekind.occiIsKindOf(aTarget))&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;else&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;if(linkInstanceKind.parent &lt;> null)&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;then&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;LinkTargetInvariant(resourcekind, linkInstanceKind.parent)&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;else&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;true&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;endif&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;endif"/> </eAnnotations> <eParameters name="resourcekind" eType="#//Kind"/> <eParameters name="linkInstanceKind" eType="#//Kind"/> </eOperations> <eOperations name="LinkSourceInvariant" lowerBound="1" eType="#//Boolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="body" value="&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;/* if target or source of the kind of this link instance exists */&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;if (linkInstanceKind.source->size() > 0)&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;then&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;linkInstanceKind.source->exists (aSource|resourcekind.occiIsKindOf(aSource))&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;else&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;if(linkInstanceKind.parent &lt;> null)&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;then&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;LinkSourceInvariant(resourcekind, linkInstanceKind.parent)&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;else&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;true&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;endif&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;endif"/> </eAnnotations> <eParameters name="resourcekind" eType="#//Kind"/> <eParameters name="linkInstanceKind" eType="#//Kind"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//Resource" eOpposite="#//Resource/links"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//Resource" eOpposite="#//Resource/rlinks"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Extension"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="SchemeUnique KindsSchemeValid MixinsSchemeValid TermUnicity KindParentLocalOrImported MixinDependsLocalOrImported MixinAppliesLocalOrImported"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="SchemeUnique" value="Extension.allInstances()->isUnique(scheme)"/> <details key="KindsSchemeValid" value="kinds->forAll(k | k.scheme = self.scheme)"/> <details key="MixinsSchemeValid" value="mixins->forAll(m | m.scheme.substring(1, scheme.size() - 1) = scheme.substring(1,&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;scheme.size() - 1))"/> <details key="TermUnicity" value="kinds.term->intersection(mixins.term)->isEmpty()"/> <details key="KindParentLocalOrImported" value="kinds->forAll(parent &lt;> null implies let parentExtension = parent.oclContainer()&#xA;&#x9;&#x9;&#x9;in parentExtension = self or import->includes(parentExtension))"/> <details key="MixinDependsLocalOrImported" value="mixins.depends->forAll(let extension = oclContainer()&#xA;&#x9;&#x9;&#x9;in extension = self or import->includes(extension))"/> <details key="MixinAppliesLocalOrImported" value="mixins.applies->forAll(let extension = oclContainer()&#xA;&#x9;&#x9;&#x9;in extension = self or import->includes(extension))"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="#//Name"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="scheme" lowerBound="1" eType="#//Scheme"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="import" upperBound="-1" eType="#//Extension"/> <eStructuralFeatures xsi:type="ecore:EReference" name="kinds" upperBound="-1" eType="#//Kind" containment="true" eKeys="#//Category/term"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mixins" upperBound="-1" eType="#//Mixin" containment="true" eKeys="#//Category/term"/> <eStructuralFeatures xsi:type="ecore:EReference" name="types" upperBound="-1" eType="#//DataType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="specification" eType="#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Configuration"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="AllResourcesKindsInUse AllResourcesMixinsInUse AllResourcesLinksKindsInUse AllResourcesLinksMixinsInUse AllResourcesLinksTargetsInConfiguration AllMixinsAreTags"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="AllResourcesKindsInUse" value="use->includesAll(resources.kind.oclContainer())"/> <details key="AllResourcesMixinsInUse" value="&#xA;&#xA;&#x9;&#x9;/* Previously use->includesAll(resources.mixins.oclContainer()) */&#xA;&#x9;&#x9;&#x9;resources.parts.mixin->forAll(mo |&#xA;&#x9;&#x9;&#x9;let mixinOwner = mo.oclContainer()&#xA;&#x9;&#x9;&#x9;in if mixinOwner.oclIsTypeOf(Extension)&#xA;&#x9;&#x9;&#x9;&#x9;then self.use->includes(mixinOwner.oclAsType(Extension)) else self.mixins->includes(mo) endif)"/> <details key="AllResourcesLinksKindsInUse" value="use->includesAll(resources.links.kind.oclContainer())"/> <details key="AllResourcesLinksMixinsInUse" value="&#xA;&#xA;&#x9;&#x9;/* Previously use->includesAll(resources.links.mixins.oclContainer()) */&#xA;&#x9;&#x9;&#x9;resources.links.parts.mixin->forAll(mo |&#xA;&#x9;&#x9;&#x9;let mixinOwner = mo.oclContainer()&#xA;&#x9;&#x9;&#x9;in if mixinOwner.oclIsTypeOf(Extension)&#xA;&#x9;&#x9;&#x9;&#x9;then self.use->includes(mixinOwner.oclAsType(Extension)) else self.mixins->includes(mo) endif)"/> <details key="AllResourcesLinksTargetsInConfiguration" value="resources.links.target->forAll(r | r.oclContainer() = self)"/> <details key="AllMixinsAreTags" value="mixins->forAll(attributes->isEmpty() and actions->isEmpty() and depends->isEmpty())"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="location" eType="#//URI"/> <eStructuralFeatures xsi:type="ecore:EReference" name="use" upperBound="-1" eType="#//Extension"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resources" upperBound="-1" eType="#//Resource" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mixins" upperBound="-1" eType="#//Mixin" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataType" abstract="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="DataTypeNameRegex"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="DataTypeNameRegex" value="self.name.matches('[a-zA-Z_][a-zA-Z0-9_]*')"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="documentation" eType="#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BasicType" abstract="true" eSuperTypes="#//DataType"/> <eClassifiers xsi:type="ecore:EClass" name="StringType" eSuperTypes="#//BasicType"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="PatternMustBeNotEmpty"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="PatternMustBeNotEmpty" value="if (pattern &lt;> null) then pattern.size() > 0 else true endif"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pattern" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="length" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minLength" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maxLength" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject" unsettable="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EObjectType" eSuperTypes="#//BasicType"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="instanceClassNameMustHaveValue"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="instanceClassNameMustHaveValue" value="instanceClassName.size() > 0"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="instanceClassName" lowerBound="1" eType="#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanType" eSuperTypes="#//BasicType"/> <eClassifiers xsi:type="ecore:EClass" name="NumericType" eSuperTypes="#//BasicType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//NumericTypeEnum"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="totalDigits" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minExclusive" eType="#//String" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maxExclusive" eType="#//String" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minInclusive" eType="#//String" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maxInclusive" eType="#//String" unsettable="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnumerationType" eSuperTypes="#//DataType"> <eStructuralFeatures xsi:type="ecore:EReference" name="literals" lowerBound="1" upperBound="-1" eType="#//EnumerationLiteral" containment="true" eOpposite="#//EnumerationLiteral/enumerationType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnumerationLiteral"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="EnumerationLiteralNameRegex"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="EnumerationLiteralNameRegex" value="self.name.matches('[a-zA-Z_][a-zA-Z0-9_]*')"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="#//Name"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="documentation" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="enumerationType" lowerBound="1" eType="#//EnumerationType" eOpposite="#//EnumerationType/literals"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RecordType" eSuperTypes="#//DataType"> <eStructuralFeatures xsi:type="ecore:EReference" name="recordFields" lowerBound="1" upperBound="-1" eType="#//RecordField" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RecordField" eSuperTypes="#//Attribute"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="TypeDifferentContainer ContainerMustBeRecordType RecordFieldNameRegex"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="TypeDifferentContainer" value="self.type &lt;> self.oclContainer"/> <details key="ContainerMustBeRecordType" value="self.oclContainer.oclIsTypeOf(occi::RecordType)"/> <details key="RecordFieldNameRegex" value="self.name.matches('[a-zA-Z][a-zA-Z0-9]*')"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayType" eSuperTypes="#//DataType"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="TypeDifferentContainer"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="TypeDifferentContainer" value="self.type &lt;> self"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//DataType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="URI" instanceClassName="java.lang.String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="pattern" value="[A-Za-z][A-Za-z0-9+-\.]*:(//(([A-Za-z0-9\-_~\.!$&amp;'()*+,;=:]|%[0-9A-Fa-f]{2})*@)?(\[(((([0-9A-Fa-f]{1,4}:){6}|::([0-9A-Fa-f]{1,4}:){5}|([0-9A-Fa-f]{1,4})?::([0-9A-Fa-f]{1,4}:){4}|(([0-9A-Fa-f]{1,4}:){0,1}[0-9A-Fa-f]{1,4})?::([0-9A-Fa-f]{1,4}:){3}|(([0-9A-Fa-f]{1,4}:){0,2}[0-9A-Fa-f]{1,4})?::([0-9A-Fa-f]{1,4}:){2}|(([0-9A-Fa-f]{1,4}:){0,3}[0-9A-Fa-f]{1,4})?::([0-9A-Fa-f]{1,4}:)|(([0-9A-Fa-f]{1,4}:){0,4}[0-9A-Fa-f]{1,4})?::)([0-9A-Fa-f]{1,4}:[0-9A-Fa-f]{1,4}|((25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9])\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]))|(([0-9A-Fa-f]{1,4}:){0,5}[0-9A-Fa-f]{1,4})?::[0-9A-Fa-f]{1,4}|(([0-9A-Fa-f]{1,4}:){0,6}[0-9A-Fa-f]{1,4})?::)|[Vv][0-9A-Fa-f]+\.[A-Za-z0-9\-_~\.!$&amp;'()*+,;=:]+)\]|((25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9])\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9])|([A-Za-z0-9\-_~\.!$&amp;'()*+,;=]|%[0-9A-Fa-f]{2})*)(:[0-9]*)?(/([A-Za-z0-9\-_~\.!$&amp;'()*+,;=:@]|%[0-9A-Fa-f]{2})*)*|/(([A-Za-z0-9\-_~\.!$&amp;'()*+,;=:@]|%[0-9A-Fa-f]{2})+(/([A-Za-z0-9\-_~\.!$&amp;'()*+,;=:@]|%[0-9A-Fa-f]{2})*)*)?|([A-Za-z0-9\-_~\.!$&amp;'()*+,;=:@]|%[0-9A-Fa-f]{2})+(/([A-Za-z0-9\-_~\.!$&amp;'()*+,;=:@]|%[0-9A-Fa-f]{2})*)*|.{0})(\?([A-Za-z0-9\-_~\.!$&amp;'()*+,;=:@/?]|%[0-9A-Fa-f]{2})*)?(\#([A-Za-z0-9\-_~\.!$&amp;'()*+,;=:@/?]|%[0-9A-Fa-f]{2})*)?"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="OCL" instanceClassName="java.lang.String"/> <eClassifiers xsi:type="ecore:EDataType" name="String" instanceClassName="java.lang.String"/> <eClassifiers xsi:type="ecore:EDataType" name="Integer" instanceClassName="java.lang.Integer"/> <eClassifiers xsi:type="ecore:EDataType" name="Boolean" instanceClassName="boolean"/> <eClassifiers xsi:type="ecore:EDataType" name="AttributeName" instanceClassName="java.lang.String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="pattern" value="[a-zA-Z0-9]+(\.[a-zA-Z0-9]+)*"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Name" instanceClassName="java.lang.String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="pattern" value="[a-zA-Z][a-zA-Z0-9_-]*"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Scheme" instanceClassName="java.lang.String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="pattern" value="[A-Za-z][A-Za-z0-9+-\.]*:(//(([A-Za-z0-9\-_~\.!$&amp;'()*+,;=:]|%[0-9A-Fa-f]{2})*@)?(\[(((([0-9A-Fa-f]{1,4}:){6}|::([0-9A-Fa-f]{1,4}:){5}|([0-9A-Fa-f]{1,4})?::([0-9A-Fa-f]{1,4}:){4}|(([0-9A-Fa-f]{1,4}:){0,1}[0-9A-Fa-f]{1,4})?::([0-9A-Fa-f]{1,4}:){3}|(([0-9A-Fa-f]{1,4}:){0,2}[0-9A-Fa-f]{1,4})?::([0-9A-Fa-f]{1,4}:){2}|(([0-9A-Fa-f]{1,4}:){0,3}[0-9A-Fa-f]{1,4})?::([0-9A-Fa-f]{1,4}:)|(([0-9A-Fa-f]{1,4}:){0,4}[0-9A-Fa-f]{1,4})?::)([0-9A-Fa-f]{1,4}:[0-9A-Fa-f]{1,4}|((25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9])\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]))|(([0-9A-Fa-f]{1,4}:){0,5}[0-9A-Fa-f]{1,4})?::[0-9A-Fa-f]{1,4}|(([0-9A-Fa-f]{1,4}:){0,6}[0-9A-Fa-f]{1,4})?::)|[Vv][0-9A-Fa-f]+\.[A-Za-z0-9\-_~\.!$&amp;'()*+,;=:]+)\]|((25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9])\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9])|([A-Za-z0-9\-_~\.!$&amp;'()*+,;=]|%[0-9A-Fa-f]{2})*)(:[0-9]*)?(/([A-Za-z0-9\-_~\.!$&amp;'()*+,;=:@]|%[0-9A-Fa-f]{2})*)*|/(([A-Za-z0-9\-_~\.!$&amp;'()*+,;=:@]|%[0-9A-Fa-f]{2})+(/([A-Za-z0-9\-_~\.!$&amp;'()*+,;=:@]|%[0-9A-Fa-f]{2})*)*)?|([A-Za-z0-9\-_~\.!$&amp;'()*+,;=:@]|%[0-9A-Fa-f]{2})+(/([A-Za-z0-9\-_~\.!$&amp;'()*+,;=:@]|%[0-9A-Fa-f]{2})*)*|.{0})(\#)"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="NumericTypeEnum"> <eLiterals name="Byte"/> <eLiterals name="Double" value="1"/> <eLiterals name="Float" value="2"/> <eLiterals name="Integer" value="3"/> <eLiterals name="Long" value="4"/> <eLiterals name="Short" value="5"/> <eLiterals name="BigDecimal" value="6"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/TrinhLK/OCCIBIP-Studio/plugins/org.eclipse.cmf.occi.core/model/OCCI.ecore
ecore
occi AnnotatedElement annotations Annotation key value Category name term scheme title attributes description Constraint name description body Type actions constraints fsm FSM ownedState attribute State literal initial false final false owningFSM outgoingTransition Transition source target action Attribute name mutable true required default description type Kind occiIsKindOf kind parent entities source target Action Mixin depends applies entities Entity occiCreate occiRetrieve occiUpdate occiDelete id title kind location attributes mixins parts MixinBase mixin entity attributes AttributeState name value Resource summary links rlinks Link LinkTargetInvariant resourcekind linkInstanceKind LinkSourceInvariant resourcekind linkInstanceKind source target Extension name scheme description import kinds mixins types specification Configuration description location use resources mixins DataType name documentation BasicType StringType pattern length minLength maxLength EObjectType instanceClassName BooleanType NumericType type totalDigits minExclusive maxExclusive minInclusive maxInclusive EnumerationType literals EnumerationLiteral name documentation enumerationType RecordType recordFields RecordField ArrayType type URI java.lang.String java.lang.String OCL java.lang.String java.lang.String String java.lang.String java.lang.String Integer java.lang.Integer java.lang.Integer Boolean boolean boolean AttributeName java.lang.String java.lang.String Name java.lang.String java.lang.String Scheme java.lang.String java.lang.String NumericTypeEnum Byte Byte Double Double Float Float Integer Integer Long Long Short Short BigDecimal BigDecimal
null
{"directed":true,"nodes":[{"nsPrefix":"occi","nsURI":"http://schemas.ogf.org/occi/core/ecore","name":"occi","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotatedElement","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Annotation","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Category","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constraint","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FSM","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Kind","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mixin","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Entity","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MixinBase","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeState","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Resource","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Link","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extension","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Configuration","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":true,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BasicType","instanceClass":null,"abstract":true,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringType","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EObjectType","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanType","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumericType","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationType","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationLiteral","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RecordType","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RecordField","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayType","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"URI","instanceClass":"java.lang.String","id":31,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"OCL","instanceClass":"java.lang.String","id":32,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"String","instanceClass":"java.lang.String","id":33,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Integer","defaultValue":null,"instanceClassName":"java.lang.Integer","name":"Integer","instanceClass":"java.lang.Integer","id":34,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"boolean","defaultValue":false,"instanceClassName":"boolean","name":"Boolean","instanceClass":"boolean","id":35,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"AttributeName","instanceClass":"java.lang.String","id":36,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"Name","instanceClass":"java.lang.String","id":37,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"Scheme","instanceClass":"java.lang.String","id":38,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"instanceClassName":null,"name":"NumericTypeEnum","instanceClass":null,"id":39,"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":"annotations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"lowerBound":1,"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":"value","changeable":true,"lowerBound":1,"iD":false,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":46,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"term","changeable":false,"lowerBound":1,"iD":false,"id":47,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"scheme","changeable":true,"lowerBound":1,"iD":false,"id":48,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":0,"iD":false,"id":49,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":50,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"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":"description","changeable":true,"lowerBound":0,"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":"body","changeable":true,"lowerBound":1,"iD":false,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"actions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"constraints","changeable":true,"resolveProxies":true,"lowerBound":0,"id":66,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fsm","changeable":true,"resolveProxies":true,"lowerBound":0,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedState","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"attribute","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"owningFSM","changeable":true,"resolveProxies":true,"lowerBound":1,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"literal","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"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":"initial","changeable":true,"lowerBound":1,"iD":false,"id":78,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"final","changeable":true,"lowerBound":1,"iD":false,"id":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":"outgoingTransition","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":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":86,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":87,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"action","changeable":true,"resolveProxies":true,"lowerBound":0,"id":88,"derived":false},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":92,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"mutable","changeable":true,"lowerBound":1,"iD":false,"id":93,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"required","changeable":true,"lowerBound":1,"iD":false,"id":94,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"default","changeable":true,"lowerBound":0,"iD":false,"id":95,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":96,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"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"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"occiIsKindOf","lowerBound":1,"id":105,"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":"parent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":106,"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":"entities","changeable":false,"resolveProxies":true,"lowerBound":0,"id":107,"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":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":108,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":109,"derived":false},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"kind","lowerBound":0,"id":112,"many":false,"required":false,"eClass":"EParameter"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"depends","changeable":true,"resolveProxies":true,"lowerBound":0,"id":119,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"applies","changeable":true,"resolveProxies":true,"lowerBound":0,"id":120,"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":"entities","changeable":false,"resolveProxies":true,"lowerBound":0,"id":121,"derived":true},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"occiCreate","lowerBound":0,"id":126,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"occiRetrieve","lowerBound":0,"id":127,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"occiUpdate","lowerBound":0,"id":128,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"occiDelete","lowerBound":0,"id":129,"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":130,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":0,"iD":false,"id":131,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"resolveProxies":true,"lowerBound":1,"id":132,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"location","changeable":true,"lowerBound":0,"iD":false,"id":133,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":134,"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":"mixins","changeable":false,"resolveProxies":true,"lowerBound":0,"id":135,"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":"parts","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"},{"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":"entity","changeable":true,"resolveProxies":true,"lowerBound":1,"id":144,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mixin","changeable":true,"resolveProxies":true,"lowerBound":1,"id":145,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":146,"derived":false},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"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":150,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":151,"derived":false},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"summary","changeable":true,"lowerBound":0,"iD":false,"id":154,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"links","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":false,"unsettable":false,"transient":false,"unique":true,"name":"rlinks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":156,"derived":false},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":160,"derived":false},{"id":161,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":162,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"LinkTargetInvariant","lowerBound":1,"id":163,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"LinkSourceInvariant","lowerBound":1,"id":164,"many":false,"required":true,"eClass":"EOperation"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"resourcekind","lowerBound":0,"id":167,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"linkInstanceKind","lowerBound":0,"id":168,"many":false,"required":false,"eClass":"EParameter"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"resourcekind","lowerBound":0,"id":172,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"linkInstanceKind","lowerBound":0,"id":173,"many":false,"required":false,"eClass":"EParameter"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":178,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"scheme","changeable":true,"lowerBound":1,"iD":false,"id":179,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":180,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"import","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":"kinds","changeable":true,"resolveProxies":true,"lowerBound":0,"id":182,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mixins","changeable":true,"resolveProxies":true,"lowerBound":0,"id":183,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"types","changeable":true,"resolveProxies":true,"lowerBound":0,"id":184,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"specification","changeable":true,"lowerBound":0,"iD":false,"id":185,"derived":false},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"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":194,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"location","changeable":true,"lowerBound":0,"iD":false,"id":195,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"use","changeable":true,"resolveProxies":true,"lowerBound":0,"id":196,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"resources","changeable":true,"resolveProxies":true,"lowerBound":0,"id":197,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mixins","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"},{"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":204,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"documentation","changeable":true,"lowerBound":0,"iD":false,"id":205,"derived":false},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pattern","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":true,"transient":false,"unique":true,"name":"length","changeable":true,"lowerBound":0,"iD":false,"id":210,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"minLength","changeable":true,"lowerBound":0,"iD":false,"id":211,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"maxLength","changeable":true,"lowerBound":0,"iD":false,"id":212,"derived":false},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"instanceClassName","changeable":true,"lowerBound":1,"iD":false,"id":218,"derived":false},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"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":222,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"totalDigits","changeable":true,"lowerBound":0,"iD":false,"id":223,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"minExclusive","changeable":true,"lowerBound":0,"iD":false,"id":224,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"maxExclusive","changeable":true,"lowerBound":0,"iD":false,"id":225,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"minInclusive","changeable":true,"lowerBound":0,"iD":false,"id":226,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"maxInclusive","changeable":true,"lowerBound":0,"iD":false,"id":227,"derived":false},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"literals","changeable":true,"resolveProxies":true,"lowerBound":1,"id":235,"derived":false},{"id":236,"eClass":"EGenericType"},{"id":237,"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":"enumerationType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":238,"derived":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":239,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"documentation","changeable":true,"lowerBound":0,"iD":false,"id":240,"derived":false},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"recordFields","changeable":true,"resolveProxies":true,"lowerBound":1,"id":244,"derived":false},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"container":false,"ordered":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":248,"derived":false},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"name":"Byte","id":251,"value":0,"literal":"Byte","eClass":"EEnumLiteral"},{"name":"Double","id":252,"value":1,"literal":"Double","eClass":"EEnumLiteral"},{"name":"Float","id":253,"value":2,"literal":"Float","eClass":"EEnumLiteral"},{"name":"Integer","id":254,"value":3,"literal":"Integer","eClass":"EEnumLiteral"},{"name":"Long","id":255,"value":4,"literal":"Long","eClass":"EEnumLiteral"},{"name":"Short","id":256,"value":5,"literal":"Short","eClass":"EEnumLiteral"},{"name":"BigDecimal","id":257,"value":6,"literal":"BigDecimal","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":40},{"source":40,"target":2},{"source":40,"target":41},{"source":40,"target":1},{"source":41,"target":2},{"source":2,"target":0},{"source":2,"target":42},{"source":2,"target":43},{"source":42,"target":33},{"source":42,"target":44},{"source":42,"target":2},{"source":44,"target":33},{"source":43,"target":33},{"source":43,"target":45},{"source":43,"target":2},{"source":45,"target":33},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":46},{"source":3,"target":47},{"source":3,"target":48},{"source":3,"target":49},{"source":3,"target":50},{"source":3,"target":51},{"source":3,"target":52},{"source":46,"target":37},{"source":46,"target":53},{"source":46,"target":3},{"source":53,"target":37},{"source":47,"target":33},{"source":47,"target":54},{"source":47,"target":3},{"source":54,"target":33},{"source":48,"target":38},{"source":48,"target":55},{"source":48,"target":3},{"source":55,"target":38},{"source":49,"target":33},{"source":49,"target":56},{"source":49,"target":3},{"source":56,"target":33},{"source":50,"target":9},{"source":50,"target":57},{"source":50,"target":3},{"source":57,"target":9},{"source":51,"target":33},{"source":51,"target":58},{"source":51,"target":3},{"source":58,"target":33},{"source":52,"target":1},{"source":4,"target":0},{"source":4,"target":59},{"source":4,"target":60},{"source":4,"target":61},{"source":59,"target":37},{"source":59,"target":62},{"source":59,"target":4},{"source":62,"target":37},{"source":60,"target":33},{"source":60,"target":63},{"source":60,"target":4},{"source":63,"target":33},{"source":61,"target":32},{"source":61,"target":64},{"source":61,"target":4},{"source":64,"target":32},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":65},{"source":5,"target":66},{"source":5,"target":67},{"source":5,"target":68},{"source":65,"target":11},{"source":65,"target":69},{"source":65,"target":5},{"source":69,"target":11},{"source":66,"target":4},{"source":66,"target":70},{"source":66,"target":5},{"source":70,"target":4},{"source":67,"target":6},{"source":67,"target":71},{"source":67,"target":5},{"source":71,"target":6},{"source":68,"target":3},{"source":6,"target":0},{"source":6,"target":72},{"source":6,"target":73},{"source":72,"target":7},{"source":72,"target":74},{"source":72,"target":6},{"source":72,"target":75},{"source":74,"target":7},{"source":73,"target":9},{"source":73,"target":76},{"source":73,"target":6},{"source":76,"target":9},{"source":7,"target":0},{"source":7,"target":77},{"source":7,"target":78},{"source":7,"target":79},{"source":7,"target":75},{"source":7,"target":80},{"source":77,"target":27},{"source":77,"target":81},{"source":77,"target":7},{"source":81,"target":27},{"source":78,"target":35},{"source":78,"target":82},{"source":78,"target":7},{"source":82,"target":35},{"source":79,"target":35},{"source":79,"target":83},{"source":79,"target":7},{"source":83,"target":35},{"source":75,"target":6},{"source":75,"target":84},{"source":75,"target":7},{"source":75,"target":72},{"source":84,"target":6},{"source":80,"target":8},{"source":80,"target":85},{"source":80,"target":7},{"source":80,"target":86},{"source":85,"target":8},{"source":8,"target":0},{"source":8,"target":86},{"source":8,"target":87},{"source":8,"target":88},{"source":86,"target":7},{"source":86,"target":89},{"source":86,"target":8},{"source":86,"target":80},{"source":89,"target":7},{"source":87,"target":7},{"source":87,"target":90},{"source":87,"target":8},{"source":90,"target":7},{"source":88,"target":11},{"source":88,"target":91},{"source":88,"target":8},{"source":91,"target":11},{"source":9,"target":0},{"source":9,"target":1},{"source":9,"target":92},{"source":9,"target":93},{"source":9,"target":94},{"source":9,"target":95},{"source":9,"target":96},{"source":9,"target":97},{"source":9,"target":98},{"source":92,"target":36},{"source":92,"target":99},{"source":92,"target":9},{"source":99,"target":36},{"source":93,"target":35},{"source":93,"target":100},{"source":93,"target":9},{"source":100,"target":35},{"source":94,"target":35},{"source":94,"target":101},{"source":94,"target":9},{"source":101,"target":35},{"source":95,"target":33},{"source":95,"target":102},{"source":95,"target":9},{"source":102,"target":33},{"source":96,"target":33},{"source":96,"target":103},{"source":96,"target":9},{"source":103,"target":33},{"source":97,"target":20},{"source":97,"target":104},{"source":97,"target":9},{"source":104,"target":20},{"source":98,"target":1},{"source":10,"target":0},{"source":10,"target":5},{"source":10,"target":105},{"source":10,"target":106},{"source":10,"target":107},{"source":10,"target":108},{"source":10,"target":109},{"source":10,"target":110},{"source":105,"target":35},{"source":105,"target":111},{"source":105,"target":10},{"source":105,"target":112},{"source":111,"target":35},{"source":112,"target":10},{"source":112,"target":113},{"source":112,"target":105},{"source":113,"target":10},{"source":106,"target":10},{"source":106,"target":114},{"source":106,"target":10},{"source":114,"target":10},{"source":107,"target":13},{"source":107,"target":115},{"source":107,"target":10},{"source":115,"target":13},{"source":108,"target":10},{"source":108,"target":116},{"source":108,"target":10},{"source":116,"target":10},{"source":109,"target":10},{"source":109,"target":117},{"source":109,"target":10},{"source":117,"target":10},{"source":110,"target":5},{"source":11,"target":0},{"source":11,"target":3},{"source":11,"target":118},{"source":118,"target":3},{"source":12,"target":0},{"source":12,"target":5},{"source":12,"target":119},{"source":12,"target":120},{"source":12,"target":121},{"source":12,"target":122},{"source":119,"target":12},{"source":119,"target":123},{"source":119,"target":12},{"source":123,"target":12},{"source":120,"target":10},{"source":120,"target":124},{"source":120,"target":12},{"source":124,"target":10},{"source":121,"target":13},{"source":121,"target":125},{"source":121,"target":12},{"source":125,"target":13},{"source":122,"target":5},{"source":13,"target":0},{"source":13,"target":126},{"source":13,"target":127},{"source":13,"target":128},{"source":13,"target":129},{"source":13,"target":130},{"source":13,"target":131},{"source":13,"target":132},{"source":13,"target":133},{"source":13,"target":134},{"source":13,"target":135},{"source":13,"target":136},{"source":126,"target":13},{"source":127,"target":13},{"source":128,"target":13},{"source":129,"target":13},{"source":130,"target":31},{"source":130,"target":137},{"source":130,"target":13},{"source":137,"target":31},{"source":131,"target":33},{"source":131,"target":138},{"source":131,"target":13},{"source":138,"target":33},{"source":132,"target":10},{"source":132,"target":139},{"source":132,"target":13},{"source":139,"target":10},{"source":133,"target":33},{"source":133,"target":140},{"source":133,"target":13},{"source":140,"target":33},{"source":134,"target":15},{"source":134,"target":141},{"source":134,"target":13},{"source":141,"target":15},{"source":135,"target":12},{"source":135,"target":142},{"source":135,"target":13},{"source":142,"target":12},{"source":136,"target":14},{"source":136,"target":143},{"source":136,"target":13},{"source":136,"target":144},{"source":143,"target":14},{"source":14,"target":0},{"source":14,"target":145},{"source":14,"target":144},{"source":14,"target":146},{"source":145,"target":12},{"source":145,"target":147},{"source":145,"target":14},{"source":147,"target":12},{"source":144,"target":13},{"source":144,"target":148},{"source":144,"target":14},{"source":144,"target":136},{"source":148,"target":13},{"source":146,"target":15},{"source":146,"target":149},{"source":146,"target":14},{"source":149,"target":15},{"source":15,"target":0},{"source":15,"target":150},{"source":15,"target":151},{"source":150,"target":36},{"source":150,"target":152},{"source":150,"target":15},{"source":152,"target":36},{"source":151,"target":33},{"source":151,"target":153},{"source":151,"target":15},{"source":153,"target":33},{"source":16,"target":0},{"source":16,"target":13},{"source":16,"target":154},{"source":16,"target":155},{"source":16,"target":156},{"source":16,"target":157},{"source":154,"target":33},{"source":154,"target":158},{"source":154,"target":16},{"source":158,"target":33},{"source":155,"target":17},{"source":155,"target":159},{"source":155,"target":16},{"source":155,"target":160},{"source":159,"target":17},{"source":156,"target":17},{"source":156,"target":161},{"source":156,"target":16},{"source":156,"target":162},{"source":161,"target":17},{"source":157,"target":13},{"source":17,"target":0},{"source":17,"target":13},{"source":17,"target":163},{"source":17,"target":164},{"source":17,"target":160},{"source":17,"target":162},{"source":17,"target":165},{"source":163,"target":35},{"source":163,"target":166},{"source":163,"target":17},{"source":163,"target":167},{"source":163,"target":168},{"source":166,"target":35},{"source":167,"target":10},{"source":167,"target":169},{"source":167,"target":163},{"source":169,"target":10},{"source":168,"target":10},{"source":168,"target":170},{"source":168,"target":163},{"source":170,"target":10},{"source":164,"target":35},{"source":164,"target":171},{"source":164,"target":17},{"source":164,"target":172},{"source":164,"target":173},{"source":171,"target":35},{"source":172,"target":10},{"source":172,"target":174},{"source":172,"target":164},{"source":174,"target":10},{"source":173,"target":10},{"source":173,"target":175},{"source":173,"target":164},{"source":175,"target":10},{"source":160,"target":16},{"source":160,"target":176},{"source":160,"target":17},{"source":160,"target":155},{"source":176,"target":16},{"source":162,"target":16},{"source":162,"target":177},{"source":162,"target":17},{"source":162,"target":156},{"source":177,"target":16},{"source":165,"target":13},{"source":18,"target":0},{"source":18,"target":178},{"source":18,"target":179},{"source":18,"target":180},{"source":18,"target":181},{"source":18,"target":182},{"source":18,"target":183},{"source":18,"target":184},{"source":18,"target":185},{"source":178,"target":37},{"source":178,"target":186},{"source":178,"target":18},{"source":186,"target":37},{"source":179,"target":38},{"source":179,"target":187},{"source":179,"target":18},{"source":187,"target":38},{"source":180,"target":33},{"source":180,"target":188},{"source":180,"target":18},{"source":188,"target":33},{"source":181,"target":18},{"source":181,"target":189},{"source":181,"target":18},{"source":189,"target":18},{"source":182,"target":10},{"source":182,"target":190},{"source":182,"target":18},{"source":182,"target":47},{"source":190,"target":10},{"source":183,"target":12},{"source":183,"target":191},{"source":183,"target":18},{"source":183,"target":47},{"source":191,"target":12},{"source":184,"target":20},{"source":184,"target":192},{"source":184,"target":18},{"source":192,"target":20},{"source":185,"target":33},{"source":185,"target":193},{"source":185,"target":18},{"source":193,"target":33},{"source":19,"target":0},{"source":19,"target":194},{"source":19,"target":195},{"source":19,"target":196},{"source":19,"target":197},{"source":19,"target":198},{"source":194,"target":33},{"source":194,"target":199},{"source":194,"target":19},{"source":199,"target":33},{"source":195,"target":31},{"source":195,"target":200},{"source":195,"target":19},{"source":200,"target":31},{"source":196,"target":18},{"source":196,"target":201},{"source":196,"target":19},{"source":201,"target":18},{"source":197,"target":16},{"source":197,"target":202},{"source":197,"target":19},{"source":202,"target":16},{"source":198,"target":12},{"source":198,"target":203},{"source":198,"target":19},{"source":203,"target":12},{"source":20,"target":0},{"source":20,"target":204},{"source":20,"target":205},{"source":204,"target":33},{"source":204,"target":206},{"source":204,"target":20},{"source":206,"target":33},{"source":205,"target":33},{"source":205,"target":207},{"source":205,"target":20},{"source":207,"target":33},{"source":21,"target":0},{"source":21,"target":20},{"source":21,"target":208},{"source":208,"target":20},{"source":22,"target":0},{"source":22,"target":21},{"source":22,"target":209},{"source":22,"target":210},{"source":22,"target":211},{"source":22,"target":212},{"source":22,"target":213},{"source":209,"target":33},{"source":209,"target":214},{"source":209,"target":22},{"source":214,"target":33},{"source":210,"target":215},{"source":210,"target":22},{"source":211,"target":216},{"source":211,"target":22},{"source":212,"target":217},{"source":212,"target":22},{"source":213,"target":21},{"source":23,"target":0},{"source":23,"target":21},{"source":23,"target":218},{"source":23,"target":219},{"source":218,"target":33},{"source":218,"target":220},{"source":218,"target":23},{"source":220,"target":33},{"source":219,"target":21},{"source":24,"target":0},{"source":24,"target":21},{"source":24,"target":221},{"source":221,"target":21},{"source":25,"target":0},{"source":25,"target":21},{"source":25,"target":222},{"source":25,"target":223},{"source":25,"target":224},{"source":25,"target":225},{"source":25,"target":226},{"source":25,"target":227},{"source":25,"target":228},{"source":222,"target":39},{"source":222,"target":229},{"source":222,"target":25},{"source":229,"target":39},{"source":223,"target":230},{"source":223,"target":25},{"source":224,"target":33},{"source":224,"target":231},{"source":224,"target":25},{"source":231,"target":33},{"source":225,"target":33},{"source":225,"target":232},{"source":225,"target":25},{"source":232,"target":33},{"source":226,"target":33},{"source":226,"target":233},{"source":226,"target":25},{"source":233,"target":33},{"source":227,"target":33},{"source":227,"target":234},{"source":227,"target":25},{"source":234,"target":33},{"source":228,"target":21},{"source":26,"target":0},{"source":26,"target":20},{"source":26,"target":235},{"source":26,"target":236},{"source":235,"target":27},{"source":235,"target":237},{"source":235,"target":26},{"source":235,"target":238},{"source":237,"target":27},{"source":236,"target":20},{"source":27,"target":0},{"source":27,"target":239},{"source":27,"target":240},{"source":27,"target":238},{"source":239,"target":37},{"source":239,"target":241},{"source":239,"target":27},{"source":241,"target":37},{"source":240,"target":33},{"source":240,"target":242},{"source":240,"target":27},{"source":242,"target":33},{"source":238,"target":26},{"source":238,"target":243},{"source":238,"target":27},{"source":238,"target":235},{"source":243,"target":26},{"source":28,"target":0},{"source":28,"target":20},{"source":28,"target":244},{"source":28,"target":245},{"source":244,"target":29},{"source":244,"target":246},{"source":244,"target":28},{"source":246,"target":29},{"source":245,"target":20},{"source":29,"target":0},{"source":29,"target":9},{"source":29,"target":247},{"source":247,"target":9},{"source":30,"target":0},{"source":30,"target":20},{"source":30,"target":248},{"source":30,"target":249},{"source":248,"target":20},{"source":248,"target":250},{"source":248,"target":30},{"source":250,"target":20},{"source":249,"target":20},{"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":39,"target":251},{"source":39,"target":252},{"source":39,"target":253},{"source":39,"target":254},{"source":39,"target":255},{"source":39,"target":256},{"source":39,"target":257},{"source":251,"target":39},{"source":252,"target":39},{"source":253,"target":39},{"source":254,"target":39},{"source":255,"target":39},{"source":256,"target":39},{"source":257,"target":39}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="soap" nsURI="http://www.eclipse.org/wsdl/2003/SOAP" nsPrefix="soap"> <eClassifiers xsi:type="ecore:EClass" name="SOAPBinding" eSuperTypes="WSDL.ecore#//ExtensibilityElement #//ISOAPBinding"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="transportURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="style" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SOAPBody" eSuperTypes="WSDL.ecore#//ExtensibilityElement #//ISOAPBody"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="use" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="namespaceURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="eEncodingStyles" upperBound="-1" eType="#//IString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eParts" upperBound="-1" eType="ecore:EClass WSDL.ecore#//Part"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SOAPHeaderBase" eSuperTypes="WSDL.ecore#//ExtensibilityElement"> <eOperations name="getEncodingStyles" eType="ecore:EClass WSDL.ecore#//IList"/> <eOperations name="setEncodingStyles"> <eParameters name="encodingStyles" eType="ecore:EClass WSDL.ecore#//IList"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="use" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="namespaceURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="eEncodingStyles" upperBound="-1" eType="#//IString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="message" eType="ecore:EDataType WSDL.ecore#//QName"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="part" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eMessage" lowerBound="1" eType="ecore:EClass WSDL.ecore#//Message"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ePart" lowerBound="1" eType="ecore:EClass WSDL.ecore#//Part"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SOAPFault" eSuperTypes="WSDL.ecore#//ExtensibilityElement #//ISOAPFault"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="use" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="namespaceURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="eEncodingStyles" upperBound="-1" eType="#//IString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedGetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> <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="SOAPOperation" eSuperTypes="WSDL.ecore#//ExtensibilityElement #//ISOAPOperation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="soapActionURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="style" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SOAPAddress" eSuperTypes="WSDL.ecore#//ExtensibilityElement #//ISOAPAddress"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="locationURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SOAPHeaderFault" eSuperTypes="#//SOAPHeaderBase #//ISOAPHeaderFault"/> <eClassifiers xsi:type="ecore:EClass" name="SOAPHeader" eSuperTypes="#//SOAPHeaderBase #//ISOAPHeader"> <eStructuralFeatures xsi:type="ecore:EReference" name="headerFaults" upperBound="-1" eType="#//SOAPHeaderFault" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="IString" instanceClassName="java.lang.String"/> <eClassifiers xsi:type="ecore:EClass" name="ISOAPBinding" instanceClassName="javax.wsdl.extensions.soap.SOAPBinding" abstract="true" interface="true"/> <eClassifiers xsi:type="ecore:EClass" name="ISOAPAddress" instanceClassName="javax.wsdl.extensions.soap.SOAPAddress" abstract="true" interface="true"/> <eClassifiers xsi:type="ecore:EClass" name="ISOAPBody" instanceClassName="javax.wsdl.extensions.soap.SOAPBody" abstract="true" interface="true"> <eOperations name="getEncodingStyles" eType="ecore:EClass WSDL.ecore#//IList"/> <eOperations name="setEncodingStyles"> <eParameters name="encodingStyles" eType="ecore:EClass WSDL.ecore#//IList"/> </eOperations> <eOperations name="getParts" eType="ecore:EClass WSDL.ecore#//IList"/> <eOperations name="setParts"> <eParameters name="parts" eType="ecore:EClass WSDL.ecore#//IList"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ISOAPFault" instanceClassName="javax.wsdl.extensions.soap.SOAPFault" abstract="true" interface="true"/> <eClassifiers xsi:type="ecore:EClass" name="ISOAPOperation" instanceClassName="javax.wsdl.extensions.soap.SOAPOperation" abstract="true" interface="true"/> <eClassifiers xsi:type="ecore:EClass" name="ISOAPHeaderFault" instanceClassName="javax.wsdl.extensions.soap.SOAPHeaderFault" abstract="true" interface="true"/> <eClassifiers xsi:type="ecore:EClass" name="ISOAPHeader" instanceClassName="javax.wsdl.extensions.soap.SOAPHeader" abstract="true" interface="true"> <eOperations name="getSOAPHeaderFaults" eType="ecore:EClass WSDL.ecore#//IList"/> <eOperations name="addSOAPHeaderFault"> <eParameters name="soapHeaderFault" eType="#//ISOAPHeaderFault"/> </eOperations> </eClassifiers> </ecore:EPackage>
github:ecore:/data/eclipse/webtools.webservices/core/bundles/org.eclipse.wst.wsdl/model/SOAP.ecore
ecore
soap SOAPBinding transportURI style SOAPBody use namespaceURI eEncodingStyles eParts SOAPHeaderBase getEncodingStyles setEncodingStyles encodingStyles use namespaceURI eEncodingStyles message part eMessage ePart SOAPFault use namespaceURI eEncodingStyles name SOAPOperation soapActionURI style SOAPAddress locationURI SOAPHeaderFault SOAPHeader headerFaults IString java.lang.String java.lang.String ISOAPBinding javax.wsdl.extensions.soap.SOAPBinding javax.wsdl.extensions.soap.SOAPBinding ISOAPAddress javax.wsdl.extensions.soap.SOAPAddress javax.wsdl.extensions.soap.SOAPAddress ISOAPBody javax.wsdl.extensions.soap.SOAPBody javax.wsdl.extensions.soap.SOAPBody getEncodingStyles setEncodingStyles encodingStyles getParts setParts parts ISOAPFault javax.wsdl.extensions.soap.SOAPFault javax.wsdl.extensions.soap.SOAPFault ISOAPOperation javax.wsdl.extensions.soap.SOAPOperation javax.wsdl.extensions.soap.SOAPOperation ISOAPHeaderFault javax.wsdl.extensions.soap.SOAPHeaderFault javax.wsdl.extensions.soap.SOAPHeaderFault ISOAPHeader javax.wsdl.extensions.soap.SOAPHeader javax.wsdl.extensions.soap.SOAPHeader getSOAPHeaderFaults addSOAPHeaderFault soapHeaderFault
null
{"directed":true,"nodes":[{"nsPrefix":"soap","nsURI":"http://www.eclipse.org/wsdl/2003/SOAP","name":"soap","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SOAPBinding","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SOAPBody","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SOAPHeaderBase","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SOAPFault","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SOAPOperation","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SOAPAddress","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SOAPHeaderFault","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SOAPHeader","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"IString","instanceClass":"java.lang.String","id":9,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"javax.wsdl.extensions.soap.SOAPBinding","defaultValue":null,"instanceClassName":"javax.wsdl.extensions.soap.SOAPBinding","name":"ISOAPBinding","instanceClass":null,"abstract":true,"id":10,"interface":true,"eClass":"EClass"},{"instanceTypeName":"javax.wsdl.extensions.soap.SOAPAddress","defaultValue":null,"instanceClassName":"javax.wsdl.extensions.soap.SOAPAddress","name":"ISOAPAddress","instanceClass":null,"abstract":true,"id":11,"interface":true,"eClass":"EClass"},{"instanceTypeName":"javax.wsdl.extensions.soap.SOAPBody","defaultValue":null,"instanceClassName":"javax.wsdl.extensions.soap.SOAPBody","name":"ISOAPBody","instanceClass":null,"abstract":true,"id":12,"interface":true,"eClass":"EClass"},{"instanceTypeName":"javax.wsdl.extensions.soap.SOAPFault","defaultValue":null,"instanceClassName":"javax.wsdl.extensions.soap.SOAPFault","name":"ISOAPFault","instanceClass":null,"abstract":true,"id":13,"interface":true,"eClass":"EClass"},{"instanceTypeName":"javax.wsdl.extensions.soap.SOAPOperation","defaultValue":null,"instanceClassName":"javax.wsdl.extensions.soap.SOAPOperation","name":"ISOAPOperation","instanceClass":null,"abstract":true,"id":14,"interface":true,"eClass":"EClass"},{"instanceTypeName":"javax.wsdl.extensions.soap.SOAPHeaderFault","defaultValue":null,"instanceClassName":"javax.wsdl.extensions.soap.SOAPHeaderFault","name":"ISOAPHeaderFault","instanceClass":null,"abstract":true,"id":15,"interface":true,"eClass":"EClass"},{"instanceTypeName":"javax.wsdl.extensions.soap.SOAPHeader","defaultValue":null,"instanceClassName":"javax.wsdl.extensions.soap.SOAPHeader","name":"ISOAPHeader","instanceClass":null,"abstract":true,"id":16,"interface":true,"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":"transportURI","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":"style","changeable":true,"lowerBound":0,"iD":false,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"use","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":"namespaceURI","changeable":true,"lowerBound":0,"iD":false,"id":24,"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":"eEncodingStyles","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":"eParts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEncodingStyles","lowerBound":0,"id":33,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setEncodingStyles","lowerBound":0,"id":34,"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":"use","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":"namespaceURI","changeable":true,"lowerBound":0,"iD":false,"id":36,"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":"eEncodingStyles","changeable":true,"lowerBound":0,"iD":false,"id":37,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"message","changeable":true,"lowerBound":0,"iD":false,"id":38,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"part","changeable":true,"lowerBound":0,"iD":false,"id":39,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eMessage","changeable":true,"resolveProxies":true,"lowerBound":1,"id":40,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ePart","changeable":true,"resolveProxies":true,"lowerBound":1,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"encodingStyles","lowerBound":0,"id":44,"many":false,"required":false,"eClass":"EParameter"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"use","changeable":true,"lowerBound":0,"iD":false,"id":53,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"namespaceURI","changeable":true,"lowerBound":0,"iD":false,"id":54,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"eEncodingStyles","changeable":true,"lowerBound":0,"iD":false,"id":55,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"soapActionURI","changeable":true,"lowerBound":0,"iD":false,"id":63,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"style","changeable":true,"lowerBound":0,"iD":false,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"locationURI","changeable":true,"lowerBound":0,"iD":false,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"headerFaults","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEncodingStyles","lowerBound":0,"id":79,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setEncodingStyles","lowerBound":0,"id":80,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getParts","lowerBound":0,"id":81,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setParts","lowerBound":0,"id":82,"many":false,"required":false,"eClass":"EOperation"},{"id":83,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"encodingStyles","lowerBound":0,"id":84,"many":false,"required":false,"eClass":"EParameter"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"parts","lowerBound":0,"id":87,"many":false,"required":false,"eClass":"EParameter"},{"id":88,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSOAPHeaderFaults","lowerBound":0,"id":89,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addSOAPHeaderFault","lowerBound":0,"id":90,"many":false,"required":false,"eClass":"EOperation"},{"id":91,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"soapHeaderFault","lowerBound":0,"id":92,"many":false,"required":false,"eClass":"EParameter"},{"id":93,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":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":21},{"source":17,"target":1},{"source":18,"target":22},{"source":18,"target":1},{"source":20,"target":10},{"source":2,"target":0},{"source":2,"target":12},{"source":2,"target":23},{"source":2,"target":24},{"source":2,"target":25},{"source":2,"target":26},{"source":2,"target":27},{"source":2,"target":28},{"source":23,"target":29},{"source":23,"target":2},{"source":24,"target":30},{"source":24,"target":2},{"source":25,"target":9},{"source":25,"target":31},{"source":25,"target":2},{"source":31,"target":9},{"source":26,"target":32},{"source":26,"target":2},{"source":28,"target":12},{"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":3,"target":39},{"source":3,"target":40},{"source":3,"target":41},{"source":3,"target":42},{"source":33,"target":43},{"source":33,"target":3},{"source":34,"target":3},{"source":34,"target":44},{"source":44,"target":45},{"source":44,"target":34},{"source":35,"target":46},{"source":35,"target":3},{"source":36,"target":47},{"source":36,"target":3},{"source":37,"target":9},{"source":37,"target":48},{"source":37,"target":3},{"source":48,"target":9},{"source":38,"target":49},{"source":38,"target":3},{"source":39,"target":50},{"source":39,"target":3},{"source":40,"target":51},{"source":40,"target":3},{"source":41,"target":52},{"source":41,"target":3},{"source":4,"target":0},{"source":4,"target":13},{"source":4,"target":53},{"source":4,"target":54},{"source":4,"target":55},{"source":4,"target":56},{"source":4,"target":57},{"source":4,"target":58},{"source":53,"target":59},{"source":53,"target":4},{"source":54,"target":60},{"source":54,"target":4},{"source":55,"target":9},{"source":55,"target":61},{"source":55,"target":4},{"source":61,"target":9},{"source":56,"target":62},{"source":56,"target":4},{"source":58,"target":13},{"source":5,"target":0},{"source":5,"target":14},{"source":5,"target":63},{"source":5,"target":64},{"source":5,"target":65},{"source":5,"target":66},{"source":63,"target":67},{"source":63,"target":5},{"source":64,"target":68},{"source":64,"target":5},{"source":66,"target":14},{"source":6,"target":0},{"source":6,"target":11},{"source":6,"target":69},{"source":6,"target":70},{"source":6,"target":71},{"source":69,"target":72},{"source":69,"target":6},{"source":71,"target":11},{"source":7,"target":0},{"source":7,"target":3},{"source":7,"target":15},{"source":7,"target":73},{"source":7,"target":74},{"source":73,"target":3},{"source":74,"target":15},{"source":8,"target":0},{"source":8,"target":3},{"source":8,"target":16},{"source":8,"target":75},{"source":8,"target":76},{"source":8,"target":77},{"source":75,"target":7},{"source":75,"target":78},{"source":75,"target":8},{"source":78,"target":7},{"source":76,"target":3},{"source":77,"target":16},{"source":9,"target":0},{"source":10,"target":0},{"source":11,"target":0},{"source":12,"target":0},{"source":12,"target":79},{"source":12,"target":80},{"source":12,"target":81},{"source":12,"target":82},{"source":79,"target":83},{"source":79,"target":12},{"source":80,"target":12},{"source":80,"target":84},{"source":84,"target":85},{"source":84,"target":80},{"source":81,"target":86},{"source":81,"target":12},{"source":82,"target":12},{"source":82,"target":87},{"source":87,"target":88},{"source":87,"target":82},{"source":13,"target":0},{"source":14,"target":0},{"source":15,"target":0},{"source":16,"target":0},{"source":16,"target":89},{"source":16,"target":90},{"source":89,"target":91},{"source":89,"target":16},{"source":90,"target":16},{"source":90,"target":92},{"source":92,"target":15},{"source":92,"target":93},{"source":92,"target":90},{"source":93,"target":15}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="example" nsURI="org.example" nsPrefix="example"> <eClassifiers xsi:type="ecore:EClass" name="Player"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="volume" eType="#//Integer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Integer" instanceClassName="java.lang.Integer" serializable="false"/> </ecore:EPackage>
github:ecore:/data/repairvision/repairvision/doc/org.sidiff.ecore.constraints.doc/examples/TheAttributeIsNotTransientSoItMustHaveADataTypeThatIsSerializable/invalid_example/example.ecore
ecore
example Player volume Integer java.lang.Integer java.lang.Integer
null
{"directed":true,"nodes":[{"nsPrefix":"example","nsURI":"org.example","name":"example","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Player","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.Integer","defaultValue":null,"instanceClassName":"java.lang.Integer","name":"Integer","instanceClass":"java.lang.Integer","id":2,"serializable":false,"eClass":"EDataType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"volume","changeable":true,"lowerBound":0,"iD":false,"id":3,"derived":false},{"id":4,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":1,"target":0},{"source":1,"target":3},{"source":3,"target":2},{"source":3,"target":4},{"source":3,"target":1},{"source":4,"target":2},{"source":2,"target":0}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="ezoscdmx" nsURI="http://ezoscdmx/1.0" nsPrefix="ezoscdmx"> <eClassifiers xsi:type="ecore:EClass" name="OscDmxFadeToRGB" eSuperTypes="#//OscDmxCmd"/> <eClassifiers xsi:type="ecore:EClass" name="OscDmxCmd" eSuperTypes="../../net.sf.smbt.osc/model/osccmd.ecore#//OscCmd ../../net.sf.smbt.dmx/model/ezdmx.ecore#//OpenDMXCmd"/> </ecore:EPackage>
github:ecore:/data/lucascraft/ubiquisense/net.sf.smbt.osc.exchange/model/ezoscdmx.ecore
ecore
ezoscdmx OscDmxFadeToRGB OscDmxCmd
null
{"directed":true,"nodes":[{"nsPrefix":"ezoscdmx","nsURI":"http://ezoscdmx/1.0","name":"ezoscdmx","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OscDmxFadeToRGB","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OscDmxCmd","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"id":3,"eClass":"EGenericType"},{"id":4,"eClass":"EGenericType"},{"id":5,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":1,"target":0},{"source":1,"target":2},{"source":1,"target":3},{"source":3,"target":2},{"source":2,"target":0},{"source":2,"target":4},{"source":2,"target":5}],"multigraph":true}
true
<?xml version="1.0" encoding="ASCII"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="xlink" nsURI="http://www.w3.org/1999/xlink" nsPrefix="xlink"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This schema document provides attribute declarations and&#xA;attribute group, complex type and simple type definitions which can be used in&#xA;the construction of user schemas to define the structure of particular linking&#xA;constructs, e.g.&#xA;&#xA;&lt;xs:schema xmlns:xs=&quot;http://www.w3.org/2001/XMLSchema&quot;&#xA; xmlns:xl=&quot;http://www.w3.org/1999/xlink&quot;>&#xA;&#xA; &lt;xs:import namespace=&quot;http://www.w3.org/1999/xlink&quot;&#xA; location=&quot;http://www.w3.org/1999/xlink.xsd&quot;>&#xA;&#xA; &lt;xs:element name=&quot;mySimple&quot;>&#xA; &lt;xs:complexType>&#xA; ...&#xA; &lt;xs:attributeGroup ref=&quot;xl:simpleAttrs&quot;/>&#xA; ...&#xA; &lt;/xs:complexType>&#xA; &lt;/xs:element>&#xA; ...&#xA;&lt;/xs:schema>&#xD;&#xA;&#xD;&#xA; &lt;div xmlns=&quot;http://www.w3.org/1999/xhtml&quot;>&#xD;&#xA; &lt;h1>About the XML namespace&lt;/h1>&#xD;&#xA;&#xD;&#xA; &lt;div class=&quot;bodytext&quot;>&#xD;&#xA; &lt;p>&#xD;&#xA; This schema document describes the XML namespace, in a form&#xD;&#xA; suitable for import by other schema documents.&#xD;&#xA; &lt;/p>&#xD;&#xA; &lt;p>&#xD;&#xA; See &lt;a href=&quot;http://www.w3.org/XML/1998/namespace.html&quot;>&#xD;&#xA; http://www.w3.org/XML/1998/namespace.html&lt;/a> and&#xD;&#xA; &lt;a href=&quot;http://www.w3.org/TR/REC-xml&quot;>&#xD;&#xA; http://www.w3.org/TR/REC-xml&lt;/a> for information &#xD;&#xA; about this namespace.&#xD;&#xA; &lt;/p>&#xD;&#xA; &lt;p>&#xD;&#xA; Note that local names in this namespace are intended to be&#xD;&#xA; defined only by the World Wide Web Consortium or its subgroups.&#xD;&#xA; The names currently defined in this namespace are listed below.&#xD;&#xA; They should not be used with conflicting semantics by any Working&#xD;&#xA; Group, specification, or document instance.&#xD;&#xA; &lt;/p>&#xD;&#xA; &lt;p> &#xD;&#xA; See further below in this document for more information about &lt;a href=&quot;#usage&quot;>how to refer to this schema document from your own&#xD;&#xA; XSD schema documents&lt;/a> and about &lt;a href=&quot;#nsversioning&quot;>the&#xD;&#xA; namespace-versioning policy governing this schema document&lt;/a>.&#xD;&#xA; &lt;/p>&#xD;&#xA; &lt;/div>&#xD;&#xA; &lt;/div>&#xD;&#xA; &#xD;&#xA;&#xD;&#xA; &lt;div xmlns=&quot;http://www.w3.org/1999/xhtml&quot;>&#xD;&#xA; &#xD;&#xA; &lt;h3>Father (in any context at all)&lt;/h3> &#xD;&#xA;&#xD;&#xA; &lt;div class=&quot;bodytext&quot;>&#xD;&#xA; &lt;p>&#xD;&#xA; denotes Jon Bosak, the chair of &#xD;&#xA; the original XML Working Group. This name is reserved by &#xD;&#xA; the following decision of the W3C XML Plenary and &#xD;&#xA; XML Coordination groups:&#xD;&#xA; &lt;/p>&#xD;&#xA; &lt;blockquote>&#xD;&#xA; &lt;p>&#xD;&#xA;&#x9;In appreciation for his vision, leadership and&#xD;&#xA;&#x9;dedication the W3C XML Plenary on this 10th day of&#xD;&#xA;&#x9;February, 2000, reserves for Jon Bosak in perpetuity&#xD;&#xA;&#x9;the XML name &quot;xml:Father&quot;.&#xD;&#xA; &lt;/p>&#xD;&#xA; &lt;/blockquote>&#xD;&#xA; &lt;/div>&#xD;&#xA; &lt;/div>&#xD;&#xA; &#xD;&#xA;&#xD;&#xA; &lt;div id=&quot;usage&quot; xml:id=&quot;usage&quot; xmlns=&quot;http://www.w3.org/1999/xhtml&quot;>&#xD;&#xA; &lt;h2>&#xD;&#xA; &lt;a name=&quot;usage&quot;>About this schema document&lt;/a>&#xD;&#xA; &lt;/h2>&#xD;&#xA;&#xD;&#xA; &lt;div class=&quot;bodytext&quot;>&#xD;&#xA; &lt;p>&#xD;&#xA; This schema defines attributes and an attribute group suitable&#xD;&#xA; for use by schemas wishing to allow &lt;code>xml:base&lt;/code>,&#xD;&#xA; &lt;code>xml:lang&lt;/code>, &lt;code>xml:space&lt;/code> or&#xD;&#xA; &lt;code>xml:id&lt;/code> attributes on elements they define.&#xD;&#xA; &lt;/p>&#xD;&#xA; &lt;p>&#xD;&#xA; To enable this, such a schema must import this schema for&#xD;&#xA; the XML namespace, e.g. as follows:&#xD;&#xA; &lt;/p>&#xD;&#xA; &lt;pre>&#xD;&#xA; &amp;lt;schema . . .&amp;gt;&#xD;&#xA; . . .&#xD;&#xA; &amp;lt;import namespace=&quot;http://www.w3.org/XML/1998/namespace&quot;&#xD;&#xA; schemaLocation=&quot;http://www.w3.org/2001/xml.xsd&quot;/&amp;gt;&#xD;&#xA; &lt;/pre>&#xD;&#xA; &lt;p>&#xD;&#xA; or&#xD;&#xA; &lt;/p>&#xD;&#xA; &lt;pre>&#xD;&#xA; &amp;lt;import namespace=&quot;http://www.w3.org/XML/1998/namespace&quot;&#xD;&#xA; schemaLocation=&quot;http://www.w3.org/2009/01/xml.xsd&quot;/&amp;gt;&#xD;&#xA; &lt;/pre>&#xD;&#xA; &lt;p>&#xD;&#xA; Subsequently, qualified reference to any of the attributes or the&#xD;&#xA; group defined below will have the desired effect, e.g.&#xD;&#xA; &lt;/p>&#xD;&#xA; &lt;pre>&#xD;&#xA; &amp;lt;type . . .&amp;gt;&#xD;&#xA; . . .&#xD;&#xA; &amp;lt;attributeGroup ref=&quot;xml:specialAttrs&quot;/&amp;gt;&#xD;&#xA; &lt;/pre>&#xD;&#xA; &lt;p>&#xD;&#xA; will define a type which will schema-validate an instance element&#xD;&#xA; with any of those attributes.&#xD;&#xA; &lt;/p>&#xD;&#xA; &lt;/div>&#xD;&#xA; &lt;/div>&#xD;&#xA; &#xD;&#xA;&#xD;&#xA; &lt;div id=&quot;nsversioning&quot; xml:id=&quot;nsversioning&quot; xmlns=&quot;http://www.w3.org/1999/xhtml&quot;>&#xD;&#xA; &lt;h2>&#xD;&#xA; &lt;a name=&quot;nsversioning&quot;>Versioning policy for this schema document&lt;/a>&#xD;&#xA; &lt;/h2>&#xD;&#xA; &lt;div class=&quot;bodytext&quot;>&#xD;&#xA; &lt;p>&#xD;&#xA; In keeping with the XML Schema WG's standard versioning&#xD;&#xA; policy, this schema document will persist at&#xD;&#xA; &lt;a href=&quot;http://www.w3.org/2009/01/xml.xsd&quot;>&#xD;&#xA; http://www.w3.org/2009/01/xml.xsd&lt;/a>.&#xD;&#xA; &lt;/p>&#xD;&#xA; &lt;p>&#xD;&#xA; At the date of issue it can also be found at&#xD;&#xA; &lt;a href=&quot;http://www.w3.org/2001/xml.xsd&quot;>&#xD;&#xA; http://www.w3.org/2001/xml.xsd&lt;/a>.&#xD;&#xA; &lt;/p>&#xD;&#xA; &lt;p>&#xD;&#xA; The schema document at that URI may however change in the future,&#xD;&#xA; in order to remain compatible with the latest version of XML&#xD;&#xA; Schema itself, or with the XML namespace itself. In other words,&#xD;&#xA; if the XML Schema or XML namespaces change, the version of this&#xD;&#xA; document at &lt;a href=&quot;http://www.w3.org/2001/xml.xsd&quot;>&#xD;&#xA; http://www.w3.org/2001/xml.xsd &#xD;&#xA; &lt;/a> &#xD;&#xA; will change accordingly; the version at &#xD;&#xA; &lt;a href=&quot;http://www.w3.org/2009/01/xml.xsd&quot;>&#xD;&#xA; http://www.w3.org/2009/01/xml.xsd &#xD;&#xA; &lt;/a> &#xD;&#xA; will not change.&#xD;&#xA; &lt;/p>&#xD;&#xA; &lt;p>&#xD;&#xA; Previous dated (and unchanging) versions of this schema &#xD;&#xA; document are at:&#xD;&#xA; &lt;/p>&#xD;&#xA; &lt;ul>&#xD;&#xA; &lt;li>&#xD;&#xA; &lt;a href=&quot;http://www.w3.org/2009/01/xml.xsd&quot;>&#xD;&#xA;&#x9;http://www.w3.org/2009/01/xml.xsd&lt;/a>&#xD;&#xA; &lt;/li>&#xD;&#xA; &lt;li>&#xD;&#xA; &lt;a href=&quot;http://www.w3.org/2007/08/xml.xsd&quot;>&#xD;&#xA;&#x9;http://www.w3.org/2007/08/xml.xsd&lt;/a>&#xD;&#xA; &lt;/li>&#xD;&#xA; &lt;li>&#xD;&#xA; &lt;a href=&quot;http://www.w3.org/2004/10/xml.xsd&quot;>&#xD;&#xA;&#x9;http://www.w3.org/2004/10/xml.xsd&lt;/a>&#xD;&#xA; &lt;/li>&#xD;&#xA; &lt;li>&#xD;&#xA; &lt;a href=&quot;http://www.w3.org/2001/03/xml.xsd&quot;>&#xD;&#xA;&#x9;http://www.w3.org/2001/03/xml.xsd&lt;/a>&#xD;&#xA; &lt;/li>&#xD;&#xA; &lt;/ul>&#xD;&#xA; &lt;/div>&#xD;&#xA; &lt;/div>&#xD;&#xA; "/> </eAnnotations> <eClassifiers xsi:type="ecore:EEnum" name="ActuateType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="actuateType"/> </eAnnotations> <eLiterals name="onLoad"/> <eLiterals name="onRequest" value="1"/> <eLiterals name="other" value="2"/> <eLiterals name="none" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="ActuateTypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="actuateType:Object"/> <details key="baseType" value="actuateType"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="ArcroleType" instanceClassName="java.lang.String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="arcroleType"/> <details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#anyURI"/> <details key="minLength" value="1"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArcType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="arcType"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="titleGroup" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="title:group"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="title" upperBound="-1" eType="#//TitleEltType" changeable="false" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="title"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="title:group"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="actuate" eType="#//ActuateType" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="actuate"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="arcrole" eType="#//ArcroleType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="arcrole"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="from" eType="#//FromType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="from"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="show" eType="#//ShowType" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="show"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title1" eType="#//TitleAttrType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="title"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="to" eType="#//ToType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA; from and to have default behavior when values are missing&#xA; "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="to"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//TypeType" defaultValueLiteral="arc" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="type"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Extended"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA; Intended for use as the type of user-declared elements to make them&#xA; extended links.&#xA; Note that the elements referenced in the content model are all abstract.&#xA; The intention is that by simply declaring elements with these as their&#xA; substitutionGroup, all the right things will happen.&#xA; "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="extended"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="extendedModel" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="ExtendedModel:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="titleGroup" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="title:group"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#ExtendedModel:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="title" upperBound="-1" eType="#//TitleEltType" changeable="false" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="title"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="title:group"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resourceGroup" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="resource:group"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#ExtendedModel:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="resource" upperBound="-1" eType="#//ResourceType" changeable="false" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="resource"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="resource:group"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="locatorGroup" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="locator:group"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#ExtendedModel:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="locator" upperBound="-1" eType="#//LocatorType" changeable="false" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="locator"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="locator:group"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="arcGroup" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="arc:group"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#ExtendedModel:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="arc" upperBound="-1" eType="#//ArcType" changeable="false" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="arc"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="arc:group"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="role" eType="#//RoleType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="role"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title1" eType="#//TitleAttrType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="title"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//TypeType" defaultValueLiteral="extended" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="type"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="FromType" instanceClassName="java.lang.String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="fromType"/> <details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#NCName"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="HrefType" instanceClassName="java.lang.String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="hrefType"/> <details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#anyURI"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="LabelType" instanceClassName="java.lang.String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="labelType"/> <details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#NCName"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LocatorType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="locatorType"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="titleGroup" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="title:group"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="title" upperBound="-1" eType="#//TitleEltType" changeable="false" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="title"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="title:group"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="href" lowerBound="1" eType="#//HrefType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="href"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="#//LabelType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA; label is not required, but locators have no particular&#xA; XLink function if they are not labeled.&#xA; "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="label"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="role" eType="#//RoleType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="role"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title1" eType="#//TitleAttrType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="title"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//TypeType" defaultValueLiteral="locator" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="type"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResourceType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="resourceType"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="name" value=":mixed"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="any" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="wildcards" value="##any"/> <details key="name" value=":1"/> <details key="processing" value="lax"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="#//LabelType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="label"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="role" eType="#//RoleType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="role"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="#//TitleAttrType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="title"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//TypeType" defaultValueLiteral="resource" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="type"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="RoleType" instanceClassName="java.lang.String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="roleType"/> <details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#anyURI"/> <details key="minLength" value="1"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ShowType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="showType"/> </eAnnotations> <eLiterals name="new"/> <eLiterals name="replace" value="1"/> <eLiterals name="embed" value="2"/> <eLiterals name="other" value="3"/> <eLiterals name="none" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="ShowTypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="showType:Object"/> <details key="baseType" value="showType"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Simple"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA; Intended for use as the type of user-declared elements to make them&#xA; simple links.&#xA; "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="simple"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="name" value=":mixed"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="any" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="wildcards" value="##any"/> <details key="name" value=":1"/> <details key="processing" value="lax"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="actuate" eType="#//ActuateType" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="actuate"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="arcrole" eType="#//ArcroleType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="arcrole"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="href" eType="#//HrefType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="href"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="role" eType="#//RoleType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="role"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="show" eType="#//ShowType" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="show"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="#//TitleAttrType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="title"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//TypeType" defaultValueLiteral="simple" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="type"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="TitleAttrType" instanceClassName="java.lang.String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="titleAttrType"/> <details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#string"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TitleEltType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="titleEltType"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="name" value=":mixed"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="any" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="wildcards" value="##any"/> <details key="name" value=":1"/> <details key="processing" value="lax"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lang" eType="ecore:EDataType ../../../org.eclipse.emf.ecore/model/XMLNamespace.ecore#//LangType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA; xml:lang is not required, but provides much of the&#xA; motivation for title elements in addition to attributes, and so&#xA; is provided here for convenience.&#xA; "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="lang"/> <details key="namespace" value="http://www.w3.org/XML/1998/namespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//TypeType" defaultValueLiteral="title" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="type"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="ToType" instanceClassName="java.lang.String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="toType"/> <details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#NCName"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TypeType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="typeType"/> </eAnnotations> <eLiterals name="simple"/> <eLiterals name="extended" value="1"/> <eLiterals name="title" value="2"/> <eLiterals name="resource" value="3"/> <eLiterals name="locator" value="4"/> <eLiterals name="arc" value="5"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="TypeTypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="typeType:Object"/> <details key="baseType" value="typeType"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DocumentRoot"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value=""/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="name" value=":mixed"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="xMLNSPrefixMap" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStringToStringMapEntry" transient="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="xmlns:prefix"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="xSISchemaLocation" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStringToStringMapEntry" transient="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="xsi:schemaLocation"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="arc" upperBound="-2" eType="#//ArcType" changeable="false" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="arc"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="locator" upperBound="-2" eType="#//LocatorType" changeable="false" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="locator"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="resource" upperBound="-2" eType="#//ResourceType" changeable="false" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="resource"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="title" upperBound="-2" eType="#//TitleEltType" changeable="false" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="title"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="actuate" eType="#//ActuateType" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="actuate"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="arcrole" eType="#//ArcroleType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="arcrole"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="from" eType="#//FromType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="from"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="href" eType="#//HrefType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="href"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="#//LabelType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="label"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="role" eType="#//RoleType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="role"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="show" eType="#//ShowType" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="show"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title1" eType="#//TitleAttrType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="title"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="to" eType="#//ToType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="to"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//TypeType" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="type"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
github:ecore:/data/ISO-TC211/excel-adapter/src/iso-tc211-xml/src/model/xlink2009.ecore
ecore
xlink ActuateType onLoad onLoad onRequest onRequest other other none none ActuateTypeObject org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator ArcroleType java.lang.String java.lang.String ArcType titleGroup title actuate arcrole from show title1 to type arc Extended extendedModel titleGroup title resourceGroup resource locatorGroup locator arcGroup arc role title1 type extended FromType java.lang.String java.lang.String HrefType java.lang.String java.lang.String LabelType java.lang.String java.lang.String LocatorType titleGroup title href label role title1 type locator ResourceType mixed any label role title type resource RoleType java.lang.String java.lang.String ShowType new new replace replace embed embed other other none none ShowTypeObject org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator Simple mixed any actuate arcrole href role show title type simple TitleAttrType java.lang.String java.lang.String TitleEltType mixed any lang type title ToType java.lang.String java.lang.String TypeType simple simple extended extended title title resource resource locator locator arc arc TypeTypeObject org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator DocumentRoot mixed xMLNSPrefixMap xSISchemaLocation arc locator resource title actuate arcrole from href label role show title1 to type
null
{"directed":true,"nodes":[{"nsPrefix":"xlink","nsURI":"http://www.w3.org/1999/xlink","name":"xlink","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"instanceClassName":null,"name":"ActuateType","instanceClass":null,"id":1,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"ActuateTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":2,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"ArcroleType","instanceClass":"java.lang.String","id":3,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArcType","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extended","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"FromType","instanceClass":"java.lang.String","id":6,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"HrefType","instanceClass":"java.lang.String","id":7,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"LabelType","instanceClass":"java.lang.String","id":8,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocatorType","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceType","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"RoleType","instanceClass":"java.lang.String","id":11,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"instanceClassName":null,"name":"ShowType","instanceClass":null,"id":12,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"ShowTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":13,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Simple","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"TitleAttrType","instanceClass":"java.lang.String","id":15,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TitleEltType","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"ToType","instanceClass":"java.lang.String","id":17,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"instanceClassName":null,"name":"TypeType","instanceClass":null,"id":18,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"TypeTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":19,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentRoot","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"name":"onLoad","id":21,"value":0,"literal":"onLoad","eClass":"EEnumLiteral"},{"name":"onRequest","id":22,"value":1,"literal":"onRequest","eClass":"EEnumLiteral"},{"name":"other","id":23,"value":2,"literal":"other","eClass":"EEnumLiteral"},{"name":"none","id":24,"value":3,"literal":"none","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"titleGroup","changeable":true,"lowerBound":0,"iD":false,"id":25,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"title","changeable":false,"resolveProxies":false,"lowerBound":0,"id":26,"derived":true},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"actuate","changeable":true,"lowerBound":0,"iD":false,"id":27,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"arcrole","changeable":true,"lowerBound":0,"iD":false,"id":28,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"from","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"show","changeable":true,"lowerBound":0,"iD":false,"id":30,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title1","changeable":true,"lowerBound":0,"iD":false,"id":31,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"to","changeable":true,"lowerBound":0,"iD":false,"id":32,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"arc","unsettable":true,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"extendedModel","changeable":true,"lowerBound":0,"iD":false,"id":43,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"titleGroup","changeable":true,"lowerBound":0,"iD":false,"id":44,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"title","changeable":false,"resolveProxies":false,"lowerBound":0,"id":45,"derived":true},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"resourceGroup","changeable":true,"lowerBound":0,"iD":false,"id":46,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"resource","changeable":false,"resolveProxies":false,"lowerBound":0,"id":47,"derived":true},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"locatorGroup","changeable":true,"lowerBound":0,"iD":false,"id":48,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"locator","changeable":false,"resolveProxies":false,"lowerBound":0,"id":49,"derived":true},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"arcGroup","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"arc","changeable":false,"resolveProxies":false,"lowerBound":0,"id":51,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"role","changeable":true,"lowerBound":0,"iD":false,"id":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":"title1","changeable":true,"lowerBound":0,"iD":false,"id":53,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"extended","unsettable":true,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"titleGroup","changeable":true,"lowerBound":0,"iD":false,"id":67,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"title","changeable":false,"resolveProxies":false,"lowerBound":0,"id":68,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"href","changeable":true,"lowerBound":1,"iD":false,"id":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":"label","changeable":true,"lowerBound":0,"iD":false,"id":70,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"role","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":"title1","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"locator","unsettable":true,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"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":81,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"any","changeable":true,"lowerBound":0,"iD":false,"id":82,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"lowerBound":0,"iD":false,"id":83,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"role","changeable":true,"lowerBound":0,"iD":false,"id":84,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":0,"iD":false,"id":85,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"resource","unsettable":true,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":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"},{"name":"new","id":93,"value":0,"literal":"new","eClass":"EEnumLiteral"},{"name":"replace","id":94,"value":1,"literal":"replace","eClass":"EEnumLiteral"},{"name":"embed","id":95,"value":2,"literal":"embed","eClass":"EEnumLiteral"},{"name":"other","id":96,"value":3,"literal":"other","eClass":"EEnumLiteral"},{"name":"none","id":97,"value":4,"literal":"none","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":98,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"any","changeable":true,"lowerBound":0,"iD":false,"id":99,"derived":true},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"actuate","changeable":true,"lowerBound":0,"iD":false,"id":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":"arcrole","changeable":true,"lowerBound":0,"iD":false,"id":101,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"href","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":"role","changeable":true,"lowerBound":0,"iD":false,"id":103,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"show","changeable":true,"lowerBound":0,"iD":false,"id":104,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":0,"iD":false,"id":105,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"simple","unsettable":true,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":106,"derived":false},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":116,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"any","changeable":true,"lowerBound":0,"iD":false,"id":117,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lang","changeable":true,"lowerBound":0,"iD":false,"id":118,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"title","unsettable":true,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":119,"derived":false},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"name":"simple","id":124,"value":0,"literal":"simple","eClass":"EEnumLiteral"},{"name":"extended","id":125,"value":1,"literal":"extended","eClass":"EEnumLiteral"},{"name":"title","id":126,"value":2,"literal":"title","eClass":"EEnumLiteral"},{"name":"resource","id":127,"value":3,"literal":"resource","eClass":"EEnumLiteral"},{"name":"locator","id":128,"value":4,"literal":"locator","eClass":"EEnumLiteral"},{"name":"arc","id":129,"value":5,"literal":"arc","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":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":true,"unique":true,"name":"xMLNSPrefixMap","changeable":true,"resolveProxies":false,"lowerBound":0,"id":131,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xSISchemaLocation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":132,"derived":false},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"arc","changeable":false,"resolveProxies":false,"lowerBound":0,"id":133,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"locator","changeable":false,"resolveProxies":false,"lowerBound":0,"id":134,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"resource","changeable":false,"resolveProxies":false,"lowerBound":0,"id":135,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"title","changeable":false,"resolveProxies":false,"lowerBound":0,"id":136,"derived":true},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"actuate","changeable":true,"lowerBound":0,"iD":false,"id":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":"arcrole","changeable":true,"lowerBound":0,"iD":false,"id":138,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"from","changeable":true,"lowerBound":0,"iD":false,"id":139,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"href","changeable":true,"lowerBound":0,"iD":false,"id":140,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"label","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":"role","changeable":true,"lowerBound":0,"iD":false,"id":142,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"show","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":"title1","changeable":true,"lowerBound":0,"iD":false,"id":144,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"to","changeable":true,"lowerBound":0,"iD":false,"id":145,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":146,"derived":false},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":1,"target":0},{"source":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":1,"target":24},{"source":21,"target":1},{"source":22,"target":1},{"source":23,"target":1},{"source":24,"target":1},{"source":2,"target":0},{"source":3,"target":0},{"source":4,"target":0},{"source":4,"target":25},{"source":4,"target":26},{"source":4,"target":27},{"source":4,"target":28},{"source":4,"target":29},{"source":4,"target":30},{"source":4,"target":31},{"source":4,"target":32},{"source":4,"target":33},{"source":25,"target":34},{"source":25,"target":4},{"source":26,"target":16},{"source":26,"target":35},{"source":26,"target":4},{"source":35,"target":16},{"source":27,"target":1},{"source":27,"target":36},{"source":27,"target":4},{"source":36,"target":1},{"source":28,"target":3},{"source":28,"target":37},{"source":28,"target":4},{"source":37,"target":3},{"source":29,"target":6},{"source":29,"target":38},{"source":29,"target":4},{"source":38,"target":6},{"source":30,"target":12},{"source":30,"target":39},{"source":30,"target":4},{"source":39,"target":12},{"source":31,"target":15},{"source":31,"target":40},{"source":31,"target":4},{"source":40,"target":15},{"source":32,"target":17},{"source":32,"target":41},{"source":32,"target":4},{"source":41,"target":17},{"source":33,"target":18},{"source":33,"target":42},{"source":33,"target":4},{"source":42,"target":18},{"source":5,"target":0},{"source":5,"target":43},{"source":5,"target":44},{"source":5,"target":45},{"source":5,"target":46},{"source":5,"target":47},{"source":5,"target":48},{"source":5,"target":49},{"source":5,"target":50},{"source":5,"target":51},{"source":5,"target":52},{"source":5,"target":53},{"source":5,"target":54},{"source":43,"target":55},{"source":43,"target":5},{"source":44,"target":56},{"source":44,"target":5},{"source":45,"target":16},{"source":45,"target":57},{"source":45,"target":5},{"source":57,"target":16},{"source":46,"target":58},{"source":46,"target":5},{"source":47,"target":10},{"source":47,"target":59},{"source":47,"target":5},{"source":59,"target":10},{"source":48,"target":60},{"source":48,"target":5},{"source":49,"target":9},{"source":49,"target":61},{"source":49,"target":5},{"source":61,"target":9},{"source":50,"target":62},{"source":50,"target":5},{"source":51,"target":4},{"source":51,"target":63},{"source":51,"target":5},{"source":63,"target":4},{"source":52,"target":11},{"source":52,"target":64},{"source":52,"target":5},{"source":64,"target":11},{"source":53,"target":15},{"source":53,"target":65},{"source":53,"target":5},{"source":65,"target":15},{"source":54,"target":18},{"source":54,"target":66},{"source":54,"target":5},{"source":66,"target":18},{"source":6,"target":0},{"source":7,"target":0},{"source":8,"target":0},{"source":9,"target":0},{"source":9,"target":67},{"source":9,"target":68},{"source":9,"target":69},{"source":9,"target":70},{"source":9,"target":71},{"source":9,"target":72},{"source":9,"target":73},{"source":67,"target":74},{"source":67,"target":9},{"source":68,"target":16},{"source":68,"target":75},{"source":68,"target":9},{"source":75,"target":16},{"source":69,"target":7},{"source":69,"target":76},{"source":69,"target":9},{"source":76,"target":7},{"source":70,"target":8},{"source":70,"target":77},{"source":70,"target":9},{"source":77,"target":8},{"source":71,"target":11},{"source":71,"target":78},{"source":71,"target":9},{"source":78,"target":11},{"source":72,"target":15},{"source":72,"target":79},{"source":72,"target":9},{"source":79,"target":15},{"source":73,"target":18},{"source":73,"target":80},{"source":73,"target":9},{"source":80,"target":18},{"source":10,"target":0},{"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":81,"target":87},{"source":81,"target":10},{"source":82,"target":88},{"source":82,"target":10},{"source":83,"target":8},{"source":83,"target":89},{"source":83,"target":10},{"source":89,"target":8},{"source":84,"target":11},{"source":84,"target":90},{"source":84,"target":10},{"source":90,"target":11},{"source":85,"target":15},{"source":85,"target":91},{"source":85,"target":10},{"source":91,"target":15},{"source":86,"target":18},{"source":86,"target":92},{"source":86,"target":10},{"source":92,"target":18},{"source":11,"target":0},{"source":12,"target":0},{"source":12,"target":93},{"source":12,"target":94},{"source":12,"target":95},{"source":12,"target":96},{"source":12,"target":97},{"source":93,"target":12},{"source":94,"target":12},{"source":95,"target":12},{"source":96,"target":12},{"source":97,"target":12},{"source":13,"target":0},{"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":14,"target":103},{"source":14,"target":104},{"source":14,"target":105},{"source":14,"target":106},{"source":98,"target":107},{"source":98,"target":14},{"source":99,"target":108},{"source":99,"target":14},{"source":100,"target":1},{"source":100,"target":109},{"source":100,"target":14},{"source":109,"target":1},{"source":101,"target":3},{"source":101,"target":110},{"source":101,"target":14},{"source":110,"target":3},{"source":102,"target":7},{"source":102,"target":111},{"source":102,"target":14},{"source":111,"target":7},{"source":103,"target":11},{"source":103,"target":112},{"source":103,"target":14},{"source":112,"target":11},{"source":104,"target":12},{"source":104,"target":113},{"source":104,"target":14},{"source":113,"target":12},{"source":105,"target":15},{"source":105,"target":114},{"source":105,"target":14},{"source":114,"target":15},{"source":106,"target":18},{"source":106,"target":115},{"source":106,"target":14},{"source":115,"target":18},{"source":15,"target":0},{"source":16,"target":0},{"source":16,"target":116},{"source":16,"target":117},{"source":16,"target":118},{"source":16,"target":119},{"source":116,"target":120},{"source":116,"target":16},{"source":117,"target":121},{"source":117,"target":16},{"source":118,"target":122},{"source":118,"target":16},{"source":119,"target":18},{"source":119,"target":123},{"source":119,"target":16},{"source":123,"target":18},{"source":17,"target":0},{"source":18,"target":0},{"source":18,"target":124},{"source":18,"target":125},{"source":18,"target":126},{"source":18,"target":127},{"source":18,"target":128},{"source":18,"target":129},{"source":124,"target":18},{"source":125,"target":18},{"source":126,"target":18},{"source":127,"target":18},{"source":128,"target":18},{"source":129,"target":18},{"source":19,"target":0},{"source":20,"target":0},{"source":20,"target":130},{"source":20,"target":131},{"source":20,"target":132},{"source":20,"target":133},{"source":20,"target":134},{"source":20,"target":135},{"source":20,"target":136},{"source":20,"target":137},{"source":20,"target":138},{"source":20,"target":139},{"source":20,"target":140},{"source":20,"target":141},{"source":20,"target":142},{"source":20,"target":143},{"source":20,"target":144},{"source":20,"target":145},{"source":20,"target":146},{"source":130,"target":147},{"source":130,"target":20},{"source":131,"target":148},{"source":131,"target":20},{"source":132,"target":149},{"source":132,"target":20},{"source":133,"target":4},{"source":133,"target":150},{"source":133,"target":20},{"source":150,"target":4},{"source":134,"target":9},{"source":134,"target":151},{"source":134,"target":20},{"source":151,"target":9},{"source":135,"target":10},{"source":135,"target":152},{"source":135,"target":20},{"source":152,"target":10},{"source":136,"target":16},{"source":136,"target":153},{"source":136,"target":20},{"source":153,"target":16},{"source":137,"target":1},{"source":137,"target":154},{"source":137,"target":20},{"source":154,"target":1},{"source":138,"target":3},{"source":138,"target":155},{"source":138,"target":20},{"source":155,"target":3},{"source":139,"target":6},{"source":139,"target":156},{"source":139,"target":20},{"source":156,"target":6},{"source":140,"target":7},{"source":140,"target":157},{"source":140,"target":20},{"source":157,"target":7},{"source":141,"target":8},{"source":141,"target":158},{"source":141,"target":20},{"source":158,"target":8},{"source":142,"target":11},{"source":142,"target":159},{"source":142,"target":20},{"source":159,"target":11},{"source":143,"target":12},{"source":143,"target":160},{"source":143,"target":20},{"source":160,"target":12},{"source":144,"target":15},{"source":144,"target":161},{"source":144,"target":20},{"source":161,"target":15},{"source":145,"target":17},{"source":145,"target":162},{"source":145,"target":20},{"source":162,"target":17},{"source":146,"target":18},{"source":146,"target":163},{"source":146,"target":20},{"source":163,"target":18}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="kermeta" nsURI="" nsPrefix=""> <eClassifiers xsi:type="ecore:EClass" name="Zoo"/> <eSubpackages name="language"> <eClassifiers xsi:type="ecore:EClass" name="Foo"/> <eSubpackages name="structure" nsURI="" nsPrefix=""> <eClassifiers xsi:type="ecore:EClass" name="Nabab"/> </eSubpackages> </eSubpackages> </ecore:EPackage>
github:ecore:/data/diverse-project/kermeta2/org/kermeta/language/org.kermeta.language.qvtop2km/resources/My.ecore
ecore
kermeta Zoo language Foo structure Nabab
null
{"directed":true,"nodes":[{"nsPrefix":"","nsURI":"","name":"kermeta","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Zoo","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"nsPrefix":null,"nsURI":null,"name":"language","id":2,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Foo","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"nsPrefix":"","nsURI":"","name":"structure","id":4,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Nabab","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":1,"target":0},{"source":2,"target":3},{"source":2,"target":4},{"source":2,"target":0},{"source":3,"target":2},{"source":4,"target":5},{"source":4,"target":2},{"source":5,"target":4}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="Java" nsURI="http://Java/1.0" nsPrefix="Java"> <eClassifiers xsi:type="ecore:EClass" name="Model"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="#//PrimitiveTypes/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedMember" upperBound="-1" eType="#//Element" containment="true" eOpposite="#//Element/owningModel"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Element" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="owningModel" eType="#//Model" eOpposite="#//Model/ownedMember"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="classes" ordered="false" upperBound="-1" eType="#//Class" containment="true" eOpposite="#//Class/package"/> <eStructuralFeatures xsi:type="ecore:EReference" name="enumerations" ordered="false" upperBound="-1" eType="#//Enumeration" containment="true" eOpposite="#//Enumeration/package"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isImported" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClassMember" abstract="true" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isStatic" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isPublic" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/Boolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="owner" ordered="false" lowerBound="1" eType="#//Class" eOpposite="#//Class/members"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" eType="#//Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Field" eSuperTypes="#//ClassMember"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="initializer" ordered="false" unique="false" eType="#//PrimitiveTypes/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Type" abstract="true" eSuperTypes="#//Element"/> <eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAbstract" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isPublic" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isInterface" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/Boolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="superClasses" ordered="false" upperBound="-1" eType="#//Class"/> <eStructuralFeatures xsi:type="ecore:EReference" name="actualTypeParameters" upperBound="-1" eType="#//Class"/> <eStructuralFeatures xsi:type="ecore:EReference" name="package" ordered="false" lowerBound="1" eType="#//Package" eOpposite="#//Package/classes"/> <eStructuralFeatures xsi:type="ecore:EReference" name="members" ordered="false" upperBound="-1" eType="#//ClassMember" containment="true" eOpposite="#//ClassMember/owner"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Method" eSuperTypes="#//ClassMember"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="body" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//MethodParameter" containment="true" eOpposite="#//MethodParameter/method"/> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="#//Statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="exceptions" upperBound="-1" eType="#//Class"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" eSuperTypes="#//Type"/> <eClassifiers xsi:type="ecore:EClass" name="Enumeration" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="package" ordered="false" lowerBound="1" eType="#//Package" eOpposite="#//Package/enumerations"/> <eStructuralFeatures xsi:type="ecore:EReference" name="enumerationLiterals" upperBound="-1" eType="#//EnumerationLiteral" containment="true" eOpposite="#//EnumerationLiteral/enumeration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnumerationLiteral" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="enumeration" ordered="false" lowerBound="1" eType="#//Enumeration" eOpposite="#//Enumeration/enumerationLiterals"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MethodParameter" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#//Type"/> <eStructuralFeatures xsi:type="ecore:EReference" name="method" ordered="false" lowerBound="1" eType="#//Method" eOpposite="#//Method/parameters"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Statement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="#//PrimitiveTypes/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="body" lowerBound="1" eType="#//PrimitiveTypes/String"/> </eClassifiers> <eSubpackages name="PrimitiveTypes" nsURI="http://JavaPrimitiveTypes" nsPrefix="PrimitiveTypes"> <eClassifiers xsi:type="ecore:EDataType" name="String" instanceClassName="java.lang.String"/> <eClassifiers xsi:type="ecore:EDataType" name="Integer" instanceClassName="java.lang.Integer"/> <eClassifiers xsi:type="ecore:EDataType" name="Boolean" instanceClassName="boolean"/> </eSubpackages> </ecore:EPackage>
github:ecore:/data/tue-mdse/ocl-dataset/dataset-mtl/repos/reycord/database-mdd/Java.mdd/model/Java.ecore
ecore
Java Model name ownedMember Element name owningModel Package classes enumerations isImported ClassMember isStatic isPublic owner type Field initializer Type Class isAbstract isPublic isInterface superClasses actualTypeParameters package members Method body parameters statements exceptions PrimitiveType Enumeration package enumerationLiterals EnumerationLiteral enumeration MethodParameter type method Statement name body PrimitiveTypes String java.lang.String java.lang.String Integer java.lang.Integer java.lang.Integer Boolean boolean boolean
null
{"directed":true,"nodes":[{"nsPrefix":"Java","nsURI":"http://Java/1.0","name":"Java","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Element","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassMember","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Field","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Method","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationLiteral","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodParameter","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"nsPrefix":"PrimitiveTypes","nsURI":"http://JavaPrimitiveTypes","name":"PrimitiveTypes","id":14,"eClass":"EPackage"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":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":"ownedMember","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"String","instanceClass":"java.lang.String","id":17,"serializable":true,"eClass":"EDataType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owningModel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":20,"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":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"classes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"enumerations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"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":"isImported","changeable":true,"lowerBound":1,"iD":false,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"package","changeable":true,"resolveProxies":true,"lowerBound":1,"id":29,"derived":false},{"id":30,"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":31,"derived":false},{"instanceTypeName":"boolean","defaultValue":false,"instanceClassName":"boolean","name":"Boolean","instanceClass":"boolean","id":32,"serializable":true,"eClass":"EDataType"},{"id":33,"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":"isStatic","changeable":true,"lowerBound":1,"iD":false,"id":34,"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":"isPublic","changeable":true,"lowerBound":1,"iD":false,"id":35,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owner","changeable":true,"resolveProxies":true,"lowerBound":1,"id":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":"type","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"},{"container":false,"ordered":false,"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":42,"derived":false},{"id":43,"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":"initializer","changeable":true,"lowerBound":0,"iD":false,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"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":"isAbstract","changeable":true,"lowerBound":1,"iD":false,"id":48,"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":"isPublic","changeable":true,"lowerBound":1,"iD":false,"id":49,"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":"isInterface","changeable":true,"lowerBound":1,"iD":false,"id":50,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"superClasses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"actualTypeParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"body","changeable":true,"lowerBound":1,"iD":false,"id":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":"parameters","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":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"exceptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":64,"derived":false},{"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"method","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"enumerationLiterals","changeable":true,"resolveProxies":true,"lowerBound":0,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"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":"enumeration","changeable":true,"resolveProxies":true,"lowerBound":1,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"id":78,"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":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":83,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"lowerBound":1,"iD":false,"id":84,"derived":false},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"instanceTypeName":"java.lang.Integer","defaultValue":null,"instanceClassName":"java.lang.Integer","name":"Integer","instanceClass":"java.lang.Integer","id":87,"serializable":true,"eClass":"EDataType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":1,"target":0},{"source":1,"target":15},{"source":1,"target":16},{"source":15,"target":17},{"source":15,"target":18},{"source":15,"target":1},{"source":18,"target":17},{"source":16,"target":2},{"source":16,"target":19},{"source":16,"target":1},{"source":16,"target":20},{"source":19,"target":2},{"source":2,"target":0},{"source":2,"target":21},{"source":2,"target":20},{"source":21,"target":17},{"source":21,"target":22},{"source":21,"target":2},{"source":22,"target":17},{"source":20,"target":1},{"source":20,"target":23},{"source":20,"target":2},{"source":20,"target":16},{"source":23,"target":1},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":24},{"source":3,"target":25},{"source":3,"target":26},{"source":3,"target":27},{"source":24,"target":7},{"source":24,"target":28},{"source":24,"target":3},{"source":24,"target":29},{"source":28,"target":7},{"source":25,"target":10},{"source":25,"target":30},{"source":25,"target":3},{"source":25,"target":31},{"source":30,"target":10},{"source":26,"target":32},{"source":26,"target":33},{"source":26,"target":3},{"source":33,"target":32},{"source":27,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":34},{"source":4,"target":35},{"source":4,"target":36},{"source":4,"target":37},{"source":4,"target":38},{"source":34,"target":32},{"source":34,"target":39},{"source":34,"target":4},{"source":39,"target":32},{"source":35,"target":32},{"source":35,"target":40},{"source":35,"target":4},{"source":40,"target":32},{"source":36,"target":7},{"source":36,"target":41},{"source":36,"target":4},{"source":36,"target":42},{"source":41,"target":7},{"source":37,"target":6},{"source":37,"target":43},{"source":37,"target":4},{"source":43,"target":6},{"source":38,"target":2},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":44},{"source":5,"target":45},{"source":44,"target":17},{"source":44,"target":46},{"source":44,"target":5},{"source":46,"target":17},{"source":45,"target":4},{"source":6,"target":0},{"source":6,"target":2},{"source":6,"target":47},{"source":47,"target":2},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":48},{"source":7,"target":49},{"source":7,"target":50},{"source":7,"target":51},{"source":7,"target":52},{"source":7,"target":29},{"source":7,"target":42},{"source":7,"target":53},{"source":48,"target":32},{"source":48,"target":54},{"source":48,"target":7},{"source":54,"target":32},{"source":49,"target":32},{"source":49,"target":55},{"source":49,"target":7},{"source":55,"target":32},{"source":50,"target":32},{"source":50,"target":56},{"source":50,"target":7},{"source":56,"target":32},{"source":51,"target":7},{"source":51,"target":57},{"source":51,"target":7},{"source":57,"target":7},{"source":52,"target":7},{"source":52,"target":58},{"source":52,"target":7},{"source":58,"target":7},{"source":29,"target":3},{"source":29,"target":59},{"source":29,"target":7},{"source":29,"target":24},{"source":59,"target":3},{"source":42,"target":4},{"source":42,"target":60},{"source":42,"target":7},{"source":42,"target":36},{"source":60,"target":4},{"source":53,"target":6},{"source":8,"target":0},{"source":8,"target":4},{"source":8,"target":61},{"source":8,"target":62},{"source":8,"target":63},{"source":8,"target":64},{"source":8,"target":65},{"source":61,"target":17},{"source":61,"target":66},{"source":61,"target":8},{"source":66,"target":17},{"source":62,"target":12},{"source":62,"target":67},{"source":62,"target":8},{"source":62,"target":68},{"source":67,"target":12},{"source":63,"target":13},{"source":63,"target":69},{"source":63,"target":8},{"source":69,"target":13},{"source":64,"target":7},{"source":64,"target":70},{"source":64,"target":8},{"source":70,"target":7},{"source":65,"target":4},{"source":9,"target":0},{"source":9,"target":6},{"source":9,"target":71},{"source":71,"target":6},{"source":10,"target":0},{"source":10,"target":6},{"source":10,"target":31},{"source":10,"target":72},{"source":10,"target":73},{"source":31,"target":3},{"source":31,"target":74},{"source":31,"target":10},{"source":31,"target":25},{"source":74,"target":3},{"source":72,"target":11},{"source":72,"target":75},{"source":72,"target":10},{"source":72,"target":76},{"source":75,"target":11},{"source":73,"target":6},{"source":11,"target":0},{"source":11,"target":2},{"source":11,"target":76},{"source":11,"target":77},{"source":76,"target":10},{"source":76,"target":78},{"source":76,"target":11},{"source":76,"target":72},{"source":78,"target":10},{"source":77,"target":2},{"source":12,"target":0},{"source":12,"target":2},{"source":12,"target":79},{"source":12,"target":68},{"source":12,"target":80},{"source":79,"target":6},{"source":79,"target":81},{"source":79,"target":12},{"source":81,"target":6},{"source":68,"target":8},{"source":68,"target":82},{"source":68,"target":12},{"source":68,"target":62},{"source":82,"target":8},{"source":80,"target":2},{"source":13,"target":0},{"source":13,"target":83},{"source":13,"target":84},{"source":83,"target":17},{"source":83,"target":85},{"source":83,"target":13},{"source":85,"target":17},{"source":84,"target":17},{"source":84,"target":86},{"source":84,"target":13},{"source":86,"target":17},{"source":14,"target":17},{"source":14,"target":87},{"source":14,"target":32},{"source":14,"target":0},{"source":17,"target":14},{"source":87,"target":14},{"source":32,"target":14}],"multigraph":true}
true
<?xml version="1.0" encoding="ISO-8859-1"?> <xmi:XMI xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore"> <ecore:EPackage name="confious"> <eClassifiers xsi:type="ecore:EClass" name="Thing"/> <eClassifiers xsi:type="ecore:EClass" name="Reviewer" eSuperTypes="/0/ConferenceMember /0/User /0/Person"> <eStructuralFeatures xsi:type="ecore:EReference" name="invites_co-reviewers" ordered="false" eType="/0/Reviewer"/> <eStructuralFeatures xsi:type="ecore:EReference" name="invited_by" ordered="false" eType="/0/Reviewer"/> <eStructuralFeatures xsi:type="ecore:EReference" name="has_a_review_reference_or_expertise" ordered="false" upperBound="-1" eType="/0/Thing"/> <eStructuralFeatures xsi:type="ecore:EReference" name="assignedByAdministrator" ordered="false" eType="/0/Administrator"/> <eStructuralFeatures xsi:type="ecore:EReference" name="adjustBid" ordered="false" eType="/0/Bid" eOpposite="/0/Bid/adjustedBy"/> <eStructuralFeatures xsi:type="ecore:EReference" name="readPaper" ordered="false" eType="/0/Paper"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasBeenAssigned" ordered="false" eType="/0/Paper"/> <eStructuralFeatures xsi:type="ecore:EReference" name="writeReview" ordered="false" eType="/0/Review"/> <eStructuralFeatures xsi:type="ecore:EReference" name="assignExternalReviewer" ordered="false" eType="/0/ExternalReviewer" eOpposite="/0/ExternalReviewer/assignedByReviewer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Meta-Reviewer" eSuperTypes="/0/Reviewer"/> <eClassifiers xsi:type="ecore:EClass" name="Decision"/> <eClassifiers xsi:type="ecore:EClass" name="Preference"/> <eClassifiers xsi:type="ecore:EClass" name="ProgramCommittee"> <eStructuralFeatures xsi:type="ecore:EReference" name="hasProgramCommitteeMember" ordered="false" eType="/0/ProgramCommitteeMember" eOpposite="/0/ProgramCommitteeMember/memberOfProgramCommittee"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Bid"> <eStructuralFeatures xsi:type="ecore:EReference" name="adjustedBy" ordered="false" eType="/0/Reviewer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Conference" eSuperTypes="/0/Thing /0/Event"> <eStructuralFeatures xsi:type="ecore:EReference" name="is_in_phase" ordered="false" eType="/0/phase_of_conference"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasConferenceMember" ordered="false" eType="/0/ConferenceMember" eOpposite="/0/ConferenceMember/memberOfConference"/> <eStructuralFeatures xsi:type="ecore:EReference" name="paperAssignmentFinalizedBy" ordered="false" eType="/0/Administrator"/> <eStructuralFeatures xsi:type="ecore:EReference" name="reviewCriteriaEnteredBy" ordered="false" eType="/0/Administrator"/> <eStructuralFeatures xsi:type="ecore:EReference" name="paperAssignmentToolsRunBy" ordered="false" eType="/0/Administrator"/> <eStructuralFeatures xsi:type="ecore:EReference" name="virtualMeetingEnabledBy" ordered="false" eType="/0/Administrator"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hardcopyMailingManifestsPrintedBy" ordered="false" eType="/0/Administrator"/> <eStructuralFeatures xsi:type="ecore:EReference" name="detailsEnteredBy" ordered="false" eType="/0/Administrator"/> <eStructuralFeatures xsi:type="ecore:EReference" name="reviewerBiddingStartedBy" ordered="false" eType="/0/Administrator"/> <eStructuralFeatures xsi:type="ecore:EReference" name="date" ordered="false" eType="/0/date" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="reviewsPerPaper" ordered="false" unique="false" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="logoURL" ordered="false" unique="false" eType="/0/anyURI"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="acceptsHardcopySubmissions" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="siteURL" ordered="false" unique="false" eType="/0/anyURI"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConferenceChair" eSuperTypes="/0/ConferenceMember /0/Chairman"/> <eClassifiers xsi:type="ecore:EClass" name="ConferenceMember" eSuperTypes="/0/Person"> <eStructuralFeatures xsi:type="ecore:EReference" name="memberOfConference" ordered="false" eType="/0/Conference"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssociatedChair" eSuperTypes="/0/ConferenceMember /0/Chairman"/> <eClassifiers xsi:type="ecore:EClass" name="ProgramCommitteeMember" eSuperTypes="/0/Person /0/ConferenceMember"> <eStructuralFeatures xsi:type="ecore:EReference" name="memberOfProgramCommittee" ordered="false" eType="/0/ProgramCommittee" eOpposite="/0/ProgramCommittee/hasProgramCommitteeMember"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maxPapers" ordered="false" unique="false" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EReference" name="addedBy" ordered="false" eType="/0/Administrator"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AuthorNotReviewer" eSuperTypes="/0/Author"/> <eClassifiers xsi:type="ecore:EClass" name="SubjectArea"/> <eClassifiers xsi:type="ecore:EClass" name="ExternalReviewer" eSuperTypes="/0/Person"> <eStructuralFeatures xsi:type="ecore:EReference" name="assignedByReviewer" ordered="false" lowerBound="1" eType="/0/Reviewer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Chairman" eSuperTypes="/0/Person /0/ConferenceMember"/> <eClassifiers xsi:type="ecore:EClass" name="ProgramCommitteeChair" eSuperTypes="/0/ProgramCommitteeMember /0/Chairman"> <eStructuralFeatures xsi:type="ecore:EReference" name="endReview" ordered="false" eType="/0/Review"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Acceptance" eSuperTypes="/0/Decision"/> <eClassifiers xsi:type="ecore:EClass" name="Rejection" eSuperTypes="/0/Decision"/> <eClassifiers xsi:type="ecore:EClass" name="Review" eSuperTypes="/0/Document /0/article /0/Conference_document"> <eStructuralFeatures xsi:type="ecore:EReference" name="reviews" ordered="false" eType="/0/Reviewed_contribution" eOpposite="/0/Reviewed_contribution/has_a_review"/> <eStructuralFeatures xsi:type="ecore:EReference" name="gives_classification" ordered="false" lowerBound="1" eType="/0/classification"/> <eStructuralFeatures xsi:type="ecore:EReference" name="is_created_in" ordered="false" lowerBound="1" eType="/0/activity"/> <eStructuralFeatures xsi:type="ecore:EReference" name="writtenBy" ordered="false" eType="/0/Reviewer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Paper" eSuperTypes="/0/Document /0/article /0/Regular_contribution"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="full_paper_size" ordered="false" unique="false" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EReference" name="has_author" ordered="false" lowerBound="1" eType="/0/human"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasCo-author" ordered="false" eType="/0/Co-author" eOpposite="/0/Co-author/co-writePaper"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasBid" ordered="false" eType="/0/Bid"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasDecision" ordered="false" eType="/0/Decision"/> <eStructuralFeatures xsi:type="ecore:EReference" name="assignedTo" ordered="false" eType="/0/Reviewer"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasSubjectArea" ordered="false" eType="/0/SubjectArea"/> <eStructuralFeatures xsi:type="ecore:EReference" name="readByReviewer" ordered="false" lowerBound="1" eType="/0/Reviewer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="paperID" ordered="false" unique="false" eType="/0/unsignedLong"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasAuthor" ordered="false" eType="/0/Author"/> <eStructuralFeatures xsi:type="ecore:EReference" name="acceptedBy" ordered="false" eType="/0/Administrator"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rejectedBy" ordered="false" eType="/0/Administrator"/> <eStructuralFeatures xsi:type="ecore:EReference" name="readByMeta-Reviewer" ordered="false" eType="/0/Meta-Reviewer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Author" eSuperTypes="/0/ConferenceMember /0/User"> <eStructuralFeatures xsi:type="ecore:EReference" name="submitPaper" ordered="false" eType="/0/Paper"/> <eStructuralFeatures xsi:type="ecore:EReference" name="writePaper" ordered="false" eType="/0/Paper"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Co-author" eSuperTypes="/0/Author"> <eStructuralFeatures xsi:type="ecore:EReference" name="co-writePaper" ordered="false" eType="/0/Paper"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PaperAbstract" eSuperTypes="/0/Paper"/> <eClassifiers xsi:type="ecore:EClass" name="PaperFullVersion" eSuperTypes="/0/Paper"/> <eClassifiers xsi:type="ecore:EClass" name="Administrator" eSuperTypes="/0/User /0/Person"> <eStructuralFeatures xsi:type="ecore:EReference" name="approve" ordered="false" eType="/0/Event" eOpposite="/0/Event/approved_by"/> <eStructuralFeatures xsi:type="ecore:EReference" name="assign" ordered="false" eType="/0/Role" eOpposite="/0/Role/assigned_by"/> <eStructuralFeatures xsi:type="ecore:EReference" name="finalizePaperAssignment" ordered="false" eType="/0/Conference"/> <eStructuralFeatures xsi:type="ecore:EReference" name="runPaperAssignmentTools" ordered="false" eType="/0/Conference"/> <eStructuralFeatures xsi:type="ecore:EReference" name="enableVirtualMeeting" ordered="false" eType="/0/Conference"/> <eStructuralFeatures xsi:type="ecore:EReference" name="startReviewerBidding" ordered="false" eType="/0/Conference"/> <eStructuralFeatures xsi:type="ecore:EReference" name="assignReviewer" ordered="false" eType="/0/Reviewer"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rejectPaper" ordered="false" eType="/0/Paper"/> <eStructuralFeatures xsi:type="ecore:EReference" name="enterConferenceDetails" ordered="false" eType="/0/Conference"/> <eStructuralFeatures xsi:type="ecore:EReference" name="printHardcopyMailingManifests" ordered="false" eType="/0/Conference"/> <eStructuralFeatures xsi:type="ecore:EReference" name="setMaxPapers" ordered="false" eType="/0/ProgramCommitteeMember"/> <eStructuralFeatures xsi:type="ecore:EReference" name="enterReviewCriteria" ordered="false" eType="/0/Conference"/> <eStructuralFeatures xsi:type="ecore:EReference" name="acceptPaper" ordered="false" eType="/0/Paper"/> <eStructuralFeatures xsi:type="ecore:EReference" name="addProgramCommitteeMember" ordered="false" eType="/0/ProgramCommitteeMember" eOpposite="/0/ProgramCommitteeMember/addedBy"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Meta-Review" eSuperTypes="/0/Review"/> <eClassifiers xsi:type="ecore:EDataType" name="unsignedLong"/> <eClassifiers xsi:type="ecore:EDataType" name="anyURI"/> <eClassifiers xsi:type="ecore:EClass" name="Event" eSuperTypes="/0/Thing"> <eStructuralFeatures xsi:type="ecore:EReference" name="conists_of" ordered="false" eType="/0/Event_Tracks"/> <eStructuralFeatures xsi:type="ecore:EReference" name="confirmed_by" ordered="false" eType="/0/Approval_Email" eOpposite="/0/Approval_Email/confirm"/> <eStructuralFeatures xsi:type="ecore:EReference" name="defined_by" ordered="false" eType="/0/Event_Setup" eOpposite="/0/Event_Setup/define"/> <eStructuralFeatures xsi:type="ecore:EReference" name="approved_by" ordered="false" eType="/0/Administrator" eOpposite="/0/Administrator/approve"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Account"> <eStructuralFeatures xsi:type="ecore:EReference" name="registred_by" ordered="false" eType="/0/Person" eOpposite="/0/Person/register"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Inforamtion"/> <eClassifiers xsi:type="ecore:EClass" name="User" eSuperTypes="/0/Person"> <eStructuralFeatures xsi:type="ecore:EReference" name="recieve" ordered="false" eType="/0/Document" eOpposite="/0/Document/recieved_by"/> <eStructuralFeatures xsi:type="ecore:EReference" name="create" ordered="false" upperBound="-1" eType="/0/Thing"/> <eStructuralFeatures xsi:type="ecore:EReference" name="submit" ordered="false" eType="/0/Document" eOpposite="/0/Document/submited__by"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Role" eSuperTypes="/0/Thing"> <eStructuralFeatures xsi:type="ecore:EReference" name="assigned_by" ordered="false" eType="/0/Administrator" eOpposite="/0/Administrator/assign"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Help_Request" eSuperTypes="/0/Request"/> <eClassifiers xsi:type="ecore:EClass" name="Person" eSuperTypes="/0/Thing"> <eStructuralFeatures xsi:type="ecore:EReference" name="hasConflictOfInterest" ordered="false" eType="/0/Document"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="email" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inverse_of_add" ordered="false" upperBound="-1" eType="/0/Thing"/> <eStructuralFeatures xsi:type="ecore:EReference" name="execute" ordered="false" upperBound="-1" eType="/0/Thing"/> <eStructuralFeatures xsi:type="ecore:EReference" name="get" ordered="false" eType="/0/Inforamtion"/> <eStructuralFeatures xsi:type="ecore:EReference" name="use" ordered="false" eType="/0/Document" eOpposite="/0/Document/used_by"/> <eStructuralFeatures xsi:type="ecore:EReference" name="register" ordered="false" eType="/0/Account" eOpposite="/0/Account/registred_by"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modify" ordered="false" upperBound="-1" eType="/0/Thing"/> <eStructuralFeatures xsi:type="ecore:EReference" name="take_part_in" ordered="false" eType="/0/Event"/> <eStructuralFeatures xsi:type="ecore:EReference" name="remove" ordered="false" upperBound="-1" eType="/0/Thing"/> <eStructuralFeatures xsi:type="ecore:EReference" name="add" ordered="false" eType="/0/Person"/> <eStructuralFeatures xsi:type="ecore:EReference" name="send" ordered="false" eType="/0/Activity" eOpposite="/0/Activity/sent_by"/> <eStructuralFeatures xsi:type="ecore:EReference" name="added_by" ordered="false" eType="/0/Person"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contributes" ordered="false" eType="/0/Conference_document" eOpposite="/0/Conference_document/has_authors"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="has_an_email" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="has_the_first_name" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="has_gender" ordered="false" unique="false" eType="/0/EEnum"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="has_the_last_name" ordered="false" unique="false" eType="/1/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Symposium" eSuperTypes="/0/Event"/> <eClassifiers xsi:type="ecore:EClass" name="Abstract" eSuperTypes="/0/Paper"/> <eClassifiers xsi:type="ecore:EClass" name="Document" eSuperTypes="/0/Thing"> <eStructuralFeatures xsi:type="ecore:EReference" name="recieved_by" ordered="false" eType="/0/User" eOpposite="/0/User/recieve"/> <eStructuralFeatures xsi:type="ecore:EReference" name="used_by" ordered="false" eType="/0/Person" eOpposite="/0/Person/use"/> <eStructuralFeatures xsi:type="ecore:EReference" name="submited__by" ordered="false" eType="/0/User" eOpposite="/0/User/submit"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Invited_Paper" eSuperTypes="/0/Paper"/> <eClassifiers xsi:type="ecore:EClass" name="Admin_Role" eSuperTypes="/0/Role"/> <eClassifiers xsi:type="ecore:EClass" name="Paper_Typologies" eSuperTypes="/0/Event_Setup"/> <eClassifiers xsi:type="ecore:EClass" name="Event_Setup"> <eStructuralFeatures xsi:type="ecore:EReference" name="define" ordered="false" eType="/0/Event" eOpposite="/0/Event/defined_by"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Event_URL" eSuperTypes="/0/URL"> <eStructuralFeatures xsi:type="ecore:EReference" name="concerned" ordered="false" eType="/0/Event"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Notification_Email" eSuperTypes="/0/Email"/> <eClassifiers xsi:type="ecore:EClass" name="Email" eSuperTypes="/0/Document"/> <eClassifiers xsi:type="ecore:EClass" name="Short_Paper" eSuperTypes="/0/Paper"/> <eClassifiers xsi:type="ecore:EClass" name="Author_Role" eSuperTypes="/0/Role"/> <eClassifiers xsi:type="ecore:EClass" name="Preview" eSuperTypes="/0/Review_Form"/> <eClassifiers xsi:type="ecore:EClass" name="Review_Form" eSuperTypes="/0/Event_Setup"/> <eClassifiers xsi:type="ecore:EClass" name="Committe_Role" eSuperTypes="/0/Role"/> <eClassifiers xsi:type="ecore:EClass" name="Group_Email" eSuperTypes="/0/Email"/> <eClassifiers xsi:type="ecore:EClass" name="Submission_Template" eSuperTypes="/0/Event_Setup"/> <eClassifiers xsi:type="ecore:EClass" name="Review_Form_Setup" eSuperTypes="/0/Review_Form"/> <eClassifiers xsi:type="ecore:EClass" name="Misc" eSuperTypes="/0/Help_Request"/> <eClassifiers xsi:type="ecore:EClass" name="Event_Creation" eSuperTypes="/0/Activity"/> <eClassifiers xsi:type="ecore:EClass" name="Approval_Email" eSuperTypes="/0/Email"> <eStructuralFeatures xsi:type="ecore:EReference" name="confirm" ordered="false" eType="/0/Event" eOpposite="/0/Event/confirmed_by"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Rejection_Email" eSuperTypes="/0/Email"/> <eClassifiers xsi:type="ecore:EClass" name="Submission" eSuperTypes="/0/Document"/> <eClassifiers xsi:type="ecore:EClass" name="Template" eSuperTypes="/0/Document"/> <eClassifiers xsi:type="ecore:EClass" name="Feature_Request" eSuperTypes="/0/Help_Request"/> <eClassifiers xsi:type="ecore:EClass" name="Committee" eSuperTypes="/0/User"> <eStructuralFeatures xsi:type="ecore:EReference" name="has_members" ordered="false" eType="/0/Committee_member" eOpposite="/0/Committee_member/was_a_member_of"/> <eStructuralFeatures xsi:type="ecore:EReference" name="was_a_committee_of" ordered="false" eType="/0/Conference_volume" eOpposite="/0/Conference_volume/has_a_commtitee"/> <eStructuralFeatures xsi:type="ecore:EReference" name="has_a_committee_co-chair" ordered="false" eType="/0/Co-chair" eOpposite="/0/Co-chair/was_a_committe_co-chair_of"/> <eStructuralFeatures xsi:type="ecore:EReference" name="has_a_committee_chair" ordered="false" eType="/0/Chair" eOpposite="/0/Chair/was_a_committee_chair_of"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Event_Tracks" eSuperTypes="/0/Event_Setup"/> <eClassifiers xsi:type="ecore:EClass" name="Request" eSuperTypes="/0/Activity"/> <eClassifiers xsi:type="ecore:EClass" name="Activity"> <eStructuralFeatures xsi:type="ecore:EReference" name="has_result" ordered="false" upperBound="-1" eType="/0/Thing"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sent_by" ordered="false" eType="/0/Person" eOpposite="/0/Person/send"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Head_Role" eSuperTypes="/0/Role"/> <eClassifiers xsi:type="ecore:EClass" name="Detail" eSuperTypes="/0/Thing"/> <eClassifiers xsi:type="ecore:EClass" name="Corresponding_Author" eSuperTypes="/0/Author"/> <eClassifiers xsi:type="ecore:EClass" name="Reviewer_Role" eSuperTypes="/0/Role"/> <eClassifiers xsi:type="ecore:EClass" name="Event_Approval" eSuperTypes="/0/Activity"/> <eClassifiers xsi:type="ecore:EClass" name="Registration" eSuperTypes="/0/Activity"/> <eClassifiers xsi:type="ecore:EClass" name="Full_Paper" eSuperTypes="/0/Paper"/> <eClassifiers xsi:type="ecore:EClass" name="Research_Topic" eSuperTypes="/0/Event_Setup"/> <eClassifiers xsi:type="ecore:EClass" name="Description"/> <eClassifiers xsi:type="ecore:EClass" name="Assistance" eSuperTypes="/0/Help_Request"/> <eClassifiers xsi:type="ecore:EClass" name="Email_Template" eSuperTypes="/0/Event_Setup"/> <eClassifiers xsi:type="ecore:EClass" name="Conference_participant" eSuperTypes="/0/Person"/> <eClassifiers xsi:type="ecore:EClass" name="Active_conference_participant" eSuperTypes="/0/Conference_contributor /0/Conference_participant"> <eStructuralFeatures xsi:type="ecore:EReference" name="gives_presentations" ordered="false" eType="/0/Presentation" eOpposite="/0/Presentation/is_given_by"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Passive_conference_participant" eSuperTypes="/0/Conference_participant"/> <eClassifiers xsi:type="ecore:EClass" name="Review_expertise" eSuperTypes="/0/Thing"> <eStructuralFeatures xsi:type="ecore:EReference" name="has_a_submitted_contribution" ordered="false" eType="/0/Submitted_contribution" eOpposite="/0/Submitted_contribution/has_a_review_expertise"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="has_an_expertise" ordered="false" unique="false" eType="/0/EEnum"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Submitted_contribution" eSuperTypes="/0/Written_contribution"> <eStructuralFeatures xsi:type="ecore:EReference" name="has_a_review_expertise" ordered="false" eType="/0/Review_expertise" eOpposite="/0/Review_expertise/has_a_submitted_contribution"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Regular_author" eSuperTypes="/0/Conference_contributor"/> <eClassifiers xsi:type="ecore:EClass" name="Conference_contributor" eSuperTypes="/0/Person"/> <eClassifiers xsi:type="ecore:EClass" name="Contribution_1th-author" eSuperTypes="/0/Regular_author"/> <eClassifiers xsi:type="ecore:EClass" name="Contribution_co-author" eSuperTypes="/0/Regular_author"/> <eClassifiers xsi:type="ecore:EClass" name="Conference_contribution" eSuperTypes="/0/Conference_document"> <eStructuralFeatures xsi:type="ecore:EReference" name="is_submitted_at" ordered="false" eType="/0/Conference_volume" eOpposite="/0/Conference_volume/has_contributions"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Co-chair" eSuperTypes="/0/Committee_member"> <eStructuralFeatures xsi:type="ecore:EReference" name="was_a_committe_co-chair_of" ordered="false" eType="/0/Committee" eOpposite="/0/Committee/has_a_committee_co-chair"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Committee_member" eSuperTypes="/0/Person"> <eStructuralFeatures xsi:type="ecore:EReference" name="was_a_member_of" ordered="false" eType="/0/Committee" eOpposite="/0/Committee/has_members"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Abstract" eSuperTypes="/0/Extended_abstract"> <eStructuralFeatures xsi:type="ecore:EReference" name="is_the_1th_part_of" ordered="false" upperBound="-1" eType="/0/Thing"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Extended_abstract" eSuperTypes="/0/Regular_contribution"/> <eClassifiers xsi:type="ecore:EClass" name="Important_dates"> <eStructuralFeatures xsi:type="ecore:EReference" name="is_an_abstract_submission_date" ordered="false" eType="/0/date" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="is_a_full_paper_submission_date" ordered="false" eType="/0/date" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="is_an_ending_date" ordered="false" eType="/0/date" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="is_a_date_of_acceptance_announcement" ordered="false" eType="/0/date" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="is_a_date_of_camera_ready_paper_submission" ordered="false" eType="/0/date" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="is_a_starting_date" ordered="false" eType="/0/date" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="belong_to_a_conference_volume" ordered="false" eType="/0/Conference_volume" eOpposite="/0/Conference_volume/has_important_dates"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Invited_speaker" eSuperTypes="/0/Conference_contributor"/> <eClassifiers xsi:type="ecore:EClass" name="Conference_proceedings"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="has_an_ISBN" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="has_a_publisher" ordered="false" eType="/0/Publisher" eOpposite="/0/Publisher/issues"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="has_a_volume" ordered="false" unique="false" eType="/1/Integer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Information_for_participants" eSuperTypes="/0/Conference_document"/> <eClassifiers xsi:type="ecore:EClass" name="Conference_document"> <eStructuralFeatures xsi:type="ecore:EReference" name="has_authors" ordered="false" eType="/0/Person" eOpposite="/0/Person/contributes"/> <eStructuralFeatures xsi:type="ecore:EReference" name="has_a_date_of_issue" ordered="false" eType="/0/date" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Organization"/> <eClassifiers xsi:type="ecore:EClass" name="Regular_contribution" eSuperTypes="/0/Written_contribution"/> <eClassifiers xsi:type="ecore:EClass" name="Poster" eSuperTypes="/0/Conference_contribution"/> <eClassifiers xsi:type="ecore:EClass" name="Written_contribution" eSuperTypes="/0/Conference_contribution"/> <eClassifiers xsi:type="ecore:EClass" name="Conference_applicant" eSuperTypes="/0/Person"/> <eClassifiers xsi:type="ecore:EClass" name="Camera_ready_contribution" eSuperTypes="/0/Accepted_contribution"/> <eClassifiers xsi:type="ecore:EClass" name="Accepted_contribution" eSuperTypes="/0/Reviewed_contribution"/> <eClassifiers xsi:type="ecore:EClass" name="Program_committee" eSuperTypes="/0/Committee"> <eStructuralFeatures xsi:type="ecore:EReference" name="was_a_program_committee_of" ordered="false" eType="/0/Conference_volume" eOpposite="/0/Conference_volume/has_a_program_committee"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Organizing_committee" eSuperTypes="/0/Committee"> <eStructuralFeatures xsi:type="ecore:EReference" name="was_an_organizing_committee_of" ordered="false" eType="/0/Conference_volume" eOpposite="/0/Conference_volume/has_an_organizing_committee"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Steering_committee" eSuperTypes="/0/Committee"> <eStructuralFeatures xsi:type="ecore:EReference" name="was_a_steering_committee_of" ordered="false" eType="/0/Conference_volume" eOpposite="/0/Conference_volume/has_a_steering_committee"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Conference_volume" eSuperTypes="/0/Conference"> <eStructuralFeatures xsi:type="ecore:EReference" name="has_parts" ordered="false" eType="/0/Conference_part" eOpposite="/0/Conference_part/is_part_of_conference_volumes"/> <eStructuralFeatures xsi:type="ecore:EReference" name="has_workshops" ordered="false" eType="/0/Workshop"/> <eStructuralFeatures xsi:type="ecore:EReference" name="has_tracks" ordered="false" eType="/0/Track"/> <eStructuralFeatures xsi:type="ecore:EReference" name="has_tutorials" ordered="false" eType="/0/Tutorial"/> <eStructuralFeatures xsi:type="ecore:EReference" name="has_a_commtitee" ordered="false" eType="/0/Committee" eOpposite="/0/Committee/was_a_committee_of"/> <eStructuralFeatures xsi:type="ecore:EReference" name="has_a_steering_committee" ordered="false" eType="/0/Steering_committee" eOpposite="/0/Steering_committee/was_a_steering_committee_of"/> <eStructuralFeatures xsi:type="ecore:EReference" name="has_an_organizing_committee" ordered="false" eType="/0/Organizing_committee" eOpposite="/0/Organizing_committee/was_an_organizing_committee_of"/> <eStructuralFeatures xsi:type="ecore:EReference" name="has_important_dates" ordered="false" eType="/0/Important_dates" eOpposite="/0/Important_dates/belong_to_a_conference_volume"/> <eStructuralFeatures xsi:type="ecore:EReference" name="has_contributions" ordered="false" eType="/0/Conference_contribution" eOpposite="/0/Conference_contribution/is_submitted_at"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="has_a_location" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="has_a_program_committee" ordered="false" eType="/0/Program_committee" eOpposite="/0/Program_committee/was_a_program_committee_of"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Call_for_paper" eSuperTypes="/0/Conference_document"/> <eClassifiers xsi:type="ecore:EClass" name="Conference_announcement" eSuperTypes="/0/Conference_document"/> <eClassifiers xsi:type="ecore:EClass" name="Invited_talk" eSuperTypes="/0/Presentation"/> <eClassifiers xsi:type="ecore:EClass" name="Conference_part"> <eStructuralFeatures xsi:type="ecore:EReference" name="has_a_track-workshop-tutorial_topic" ordered="false" eType="/0/Topic" eOpposite="/0/Topic/is_a_topis_of_conference_parts"/> <eStructuralFeatures xsi:type="ecore:EReference" name="is_part_of_conference_volumes" ordered="false" eType="/0/Conference_volume" eOpposite="/0/Conference_volume/has_parts"/> <eStructuralFeatures xsi:type="ecore:EReference" name="has_a_track-workshop-tutorial_chair" ordered="false" eType="/0/Track-workshop_chair" eOpposite="/0/Track-workshop_chair/was_a_track-workshop_chair_of"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Presentation" eSuperTypes="/0/Conference_contribution"> <eStructuralFeatures xsi:type="ecore:EReference" name="is_given_by" ordered="false" eType="/0/Active_conference_participant" eOpposite="/0/Active_conference_participant/gives_presentations"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Chair" eSuperTypes="/0/Committee_member"> <eStructuralFeatures xsi:type="ecore:EReference" name="was_a_committee_chair_of" ordered="false" eType="/0/Committee" eOpposite="/0/Committee/has_a_committee_chair"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Track" eSuperTypes="/0/Conference_part"/> <eClassifiers xsi:type="ecore:EClass" name="Workshop" eSuperTypes="/0/Conference_part /0/Event"/> <eClassifiers xsi:type="ecore:EClass" name="Tutorial" eSuperTypes="/0/Conference_part"/> <eClassifiers xsi:type="ecore:EClass" name="Rejected_contribution" eSuperTypes="/0/Reviewed_contribution"/> <eClassifiers xsi:type="ecore:EClass" name="Reviewed_contribution" eSuperTypes="/0/Submitted_contribution"> <eStructuralFeatures xsi:type="ecore:EReference" name="has_a_review" ordered="false" eType="/0/Review" eOpposite="/0/Review/reviews"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Topic"> <eStructuralFeatures xsi:type="ecore:EReference" name="belongs_to_a_review_reference" ordered="false" eType="/0/Review_preference"/> <eStructuralFeatures xsi:type="ecore:EReference" name="is_a_topis_of_conference_parts" ordered="false" eType="/0/Conference_part" eOpposite="/0/Conference_part/has_a_track-workshop-tutorial_topic"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Late_paid_applicant" eSuperTypes="/0/Paid_applicant"/> <eClassifiers xsi:type="ecore:EClass" name="Paid_applicant" eSuperTypes="/0/Registeered_applicant"/> <eClassifiers xsi:type="ecore:EClass" name="Early_paid_applicant" eSuperTypes="/0/Paid_applicant"/> <eClassifiers xsi:type="ecore:EClass" name="Organizer" eSuperTypes="/0/Thing"/> <eClassifiers xsi:type="ecore:EClass" name="Call_for_participation" eSuperTypes="/0/Conference_document"/> <eClassifiers xsi:type="ecore:EClass" name="Publisher"> <eStructuralFeatures xsi:type="ecore:EReference" name="issues" ordered="false" eType="/0/Conference_proceedings" eOpposite="/0/Conference_proceedings/has_a_publisher"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Registeered_applicant" eSuperTypes="/0/Conference_applicant"/> <eClassifiers xsi:type="ecore:EClass" name="Track-workshop_chair" eSuperTypes="/0/Person"> <eStructuralFeatures xsi:type="ecore:EReference" name="was_a_track-workshop_chair_of" ordered="false" eType="/0/Conference_part" eOpposite="/0/Conference_part/has_a_track-workshop-tutorial_chair"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Conference_www" eSuperTypes="/0/Conference_document"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="has_a_URL" ordered="false" unique="false" eType="/1/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Conference_fees"/> <eClassifiers xsi:type="ecore:EClass" name="Review_preference" eSuperTypes="/0/Thing"> <eStructuralFeatures xsi:type="ecore:EReference" name="has_a_topic_or_a_submission_contribution" ordered="false" upperBound="-1" eType="/0/Thing"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="has_a_degree" ordered="false" unique="false" eType="/1/Integer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="EEnum"> <eLiterals name="high" value="1"/> <eLiterals name="medium" value="2"/> <eLiterals name="low" value="3"/> <eLiterals name="very high" value="4"/> <eLiterals name="male" value="5"/> <eLiterals name="female" value="6"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Accepted_Paper" eSuperTypes="/0/Paper"/> <eClassifiers xsi:type="ecore:EClass" name="Rejected_Paper" eSuperTypes="/0/Paper"/> <eClassifiers xsi:type="ecore:EClass" name="Undecided_Paper" eSuperTypes="/0/Paper"/> <eClassifiers xsi:type="ecore:EClass" name="Manual_Paper_Assignment" eSuperTypes="/0/paper_assignment"> <eStructuralFeatures xsi:type="ecore:EReference" name="manually_assign_paper" ordered="false" upperBound="-1" eType="/0/Program_Committee_member"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Program_Committee_member" eSuperTypes="/0/human"/> <eClassifiers xsi:type="ecore:EClass" name="paper_assignment" eSuperTypes="/0/activity"> <eStructuralFeatures xsi:type="ecore:EReference" name="assign_paper" ordered="false" eType="/0/Program_Committee_member"/> <eStructuralFeatures xsi:type="ecore:EReference" name="is_performed_by" ordered="false" lowerBound="1" eType="/0/human"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="intensity"/> <eClassifiers xsi:type="ecore:EClass" name="start_date_of_camera-ready_submission" eSuperTypes="/0/camera-ready_submission_date"/> <eClassifiers xsi:type="ecore:EClass" name="camera-ready_submission_date" eSuperTypes="/0/date"/> <eClassifiers xsi:type="ecore:EClass" name="date_of_notification" eSuperTypes="/0/date"/> <eClassifiers xsi:type="ecore:EClass" name="date" eSuperTypes="/0/Thing"/> <eClassifiers xsi:type="ecore:EClass" name="article"> <eStructuralFeatures xsi:type="ecore:EReference" name="goes_through" ordered="false" eType="/0/activity"/> <eStructuralFeatures xsi:type="ecore:EReference" name="is_sent_to" ordered="false" eType="/0/human"/> <eStructuralFeatures xsi:type="ecore:EReference" name="is_created_in" ordered="false" eType="/0/activity"/> <eStructuralFeatures xsi:type="ecore:EReference" name="structure_created_by" ordered="false" eType="/0/human"/> <eStructuralFeatures xsi:type="ecore:EReference" name="has_author" ordered="false" eType="/0/human" eOpposite="/0/human/is_author_of"/> <eStructuralFeatures xsi:type="ecore:EReference" name="gives_classification" ordered="false" eType="/0/classification"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Contact_Person" eSuperTypes="/0/human"/> <eClassifiers xsi:type="ecore:EClass" name="bidding_of_reviewer" eSuperTypes="/0/activity"> <eStructuralFeatures xsi:type="ecore:EReference" name="is_performed_by" ordered="false" lowerBound="1" eType="/0/human"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="activity"> <eStructuralFeatures xsi:type="ecore:EReference" name="is_followed_by" ordered="false" eType="/0/activity"/> <eStructuralFeatures xsi:type="ecore:EReference" name="is_monitored_by" ordered="false" eType="/0/human"/> <eStructuralFeatures xsi:type="ecore:EReference" name="has_intensity" ordered="false" eType="/0/intensity"/> <eStructuralFeatures xsi:type="ecore:EReference" name="has_result" ordered="false" eType="/0/article"/> <eStructuralFeatures xsi:type="ecore:EReference" name="is_performed_by" ordered="false" eType="/0/human" eOpposite="/0/human/performs_activity"/> <eStructuralFeatures xsi:type="ecore:EReference" name="is_supervised_by" ordered="false" eType="/0/human" eOpposite="/0/human/supervises"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="URL" eSuperTypes="/0/Thing"/> <eClassifiers xsi:type="ecore:EClass" name="conference_setup" eSuperTypes="/0/Thing"> <eStructuralFeatures xsi:type="ecore:EReference" name="sets_member" ordered="false" eType="/0/human"/> <eStructuralFeatures xsi:type="ecore:EReference" name="is_made_by" ordered="false" eType="/0/human"/> <eStructuralFeatures xsi:type="ecore:EReference" name="includes_topic" ordered="false" eType="/0/topic"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sets_date" ordered="false" eType="/0/date"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sets_URL" ordered="false" eType="/0/URL"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="human"> <eStructuralFeatures xsi:type="ecore:EReference" name="is_author_of" ordered="false" eType="/0/article" eOpposite="/0/article/has_author"/> <eStructuralFeatures xsi:type="ecore:EReference" name="performs_activity" ordered="false" eType="/0/activity" eOpposite="/0/activity/is_performed_by"/> <eStructuralFeatures xsi:type="ecore:EReference" name="is_employed_in" ordered="false" eType="/0/institute"/> <eStructuralFeatures xsi:type="ecore:EReference" name="has_topic_of_interest" ordered="false" eType="/0/topic"/> <eStructuralFeatures xsi:type="ecore:EReference" name="supervises" ordered="false" eType="/0/activity" eOpposite="/0/activity/is_supervised_by"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="e-mail" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="last_name" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="first_name" ordered="false" unique="false" eType="/1/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="managing_of_conference_process" eSuperTypes="/0/activity"/> <eClassifiers xsi:type="ecore:EClass" name="Program_Committee_Chair" eSuperTypes="/0/human"/> <eClassifiers xsi:type="ecore:EClass" name="reviewing_proces" eSuperTypes="/0/activity"/> <eClassifiers xsi:type="ecore:EClass" name="end_date_of_camera-ready_submission" eSuperTypes="/0/camera-ready_submission_date"/> <eClassifiers xsi:type="ecore:EClass" name="abstract_submission_date" eSuperTypes="/0/date"/> <eClassifiers xsi:type="ecore:EClass" name="group_email" eSuperTypes="/0/article"/> <eClassifiers xsi:type="ecore:EClass" name="Senior_Reviewer_URL" eSuperTypes="/0/URL"/> <eClassifiers xsi:type="ecore:EClass" name="notification" eSuperTypes="/0/activity"> <eStructuralFeatures xsi:type="ecore:EReference" name="has_result" ordered="false" lowerBound="1" eType="/0/article"/> <eStructuralFeatures xsi:type="ecore:EReference" name="is_performed_by" ordered="false" lowerBound="1" eType="/0/human"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="notification_email" eSuperTypes="/0/article"/> <eClassifiers xsi:type="ecore:EClass" name="Chair_URL" eSuperTypes="/0/URL"/> <eClassifiers xsi:type="ecore:EClass" name="abstract_of_paper" eSuperTypes="/0/article"/> <eClassifiers xsi:type="ecore:EClass" name="submission_process" eSuperTypes="/0/activity"> <eStructuralFeatures xsi:type="ecore:EReference" name="is_performed_by" ordered="false" lowerBound="1" eType="/0/human"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="topic"/> <eClassifiers xsi:type="ecore:EClass" name="lower_tier_reviewing_process" eSuperTypes="/0/reviewing_proces"/> <eClassifiers xsi:type="ecore:EClass" name="start_date_of_conference" eSuperTypes="/0/date_of_conference"/> <eClassifiers xsi:type="ecore:EClass" name="date_of_conference" eSuperTypes="/0/date"/> <eClassifiers xsi:type="ecore:EClass" name="Senior_Program_Committee_member" eSuperTypes="/0/Program_Committee_member"> <eStructuralFeatures xsi:type="ecore:EReference" name="supervises" upperBound="4" eType="/0/activity"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="end_date_of_abstract_submission" eSuperTypes="/0/abstract_submission_date"/> <eClassifiers xsi:type="ecore:EClass" name="phase_of_conference"/> <eClassifiers xsi:type="ecore:EClass" name="Regular_Program_Committee_member" eSuperTypes="/0/Program_Committee_member"/> <eClassifiers xsi:type="ecore:EClass" name="start_date_of_full_paper_submission" eSuperTypes="/0/full_paper_submission_date"/> <eClassifiers xsi:type="ecore:EClass" name="full_paper_submission_date" eSuperTypes="/0/date"/> <eClassifiers xsi:type="ecore:EClass" name="start_date_of_abstract_submission" eSuperTypes="/0/abstract_submission_date"/> <eClassifiers xsi:type="ecore:EClass" name="end_date_of_conference" eSuperTypes="/0/date_of_conference"/> <eClassifiers xsi:type="ecore:EClass" name="review_form" eSuperTypes="/0/article"> <eStructuralFeatures xsi:type="ecore:EReference" name="is_created_in" ordered="false" lowerBound="1" eType="/0/activity"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Automatic_Paper_Assignment" eSuperTypes="/0/paper_assignment"> <eStructuralFeatures xsi:type="ecore:EReference" name="automatically_assign_paper" ordered="false" upperBound="-1" eType="/0/Program_Committee_member"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="institute"/> <eClassifiers xsi:type="ecore:EClass" name="classification"/> <eClassifiers xsi:type="ecore:EClass" name="summary_of_reviews" eSuperTypes="/0/article"> <eStructuralFeatures xsi:type="ecore:EReference" name="is_created_in" ordered="false" lowerBound="1" eType="/0/activity"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="upper_tier_reviewing_process" eSuperTypes="/0/reviewing_proces"> <eStructuralFeatures xsi:type="ecore:EReference" name="is_performed_by" ordered="false" lowerBound="1" eType="/0/human"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="end_date_of_full_paper_submission" eSuperTypes="/0/full_paper_submission_date"/> <eClassifiers xsi:type="ecore:EClass" name="acceptance_notification_email" eSuperTypes="/0/notification_email"/> <eClassifiers xsi:type="ecore:EClass" name="rejection_notification_email" eSuperTypes="/0/notification_email"/> <eClassifiers xsi:type="ecore:EClass" name="Contact_Person_URL" eSuperTypes="/0/URL"/> <eClassifiers xsi:type="ecore:EClass" name="Regular_Reviewer_URL" eSuperTypes="/0/URL"/> </ecore:EPackage> <ecore:EPackage name="PrimitiveTypes"> <eClassifiers xsi:type="ecore:EDataType" name="Boolean"/> <eClassifiers xsi:type="ecore:EDataType" name="Integer"/> <eClassifiers xsi:type="ecore:EDataType" name="String"/> </ecore:EPackage> </xmi:XMI>
github:ecore:/data/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/confious.owl.ecore
ecore
confious Thing Reviewer invites_co-reviewers invited_by has_a_review_reference_or_expertise assignedByAdministrator adjustBid readPaper hasBeenAssigned writeReview assignExternalReviewer Meta-Reviewer Decision Preference ProgramCommittee hasProgramCommitteeMember Bid adjustedBy Conference is_in_phase hasConferenceMember paperAssignmentFinalizedBy reviewCriteriaEnteredBy paperAssignmentToolsRunBy virtualMeetingEnabledBy hardcopyMailingManifestsPrintedBy detailsEnteredBy reviewerBiddingStartedBy date reviewsPerPaper logoURL acceptsHardcopySubmissions siteURL ConferenceChair ConferenceMember memberOfConference AssociatedChair ProgramCommitteeMember memberOfProgramCommittee maxPapers addedBy AuthorNotReviewer SubjectArea ExternalReviewer assignedByReviewer Chairman ProgramCommitteeChair endReview Acceptance Rejection Review reviews gives_classification is_created_in writtenBy Paper full_paper_size has_author hasCo-author hasBid hasDecision assignedTo hasSubjectArea readByReviewer paperID title hasAuthor acceptedBy rejectedBy readByMeta-Reviewer Author submitPaper writePaper Co-author co-writePaper PaperAbstract PaperFullVersion Administrator approve assign finalizePaperAssignment runPaperAssignmentTools enableVirtualMeeting startReviewerBidding assignReviewer rejectPaper enterConferenceDetails printHardcopyMailingManifests setMaxPapers enterReviewCriteria acceptPaper addProgramCommitteeMember Meta-Review unsignedLong anyURI Event conists_of confirmed_by defined_by approved_by Account registred_by Inforamtion User recieve create submit Role assigned_by Help_Request Person hasConflictOfInterest email inverse_of_add execute get use register modify take_part_in remove add send added_by contributes has_an_email has_the_first_name has_gender has_the_last_name Symposium Abstract Document recieved_by used_by submited__by Invited_Paper Admin_Role Paper_Typologies Event_Setup define Event_URL concerned Notification_Email Email Short_Paper Author_Role Preview Review_Form Committe_Role Group_Email Submission_Template Review_Form_Setup Misc Event_Creation Approval_Email confirm Rejection_Email Submission Template Feature_Request Committee has_members was_a_committee_of has_a_committee_co-chair has_a_committee_chair Event_Tracks Request Activity has_result sent_by Head_Role Detail Corresponding_Author Reviewer_Role Event_Approval Registration Full_Paper Research_Topic Description Assistance Email_Template Conference_participant Active_conference_participant gives_presentations Passive_conference_participant Review_expertise has_a_submitted_contribution has_an_expertise Submitted_contribution has_a_review_expertise Regular_author Conference_contributor Contribution_1th-author Contribution_co-author Conference_contribution is_submitted_at Co-chair was_a_committe_co-chair_of Committee_member was_a_member_of Abstract is_the_1th_part_of Extended_abstract Important_dates is_an_abstract_submission_date is_a_full_paper_submission_date is_an_ending_date is_a_date_of_acceptance_announcement is_a_date_of_camera_ready_paper_submission is_a_starting_date belong_to_a_conference_volume Invited_speaker Conference_proceedings has_an_ISBN has_a_publisher has_a_volume Information_for_participants Conference_document has_authors has_a_date_of_issue Organization Regular_contribution Poster Written_contribution Conference_applicant Camera_ready_contribution Accepted_contribution Program_committee was_a_program_committee_of Organizing_committee was_an_organizing_committee_of Steering_committee was_a_steering_committee_of Conference_volume has_parts has_workshops has_tracks has_tutorials has_a_commtitee has_a_steering_committee has_an_organizing_committee has_important_dates has_contributions has_a_location has_a_program_committee Call_for_paper Conference_announcement Invited_talk Conference_part has_a_track-workshop-tutorial_topic is_part_of_conference_volumes has_a_track-workshop-tutorial_chair Presentation is_given_by Chair was_a_committee_chair_of Track Workshop Tutorial Rejected_contribution Reviewed_contribution has_a_review Topic belongs_to_a_review_reference is_a_topis_of_conference_parts Late_paid_applicant Paid_applicant Early_paid_applicant Organizer Call_for_participation Publisher issues Registeered_applicant Track-workshop_chair was_a_track-workshop_chair_of Conference_www has_a_URL Conference_fees Review_preference has_a_topic_or_a_submission_contribution has_a_degree EEnum high high medium medium low low very high very high male male female female Accepted_Paper Rejected_Paper Undecided_Paper Manual_Paper_Assignment manually_assign_paper Program_Committee_member paper_assignment assign_paper is_performed_by intensity start_date_of_camera-ready_submission camera-ready_submission_date date_of_notification date article goes_through is_sent_to is_created_in structure_created_by has_author gives_classification Contact_Person bidding_of_reviewer is_performed_by activity is_followed_by is_monitored_by has_intensity has_result is_performed_by is_supervised_by URL conference_setup sets_member is_made_by includes_topic sets_date sets_URL human is_author_of performs_activity is_employed_in has_topic_of_interest supervises e-mail last_name first_name managing_of_conference_process Program_Committee_Chair reviewing_proces end_date_of_camera-ready_submission abstract_submission_date group_email Senior_Reviewer_URL notification has_result is_performed_by notification_email Chair_URL abstract_of_paper submission_process is_performed_by topic lower_tier_reviewing_process start_date_of_conference date_of_conference Senior_Program_Committee_member supervises end_date_of_abstract_submission phase_of_conference Regular_Program_Committee_member start_date_of_full_paper_submission full_paper_submission_date start_date_of_abstract_submission end_date_of_conference review_form is_created_in Automatic_Paper_Assignment automatically_assign_paper institute classification summary_of_reviews is_created_in upper_tier_reviewing_process is_performed_by end_date_of_full_paper_submission acceptance_notification_email rejection_notification_email Contact_Person_URL Regular_Reviewer_URL PrimitiveTypes Boolean Integer String
null
{"directed":true,"nodes":[{"nsPrefix":null,"nsURI":null,"name":"confious","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Thing","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reviewer","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Meta-Reviewer","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Decision","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Preference","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProgramCommittee","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Bid","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Conference","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConferenceChair","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConferenceMember","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociatedChair","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProgramCommitteeMember","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AuthorNotReviewer","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubjectArea","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExternalReviewer","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Chairman","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProgramCommitteeChair","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Acceptance","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rejection","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Review","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Paper","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Author","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Co-author","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PaperAbstract","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PaperFullVersion","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Administrator","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Meta-Review","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"unsignedLong","instanceClass":null,"id":28,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"anyURI","instanceClass":null,"id":29,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Event","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Account","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Inforamtion","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"User","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Role","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Help_Request","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Person","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Symposium","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Abstract","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Document","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Invited_Paper","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Admin_Role","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Paper_Typologies","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Event_Setup","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Event_URL","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Notification_Email","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Email","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Short_Paper","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Author_Role","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Preview","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Review_Form","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Committe_Role","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Group_Email","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Submission_Template","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Review_Form_Setup","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Misc","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Event_Creation","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Approval_Email","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rejection_Email","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Submission","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Template","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature_Request","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Committee","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Event_Tracks","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Request","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Head_Role","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Detail","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Corresponding_Author","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reviewer_Role","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Event_Approval","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Registration","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Full_Paper","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Research_Topic","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Description","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assistance","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Email_Template","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Conference_participant","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Active_conference_participant","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Passive_conference_participant","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Review_expertise","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Submitted_contribution","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Regular_author","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Conference_contributor","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Contribution_1th-author","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Contribution_co-author","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Conference_contribution","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Co-chair","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Committee_member","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Abstract","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extended_abstract","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Important_dates","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Invited_speaker","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Conference_proceedings","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Information_for_participants","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Conference_document","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Organization","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Regular_contribution","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Poster","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Written_contribution","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Conference_applicant","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Camera_ready_contribution","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Accepted_contribution","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Program_committee","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Organizing_committee","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Steering_committee","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Conference_volume","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Call_for_paper","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Conference_announcement","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Invited_talk","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Conference_part","instanceClass":null,"abstract":false,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Presentation","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Chair","instanceClass":null,"abstract":false,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Track","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Workshop","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Tutorial","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rejected_contribution","instanceClass":null,"abstract":false,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reviewed_contribution","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Topic","instanceClass":null,"abstract":false,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Late_paid_applicant","instanceClass":null,"abstract":false,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Paid_applicant","instanceClass":null,"abstract":false,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Early_paid_applicant","instanceClass":null,"abstract":false,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Organizer","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Call_for_participation","instanceClass":null,"abstract":false,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Publisher","instanceClass":null,"abstract":false,"id":124,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Registeered_applicant","instanceClass":null,"abstract":false,"id":125,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Track-workshop_chair","instanceClass":null,"abstract":false,"id":126,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Conference_www","instanceClass":null,"abstract":false,"id":127,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Conference_fees","instanceClass":null,"abstract":false,"id":128,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Review_preference","instanceClass":null,"abstract":false,"id":129,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"EEnum","instanceClass":null,"id":130,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Accepted_Paper","instanceClass":null,"abstract":false,"id":131,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rejected_Paper","instanceClass":null,"abstract":false,"id":132,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Undecided_Paper","instanceClass":null,"abstract":false,"id":133,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Manual_Paper_Assignment","instanceClass":null,"abstract":false,"id":134,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Program_Committee_member","instanceClass":null,"abstract":false,"id":135,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"paper_assignment","instanceClass":null,"abstract":false,"id":136,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"intensity","instanceClass":null,"abstract":false,"id":137,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"start_date_of_camera-ready_submission","instanceClass":null,"abstract":false,"id":138,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"camera-ready_submission_date","instanceClass":null,"abstract":false,"id":139,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"date_of_notification","instanceClass":null,"abstract":false,"id":140,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"date","instanceClass":null,"abstract":false,"id":141,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"article","instanceClass":null,"abstract":false,"id":142,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Contact_Person","instanceClass":null,"abstract":false,"id":143,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"bidding_of_reviewer","instanceClass":null,"abstract":false,"id":144,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"activity","instanceClass":null,"abstract":false,"id":145,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"URL","instanceClass":null,"abstract":false,"id":146,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"conference_setup","instanceClass":null,"abstract":false,"id":147,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"human","instanceClass":null,"abstract":false,"id":148,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"managing_of_conference_process","instanceClass":null,"abstract":false,"id":149,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Program_Committee_Chair","instanceClass":null,"abstract":false,"id":150,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"reviewing_proces","instanceClass":null,"abstract":false,"id":151,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"end_date_of_camera-ready_submission","instanceClass":null,"abstract":false,"id":152,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"abstract_submission_date","instanceClass":null,"abstract":false,"id":153,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"group_email","instanceClass":null,"abstract":false,"id":154,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Senior_Reviewer_URL","instanceClass":null,"abstract":false,"id":155,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"notification","instanceClass":null,"abstract":false,"id":156,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"notification_email","instanceClass":null,"abstract":false,"id":157,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Chair_URL","instanceClass":null,"abstract":false,"id":158,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"abstract_of_paper","instanceClass":null,"abstract":false,"id":159,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"submission_process","instanceClass":null,"abstract":false,"id":160,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"topic","instanceClass":null,"abstract":false,"id":161,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"lower_tier_reviewing_process","instanceClass":null,"abstract":false,"id":162,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"start_date_of_conference","instanceClass":null,"abstract":false,"id":163,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"date_of_conference","instanceClass":null,"abstract":false,"id":164,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Senior_Program_Committee_member","instanceClass":null,"abstract":false,"id":165,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"end_date_of_abstract_submission","instanceClass":null,"abstract":false,"id":166,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"phase_of_conference","instanceClass":null,"abstract":false,"id":167,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Regular_Program_Committee_member","instanceClass":null,"abstract":false,"id":168,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"start_date_of_full_paper_submission","instanceClass":null,"abstract":false,"id":169,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"full_paper_submission_date","instanceClass":null,"abstract":false,"id":170,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"start_date_of_abstract_submission","instanceClass":null,"abstract":false,"id":171,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"end_date_of_conference","instanceClass":null,"abstract":false,"id":172,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"review_form","instanceClass":null,"abstract":false,"id":173,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Automatic_Paper_Assignment","instanceClass":null,"abstract":false,"id":174,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"institute","instanceClass":null,"abstract":false,"id":175,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"classification","instanceClass":null,"abstract":false,"id":176,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"summary_of_reviews","instanceClass":null,"abstract":false,"id":177,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"upper_tier_reviewing_process","instanceClass":null,"abstract":false,"id":178,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"end_date_of_full_paper_submission","instanceClass":null,"abstract":false,"id":179,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"acceptance_notification_email","instanceClass":null,"abstract":false,"id":180,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"rejection_notification_email","instanceClass":null,"abstract":false,"id":181,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Contact_Person_URL","instanceClass":null,"abstract":false,"id":182,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Regular_Reviewer_URL","instanceClass":null,"abstract":false,"id":183,"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":"invites_co-reviewers","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":false,"unsettable":false,"transient":false,"unique":true,"name":"invited_by","changeable":true,"resolveProxies":true,"lowerBound":0,"id":185,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"has_a_review_reference_or_expertise","changeable":true,"resolveProxies":true,"lowerBound":0,"id":186,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"assignedByAdministrator","changeable":true,"resolveProxies":true,"lowerBound":0,"id":187,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"adjustBid","changeable":true,"resolveProxies":true,"lowerBound":0,"id":188,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"readPaper","changeable":true,"resolveProxies":true,"lowerBound":0,"id":189,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasBeenAssigned","changeable":true,"resolveProxies":true,"lowerBound":0,"id":190,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"writeReview","changeable":true,"resolveProxies":true,"lowerBound":0,"id":191,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"assignExternalReviewer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":192,"derived":false},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"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":"adjustedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":201,"derived":false},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"assignedByReviewer","changeable":true,"resolveProxies":true,"lowerBound":1,"id":206,"derived":false},{"id":207,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasProgramCommitteeMember","changeable":true,"resolveProxies":true,"lowerBound":0,"id":208,"derived":false},{"id":209,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"memberOfProgramCommittee","changeable":true,"resolveProxies":true,"lowerBound":0,"id":210,"derived":false},{"id":211,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"is_in_phase","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"hasConferenceMember","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":"paperAssignmentFinalizedBy","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":"reviewCriteriaEnteredBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":215,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"paperAssignmentToolsRunBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":216,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"virtualMeetingEnabledBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":217,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hardcopyMailingManifestsPrintedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":218,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"detailsEnteredBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":219,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"reviewerBiddingStartedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":220,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"date","changeable":true,"resolveProxies":true,"lowerBound":0,"id":221,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"reviewsPerPaper","changeable":true,"lowerBound":0,"iD":false,"id":222,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"logoURL","changeable":true,"lowerBound":0,"iD":false,"id":223,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"acceptsHardcopySubmissions","changeable":true,"lowerBound":0,"iD":false,"id":224,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"siteURL","changeable":true,"lowerBound":0,"iD":false,"id":225,"derived":false},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"memberOfConference","changeable":true,"resolveProxies":true,"lowerBound":0,"id":230,"derived":false},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Integer","instanceClass":null,"id":239,"serializable":true,"eClass":"EDataType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Boolean","instanceClass":null,"id":242,"serializable":true,"eClass":"EDataType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"maxPapers","changeable":true,"lowerBound":0,"iD":false,"id":251,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"addedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":252,"derived":false},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"endReview","changeable":true,"resolveProxies":true,"lowerBound":0,"id":263,"derived":false},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"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":"reviews","changeable":true,"resolveProxies":true,"lowerBound":0,"id":269,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"gives_classification","changeable":true,"resolveProxies":true,"lowerBound":1,"id":270,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"is_created_in","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"writtenBy","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"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"has_a_review","changeable":true,"resolveProxies":true,"lowerBound":0,"id":277,"derived":false},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"id":280,"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":"full_paper_size","changeable":true,"lowerBound":0,"iD":false,"id":281,"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":"has_author","changeable":true,"resolveProxies":true,"lowerBound":1,"id":282,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasCo-author","changeable":true,"resolveProxies":true,"lowerBound":0,"id":283,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasBid","changeable":true,"resolveProxies":true,"lowerBound":0,"id":284,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasDecision","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":"assignedTo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":286,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasSubjectArea","changeable":true,"resolveProxies":true,"lowerBound":0,"id":287,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"readByReviewer","changeable":true,"resolveProxies":true,"lowerBound":1,"id":288,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"paperID","changeable":true,"lowerBound":0,"iD":false,"id":289,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"title","changeable":true,"lowerBound":0,"iD":false,"id":290,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasAuthor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":291,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"acceptedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":292,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rejectedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":293,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"readByMeta-Reviewer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":294,"derived":false},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"co-writePaper","changeable":true,"resolveProxies":true,"lowerBound":0,"id":301,"derived":false},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"String","instanceClass":null,"id":308,"serializable":true,"eClass":"EDataType"},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"submitPaper","changeable":true,"resolveProxies":true,"lowerBound":0,"id":314,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"writePaper","changeable":true,"resolveProxies":true,"lowerBound":0,"id":315,"derived":false},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"approve","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"assign","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":"finalizePaperAssignment","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":"runPaperAssignmentTools","changeable":true,"resolveProxies":true,"lowerBound":0,"id":327,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"enableVirtualMeeting","changeable":true,"resolveProxies":true,"lowerBound":0,"id":328,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"startReviewerBidding","changeable":true,"resolveProxies":true,"lowerBound":0,"id":329,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"assignReviewer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":330,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rejectPaper","changeable":true,"resolveProxies":true,"lowerBound":0,"id":331,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"enterConferenceDetails","changeable":true,"resolveProxies":true,"lowerBound":0,"id":332,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"printHardcopyMailingManifests","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"setMaxPapers","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":"enterReviewCriteria","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":"acceptPaper","changeable":true,"resolveProxies":true,"lowerBound":0,"id":336,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"addProgramCommitteeMember","changeable":true,"resolveProxies":true,"lowerBound":0,"id":337,"derived":false},{"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":"approved_by","changeable":true,"resolveProxies":true,"lowerBound":0,"id":341,"derived":false},{"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":"assigned_by","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"},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"id":356,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"conists_of","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"confirmed_by","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":"defined_by","changeable":true,"resolveProxies":true,"lowerBound":0,"id":359,"derived":false},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"confirm","changeable":true,"resolveProxies":true,"lowerBound":0,"id":363,"derived":false},{"id":364,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"define","changeable":true,"resolveProxies":true,"lowerBound":0,"id":365,"derived":false},{"id":366,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"registred_by","changeable":true,"resolveProxies":true,"lowerBound":0,"id":367,"derived":false},{"id":368,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"register","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"recieve","changeable":true,"resolveProxies":true,"lowerBound":0,"id":370,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"create","changeable":true,"resolveProxies":true,"lowerBound":0,"id":371,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"submit","changeable":true,"resolveProxies":true,"lowerBound":0,"id":372,"derived":false},{"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":"recieved_by","changeable":true,"resolveProxies":true,"lowerBound":0,"id":375,"derived":false},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"submited__by","changeable":true,"resolveProxies":true,"lowerBound":0,"id":378,"derived":false},{"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":"hasConflictOfInterest","changeable":true,"resolveProxies":true,"lowerBound":0,"id":382,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"email","changeable":true,"lowerBound":0,"iD":false,"id":383,"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":"inverse_of_add","changeable":true,"resolveProxies":true,"lowerBound":0,"id":384,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"execute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":385,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"get","changeable":true,"resolveProxies":true,"lowerBound":0,"id":386,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"use","changeable":true,"resolveProxies":true,"lowerBound":0,"id":387,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"modify","changeable":true,"resolveProxies":true,"lowerBound":0,"id":388,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"take_part_in","changeable":true,"resolveProxies":true,"lowerBound":0,"id":389,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"remove","changeable":true,"resolveProxies":true,"lowerBound":0,"id":390,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"add","changeable":true,"resolveProxies":true,"lowerBound":0,"id":391,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"send","changeable":true,"resolveProxies":true,"lowerBound":0,"id":392,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"added_by","changeable":true,"resolveProxies":true,"lowerBound":0,"id":393,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":394,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"has_an_email","changeable":true,"lowerBound":0,"iD":false,"id":395,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"has_the_first_name","changeable":true,"lowerBound":0,"iD":false,"id":396,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"has_gender","changeable":true,"lowerBound":0,"iD":false,"id":397,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"has_the_last_name","changeable":true,"lowerBound":0,"iD":false,"id":398,"derived":false},{"id":399,"eClass":"EGenericType"},{"id":400,"eClass":"EGenericType"},{"id":401,"eClass":"EGenericType"},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"id":405,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"used_by","changeable":true,"resolveProxies":true,"lowerBound":0,"id":406,"derived":false},{"id":407,"eClass":"EGenericType"},{"id":408,"eClass":"EGenericType"},{"id":409,"eClass":"EGenericType"},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sent_by","changeable":true,"resolveProxies":true,"lowerBound":0,"id":413,"derived":false},{"id":414,"eClass":"EGenericType"},{"id":415,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"has_authors","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"},{"id":421,"eClass":"EGenericType"},{"id":422,"eClass":"EGenericType"},{"id":423,"eClass":"EGenericType"},{"id":424,"eClass":"EGenericType"},{"id":425,"eClass":"EGenericType"},{"id":426,"eClass":"EGenericType"},{"id":427,"eClass":"EGenericType"},{"id":428,"eClass":"EGenericType"},{"id":429,"eClass":"EGenericType"},{"id":430,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"concerned","changeable":true,"resolveProxies":true,"lowerBound":0,"id":431,"derived":false},{"id":432,"eClass":"EGenericType"},{"id":433,"eClass":"EGenericType"},{"id":434,"eClass":"EGenericType"},{"id":435,"eClass":"EGenericType"},{"id":436,"eClass":"EGenericType"},{"id":437,"eClass":"EGenericType"},{"id":438,"eClass":"EGenericType"},{"id":439,"eClass":"EGenericType"},{"id":440,"eClass":"EGenericType"},{"id":441,"eClass":"EGenericType"},{"id":442,"eClass":"EGenericType"},{"id":443,"eClass":"EGenericType"},{"id":444,"eClass":"EGenericType"},{"id":445,"eClass":"EGenericType"},{"id":446,"eClass":"EGenericType"},{"id":447,"eClass":"EGenericType"},{"id":448,"eClass":"EGenericType"},{"id":449,"eClass":"EGenericType"},{"id":450,"eClass":"EGenericType"},{"id":451,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"has_members","changeable":true,"resolveProxies":true,"lowerBound":0,"id":452,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"was_a_committee_of","changeable":true,"resolveProxies":true,"lowerBound":0,"id":453,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"has_a_committee_co-chair","changeable":true,"resolveProxies":true,"lowerBound":0,"id":454,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"has_a_committee_chair","changeable":true,"resolveProxies":true,"lowerBound":0,"id":455,"derived":false},{"id":456,"eClass":"EGenericType"},{"id":457,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"was_a_member_of","changeable":true,"resolveProxies":true,"lowerBound":0,"id":458,"derived":false},{"id":459,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"has_a_commtitee","changeable":true,"resolveProxies":true,"lowerBound":0,"id":460,"derived":false},{"id":461,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"was_a_committe_co-chair_of","changeable":true,"resolveProxies":true,"lowerBound":0,"id":462,"derived":false},{"id":463,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"was_a_committee_chair_of","changeable":true,"resolveProxies":true,"lowerBound":0,"id":464,"derived":false},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"has_result","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"},{"id":472,"eClass":"EGenericType"},{"id":473,"eClass":"EGenericType"},{"id":474,"eClass":"EGenericType"},{"id":475,"eClass":"EGenericType"},{"id":476,"eClass":"EGenericType"},{"id":477,"eClass":"EGenericType"},{"id":478,"eClass":"EGenericType"},{"id":479,"eClass":"EGenericType"},{"id":480,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"gives_presentations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":481,"derived":false},{"id":482,"eClass":"EGenericType"},{"id":483,"eClass":"EGenericType"},{"id":484,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"is_given_by","changeable":true,"resolveProxies":true,"lowerBound":0,"id":485,"derived":false},{"id":486,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"has_a_submitted_contribution","changeable":true,"resolveProxies":true,"lowerBound":0,"id":487,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"has_an_expertise","changeable":true,"lowerBound":0,"iD":false,"id":488,"derived":false},{"id":489,"eClass":"EGenericType"},{"id":490,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"has_a_review_expertise","changeable":true,"resolveProxies":true,"lowerBound":0,"id":491,"derived":false},{"id":492,"eClass":"EGenericType"},{"id":493,"eClass":"EGenericType"},{"id":494,"eClass":"EGenericType"},{"id":495,"eClass":"EGenericType"},{"id":496,"eClass":"EGenericType"},{"id":497,"eClass":"EGenericType"},{"id":498,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"is_submitted_at","changeable":true,"resolveProxies":true,"lowerBound":0,"id":499,"derived":false},{"id":500,"eClass":"EGenericType"},{"id":501,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"has_contributions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":502,"derived":false},{"id":503,"eClass":"EGenericType"},{"id":504,"eClass":"EGenericType"},{"id":505,"eClass":"EGenericType"},{"id":506,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"is_the_1th_part_of","changeable":true,"resolveProxies":true,"lowerBound":0,"id":507,"derived":false},{"id":508,"eClass":"EGenericType"},{"id":509,"eClass":"EGenericType"},{"id":510,"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":"is_an_abstract_submission_date","changeable":true,"resolveProxies":true,"lowerBound":0,"id":511,"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":"is_a_full_paper_submission_date","changeable":true,"resolveProxies":true,"lowerBound":0,"id":512,"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":"is_an_ending_date","changeable":true,"resolveProxies":true,"lowerBound":0,"id":513,"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":"is_a_date_of_acceptance_announcement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":514,"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":"is_a_date_of_camera_ready_paper_submission","changeable":true,"resolveProxies":true,"lowerBound":0,"id":515,"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":"is_a_starting_date","changeable":true,"resolveProxies":true,"lowerBound":0,"id":516,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"belong_to_a_conference_volume","changeable":true,"resolveProxies":true,"lowerBound":0,"id":517,"derived":false},{"id":518,"eClass":"EGenericType"},{"id":519,"eClass":"EGenericType"},{"id":520,"eClass":"EGenericType"},{"id":521,"eClass":"EGenericType"},{"id":522,"eClass":"EGenericType"},{"id":523,"eClass":"EGenericType"},{"id":524,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"has_important_dates","changeable":true,"resolveProxies":true,"lowerBound":0,"id":525,"derived":false},{"id":526,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"has_an_ISBN","changeable":true,"lowerBound":0,"iD":false,"id":527,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"has_a_publisher","changeable":true,"resolveProxies":true,"lowerBound":0,"id":528,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"has_a_volume","changeable":true,"lowerBound":0,"iD":false,"id":529,"derived":false},{"id":530,"eClass":"EGenericType"},{"id":531,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"issues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":532,"derived":false},{"id":533,"eClass":"EGenericType"},{"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":"has_a_date_of_issue","changeable":true,"resolveProxies":true,"lowerBound":0,"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":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"was_a_program_committee_of","changeable":true,"resolveProxies":true,"lowerBound":0,"id":544,"derived":false},{"id":545,"eClass":"EGenericType"},{"id":546,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"has_a_program_committee","changeable":true,"resolveProxies":true,"lowerBound":0,"id":547,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"was_an_organizing_committee_of","changeable":true,"resolveProxies":true,"lowerBound":0,"id":548,"derived":false},{"id":549,"eClass":"EGenericType"},{"id":550,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"has_an_organizing_committee","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"was_a_steering_committee_of","changeable":true,"resolveProxies":true,"lowerBound":0,"id":552,"derived":false},{"id":553,"eClass":"EGenericType"},{"id":554,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"has_a_steering_committee","changeable":true,"resolveProxies":true,"lowerBound":0,"id":555,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"has_parts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"has_workshops","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"has_tracks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":558,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"has_tutorials","changeable":true,"resolveProxies":true,"lowerBound":0,"id":559,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"has_a_location","changeable":true,"lowerBound":0,"iD":false,"id":560,"derived":false},{"id":561,"eClass":"EGenericType"},{"id":562,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"is_part_of_conference_volumes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":563,"derived":false},{"id":564,"eClass":"EGenericType"},{"id":565,"eClass":"EGenericType"},{"id":566,"eClass":"EGenericType"},{"id":567,"eClass":"EGenericType"},{"id":568,"eClass":"EGenericType"},{"id":569,"eClass":"EGenericType"},{"id":570,"eClass":"EGenericType"},{"id":571,"eClass":"EGenericType"},{"id":572,"eClass":"EGenericType"},{"id":573,"eClass":"EGenericType"},{"id":574,"eClass":"EGenericType"},{"id":575,"eClass":"EGenericType"},{"id":576,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"has_a_track-workshop-tutorial_topic","changeable":true,"resolveProxies":true,"lowerBound":0,"id":577,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"has_a_track-workshop-tutorial_chair","changeable":true,"resolveProxies":true,"lowerBound":0,"id":578,"derived":false},{"id":579,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"is_a_topis_of_conference_parts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":580,"derived":false},{"id":581,"eClass":"EGenericType"},{"id":582,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"was_a_track-workshop_chair_of","changeable":true,"resolveProxies":true,"lowerBound":0,"id":583,"derived":false},{"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"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"belongs_to_a_review_reference","changeable":true,"resolveProxies":true,"lowerBound":0,"id":595,"derived":false},{"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"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"has_a_URL","changeable":true,"lowerBound":0,"iD":false,"id":607,"derived":false},{"id":608,"eClass":"EGenericType"},{"id":609,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"has_a_topic_or_a_submission_contribution","changeable":true,"resolveProxies":true,"lowerBound":0,"id":610,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"has_a_degree","changeable":true,"lowerBound":0,"iD":false,"id":611,"derived":false},{"id":612,"eClass":"EGenericType"},{"id":613,"eClass":"EGenericType"},{"id":614,"eClass":"EGenericType"},{"name":"high","id":615,"value":1,"literal":"high","eClass":"EEnumLiteral"},{"name":"medium","id":616,"value":2,"literal":"medium","eClass":"EEnumLiteral"},{"name":"low","id":617,"value":3,"literal":"low","eClass":"EEnumLiteral"},{"name":"very high","id":618,"value":4,"literal":"very high","eClass":"EEnumLiteral"},{"name":"male","id":619,"value":5,"literal":"male","eClass":"EEnumLiteral"},{"name":"female","id":620,"value":6,"literal":"female","eClass":"EEnumLiteral"},{"id":621,"eClass":"EGenericType"},{"id":622,"eClass":"EGenericType"},{"id":623,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"manually_assign_paper","changeable":true,"resolveProxies":true,"lowerBound":0,"id":624,"derived":false},{"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":"assign_paper","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":"is_performed_by","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"},{"id":635,"eClass":"EGenericType"},{"id":636,"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":"goes_through","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":false,"unsettable":false,"transient":false,"unique":true,"name":"is_sent_to","changeable":true,"resolveProxies":true,"lowerBound":0,"id":638,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"is_created_in","changeable":true,"resolveProxies":true,"lowerBound":0,"id":639,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"structure_created_by","changeable":true,"resolveProxies":true,"lowerBound":0,"id":640,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"has_author","changeable":true,"resolveProxies":true,"lowerBound":0,"id":641,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"gives_classification","changeable":true,"resolveProxies":true,"lowerBound":0,"id":642,"derived":false},{"id":643,"eClass":"EGenericType"},{"id":644,"eClass":"EGenericType"},{"id":645,"eClass":"EGenericType"},{"id":646,"eClass":"EGenericType"},{"id":647,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"is_author_of","changeable":true,"resolveProxies":true,"lowerBound":0,"id":648,"derived":false},{"id":649,"eClass":"EGenericType"},{"id":650,"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":"is_performed_by","changeable":true,"resolveProxies":true,"lowerBound":1,"id":651,"derived":false},{"id":652,"eClass":"EGenericType"},{"id":653,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"is_followed_by","changeable":true,"resolveProxies":true,"lowerBound":0,"id":654,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"is_monitored_by","changeable":true,"resolveProxies":true,"lowerBound":0,"id":655,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"has_intensity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":656,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"has_result","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":"is_performed_by","changeable":true,"resolveProxies":true,"lowerBound":0,"id":658,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"is_supervised_by","changeable":true,"resolveProxies":true,"lowerBound":0,"id":659,"derived":false},{"id":660,"eClass":"EGenericType"},{"id":661,"eClass":"EGenericType"},{"id":662,"eClass":"EGenericType"},{"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":"performs_activity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":665,"derived":false},{"id":666,"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":"supervises","changeable":true,"resolveProxies":true,"lowerBound":0,"id":667,"derived":false},{"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":"sets_member","changeable":true,"resolveProxies":true,"lowerBound":0,"id":669,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"is_made_by","changeable":true,"resolveProxies":true,"lowerBound":0,"id":670,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"includes_topic","changeable":true,"resolveProxies":true,"lowerBound":0,"id":671,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sets_date","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":false,"unsettable":false,"transient":false,"unique":true,"name":"sets_URL","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"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"is_employed_in","changeable":true,"resolveProxies":true,"lowerBound":0,"id":680,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"has_topic_of_interest","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":"e-mail","changeable":true,"lowerBound":0,"iD":false,"id":682,"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":"last_name","changeable":true,"lowerBound":0,"iD":false,"id":683,"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":"first_name","changeable":true,"lowerBound":0,"iD":false,"id":684,"derived":false},{"id":685,"eClass":"EGenericType"},{"id":686,"eClass":"EGenericType"},{"id":687,"eClass":"EGenericType"},{"id":688,"eClass":"EGenericType"},{"id":689,"eClass":"EGenericType"},{"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"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"has_result","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"is_performed_by","changeable":true,"resolveProxies":true,"lowerBound":1,"id":701,"derived":false},{"id":702,"eClass":"EGenericType"},{"id":703,"eClass":"EGenericType"},{"id":704,"eClass":"EGenericType"},{"id":705,"eClass":"EGenericType"},{"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":"is_performed_by","changeable":true,"resolveProxies":true,"lowerBound":1,"id":708,"derived":false},{"id":709,"eClass":"EGenericType"},{"id":710,"eClass":"EGenericType"},{"id":711,"eClass":"EGenericType"},{"id":712,"eClass":"EGenericType"},{"id":713,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":4,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"supervises","changeable":true,"resolveProxies":true,"lowerBound":0,"id":714,"derived":false},{"id":715,"eClass":"EGenericType"},{"id":716,"eClass":"EGenericType"},{"id":717,"eClass":"EGenericType"},{"id":718,"eClass":"EGenericType"},{"id":719,"eClass":"EGenericType"},{"id":720,"eClass":"EGenericType"},{"id":721,"eClass":"EGenericType"},{"id":722,"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":"is_created_in","changeable":true,"resolveProxies":true,"lowerBound":1,"id":723,"derived":false},{"id":724,"eClass":"EGenericType"},{"id":725,"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":"automatically_assign_paper","changeable":true,"resolveProxies":true,"lowerBound":0,"id":726,"derived":false},{"id":727,"eClass":"EGenericType"},{"id":728,"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":"is_created_in","changeable":true,"resolveProxies":true,"lowerBound":1,"id":729,"derived":false},{"id":730,"eClass":"EGenericType"},{"id":731,"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":"is_performed_by","changeable":true,"resolveProxies":true,"lowerBound":1,"id":732,"derived":false},{"id":733,"eClass":"EGenericType"},{"id":734,"eClass":"EGenericType"},{"id":735,"eClass":"EGenericType"},{"id":736,"eClass":"EGenericType"},{"id":737,"eClass":"EGenericType"},{"id":738,"eClass":"EGenericType"},{"id":739,"eClass":"EGenericType"},{"nsPrefix":null,"nsURI":null,"name":"PrimitiveTypes","id":740,"eClass":"EPackage"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":0,"target":57},{"source":0,"target":58},{"source":0,"target":59},{"source":0,"target":60},{"source":0,"target":61},{"source":0,"target":62},{"source":0,"target":63},{"source":0,"target":64},{"source":0,"target":65},{"source":0,"target":66},{"source":0,"target":67},{"source":0,"target":68},{"source":0,"target":69},{"source":0,"target":70},{"source":0,"target":71},{"source":0,"target":72},{"source":0,"target":73},{"source":0,"target":74},{"source":0,"target":75},{"source":0,"target":76},{"source":0,"target":77},{"source":0,"target":78},{"source":0,"target":79},{"source":0,"target":80},{"source":0,"target":81},{"source":0,"target":82},{"source":0,"target":83},{"source":0,"target":84},{"source":0,"target":85},{"source":0,"target":86},{"source":0,"target":87},{"source":0,"target":88},{"source":0,"target":89},{"source":0,"target":90},{"source":0,"target":91},{"source":0,"target":92},{"source":0,"target":93},{"source":0,"target":94},{"source":0,"target":95},{"source":0,"target":96},{"source":0,"target":97},{"source":0,"target":98},{"source":0,"target":99},{"source":0,"target":100},{"source":0,"target":101},{"source":0,"target":102},{"source":0,"target":103},{"source":0,"target":104},{"source":0,"target":105},{"source":0,"target":106},{"source":0,"target":107},{"source":0,"target":108},{"source":0,"target":109},{"source":0,"target":110},{"source":0,"target":111},{"source":0,"target":112},{"source":0,"target":113},{"source":0,"target":114},{"source":0,"target":115},{"source":0,"target":116},{"source":0,"target":117},{"source":0,"target":118},{"source":0,"target":119},{"source":0,"target":120},{"source":0,"target":121},{"source":0,"target":122},{"source":0,"target":123},{"source":0,"target":124},{"source":0,"target":125},{"source":0,"target":126},{"source":0,"target":127},{"source":0,"target":128},{"source":0,"target":129},{"source":0,"target":130},{"source":0,"target":131},{"source":0,"target":132},{"source":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":1,"target":0},{"source":2,"target":0},{"source":2,"target":10},{"source":2,"target":33},{"source":2,"target":36},{"source":2,"target":184},{"source":2,"target":185},{"source":2,"target":186},{"source":2,"target":187},{"source":2,"target":188},{"source":2,"target":189},{"source":2,"target":190},{"source":2,"target":191},{"source":2,"target":192},{"source":2,"target":193},{"source":2,"target":194},{"source":2,"target":195},{"source":184,"target":2},{"source":184,"target":196},{"source":184,"target":2},{"source":196,"target":2},{"source":185,"target":2},{"source":185,"target":197},{"source":185,"target":2},{"source":197,"target":2},{"source":186,"target":1},{"source":186,"target":198},{"source":186,"target":2},{"source":198,"target":1},{"source":187,"target":26},{"source":187,"target":199},{"source":187,"target":2},{"source":199,"target":26},{"source":188,"target":7},{"source":188,"target":200},{"source":188,"target":2},{"source":188,"target":201},{"source":200,"target":7},{"source":189,"target":21},{"source":189,"target":202},{"source":189,"target":2},{"source":202,"target":21},{"source":190,"target":21},{"source":190,"target":203},{"source":190,"target":2},{"source":203,"target":21},{"source":191,"target":20},{"source":191,"target":204},{"source":191,"target":2},{"source":204,"target":20},{"source":192,"target":15},{"source":192,"target":205},{"source":192,"target":2},{"source":192,"target":206},{"source":205,"target":15},{"source":193,"target":10},{"source":194,"target":33},{"source":195,"target":36},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":207},{"source":207,"target":2},{"source":4,"target":0},{"source":5,"target":0},{"source":6,"target":0},{"source":6,"target":208},{"source":208,"target":12},{"source":208,"target":209},{"source":208,"target":6},{"source":208,"target":210},{"source":209,"target":12},{"source":7,"target":0},{"source":7,"target":201},{"source":201,"target":2},{"source":201,"target":211},{"source":201,"target":7},{"source":211,"target":2},{"source":8,"target":0},{"source":8,"target":1},{"source":8,"target":30},{"source":8,"target":212},{"source":8,"target":213},{"source":8,"target":214},{"source":8,"target":215},{"source":8,"target":216},{"source":8,"target":217},{"source":8,"target":218},{"source":8,"target":219},{"source":8,"target":220},{"source":8,"target":221},{"source":8,"target":222},{"source":8,"target":223},{"source":8,"target":224},{"source":8,"target":225},{"source":8,"target":226},{"source":8,"target":227},{"source":212,"target":167},{"source":212,"target":228},{"source":212,"target":8},{"source":228,"target":167},{"source":213,"target":10},{"source":213,"target":229},{"source":213,"target":8},{"source":213,"target":230},{"source":229,"target":10},{"source":214,"target":26},{"source":214,"target":231},{"source":214,"target":8},{"source":231,"target":26},{"source":215,"target":26},{"source":215,"target":232},{"source":215,"target":8},{"source":232,"target":26},{"source":216,"target":26},{"source":216,"target":233},{"source":216,"target":8},{"source":233,"target":26},{"source":217,"target":26},{"source":217,"target":234},{"source":217,"target":8},{"source":234,"target":26},{"source":218,"target":26},{"source":218,"target":235},{"source":218,"target":8},{"source":235,"target":26},{"source":219,"target":26},{"source":219,"target":236},{"source":219,"target":8},{"source":236,"target":26},{"source":220,"target":26},{"source":220,"target":237},{"source":220,"target":8},{"source":237,"target":26},{"source":221,"target":141},{"source":221,"target":238},{"source":221,"target":8},{"source":238,"target":141},{"source":222,"target":239},{"source":222,"target":240},{"source":222,"target":8},{"source":240,"target":239},{"source":223,"target":29},{"source":223,"target":241},{"source":223,"target":8},{"source":241,"target":29},{"source":224,"target":242},{"source":224,"target":243},{"source":224,"target":8},{"source":243,"target":242},{"source":225,"target":29},{"source":225,"target":244},{"source":225,"target":8},{"source":244,"target":29},{"source":226,"target":1},{"source":227,"target":30},{"source":9,"target":0},{"source":9,"target":10},{"source":9,"target":16},{"source":9,"target":245},{"source":9,"target":246},{"source":245,"target":10},{"source":246,"target":16},{"source":10,"target":0},{"source":10,"target":36},{"source":10,"target":230},{"source":10,"target":247},{"source":230,"target":8},{"source":230,"target":248},{"source":230,"target":10},{"source":248,"target":8},{"source":247,"target":36},{"source":11,"target":0},{"source":11,"target":10},{"source":11,"target":16},{"source":11,"target":249},{"source":11,"target":250},{"source":249,"target":10},{"source":250,"target":16},{"source":12,"target":0},{"source":12,"target":36},{"source":12,"target":10},{"source":12,"target":210},{"source":12,"target":251},{"source":12,"target":252},{"source":12,"target":253},{"source":12,"target":254},{"source":210,"target":6},{"source":210,"target":255},{"source":210,"target":12},{"source":210,"target":208},{"source":255,"target":6},{"source":251,"target":239},{"source":251,"target":256},{"source":251,"target":12},{"source":256,"target":239},{"source":252,"target":26},{"source":252,"target":257},{"source":252,"target":12},{"source":257,"target":26},{"source":253,"target":36},{"source":254,"target":10},{"source":13,"target":0},{"source":13,"target":22},{"source":13,"target":258},{"source":258,"target":22},{"source":14,"target":0},{"source":15,"target":0},{"source":15,"target":36},{"source":15,"target":206},{"source":15,"target":259},{"source":206,"target":2},{"source":206,"target":260},{"source":206,"target":15},{"source":260,"target":2},{"source":259,"target":36},{"source":16,"target":0},{"source":16,"target":36},{"source":16,"target":10},{"source":16,"target":261},{"source":16,"target":262},{"source":261,"target":36},{"source":262,"target":10},{"source":17,"target":0},{"source":17,"target":12},{"source":17,"target":16},{"source":17,"target":263},{"source":17,"target":264},{"source":17,"target":265},{"source":263,"target":20},{"source":263,"target":266},{"source":263,"target":17},{"source":266,"target":20},{"source":264,"target":12},{"source":265,"target":16},{"source":18,"target":0},{"source":18,"target":4},{"source":18,"target":267},{"source":267,"target":4},{"source":19,"target":0},{"source":19,"target":4},{"source":19,"target":268},{"source":268,"target":4},{"source":20,"target":0},{"source":20,"target":39},{"source":20,"target":142},{"source":20,"target":95},{"source":20,"target":269},{"source":20,"target":270},{"source":20,"target":271},{"source":20,"target":272},{"source":20,"target":273},{"source":20,"target":274},{"source":20,"target":275},{"source":269,"target":117},{"source":269,"target":276},{"source":269,"target":20},{"source":269,"target":277},{"source":276,"target":117},{"source":270,"target":176},{"source":270,"target":278},{"source":270,"target":20},{"source":278,"target":176},{"source":271,"target":145},{"source":271,"target":279},{"source":271,"target":20},{"source":279,"target":145},{"source":272,"target":2},{"source":272,"target":280},{"source":272,"target":20},{"source":280,"target":2},{"source":273,"target":39},{"source":274,"target":142},{"source":275,"target":95},{"source":21,"target":0},{"source":21,"target":39},{"source":21,"target":142},{"source":21,"target":97},{"source":21,"target":281},{"source":21,"target":282},{"source":21,"target":283},{"source":21,"target":284},{"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":21,"target":293},{"source":21,"target":294},{"source":21,"target":295},{"source":21,"target":296},{"source":21,"target":297},{"source":281,"target":239},{"source":281,"target":298},{"source":281,"target":21},{"source":298,"target":239},{"source":282,"target":148},{"source":282,"target":299},{"source":282,"target":21},{"source":299,"target":148},{"source":283,"target":23},{"source":283,"target":300},{"source":283,"target":21},{"source":283,"target":301},{"source":300,"target":23},{"source":284,"target":7},{"source":284,"target":302},{"source":284,"target":21},{"source":302,"target":7},{"source":285,"target":4},{"source":285,"target":303},{"source":285,"target":21},{"source":303,"target":4},{"source":286,"target":2},{"source":286,"target":304},{"source":286,"target":21},{"source":304,"target":2},{"source":287,"target":14},{"source":287,"target":305},{"source":287,"target":21},{"source":305,"target":14},{"source":288,"target":2},{"source":288,"target":306},{"source":288,"target":21},{"source":306,"target":2},{"source":289,"target":28},{"source":289,"target":307},{"source":289,"target":21},{"source":307,"target":28},{"source":290,"target":308},{"source":290,"target":309},{"source":290,"target":21},{"source":309,"target":308},{"source":291,"target":22},{"source":291,"target":310},{"source":291,"target":21},{"source":310,"target":22},{"source":292,"target":26},{"source":292,"target":311},{"source":292,"target":21},{"source":311,"target":26},{"source":293,"target":26},{"source":293,"target":312},{"source":293,"target":21},{"source":312,"target":26},{"source":294,"target":3},{"source":294,"target":313},{"source":294,"target":21},{"source":313,"target":3},{"source":295,"target":39},{"source":296,"target":142},{"source":297,"target":97},{"source":22,"target":0},{"source":22,"target":10},{"source":22,"target":33},{"source":22,"target":314},{"source":22,"target":315},{"source":22,"target":316},{"source":22,"target":317},{"source":314,"target":21},{"source":314,"target":318},{"source":314,"target":22},{"source":318,"target":21},{"source":315,"target":21},{"source":315,"target":319},{"source":315,"target":22},{"source":319,"target":21},{"source":316,"target":10},{"source":317,"target":33},{"source":23,"target":0},{"source":23,"target":22},{"source":23,"target":301},{"source":23,"target":320},{"source":301,"target":21},{"source":301,"target":321},{"source":301,"target":23},{"source":321,"target":21},{"source":320,"target":22},{"source":24,"target":0},{"source":24,"target":21},{"source":24,"target":322},{"source":322,"target":21},{"source":25,"target":0},{"source":25,"target":21},{"source":25,"target":323},{"source":323,"target":21},{"source":26,"target":0},{"source":26,"target":33},{"source":26,"target":36},{"source":26,"target":324},{"source":26,"target":325},{"source":26,"target":326},{"source":26,"target":327},{"source":26,"target":328},{"source":26,"target":329},{"source":26,"target":330},{"source":26,"target":331},{"source":26,"target":332},{"source":26,"target":333},{"source":26,"target":334},{"source":26,"target":335},{"source":26,"target":336},{"source":26,"target":337},{"source":26,"target":338},{"source":26,"target":339},{"source":324,"target":30},{"source":324,"target":340},{"source":324,"target":26},{"source":324,"target":341},{"source":340,"target":30},{"source":325,"target":34},{"source":325,"target":342},{"source":325,"target":26},{"source":325,"target":343},{"source":342,"target":34},{"source":326,"target":8},{"source":326,"target":344},{"source":326,"target":26},{"source":344,"target":8},{"source":327,"target":8},{"source":327,"target":345},{"source":327,"target":26},{"source":345,"target":8},{"source":328,"target":8},{"source":328,"target":346},{"source":328,"target":26},{"source":346,"target":8},{"source":329,"target":8},{"source":329,"target":347},{"source":329,"target":26},{"source":347,"target":8},{"source":330,"target":2},{"source":330,"target":348},{"source":330,"target":26},{"source":348,"target":2},{"source":331,"target":21},{"source":331,"target":349},{"source":331,"target":26},{"source":349,"target":21},{"source":332,"target":8},{"source":332,"target":350},{"source":332,"target":26},{"source":350,"target":8},{"source":333,"target":8},{"source":333,"target":351},{"source":333,"target":26},{"source":351,"target":8},{"source":334,"target":12},{"source":334,"target":352},{"source":334,"target":26},{"source":352,"target":12},{"source":335,"target":8},{"source":335,"target":353},{"source":335,"target":26},{"source":353,"target":8},{"source":336,"target":21},{"source":336,"target":354},{"source":336,"target":26},{"source":354,"target":21},{"source":337,"target":12},{"source":337,"target":355},{"source":337,"target":26},{"source":337,"target":252},{"source":355,"target":12},{"source":338,"target":33},{"source":339,"target":36},{"source":27,"target":0},{"source":27,"target":20},{"source":27,"target":356},{"source":356,"target":20},{"source":28,"target":0},{"source":29,"target":0},{"source":30,"target":0},{"source":30,"target":1},{"source":30,"target":357},{"source":30,"target":358},{"source":30,"target":359},{"source":30,"target":341},{"source":30,"target":360},{"source":357,"target":63},{"source":357,"target":361},{"source":357,"target":30},{"source":361,"target":63},{"source":358,"target":57},{"source":358,"target":362},{"source":358,"target":30},{"source":358,"target":363},{"source":362,"target":57},{"source":359,"target":43},{"source":359,"target":364},{"source":359,"target":30},{"source":359,"target":365},{"source":364,"target":43},{"source":341,"target":26},{"source":341,"target":366},{"source":341,"target":30},{"source":341,"target":324},{"source":366,"target":26},{"source":360,"target":1},{"source":31,"target":0},{"source":31,"target":367},{"source":367,"target":36},{"source":367,"target":368},{"source":367,"target":31},{"source":367,"target":369},{"source":368,"target":36},{"source":32,"target":0},{"source":33,"target":0},{"source":33,"target":36},{"source":33,"target":370},{"source":33,"target":371},{"source":33,"target":372},{"source":33,"target":373},{"source":370,"target":39},{"source":370,"target":374},{"source":370,"target":33},{"source":370,"target":375},{"source":374,"target":39},{"source":371,"target":1},{"source":371,"target":376},{"source":371,"target":33},{"source":376,"target":1},{"source":372,"target":39},{"source":372,"target":377},{"source":372,"target":33},{"source":372,"target":378},{"source":377,"target":39},{"source":373,"target":36},{"source":34,"target":0},{"source":34,"target":1},{"source":34,"target":343},{"source":34,"target":379},{"source":343,"target":26},{"source":343,"target":380},{"source":343,"target":34},{"source":343,"target":325},{"source":380,"target":26},{"source":379,"target":1},{"source":35,"target":0},{"source":35,"target":64},{"source":35,"target":381},{"source":381,"target":64},{"source":36,"target":0},{"source":36,"target":1},{"source":36,"target":382},{"source":36,"target":383},{"source":36,"target":384},{"source":36,"target":385},{"source":36,"target":386},{"source":36,"target":387},{"source":36,"target":369},{"source":36,"target":388},{"source":36,"target":389},{"source":36,"target":390},{"source":36,"target":391},{"source":36,"target":392},{"source":36,"target":393},{"source":36,"target":394},{"source":36,"target":395},{"source":36,"target":396},{"source":36,"target":397},{"source":36,"target":398},{"source":36,"target":399},{"source":382,"target":39},{"source":382,"target":400},{"source":382,"target":36},{"source":400,"target":39},{"source":383,"target":308},{"source":383,"target":401},{"source":383,"target":36},{"source":401,"target":308},{"source":384,"target":1},{"source":384,"target":402},{"source":384,"target":36},{"source":402,"target":1},{"source":385,"target":1},{"source":385,"target":403},{"source":385,"target":36},{"source":403,"target":1},{"source":386,"target":32},{"source":386,"target":404},{"source":386,"target":36},{"source":404,"target":32},{"source":387,"target":39},{"source":387,"target":405},{"source":387,"target":36},{"source":387,"target":406},{"source":405,"target":39},{"source":369,"target":31},{"source":369,"target":407},{"source":369,"target":36},{"source":369,"target":367},{"source":407,"target":31},{"source":388,"target":1},{"source":388,"target":408},{"source":388,"target":36},{"source":408,"target":1},{"source":389,"target":30},{"source":389,"target":409},{"source":389,"target":36},{"source":409,"target":30},{"source":390,"target":1},{"source":390,"target":410},{"source":390,"target":36},{"source":410,"target":1},{"source":391,"target":36},{"source":391,"target":411},{"source":391,"target":36},{"source":411,"target":36},{"source":392,"target":65},{"source":392,"target":412},{"source":392,"target":36},{"source":392,"target":413},{"source":412,"target":65},{"source":393,"target":36},{"source":393,"target":414},{"source":393,"target":36},{"source":414,"target":36},{"source":394,"target":95},{"source":394,"target":415},{"source":394,"target":36},{"source":394,"target":416},{"source":415,"target":95},{"source":395,"target":308},{"source":395,"target":417},{"source":395,"target":36},{"source":417,"target":308},{"source":396,"target":308},{"source":396,"target":418},{"source":396,"target":36},{"source":418,"target":308},{"source":397,"target":130},{"source":397,"target":419},{"source":397,"target":36},{"source":419,"target":130},{"source":398,"target":308},{"source":398,"target":420},{"source":398,"target":36},{"source":420,"target":308},{"source":399,"target":1},{"source":37,"target":0},{"source":37,"target":30},{"source":37,"target":421},{"source":421,"target":30},{"source":38,"target":0},{"source":38,"target":21},{"source":38,"target":422},{"source":422,"target":21},{"source":39,"target":0},{"source":39,"target":1},{"source":39,"target":375},{"source":39,"target":406},{"source":39,"target":378},{"source":39,"target":423},{"source":375,"target":33},{"source":375,"target":424},{"source":375,"target":39},{"source":375,"target":370},{"source":424,"target":33},{"source":406,"target":36},{"source":406,"target":425},{"source":406,"target":39},{"source":406,"target":387},{"source":425,"target":36},{"source":378,"target":33},{"source":378,"target":426},{"source":378,"target":39},{"source":378,"target":372},{"source":426,"target":33},{"source":423,"target":1},{"source":40,"target":0},{"source":40,"target":21},{"source":40,"target":427},{"source":427,"target":21},{"source":41,"target":0},{"source":41,"target":34},{"source":41,"target":428},{"source":428,"target":34},{"source":42,"target":0},{"source":42,"target":43},{"source":42,"target":429},{"source":429,"target":43},{"source":43,"target":0},{"source":43,"target":365},{"source":365,"target":30},{"source":365,"target":430},{"source":365,"target":43},{"source":365,"target":359},{"source":430,"target":30},{"source":44,"target":0},{"source":44,"target":146},{"source":44,"target":431},{"source":44,"target":432},{"source":431,"target":30},{"source":431,"target":433},{"source":431,"target":44},{"source":433,"target":30},{"source":432,"target":146},{"source":45,"target":0},{"source":45,"target":46},{"source":45,"target":434},{"source":434,"target":46},{"source":46,"target":0},{"source":46,"target":39},{"source":46,"target":435},{"source":435,"target":39},{"source":47,"target":0},{"source":47,"target":21},{"source":47,"target":436},{"source":436,"target":21},{"source":48,"target":0},{"source":48,"target":34},{"source":48,"target":437},{"source":437,"target":34},{"source":49,"target":0},{"source":49,"target":50},{"source":49,"target":438},{"source":438,"target":50},{"source":50,"target":0},{"source":50,"target":43},{"source":50,"target":439},{"source":439,"target":43},{"source":51,"target":0},{"source":51,"target":34},{"source":51,"target":440},{"source":440,"target":34},{"source":52,"target":0},{"source":52,"target":46},{"source":52,"target":441},{"source":441,"target":46},{"source":53,"target":0},{"source":53,"target":43},{"source":53,"target":442},{"source":442,"target":43},{"source":54,"target":0},{"source":54,"target":50},{"source":54,"target":443},{"source":443,"target":50},{"source":55,"target":0},{"source":55,"target":35},{"source":55,"target":444},{"source":444,"target":35},{"source":56,"target":0},{"source":56,"target":65},{"source":56,"target":445},{"source":445,"target":65},{"source":57,"target":0},{"source":57,"target":46},{"source":57,"target":363},{"source":57,"target":446},{"source":363,"target":30},{"source":363,"target":447},{"source":363,"target":57},{"source":363,"target":358},{"source":447,"target":30},{"source":446,"target":46},{"source":58,"target":0},{"source":58,"target":46},{"source":58,"target":448},{"source":448,"target":46},{"source":59,"target":0},{"source":59,"target":39},{"source":59,"target":449},{"source":449,"target":39},{"source":60,"target":0},{"source":60,"target":39},{"source":60,"target":450},{"source":450,"target":39},{"source":61,"target":0},{"source":61,"target":35},{"source":61,"target":451},{"source":451,"target":35},{"source":62,"target":0},{"source":62,"target":33},{"source":62,"target":452},{"source":62,"target":453},{"source":62,"target":454},{"source":62,"target":455},{"source":62,"target":456},{"source":452,"target":88},{"source":452,"target":457},{"source":452,"target":62},{"source":452,"target":458},{"source":457,"target":88},{"source":453,"target":106},{"source":453,"target":459},{"source":453,"target":62},{"source":453,"target":460},{"source":459,"target":106},{"source":454,"target":87},{"source":454,"target":461},{"source":454,"target":62},{"source":454,"target":462},{"source":461,"target":87},{"source":455,"target":112},{"source":455,"target":463},{"source":455,"target":62},{"source":455,"target":464},{"source":463,"target":112},{"source":456,"target":33},{"source":63,"target":0},{"source":63,"target":43},{"source":63,"target":465},{"source":465,"target":43},{"source":64,"target":0},{"source":64,"target":65},{"source":64,"target":466},{"source":466,"target":65},{"source":65,"target":0},{"source":65,"target":467},{"source":65,"target":413},{"source":467,"target":1},{"source":467,"target":468},{"source":467,"target":65},{"source":468,"target":1},{"source":413,"target":36},{"source":413,"target":469},{"source":413,"target":65},{"source":413,"target":392},{"source":469,"target":36},{"source":66,"target":0},{"source":66,"target":34},{"source":66,"target":470},{"source":470,"target":34},{"source":67,"target":0},{"source":67,"target":1},{"source":67,"target":471},{"source":471,"target":1},{"source":68,"target":0},{"source":68,"target":22},{"source":68,"target":472},{"source":472,"target":22},{"source":69,"target":0},{"source":69,"target":34},{"source":69,"target":473},{"source":473,"target":34},{"source":70,"target":0},{"source":70,"target":65},{"source":70,"target":474},{"source":474,"target":65},{"source":71,"target":0},{"source":71,"target":65},{"source":71,"target":475},{"source":475,"target":65},{"source":72,"target":0},{"source":72,"target":21},{"source":72,"target":476},{"source":476,"target":21},{"source":73,"target":0},{"source":73,"target":43},{"source":73,"target":477},{"source":477,"target":43},{"source":74,"target":0},{"source":75,"target":0},{"source":75,"target":35},{"source":75,"target":478},{"source":478,"target":35},{"source":76,"target":0},{"source":76,"target":43},{"source":76,"target":479},{"source":479,"target":43},{"source":77,"target":0},{"source":77,"target":36},{"source":77,"target":480},{"source":480,"target":36},{"source":78,"target":0},{"source":78,"target":83},{"source":78,"target":77},{"source":78,"target":481},{"source":78,"target":482},{"source":78,"target":483},{"source":481,"target":111},{"source":481,"target":484},{"source":481,"target":78},{"source":481,"target":485},{"source":484,"target":111},{"source":482,"target":83},{"source":483,"target":77},{"source":79,"target":0},{"source":79,"target":77},{"source":79,"target":486},{"source":486,"target":77},{"source":80,"target":0},{"source":80,"target":1},{"source":80,"target":487},{"source":80,"target":488},{"source":80,"target":489},{"source":487,"target":81},{"source":487,"target":490},{"source":487,"target":80},{"source":487,"target":491},{"source":490,"target":81},{"source":488,"target":130},{"source":488,"target":492},{"source":488,"target":80},{"source":492,"target":130},{"source":489,"target":1},{"source":81,"target":0},{"source":81,"target":99},{"source":81,"target":491},{"source":81,"target":493},{"source":491,"target":80},{"source":491,"target":494},{"source":491,"target":81},{"source":491,"target":487},{"source":494,"target":80},{"source":493,"target":99},{"source":82,"target":0},{"source":82,"target":83},{"source":82,"target":495},{"source":495,"target":83},{"source":83,"target":0},{"source":83,"target":36},{"source":83,"target":496},{"source":496,"target":36},{"source":84,"target":0},{"source":84,"target":82},{"source":84,"target":497},{"source":497,"target":82},{"source":85,"target":0},{"source":85,"target":82},{"source":85,"target":498},{"source":498,"target":82},{"source":86,"target":0},{"source":86,"target":95},{"source":86,"target":499},{"source":86,"target":500},{"source":499,"target":106},{"source":499,"target":501},{"source":499,"target":86},{"source":499,"target":502},{"source":501,"target":106},{"source":500,"target":95},{"source":87,"target":0},{"source":87,"target":88},{"source":87,"target":462},{"source":87,"target":503},{"source":462,"target":62},{"source":462,"target":504},{"source":462,"target":87},{"source":462,"target":454},{"source":504,"target":62},{"source":503,"target":88},{"source":88,"target":0},{"source":88,"target":36},{"source":88,"target":458},{"source":88,"target":505},{"source":458,"target":62},{"source":458,"target":506},{"source":458,"target":88},{"source":458,"target":452},{"source":506,"target":62},{"source":505,"target":36},{"source":89,"target":0},{"source":89,"target":90},{"source":89,"target":507},{"source":89,"target":508},{"source":507,"target":1},{"source":507,"target":509},{"source":507,"target":89},{"source":509,"target":1},{"source":508,"target":90},{"source":90,"target":0},{"source":90,"target":97},{"source":90,"target":510},{"source":510,"target":97},{"source":91,"target":0},{"source":91,"target":511},{"source":91,"target":512},{"source":91,"target":513},{"source":91,"target":514},{"source":91,"target":515},{"source":91,"target":516},{"source":91,"target":517},{"source":511,"target":141},{"source":511,"target":518},{"source":511,"target":91},{"source":518,"target":141},{"source":512,"target":141},{"source":512,"target":519},{"source":512,"target":91},{"source":519,"target":141},{"source":513,"target":141},{"source":513,"target":520},{"source":513,"target":91},{"source":520,"target":141},{"source":514,"target":141},{"source":514,"target":521},{"source":514,"target":91},{"source":521,"target":141},{"source":515,"target":141},{"source":515,"target":522},{"source":515,"target":91},{"source":522,"target":141},{"source":516,"target":141},{"source":516,"target":523},{"source":516,"target":91},{"source":523,"target":141},{"source":517,"target":106},{"source":517,"target":524},{"source":517,"target":91},{"source":517,"target":525},{"source":524,"target":106},{"source":92,"target":0},{"source":92,"target":83},{"source":92,"target":526},{"source":526,"target":83},{"source":93,"target":0},{"source":93,"target":527},{"source":93,"target":528},{"source":93,"target":529},{"source":527,"target":308},{"source":527,"target":530},{"source":527,"target":93},{"source":530,"target":308},{"source":528,"target":124},{"source":528,"target":531},{"source":528,"target":93},{"source":528,"target":532},{"source":531,"target":124},{"source":529,"target":239},{"source":529,"target":533},{"source":529,"target":93},{"source":533,"target":239},{"source":94,"target":0},{"source":94,"target":95},{"source":94,"target":534},{"source":534,"target":95},{"source":95,"target":0},{"source":95,"target":416},{"source":95,"target":535},{"source":416,"target":36},{"source":416,"target":536},{"source":416,"target":95},{"source":416,"target":394},{"source":536,"target":36},{"source":535,"target":141},{"source":535,"target":537},{"source":535,"target":95},{"source":537,"target":141},{"source":96,"target":0},{"source":97,"target":0},{"source":97,"target":99},{"source":97,"target":538},{"source":538,"target":99},{"source":98,"target":0},{"source":98,"target":86},{"source":98,"target":539},{"source":539,"target":86},{"source":99,"target":0},{"source":99,"target":86},{"source":99,"target":540},{"source":540,"target":86},{"source":100,"target":0},{"source":100,"target":36},{"source":100,"target":541},{"source":541,"target":36},{"source":101,"target":0},{"source":101,"target":102},{"source":101,"target":542},{"source":542,"target":102},{"source":102,"target":0},{"source":102,"target":117},{"source":102,"target":543},{"source":543,"target":117},{"source":103,"target":0},{"source":103,"target":62},{"source":103,"target":544},{"source":103,"target":545},{"source":544,"target":106},{"source":544,"target":546},{"source":544,"target":103},{"source":544,"target":547},{"source":546,"target":106},{"source":545,"target":62},{"source":104,"target":0},{"source":104,"target":62},{"source":104,"target":548},{"source":104,"target":549},{"source":548,"target":106},{"source":548,"target":550},{"source":548,"target":104},{"source":548,"target":551},{"source":550,"target":106},{"source":549,"target":62},{"source":105,"target":0},{"source":105,"target":62},{"source":105,"target":552},{"source":105,"target":553},{"source":552,"target":106},{"source":552,"target":554},{"source":552,"target":105},{"source":552,"target":555},{"source":554,"target":106},{"source":553,"target":62},{"source":106,"target":0},{"source":106,"target":8},{"source":106,"target":556},{"source":106,"target":557},{"source":106,"target":558},{"source":106,"target":559},{"source":106,"target":460},{"source":106,"target":555},{"source":106,"target":551},{"source":106,"target":525},{"source":106,"target":502},{"source":106,"target":560},{"source":106,"target":547},{"source":106,"target":561},{"source":556,"target":110},{"source":556,"target":562},{"source":556,"target":106},{"source":556,"target":563},{"source":562,"target":110},{"source":557,"target":114},{"source":557,"target":564},{"source":557,"target":106},{"source":564,"target":114},{"source":558,"target":113},{"source":558,"target":565},{"source":558,"target":106},{"source":565,"target":113},{"source":559,"target":115},{"source":559,"target":566},{"source":559,"target":106},{"source":566,"target":115},{"source":460,"target":62},{"source":460,"target":567},{"source":460,"target":106},{"source":460,"target":453},{"source":567,"target":62},{"source":555,"target":105},{"source":555,"target":568},{"source":555,"target":106},{"source":555,"target":552},{"source":568,"target":105},{"source":551,"target":104},{"source":551,"target":569},{"source":551,"target":106},{"source":551,"target":548},{"source":569,"target":104},{"source":525,"target":91},{"source":525,"target":570},{"source":525,"target":106},{"source":525,"target":517},{"source":570,"target":91},{"source":502,"target":86},{"source":502,"target":571},{"source":502,"target":106},{"source":502,"target":499},{"source":571,"target":86},{"source":560,"target":308},{"source":560,"target":572},{"source":560,"target":106},{"source":572,"target":308},{"source":547,"target":103},{"source":547,"target":573},{"source":547,"target":106},{"source":547,"target":544},{"source":573,"target":103},{"source":561,"target":8},{"source":107,"target":0},{"source":107,"target":95},{"source":107,"target":574},{"source":574,"target":95},{"source":108,"target":0},{"source":108,"target":95},{"source":108,"target":575},{"source":575,"target":95},{"source":109,"target":0},{"source":109,"target":111},{"source":109,"target":576},{"source":576,"target":111},{"source":110,"target":0},{"source":110,"target":577},{"source":110,"target":563},{"source":110,"target":578},{"source":577,"target":118},{"source":577,"target":579},{"source":577,"target":110},{"source":577,"target":580},{"source":579,"target":118},{"source":563,"target":106},{"source":563,"target":581},{"source":563,"target":110},{"source":563,"target":556},{"source":581,"target":106},{"source":578,"target":126},{"source":578,"target":582},{"source":578,"target":110},{"source":578,"target":583},{"source":582,"target":126},{"source":111,"target":0},{"source":111,"target":86},{"source":111,"target":485},{"source":111,"target":584},{"source":485,"target":78},{"source":485,"target":585},{"source":485,"target":111},{"source":485,"target":481},{"source":585,"target":78},{"source":584,"target":86},{"source":112,"target":0},{"source":112,"target":88},{"source":112,"target":464},{"source":112,"target":586},{"source":464,"target":62},{"source":464,"target":587},{"source":464,"target":112},{"source":464,"target":455},{"source":587,"target":62},{"source":586,"target":88},{"source":113,"target":0},{"source":113,"target":110},{"source":113,"target":588},{"source":588,"target":110},{"source":114,"target":0},{"source":114,"target":110},{"source":114,"target":30},{"source":114,"target":589},{"source":114,"target":590},{"source":589,"target":110},{"source":590,"target":30},{"source":115,"target":0},{"source":115,"target":110},{"source":115,"target":591},{"source":591,"target":110},{"source":116,"target":0},{"source":116,"target":117},{"source":116,"target":592},{"source":592,"target":117},{"source":117,"target":0},{"source":117,"target":81},{"source":117,"target":277},{"source":117,"target":593},{"source":277,"target":20},{"source":277,"target":594},{"source":277,"target":117},{"source":277,"target":269},{"source":594,"target":20},{"source":593,"target":81},{"source":118,"target":0},{"source":118,"target":595},{"source":118,"target":580},{"source":595,"target":129},{"source":595,"target":596},{"source":595,"target":118},{"source":596,"target":129},{"source":580,"target":110},{"source":580,"target":597},{"source":580,"target":118},{"source":580,"target":577},{"source":597,"target":110},{"source":119,"target":0},{"source":119,"target":120},{"source":119,"target":598},{"source":598,"target":120},{"source":120,"target":0},{"source":120,"target":125},{"source":120,"target":599},{"source":599,"target":125},{"source":121,"target":0},{"source":121,"target":120},{"source":121,"target":600},{"source":600,"target":120},{"source":122,"target":0},{"source":122,"target":1},{"source":122,"target":601},{"source":601,"target":1},{"source":123,"target":0},{"source":123,"target":95},{"source":123,"target":602},{"source":602,"target":95},{"source":124,"target":0},{"source":124,"target":532},{"source":532,"target":93},{"source":532,"target":603},{"source":532,"target":124},{"source":532,"target":528},{"source":603,"target":93},{"source":125,"target":0},{"source":125,"target":100},{"source":125,"target":604},{"source":604,"target":100},{"source":126,"target":0},{"source":126,"target":36},{"source":126,"target":583},{"source":126,"target":605},{"source":583,"target":110},{"source":583,"target":606},{"source":583,"target":126},{"source":583,"target":578},{"source":606,"target":110},{"source":605,"target":36},{"source":127,"target":0},{"source":127,"target":95},{"source":127,"target":607},{"source":127,"target":608},{"source":607,"target":308},{"source":607,"target":609},{"source":607,"target":127},{"source":609,"target":308},{"source":608,"target":95},{"source":128,"target":0},{"source":129,"target":0},{"source":129,"target":1},{"source":129,"target":610},{"source":129,"target":611},{"source":129,"target":612},{"source":610,"target":1},{"source":610,"target":613},{"source":610,"target":129},{"source":613,"target":1},{"source":611,"target":239},{"source":611,"target":614},{"source":611,"target":129},{"source":614,"target":239},{"source":612,"target":1},{"source":130,"target":0},{"source":130,"target":615},{"source":130,"target":616},{"source":130,"target":617},{"source":130,"target":618},{"source":130,"target":619},{"source":130,"target":620},{"source":615,"target":130},{"source":616,"target":130},{"source":617,"target":130},{"source":618,"target":130},{"source":619,"target":130},{"source":620,"target":130},{"source":131,"target":0},{"source":131,"target":21},{"source":131,"target":621},{"source":621,"target":21},{"source":132,"target":0},{"source":132,"target":21},{"source":132,"target":622},{"source":622,"target":21},{"source":133,"target":0},{"source":133,"target":21},{"source":133,"target":623},{"source":623,"target":21},{"source":134,"target":0},{"source":134,"target":136},{"source":134,"target":624},{"source":134,"target":625},{"source":624,"target":135},{"source":624,"target":626},{"source":624,"target":134},{"source":626,"target":135},{"source":625,"target":136},{"source":135,"target":0},{"source":135,"target":148},{"source":135,"target":627},{"source":627,"target":148},{"source":136,"target":0},{"source":136,"target":145},{"source":136,"target":628},{"source":136,"target":629},{"source":136,"target":630},{"source":628,"target":135},{"source":628,"target":631},{"source":628,"target":136},{"source":631,"target":135},{"source":629,"target":148},{"source":629,"target":632},{"source":629,"target":136},{"source":632,"target":148},{"source":630,"target":145},{"source":137,"target":0},{"source":138,"target":0},{"source":138,"target":139},{"source":138,"target":633},{"source":633,"target":139},{"source":139,"target":0},{"source":139,"target":141},{"source":139,"target":634},{"source":634,"target":141},{"source":140,"target":0},{"source":140,"target":141},{"source":140,"target":635},{"source":635,"target":141},{"source":141,"target":0},{"source":141,"target":1},{"source":141,"target":636},{"source":636,"target":1},{"source":142,"target":0},{"source":142,"target":637},{"source":142,"target":638},{"source":142,"target":639},{"source":142,"target":640},{"source":142,"target":641},{"source":142,"target":642},{"source":637,"target":145},{"source":637,"target":643},{"source":637,"target":142},{"source":643,"target":145},{"source":638,"target":148},{"source":638,"target":644},{"source":638,"target":142},{"source":644,"target":148},{"source":639,"target":145},{"source":639,"target":645},{"source":639,"target":142},{"source":645,"target":145},{"source":640,"target":148},{"source":640,"target":646},{"source":640,"target":142},{"source":646,"target":148},{"source":641,"target":148},{"source":641,"target":647},{"source":641,"target":142},{"source":641,"target":648},{"source":647,"target":148},{"source":642,"target":176},{"source":642,"target":649},{"source":642,"target":142},{"source":649,"target":176},{"source":143,"target":0},{"source":143,"target":148},{"source":143,"target":650},{"source":650,"target":148},{"source":144,"target":0},{"source":144,"target":145},{"source":144,"target":651},{"source":144,"target":652},{"source":651,"target":148},{"source":651,"target":653},{"source":651,"target":144},{"source":653,"target":148},{"source":652,"target":145},{"source":145,"target":0},{"source":145,"target":654},{"source":145,"target":655},{"source":145,"target":656},{"source":145,"target":657},{"source":145,"target":658},{"source":145,"target":659},{"source":654,"target":145},{"source":654,"target":660},{"source":654,"target":145},{"source":660,"target":145},{"source":655,"target":148},{"source":655,"target":661},{"source":655,"target":145},{"source":661,"target":148},{"source":656,"target":137},{"source":656,"target":662},{"source":656,"target":145},{"source":662,"target":137},{"source":657,"target":142},{"source":657,"target":663},{"source":657,"target":145},{"source":663,"target":142},{"source":658,"target":148},{"source":658,"target":664},{"source":658,"target":145},{"source":658,"target":665},{"source":664,"target":148},{"source":659,"target":148},{"source":659,"target":666},{"source":659,"target":145},{"source":659,"target":667},{"source":666,"target":148},{"source":146,"target":0},{"source":146,"target":1},{"source":146,"target":668},{"source":668,"target":1},{"source":147,"target":0},{"source":147,"target":1},{"source":147,"target":669},{"source":147,"target":670},{"source":147,"target":671},{"source":147,"target":672},{"source":147,"target":673},{"source":147,"target":674},{"source":669,"target":148},{"source":669,"target":675},{"source":669,"target":147},{"source":675,"target":148},{"source":670,"target":148},{"source":670,"target":676},{"source":670,"target":147},{"source":676,"target":148},{"source":671,"target":161},{"source":671,"target":677},{"source":671,"target":147},{"source":677,"target":161},{"source":672,"target":141},{"source":672,"target":678},{"source":672,"target":147},{"source":678,"target":141},{"source":673,"target":146},{"source":673,"target":679},{"source":673,"target":147},{"source":679,"target":146},{"source":674,"target":1},{"source":148,"target":0},{"source":148,"target":648},{"source":148,"target":665},{"source":148,"target":680},{"source":148,"target":681},{"source":148,"target":667},{"source":148,"target":682},{"source":148,"target":683},{"source":148,"target":684},{"source":648,"target":142},{"source":648,"target":685},{"source":648,"target":148},{"source":648,"target":641},{"source":685,"target":142},{"source":665,"target":145},{"source":665,"target":686},{"source":665,"target":148},{"source":665,"target":658},{"source":686,"target":145},{"source":680,"target":175},{"source":680,"target":687},{"source":680,"target":148},{"source":687,"target":175},{"source":681,"target":161},{"source":681,"target":688},{"source":681,"target":148},{"source":688,"target":161},{"source":667,"target":145},{"source":667,"target":689},{"source":667,"target":148},{"source":667,"target":659},{"source":689,"target":145},{"source":682,"target":308},{"source":682,"target":690},{"source":682,"target":148},{"source":690,"target":308},{"source":683,"target":308},{"source":683,"target":691},{"source":683,"target":148},{"source":691,"target":308},{"source":684,"target":308},{"source":684,"target":692},{"source":684,"target":148},{"source":692,"target":308},{"source":149,"target":0},{"source":149,"target":145},{"source":149,"target":693},{"source":693,"target":145},{"source":150,"target":0},{"source":150,"target":148},{"source":150,"target":694},{"source":694,"target":148},{"source":151,"target":0},{"source":151,"target":145},{"source":151,"target":695},{"source":695,"target":145},{"source":152,"target":0},{"source":152,"target":139},{"source":152,"target":696},{"source":696,"target":139},{"source":153,"target":0},{"source":153,"target":141},{"source":153,"target":697},{"source":697,"target":141},{"source":154,"target":0},{"source":154,"target":142},{"source":154,"target":698},{"source":698,"target":142},{"source":155,"target":0},{"source":155,"target":146},{"source":155,"target":699},{"source":699,"target":146},{"source":156,"target":0},{"source":156,"target":145},{"source":156,"target":700},{"source":156,"target":701},{"source":156,"target":702},{"source":700,"target":142},{"source":700,"target":703},{"source":700,"target":156},{"source":703,"target":142},{"source":701,"target":148},{"source":701,"target":704},{"source":701,"target":156},{"source":704,"target":148},{"source":702,"target":145},{"source":157,"target":0},{"source":157,"target":142},{"source":157,"target":705},{"source":705,"target":142},{"source":158,"target":0},{"source":158,"target":146},{"source":158,"target":706},{"source":706,"target":146},{"source":159,"target":0},{"source":159,"target":142},{"source":159,"target":707},{"source":707,"target":142},{"source":160,"target":0},{"source":160,"target":145},{"source":160,"target":708},{"source":160,"target":709},{"source":708,"target":148},{"source":708,"target":710},{"source":708,"target":160},{"source":710,"target":148},{"source":709,"target":145},{"source":161,"target":0},{"source":162,"target":0},{"source":162,"target":151},{"source":162,"target":711},{"source":711,"target":151},{"source":163,"target":0},{"source":163,"target":164},{"source":163,"target":712},{"source":712,"target":164},{"source":164,"target":0},{"source":164,"target":141},{"source":164,"target":713},{"source":713,"target":141},{"source":165,"target":0},{"source":165,"target":135},{"source":165,"target":714},{"source":165,"target":715},{"source":714,"target":145},{"source":714,"target":716},{"source":714,"target":165},{"source":716,"target":145},{"source":715,"target":135},{"source":166,"target":0},{"source":166,"target":153},{"source":166,"target":717},{"source":717,"target":153},{"source":167,"target":0},{"source":168,"target":0},{"source":168,"target":135},{"source":168,"target":718},{"source":718,"target":135},{"source":169,"target":0},{"source":169,"target":170},{"source":169,"target":719},{"source":719,"target":170},{"source":170,"target":0},{"source":170,"target":141},{"source":170,"target":720},{"source":720,"target":141},{"source":171,"target":0},{"source":171,"target":153},{"source":171,"target":721},{"source":721,"target":153},{"source":172,"target":0},{"source":172,"target":164},{"source":172,"target":722},{"source":722,"target":164},{"source":173,"target":0},{"source":173,"target":142},{"source":173,"target":723},{"source":173,"target":724},{"source":723,"target":145},{"source":723,"target":725},{"source":723,"target":173},{"source":725,"target":145},{"source":724,"target":142},{"source":174,"target":0},{"source":174,"target":136},{"source":174,"target":726},{"source":174,"target":727},{"source":726,"target":135},{"source":726,"target":728},{"source":726,"target":174},{"source":728,"target":135},{"source":727,"target":136},{"source":175,"target":0},{"source":176,"target":0},{"source":177,"target":0},{"source":177,"target":142},{"source":177,"target":729},{"source":177,"target":730},{"source":729,"target":145},{"source":729,"target":731},{"source":729,"target":177},{"source":731,"target":145},{"source":730,"target":142},{"source":178,"target":0},{"source":178,"target":151},{"source":178,"target":732},{"source":178,"target":733},{"source":732,"target":148},{"source":732,"target":734},{"source":732,"target":178},{"source":734,"target":148},{"source":733,"target":151},{"source":179,"target":0},{"source":179,"target":170},{"source":179,"target":735},{"source":735,"target":170},{"source":180,"target":0},{"source":180,"target":157},{"source":180,"target":736},{"source":736,"target":157},{"source":181,"target":0},{"source":181,"target":157},{"source":181,"target":737},{"source":737,"target":157},{"source":182,"target":0},{"source":182,"target":146},{"source":182,"target":738},{"source":738,"target":146},{"source":183,"target":0},{"source":183,"target":146},{"source":183,"target":739},{"source":739,"target":146},{"source":740,"target":242},{"source":740,"target":239},{"source":740,"target":308},{"source":242,"target":740},{"source":239,"target":740},{"source":308,"target":740}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="in" nsURI="in" nsPrefix="in"> <eClassifiers xsi:type="ecore:EClass" name="A" eSuperTypes="#//B #//C"/> <eClassifiers xsi:type="ecore:EClass" name="B"/> <eClassifiers xsi:type="ecore:EClass" name="C"/> <eSubpackages name="x" nsURI="x" nsPrefix="x"> <eClassifiers xsi:type="ecore:EClass" name="X"/> </eSubpackages> </ecore:EPackage>
github:ecore:/data/adilinam/FYP-1-Final-Evaluation/org.eclipse.m2m.tests.qvt.oml/parserTestData/models/lateresolve_many/in.ecore
ecore
in A B C x X
null
{"directed":true,"nodes":[{"nsPrefix":"in","nsURI":"in","name":"in","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"A","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"B","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"C","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"nsPrefix":"x","nsURI":"x","name":"x","id":4,"eClass":"EPackage"},{"id":5,"eClass":"EGenericType"},{"id":6,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"X","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":1,"target":0},{"source":1,"target":2},{"source":1,"target":3},{"source":1,"target":5},{"source":1,"target":6},{"source":5,"target":2},{"source":6,"target":3},{"source":2,"target":0},{"source":3,"target":0},{"source":4,"target":7},{"source":4,"target":0},{"source":7,"target":4}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="content" nsURI="http://www.mde.org/content/Content" nsPrefix="content"> <eClassifiers xsi:type="ecore:EClass" name="InformationModel"> <eStructuralFeatures xsi:type="ecore:EReference" name="classes" upperBound="-1" eType="#//Component" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Component"/> <eClassifiers xsi:type="ecore:EClass" name="NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elementName" eType="#//Name" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Name"> <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="AbstractComponent" eSuperTypes="#//Component"> <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="AbstractComponentContainer" eSuperTypes="#//Component"/> <eClassifiers xsi:type="ecore:EClass" name="Panel" eSuperTypes="#//AbstractComponentContainer"/> <eClassifiers xsi:type="ecore:EClass" name="Window" eSuperTypes="#//Panel"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contains" upperBound="-1" eType="#//AbstractComponent" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="windowName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TabSheet" eSuperTypes="#//AbstractComponentContainer"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tabCount" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GridLayout" eSuperTypes="#//AbstractComponentContainer"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rows" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="columns" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OrderedLayout" eSuperTypes="#//AbstractComponentContainer"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="orientation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CustomLayout" eSuperTypes="#//AbstractComponentContainer"> <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="Label" eSuperTypes="#//AbstractComponent"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Link" eSuperTypes="#//AbstractComponent"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="source" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="target" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Form" eSuperTypes="#//AbstractComponent"> <eStructuralFeatures xsi:type="ecore:EReference" name="formElements" upperBound="-1" eType="#//AbstractField" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Upload" eSuperTypes="#//AbstractComponent"/> <eClassifiers xsi:type="ecore:EClass" name="Embedded" eSuperTypes="#//AbstractComponent"/> <eClassifiers xsi:type="ecore:EClass" name="AbstractField" eSuperTypes="#//AbstractComponent"/> <eClassifiers xsi:type="ecore:EClass" name="Select" eSuperTypes="#//AbstractField"/> <eClassifiers xsi:type="ecore:EClass" name="Table" eSuperTypes="#//Select"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rows" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="columns" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Tree" eSuperTypes="#//Select"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nodes" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Button" eSuperTypes="#//AbstractField"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TextField" eSuperTypes="#//AbstractField"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DateField" eSuperTypes="#//AbstractField"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="day" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="month" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="year" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/tue-mdse/ocl-dataset/dataset-mtl/repos/afaquejam/mde_wadl/org.mde.content.tcs/bin/org/mde/content/Content.ecore
ecore
content InformationModel classes Component NamedElement name elementName Name name AbstractComponent name AbstractComponentContainer Panel Window name contains windowName TabSheet name tabCount GridLayout name rows columns OrderedLayout name orientation CustomLayout name Label text Link source target Form formElements Upload Embedded AbstractField Select Table rows columns Tree nodes Button text TextField text DateField day month year
null
{"directed":true,"nodes":[{"nsPrefix":"content","nsURI":"http://www.mde.org/content/Content","name":"content","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationModel","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":"NamedElement","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Name","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractComponent","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractComponentContainer","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Panel","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Window","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TabSheet","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GridLayout","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderedLayout","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CustomLayout","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Label","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Link","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Form","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Upload","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Embedded","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractField","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Select","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Table","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Tree","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Button","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TextField","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DateField","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"classes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"derived":false},{"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},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elementName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":31,"derived":false},{"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":38,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contains","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"windowName","changeable":true,"lowerBound":0,"iD":false,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":45,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tabCount","changeable":true,"lowerBound":0,"iD":false,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"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":"rows","changeable":true,"lowerBound":0,"iD":false,"id":51,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"columns","changeable":true,"lowerBound":0,"iD":false,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"orientation","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},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"text","changeable":true,"lowerBound":0,"iD":false,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"lowerBound":0,"iD":false,"id":68,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"lowerBound":0,"iD":false,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"formElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rows","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":"columns","changeable":true,"lowerBound":0,"iD":false,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nodes","changeable":true,"lowerBound":0,"iD":false,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"text","changeable":true,"lowerBound":0,"iD":false,"id":88,"derived":false},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"text","changeable":true,"lowerBound":0,"iD":false,"id":91,"derived":false},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"day","changeable":true,"lowerBound":0,"iD":false,"id":94,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"month","changeable":true,"lowerBound":0,"iD":false,"id":95,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"year","changeable":true,"lowerBound":0,"iD":false,"id":96,"derived":false},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":1,"target":0},{"source":1,"target":25},{"source":25,"target":2},{"source":25,"target":26},{"source":25,"target":1},{"source":26,"target":2},{"source":2,"target":0},{"source":3,"target":0},{"source":3,"target":27},{"source":3,"target":28},{"source":27,"target":29},{"source":27,"target":3},{"source":28,"target":4},{"source":28,"target":30},{"source":28,"target":3},{"source":30,"target":4},{"source":4,"target":0},{"source":4,"target":31},{"source":31,"target":32},{"source":31,"target":4},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":33},{"source":5,"target":34},{"source":33,"target":35},{"source":33,"target":5},{"source":34,"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":6},{"source":7,"target":37},{"source":37,"target":6},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":38},{"source":8,"target":39},{"source":8,"target":40},{"source":8,"target":41},{"source":38,"target":42},{"source":38,"target":8},{"source":39,"target":5},{"source":39,"target":43},{"source":39,"target":8},{"source":43,"target":5},{"source":40,"target":44},{"source":40,"target":8},{"source":41,"target":7},{"source":9,"target":0},{"source":9,"target":6},{"source":9,"target":45},{"source":9,"target":46},{"source":9,"target":47},{"source":45,"target":48},{"source":45,"target":9},{"source":46,"target":49},{"source":46,"target":9},{"source":47,"target":6},{"source":10,"target":0},{"source":10,"target":6},{"source":10,"target":50},{"source":10,"target":51},{"source":10,"target":52},{"source":10,"target":53},{"source":50,"target":54},{"source":50,"target":10},{"source":51,"target":55},{"source":51,"target":10},{"source":52,"target":56},{"source":52,"target":10},{"source":53,"target":6},{"source":11,"target":0},{"source":11,"target":6},{"source":11,"target":57},{"source":11,"target":58},{"source":11,"target":59},{"source":57,"target":60},{"source":57,"target":11},{"source":58,"target":61},{"source":58,"target":11},{"source":59,"target":6},{"source":12,"target":0},{"source":12,"target":6},{"source":12,"target":62},{"source":12,"target":63},{"source":62,"target":64},{"source":62,"target":12},{"source":63,"target":6},{"source":13,"target":0},{"source":13,"target":5},{"source":13,"target":65},{"source":13,"target":66},{"source":65,"target":67},{"source":65,"target":13},{"source":66,"target":5},{"source":14,"target":0},{"source":14,"target":5},{"source":14,"target":68},{"source":14,"target":69},{"source":14,"target":70},{"source":68,"target":71},{"source":68,"target":14},{"source":69,"target":72},{"source":69,"target":14},{"source":70,"target":5},{"source":15,"target":0},{"source":15,"target":5},{"source":15,"target":73},{"source":15,"target":74},{"source":73,"target":18},{"source":73,"target":75},{"source":73,"target":15},{"source":75,"target":18},{"source":74,"target":5},{"source":16,"target":0},{"source":16,"target":5},{"source":16,"target":76},{"source":76,"target":5},{"source":17,"target":0},{"source":17,"target":5},{"source":17,"target":77},{"source":77,"target":5},{"source":18,"target":0},{"source":18,"target":5},{"source":18,"target":78},{"source":78,"target":5},{"source":19,"target":0},{"source":19,"target":18},{"source":19,"target":79},{"source":79,"target":18},{"source":20,"target":0},{"source":20,"target":19},{"source":20,"target":80},{"source":20,"target":81},{"source":20,"target":82},{"source":80,"target":83},{"source":80,"target":20},{"source":81,"target":84},{"source":81,"target":20},{"source":82,"target":19},{"source":21,"target":0},{"source":21,"target":19},{"source":21,"target":85},{"source":21,"target":86},{"source":85,"target":87},{"source":85,"target":21},{"source":86,"target":19},{"source":22,"target":0},{"source":22,"target":18},{"source":22,"target":88},{"source":22,"target":89},{"source":88,"target":90},{"source":88,"target":22},{"source":89,"target":18},{"source":23,"target":0},{"source":23,"target":18},{"source":23,"target":91},{"source":23,"target":92},{"source":91,"target":93},{"source":91,"target":23},{"source":92,"target":18},{"source":24,"target":0},{"source":24,"target":18},{"source":24,"target":94},{"source":24,"target":95},{"source":24,"target":96},{"source":24,"target":97},{"source":94,"target":98},{"source":94,"target":24},{"source":95,"target":99},{"source":95,"target":24},{"source":96,"target":100},{"source":96,"target":24},{"source":97,"target":18}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="root"> <eSubpackages name="p1"> <eClassifiers xsi:type="ecore:EClass" name="E1"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="a1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="E2"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="a2"/> </eClassifiers> </eSubpackages> </ecore:EPackage>
github:ecore:/data/CohesionForce/ecfrance-sirius/plugins/org.eclipse.sirius.tests.swtbot/data/unit/hiddenElements/VP-3473/My.ecore
ecore
root p1 E1 a1 E2 a2
null
{"directed":true,"nodes":[{"nsPrefix":null,"nsURI":null,"name":"root","id":0,"eClass":"EPackage"},{"nsPrefix":null,"nsURI":null,"name":"p1","id":1,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"E1","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"E2","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":"a1","changeable":true,"lowerBound":0,"iD":false,"id":4,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"a2","changeable":true,"lowerBound":0,"iD":false,"id":5,"derived":false}],"links":[{"source":0,"target":1},{"source":1,"target":2},{"source":1,"target":3},{"source":1,"target":0},{"source":2,"target":1},{"source":2,"target":4},{"source":4,"target":2},{"source":3,"target":1},{"source":3,"target":5},{"source":5,"target":3}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="req_spec" nsURI="http://chalmers.se/cse/se/2016/reqSpec" nsPrefix="req"> <eClassifiers xsi:type="ecore:EClass" name="RequirementsSpecification"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="category" upperBound="-1" eType="#//Category" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="person" upperBound="-1" eType="#//Person" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="feature" upperBound="-1" eType="#//Feature" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Requirement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="priority" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isMandatory" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="description" lowerBound="1" eType="#//Description" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="responsible" upperBound="-1" eType="#//Person" eOpposite="#//Person/reqResponsibility"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dependsOn" upperBound="-1" eType="#//UnaryDependency" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="requires" upperBound="-1" eType="#//Requires" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="features" upperBound="-1" eType="#//Feature"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Category"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="categoryName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subcategory" upperBound="-1" eType="#//Category" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="requirement" upperBound="-1" eType="#//Requirement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="responsible" upperBound="-1" eType="#//Person" eOpposite="#//Person/catResponsibility"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FunctionalRequirement" eSuperTypes="#//Requirement"/> <eClassifiers xsi:type="ecore:EClass" name="QualityRequirement" eSuperTypes="#//Requirement"/> <eClassifiers xsi:type="ecore:EClass" name="Description"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="descriptionText" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Person"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lastName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="firstName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="catResponsibility" upperBound="-1" eType="#//Category" eOpposite="#//Category/responsible"/> <eStructuralFeatures xsi:type="ecore:EReference" name="reqResponsibility" upperBound="-1" eType="#//Requirement" eOpposite="#//Requirement/responsible"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnaryDependency" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//Requirement"/> <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="ICost" eSuperTypes="#//UnaryDependency"/> <eClassifiers xsi:type="ecore:EClass" name="CValue" eSuperTypes="#//UnaryDependency"/> <eClassifiers xsi:type="ecore:EClass" name="Refines" eSuperTypes="#//UnaryDependency"/> <eClassifiers xsi:type="ecore:EClass" name="Requires"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//Expression" 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="Expression" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="not" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BinaryExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="leftHand" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rightHand" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" eType="#//BinaryOperator"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnaryExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="requirement" lowerBound="1" eType="#//Requirement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="BinaryOperator"> <eLiterals name="AND"/> <eLiterals name="OR" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Feature"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="requirements" upperBound="-1" eType="#//Requirement"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/verath/MDE2016-assignment6/assignment6_requirement_model/model/req_spec.ecore
ecore
req_spec RequirementsSpecification name category person feature Requirement name id priority isMandatory description responsible dependsOn requires features Category categoryName subcategory requirement responsible FunctionalRequirement QualityRequirement Description descriptionText Person lastName firstName catResponsibility reqResponsibility UnaryDependency target name ICost CValue Refines Requires expression name Expression not name BinaryExpression leftHand rightHand operator UnaryExpression requirement BinaryOperator AND AND OR OR Feature name requirements
null
{"directed":true,"nodes":[{"nsPrefix":"req","nsURI":"http://chalmers.se/cse/se/2016/reqSpec","name":"req_spec","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RequirementsSpecification","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Requirement","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Category","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionalRequirement","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QualityRequirement","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Description","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Person","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryDependency","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ICost","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CValue","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Refines","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Requires","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":"BinaryExpression","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryExpression","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"BinaryOperator","instanceClass":null,"id":16,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","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},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"category","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"person","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":"feature","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":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":"id","changeable":true,"lowerBound":0,"iD":false,"id":27,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"priority","changeable":true,"lowerBound":0,"iD":false,"id":28,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isMandatory","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"resolveProxies":true,"lowerBound":1,"id":30,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"responsible","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":"dependsOn","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"requires","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"features","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"reqResponsibility","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"categoryName","changeable":true,"lowerBound":0,"iD":false,"id":45,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subcategory","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":"requirement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"responsible","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"catResponsibility","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"descriptionText","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":"lastName","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":"firstName","changeable":true,"lowerBound":0,"iD":false,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"container":false,"ordered":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":64,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":65,"derived":false},{"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":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":71,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":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":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":"name","changeable":true,"lowerBound":0,"iD":false,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"leftHand","changeable":true,"resolveProxies":true,"lowerBound":1,"id":79,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rightHand","changeable":true,"resolveProxies":true,"lowerBound":1,"id":80,"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":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"requirement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"name":"AND","id":89,"value":0,"literal":"AND","eClass":"EEnumLiteral"},{"name":"OR","id":90,"value":1,"literal":"OR","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":91,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"requirements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":92,"derived":false},{"id":93,"eClass":"EGenericType"},{"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":18,"target":22},{"source":18,"target":1},{"source":19,"target":3},{"source":19,"target":23},{"source":19,"target":1},{"source":23,"target":3},{"source":20,"target":7},{"source":20,"target":24},{"source":20,"target":1},{"source":24,"target":7},{"source":21,"target":17},{"source":21,"target":25},{"source":21,"target":1},{"source":25,"target":17},{"source":2,"target":0},{"source":2,"target":26},{"source":2,"target":27},{"source":2,"target":28},{"source":2,"target":29},{"source":2,"target":30},{"source":2,"target":31},{"source":2,"target":32},{"source":2,"target":33},{"source":2,"target":34},{"source":26,"target":35},{"source":26,"target":2},{"source":27,"target":36},{"source":27,"target":2},{"source":28,"target":37},{"source":28,"target":2},{"source":29,"target":38},{"source":29,"target":2},{"source":30,"target":6},{"source":30,"target":39},{"source":30,"target":2},{"source":39,"target":6},{"source":31,"target":7},{"source":31,"target":40},{"source":31,"target":2},{"source":31,"target":41},{"source":40,"target":7},{"source":32,"target":8},{"source":32,"target":42},{"source":32,"target":2},{"source":42,"target":8},{"source":33,"target":12},{"source":33,"target":43},{"source":33,"target":2},{"source":43,"target":12},{"source":34,"target":17},{"source":34,"target":44},{"source":34,"target":2},{"source":44,"target":17},{"source":3,"target":0},{"source":3,"target":45},{"source":3,"target":46},{"source":3,"target":47},{"source":3,"target":48},{"source":45,"target":49},{"source":45,"target":3},{"source":46,"target":3},{"source":46,"target":50},{"source":46,"target":3},{"source":50,"target":3},{"source":47,"target":2},{"source":47,"target":51},{"source":47,"target":3},{"source":51,"target":2},{"source":48,"target":7},{"source":48,"target":52},{"source":48,"target":3},{"source":48,"target":53},{"source":52,"target":7},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":54},{"source":54,"target":2},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":55},{"source":55,"target":2},{"source":6,"target":0},{"source":6,"target":56},{"source":56,"target":57},{"source":56,"target":6},{"source":7,"target":0},{"source":7,"target":58},{"source":7,"target":59},{"source":7,"target":53},{"source":7,"target":41},{"source":58,"target":60},{"source":58,"target":7},{"source":59,"target":61},{"source":59,"target":7},{"source":53,"target":3},{"source":53,"target":62},{"source":53,"target":7},{"source":53,"target":48},{"source":62,"target":3},{"source":41,"target":2},{"source":41,"target":63},{"source":41,"target":7},{"source":41,"target":31},{"source":63,"target":2},{"source":8,"target":0},{"source":8,"target":64},{"source":8,"target":65},{"source":64,"target":2},{"source":64,"target":66},{"source":64,"target":8},{"source":66,"target":2},{"source":65,"target":67},{"source":65,"target":8},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":68},{"source":68,"target":8},{"source":10,"target":0},{"source":10,"target":8},{"source":10,"target":69},{"source":69,"target":8},{"source":11,"target":0},{"source":11,"target":8},{"source":11,"target":70},{"source":70,"target":8},{"source":12,"target":0},{"source":12,"target":71},{"source":12,"target":72},{"source":71,"target":13},{"source":71,"target":73},{"source":71,"target":12},{"source":73,"target":13},{"source":72,"target":74},{"source":72,"target":12},{"source":13,"target":0},{"source":13,"target":75},{"source":13,"target":76},{"source":75,"target":77},{"source":75,"target":13},{"source":76,"target":78},{"source":76,"target":13},{"source":14,"target":0},{"source":14,"target":13},{"source":14,"target":79},{"source":14,"target":80},{"source":14,"target":81},{"source":14,"target":82},{"source":79,"target":13},{"source":79,"target":83},{"source":79,"target":14},{"source":83,"target":13},{"source":80,"target":13},{"source":80,"target":84},{"source":80,"target":14},{"source":84,"target":13},{"source":81,"target":16},{"source":81,"target":85},{"source":81,"target":14},{"source":85,"target":16},{"source":82,"target":13},{"source":15,"target":0},{"source":15,"target":13},{"source":15,"target":86},{"source":15,"target":87},{"source":86,"target":2},{"source":86,"target":88},{"source":86,"target":15},{"source":88,"target":2},{"source":87,"target":13},{"source":16,"target":0},{"source":16,"target":89},{"source":16,"target":90},{"source":89,"target":16},{"source":90,"target":16},{"source":17,"target":0},{"source":17,"target":91},{"source":17,"target":92},{"source":91,"target":93},{"source":91,"target":17},{"source":92,"target":2},{"source":92,"target":94},{"source":92,"target":17},{"source":94,"target":2}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="fixture" nsURI="http://www.eclipse.org/sirius/tests/externalJavaAction/fixture" nsPrefix="fixture"> <eClassifiers xsi:type="ecore:EClass" name="ActionTarget"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="attributeOne"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="attributeTwo"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/CohesionForce/ecfrance-sirius/plugins/org.eclipse.sirius.tests.junit/data/unit/java_action/external_action_fixture.ecore
ecore
fixture ActionTarget attributeOne attributeTwo
null
{"directed":true,"nodes":[{"nsPrefix":"fixture","nsURI":"http://www.eclipse.org/sirius/tests/externalJavaAction/fixture","name":"fixture","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionTarget","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":"attributeOne","changeable":true,"lowerBound":0,"iD":false,"id":2,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"attributeTwo","changeable":true,"lowerBound":0,"iD":false,"id":3,"derived":false}],"links":[{"source":0,"target":1},{"source":1,"target":0},{"source":1,"target":2},{"source":1,"target":3},{"source":2,"target":1},{"source":3,"target":1}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="MainPackage"> <eClassifiers xsi:type="ecore:EClass" name="Class"> <eStructuralFeatures xsi:type="ecore:EReference" name="ref"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="new EClass 2"/> <eSubpackages name="packageToControl"> <eClassifiers xsi:type="ecore:EClass" name="Class3"/> </eSubpackages> </ecore:EPackage>
github:ecore:/data/CohesionForce/ecfrance-sirius/plugins/org.eclipse.sirius.tests.junit/data/unit/control/vp-2824/main.ecore
ecore
MainPackage Class ref new EClass 2 packageToControl Class3
null
{"directed":true,"nodes":[{"nsPrefix":null,"nsURI":null,"name":"MainPackage","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":"new EClass 2","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"nsPrefix":null,"nsURI":null,"name":"packageToControl","id":3,"eClass":"EPackage"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ref","changeable":true,"resolveProxies":true,"lowerBound":0,"id":4,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class3","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":1,"target":0},{"source":1,"target":4},{"source":4,"target":1},{"source":2,"target":0},{"source":3,"target":5},{"source":3,"target":0},{"source":5,"target":3}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="technologies" nsURI="http://www.cse.org.uk/nhm/schema/emf/technologies/1/" nsPrefix="tech"> <eClassifiers xsi:type="ecore:EClass" name="TechnologyModel" eSuperTypes="#//VisitorAccepter"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The technology model is the container for all of the technologies in a house.&#xA;It can accept an IEnergyCalculatorVisitor, and also has a method {#getTotalOperationalCost()}&#xA;for summing the operational cost of all the cost-bearing objects contained within it."/> </eAnnotations> <eOperations name="getTotalOperationalCost" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="if (operationalCostCache == null) {&#xA;&#x9;final TreeIterator&lt;EObject> children = eAllContents();&#xA;&#x9;double accumulator = 0;&#xA;&#x9;while (children.hasNext()) {&#xA;&#x9;&#x9;final EObject child = children.next();&#xA;&#x9;&#x9;if (child instanceof IOperationalCost) {&#xA;&#x9;&#x9;&#x9;accumulator += ((IOperationalCost)child).getAnnualOperationalCost();&#xA;&#x9;&#x9;}&#xA;&#x9;}&#xA;&#x9;operationalCostCache = accumulator;&#xA;&#x9;eAdapters().add(cacheEraser);&#xA;}&#xA;&#x9;&#x9;&#xA;return operationalCostCache;"/> <details key="documentation" value="Returns sum of {@link IOperationalCost#getAnnualOperationalCost()} for all contained objects which implement&#xA;{@link IOperationalCost}"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="appliances" upperBound="-1" eType="#//Appliance" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="lights" upperBound="-1" eType="#//Light" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Contains all of the lights in the house."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="individualHeatSource" eType="#//IndividualHeatSource" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Contains the house's individual heat source. At the moment a house can only have one of these;&#xA;it is something like a boiler or a heat pump.&#xA;&#xA;This must be connected to a heating or DHW system to do anything."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="cookers" upperBound="-1" eType="#//Cooker" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Contains all the cookers in the house"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="primarySpaceHeater" eType="#//PrimarySpaceHeater" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This is the main space heating system in the house"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="secondarySpaceHeater" eType="#//RoomHeater" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An optional secondary space heater which may supply some heat"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="centralWaterSystem" eType="#//CentralWaterSystem" containment="true" eOpposite="#//CentralWaterSystem/technologyModel"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="If the house has central DHW, it is presumed to have one DHW system which will be here"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="secondaryWaterHeater" eType="#//WaterHeater" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A non-central DHW system, like a point-of-use water heater"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="communityHeatSource" eType="#//CommunityHeatSource" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Represents the connection (if any) to a community heating scheme"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="solarPhotovoltaic" eType="#//SolarPhotovoltaic" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="adjusters" upperBound="-1" eType="#//Adjuster" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="shower" eType="#//Shower" containment="true" eOpposite="#//Shower/technologyModel"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Appliance" eSuperTypes="#//Named #//VisitorAccepter"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="efficiency" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Light" eSuperTypes="#//Named #//VisitorAccepter"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Lights are things in a house which satisfy the lighting demand produced by the algorithm"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="efficiency" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="proportion" 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="The fraction of total light demand that this light will emit"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SpaceHeater" abstract="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A space heater is anything which can meet some of the heat demand in the house, so either a central heating system or a direct heater like a fireplace or electric heater."/> </eAnnotations> <eOperations name="isBroken" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="return false;"/> <details key="documentation" value="Returns true if the proportion should be ignored"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WaterHeater" abstract="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A WaterHeater is anything which meets the need for hot water in the house, for example a central DHW system, or a point-of-use heater."/> </eAnnotations> <eOperations name="isBroken" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="return false;"/> <details key="documentation" value="Returns true if the proportion should be ignored"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HeatSource" abstract="true" eSuperTypes="#//FuelAndFlue #//OperationalCost #//HasInstallationYear"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A heat source is a device (like a boiler, or community heating heat exchanger) which can provide heat to wet heating and hot water systems. On its own, the device does nothing - it needs to be connected to a central heating system and/or a central hot water system to work."/> </eAnnotations> <eOperations name="acceptFromHeating" lowerBound="1"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This method will be invoked by the central heating system, if this heat source is&#xA;connected to the central heating system. The heat source should use it to provide a heat&#xA;transducer to the visitor."/> </eAnnotations> <eParameters name="constants" lowerBound="1" eType="#//IConstants"/> <eParameters name="parameters" lowerBound="1" eType="#//IEnergyCalculatorParameters"/> <eParameters name="visitor" lowerBound="1" eType="#//IEnergyCalculatorVisitor"/> <eParameters name="proportion" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eParameters name="priority" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eOperations> <eOperations name="getResponsiveness" 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="The responsiveness value returned from this method is used by a connected heating system&#xA;to determine the background temperature in the house"/> </eAnnotations> <eParameters name="parameters" lowerBound="1" eType="#//IConstants"/> <eParameters name="controls" ordered="false" upperBound="-1" eType="#//HeatingSystemControlType"/> <eParameters name="emitterType" lowerBound="1" eType="#//EmitterType"/> </eOperations> <eOperations name="getDemandTemperatureAdjustment" 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="A connected central heating system will use this method to adjust the house's demand temperature"/> </eAnnotations> <eParameters name="parameters" lowerBound="1" eType="#//IInternalParameters"/> <eParameters name="controlTypes" ordered="false" upperBound="-1" eType="#//HeatingSystemControlType"/> </eOperations> <eOperations name="generateHotWaterAndPrimaryGains" 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="If connected to a central hot water system, the central hot water system will invoke&#xA;this method to ask the heat source to provide a certain proportion of the hot water&#xA;demand."/> </eAnnotations> <eParameters name="parameters" lowerBound="1" eType="#//IInternalParameters"/> <eParameters name="state" lowerBound="1" eType="#//IEnergyState"/> <eParameters name="store" eType="#//WaterTank"/> <eParameters name="storeIsPrimary" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eParameters name="primaryPipeworkLosses" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eParameters name="distributionLossFactor" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eParameters name="proportion" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eOperations> <eOperations name="generateHotWaterSystemGains" lowerBound="1"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="If connected to central hot water, this method will be invoked by the central hot water system&#xA;to account for the distribution losses in that system; distribution losses are allocated to&#xA;water heaters &lt;em>pro rata&lt;/em> the amount of hot water generated"/> </eAnnotations> <eParameters name="parameters" lowerBound="1" eType="#//IInternalParameters"/> <eParameters name="state" lowerBound="1" eType="#//IEnergyState"/> <eParameters name="store" eType="#//WaterTank"/> <eParameters name="storeIsPrimary" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eParameters name="systemLosses" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eOperations> <eOperations name="getStorageTemperatureFactor" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"> <eParameters name="parameters" lowerBound="1" eType="#//IInternalParameters"/> <eParameters name="store" lowerBound="1" eType="#//WaterTank"/> <eParameters name="storeInPrimaryCircuit" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eOperations> <eOperations name="getContainedTankLosses" 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="Some heat sources contain a storage tank of some kind (like CPSUs) - the hot water system&#xA;will invoke this method to get the tank losses associated with this tank."/> </eAnnotations> <eParameters name="parameters" lowerBound="1" eType="#//IInternalParameters"/> </eOperations> <eOperations name="isCommunityHeating" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="waterHeater" eType="#//MainWaterHeater" eOpposite="#//MainWaterHeater/heatSource"/> <eStructuralFeatures xsi:type="ecore:EReference" name="spaceHeater" eType="#//CentralHeatingSystem" eOpposite="#//CentralHeatingSystem/heatSource"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Named" abstract="true" interface="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="CentralWaterSystem" eSuperTypes="#//WaterHeater #//VisitorAccepter #//StoreContainer"> <eOperations name="isBroken" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="return getPrimaryWaterHeater() == null &amp;&amp; getSecondaryWaterHeater() == null &amp;&amp; &#xA;&#x9;&#x9;&#x9;&#x9;(getStore() == null || getStore().getImmersionHeater() == null);"/> <details key="documentation" value="Returns true if the proportion should be ignored"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="storeInPrimaryCircuit" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="primaryPipeworkInsulated" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="separatelyTimeControlled" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="solarWaterHeater" eType="#//SolarWaterHeater" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="primaryWaterHeater" lowerBound="1" eType="#//CentralWaterHeater" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="secondaryWaterHeater" eType="#//CentralWaterHeater" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="technologyModel" eType="#//TechnologyModel" eOpposite="#//TechnologyModel/centralWaterSystem"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CentralHeatingSystem" eSuperTypes="#//PrimarySpaceHeater #//VisitorAccepter"> <eOperations name="isThermostaticallyControlled" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eOperations name="isBroken" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="return getHeatSource() == null;"/> <details key="documentation" value="Returns true if the proportion should be ignored"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="heatSource" lowerBound="1" eType="#//HeatSource" eOpposite="#//HeatSource/spaceHeater"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="controls" ordered="false" upperBound="-1" eType="#//HeatingSystemControlType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="emitterType" lowerBound="1" eType="#//EmitterType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CentralWaterHeater" abstract="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A central water heater is something which can provide heat into a central water system. For example, this would be an immersion heater in the hot water tank,a solar system, or a connection to a heat source like a boiler."/> </eAnnotations> <eOperations name="isSolar" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eOperations name="generateHotWaterAndPrimaryGains" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"> <eParameters name="parameters" lowerBound="1" eType="#//IInternalParameters"/> <eParameters name="state" lowerBound="1" eType="#//IEnergyState"/> <eParameters name="store" eType="#//WaterTank"/> <eParameters name="storeIsPrimary" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eParameters name="primaryLosses" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eParameters name="distributionLossFactor" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eParameters name="systemProportion" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eOperations> <eOperations name="generateSystemGains" lowerBound="1"> <eParameters name="parameters" lowerBound="1" eType="#//IInternalParameters"/> <eParameters name="state" lowerBound="1" eType="#//IEnergyState"/> <eParameters name="store" eType="#//WaterTank"/> <eParameters name="storeIsPrimary" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eParameters name="systemLosses" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eOperations> <eOperations name="getSystem" lowerBound="1" eType="#//CentralWaterSystem"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="return (ICentralWaterSystem) eContainer();"/> </eAnnotations> </eOperations> <eOperations name="causesPipeworkLosses" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eOperations name="isCommunityHeating" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MainWaterHeater" eSuperTypes="#//CentralWaterHeater"> <eStructuralFeatures xsi:type="ecore:EReference" name="heatSource" lowerBound="1" eType="#//HeatSource" eOpposite="#//HeatSource/waterHeater"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="FuelType"> <eLiterals name="MainsGas" literal="MAINS_GAS"/> <eLiterals name="BulkLPG" value="1" literal="BULK_LPG"/> <eLiterals name="BottledLPG" value="2" literal="BOTTLED_LPG"/> <eLiterals name="Electricity" value="3" literal="ELECTRICITY"/> <eLiterals name="Oil" value="4" literal="OIL"/> <eLiterals name="BiomassPellets" value="5" literal="BIOMASS_PELLETS"/> <eLiterals name="BiomassWoodchip" value="6" literal="BIOMASS_WOODCHIP"/> <eLiterals name="BiomassWood" value="7" literal="BIOMASS_WOOD"/> <eLiterals name="Photons" value="8" literal="PHOTONS"/> <eLiterals name="HouseCoal" value="9" literal="HOUSE_COAL"/> <eLiterals name="CommunityHeat" value="10" literal="COMMUNITY_HEAT"/> <eLiterals name="PeakElectricity" value="11" literal="PEAK_ELECTRICITY"/> <eLiterals name="OffPeakElectricity" value="12" literal="OFF_PEAK_ELECTRICITY"/> <eLiterals name="ExportedElectricity" value="13" literal="EXPORTED_ELECTRICITY"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WaterTank"> <eOperations name="getStandingLosses" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"> <eParameters name="parameters" lowerBound="1" eType="#//IInternalParameters"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="insulation" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="factoryInsulation" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="volume" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="thermostatFitted" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="solarStorageVolume" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EReference" name="immersionHeater" eType="#//ImmersionHeater" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VisitorAccepter" abstract="true" interface="true"> <eOperations name="accept" lowerBound="1"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="/*&#xA; * Default accept() method does nothing&#xA; */"/> </eAnnotations> <eParameters name="constants" lowerBound="1" eType="#//IConstants"/> <eParameters name="parameters" lowerBound="1" eType="#//IEnergyCalculatorParameters"/> <eParameters name="visitor" lowerBound="1" eType="#//IEnergyCalculatorVisitor"/> <eParameters name="heatingSystemCounter" lowerBound="1" eType="#//AtomicInteger"/> <eParameters name="heatProportions" eType="#//HeatProportions"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="IEnergyCalculatorVisitor" instanceClassName="uk.org.cse.nhm.energycalculator.api.IEnergyCalculatorVisitor"/> <eClassifiers xsi:type="ecore:EDataType" name="IInternalParameters" instanceClassName="uk.org.cse.nhm.energycalculator.api.IInternalParameters"/> <eClassifiers xsi:type="ecore:EEnum" name="HeatingSystemControlType"> <eLiterals name="Programmer"/> <eLiterals name="RoomThermostat" value="1"/> <eLiterals name="ThermostaticRadiatorValve" value="2"/> <eLiterals name="TimeTemperatureZoneControl" value="3"/> <eLiterals name="ApplianceThermostat" value="4"/> <eLiterals name="Bypass" value="5"/> <eLiterals name="FlowSwitch" value="6"/> <eLiterals name="BoilerEnergyManager" value="7"/> <eLiterals name="BoilerInterlock" value="8"/> <eLiterals name="DelayedStartThermostat" value="9"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="IEnergyState" instanceClassName="uk.org.cse.nhm.energycalculator.api.IEnergyState"/> <eClassifiers xsi:type="ecore:EDataType" name="EnergyType" instanceClassName="uk.org.cse.nhm.energycalculator.api.types.EnergyType"/> <eClassifiers xsi:type="ecore:EClass" name="SolarWaterHeater" eSuperTypes="#//CentralWaterHeater #//VisitorAccepter #//OperationalCost"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pitch" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="orientation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="area" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="usefulAreaRatio" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="zeroLossEfficiency" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="linearHeatLossCoefficient" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="preHeatTankVolume" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pumpPhotovolatic" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StoreContainer" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="store" eType="#//WaterTank" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ImmersionHeater" eSuperTypes="#//CentralWaterHeater"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dualCoil" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Cooker" eSuperTypes="#//VisitorAccepter"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hobBaseLoad" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hobOccupancyFactor" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hobFuelType" lowerBound="1" eType="#//FuelType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ovenBaseLoad" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ovenOccupancyFactor" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ovenFuelType" lowerBound="1" eType="#//FuelType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="gainsFactor" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="EmitterType"> <eLiterals name="Radiators"/> <eLiterals name="UnderfloorTimber" value="1"/> <eLiterals name="UnderfloorScreed" value="2"/> <eLiterals name="UnderfloorConcrete" value="3"/> <eLiterals name="WarmAirFanCoil" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StorageHeater" eSuperTypes="#//PrimarySpaceHeater #//VisitorAccepter #//OperationalCost"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A storage heater is a kind of heating system which stores electricity in some kind of thermal store during the night time and emits the heat during the daytime."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="responsivenessOverride" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble" transient="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="controlType" lowerBound="1" eType="#//StorageHeaterControlType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//StorageHeaterType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hasResponsivenessOverride" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="StorageHeaterControlType"> <eLiterals name="ManualChargeControl"/> <eLiterals name="AutomaticChargeControl" value="1"/> <eLiterals name="CelectChargeControl" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="StorageHeaterType"> <eLiterals name="OldLargeVolume"/> <eLiterals name="Slimline" value="1"/> <eLiterals name="Convector" value="2"/> <eLiterals name="Fan" value="3"/> <eLiterals name="IntegratedDirectActing" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CommunityHeatSource" eSuperTypes="#//HeatSource"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="chargingUsageBased" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="heatEfficiency" lowerBound="1" eType="#//Efficiency"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CommunityCHP" eSuperTypes="#//CommunityHeatSource"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="electricalEfficiency" lowerBound="1" eType="#//Efficiency"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="AtomicInteger" instanceClassName="java.util.concurrent.atomic.AtomicInteger"/> <eClassifiers xsi:type="ecore:EClass" name="RoomHeater" eSuperTypes="#//SpaceHeater #//VisitorAccepter #//FuelAndFlue"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A room heater is a direct room heating system; some room heaters&#xA;may also have a &quot;back boiler&quot; (the backBoiler reference), which can be&#xA;connected to a central heating system or a domestic hot water system&#xA;to produce some additional heating or hot water.&#xA;&#xA;Typically this would look something like one of those old gas fireplaces,&#xA;placed in a chimney."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="efficiency" lowerBound="1" eType="#//Efficiency"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This is the efficiency of the room heater as a space heater; back boilers will contain a boiler,&#xA;which may have a separate efficiency number on them."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="thermostatFitted" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HeatPump" eSuperTypes="#//IndividualHeatSource #//VisitorAccepter"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceType" lowerBound="1" eType="#//HeatPumpSourceType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="coefficientOfPerformance" lowerBound="1" eType="#//Efficiency"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="weatherCompensated" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="auxiliaryPresent" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hybrid" eType="#//HybridHeater" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WarmAirSystem" eSuperTypes="#//PrimarySpaceHeater #//VisitorAccepter"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Warm air systems are things which directly heat air and then blow it around&#xA;through ducts (as opposed to central heating systems, which use hot water&#xA;to transport the heat to a radiator)."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fuelType" lowerBound="1" eType="#//FuelType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="efficiency" lowerBound="1" eType="#//Efficiency"/> <eStructuralFeatures xsi:type="ecore:EReference" name="circulator" eType="#//WarmAirCirculator" eOpposite="#//WarmAirCirculator/warmAirSystem"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="controls" ordered="false" upperBound="-1" eType="#//HeatingSystemControlType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PointOfUseWaterHeater" eSuperTypes="#//WaterHeater #//VisitorAccepter"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fuelType" lowerBound="1" eType="#//FuelType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="multipoint" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="efficiency" lowerBound="1" eType="#//Efficiency"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HeatPumpWarmAirSystem" eSuperTypes="#//WarmAirSystem"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This warm air system is distinct from the plain HeatPump model object,&#xA;because the HeatPump represents a to-water system, which can be plumbed&#xA;in to central hot water or central heat, whereas this is describing a to-air heat&#xA;pump which is quite different."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceType" lowerBound="1" eType="#//HeatPumpSourceType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="auxiliaryPresent" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="HeatPumpSourceType"> <eLiterals name="Ground"/> <eLiterals name="Air" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WarmAirCirculator" eSuperTypes="#//CentralWaterHeater"> <eStructuralFeatures xsi:type="ecore:EReference" name="warmAirSystem" lowerBound="1" eType="#//WarmAirSystem" eOpposite="#//WarmAirSystem/circulator"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimarySpaceHeater" abstract="true" interface="true" eSuperTypes="#//SpaceHeater"/> <eClassifiers xsi:type="ecore:EClass" name="BackBoiler" eSuperTypes="#//boilers/Boiler #//RoomHeater"/> <eClassifiers xsi:type="ecore:EClass" name="FuelAndFlue" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fuel" lowerBound="1" eType="#//FuelType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="flueType" lowerBound="1" eType="#//boilers/FlueType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IndividualHeatSource" abstract="true" interface="true" eSuperTypes="#//HeatSource"/> <eClassifiers xsi:type="ecore:EClass" name="OperationalCost"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="annualOperationalCost" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="IConstants" instanceClassName="uk.org.cse.nhm.energycalculator.api.IConstants"/> <eClassifiers xsi:type="ecore:EDataType" name="IEnergyCalculatorParameters" instanceClassName="uk.org.cse.nhm.energycalculator.api.IEnergyCalculatorParameters"/> <eClassifiers xsi:type="ecore:EClass" name="SolarPhotovoltaic" eSuperTypes="#//VisitorAccepter"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="peakPower" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ownUseProportion" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Adjuster" eSuperTypes="#//Named #//VisitorAccepter"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fuelTypes" upperBound="-1" eType="#//FuelType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="deltas" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="gains" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HybridHeater"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fuel" lowerBound="1" eType="#//FuelType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="efficiency" lowerBound="1" eType="#//Efficiency"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fraction" unique="false" lowerBound="12" upperBound="12" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HasInstallationYear" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="installationYear" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0" unsettable="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Efficiency" instanceClassName="uk.org.cse.nhm.hom.emf.util.Efficiency"/> <eClassifiers xsi:type="ecore:EDataType" name="HeatProportions" instanceClassName="uk.org.cse.nhm.hom.IHeatProportions"/> <eClassifiers xsi:type="ecore:EClass" name="Shower" abstract="true" eSuperTypes="#//VisitorAccepter"> <eOperations name="solarAdjustment" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EReference" name="technologyModel" eType="#//TechnologyModel" eOpposite="#//TechnologyModel/shower"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MixerShower" eSuperTypes="#//Shower"/> <eClassifiers xsi:type="ecore:EClass" name="ElectricShower" eSuperTypes="#//Shower"/> <eSubpackages name="boilers" nsURI="http://www.cse.org.uk/nhm/schema/emf/technology/boilers/1/" nsPrefix="boilers"> <eClassifiers xsi:type="ecore:EClass" name="Boiler" eSuperTypes="#//IndividualHeatSource #//VisitorAccepter #//FuelAndFlue"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Represents a &quot;standard&quot; boiler (i.e. not a combi or a CPSU).&#xA;&#xA;The implementation class contains some slightly tangled logic, to avoid having to use multiple inheritance or&#xA;re-creation of logic (due to cross-cutting concerns). The main tangles are:&#xA;&#xA; - having summer &amp; winter efficiency, when some boilers have a single efficiency value&#xA; - having fuel type, which allows for electric systems that usually work slightly differently, and where efficiency is not relevant&#xA; - having pump in heated space, which only makes sense for oil as a fuel type&#xA; - having condensing, which is only relevant for gas &amp; oil combusion&#xA; - having weather compensation, which is only relevant for condensing boilers.&#xA;&#xA;Although these are a bit messy, it is easier than having Boiler, ElectricBoiler, GasBoiler, ElectricCPSU, ElectricCombi, ElectricStorageCombi, GasStorageCombi and so on and so on."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="summerEfficiency" lowerBound="1" eType="#//Efficiency"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="winterEfficiency" lowerBound="1" eType="#//Efficiency"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="condensing" 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="Only relevant for gas or oil fuels. Affects whether weatherCompensated matters"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="weatherCompensated" 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="Only relevant for condensing boilers - if there is a weather compensator, this affects the efficiency according to table 4c"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pumpInHeatedSpace" 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 fuel == oil, this determines whether the oil circulating pump produces internal heat gains"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="efficiencySource" lowerBound="1" eType="#//boilers/EfficiencySourceType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CPSU" eSuperTypes="#//boilers/Boiler #//StoreContainer"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="storeTemperature" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="KeepHotFacility"> <eOperations name="getAdditionalUsageLosses" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"> <eParameters name="parameters" lowerBound="1" eType="#//IInternalParameters"/> <eParameters name="state" lowerBound="1" eType="#//IEnergyState"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="timeClock" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StorageCombiBoiler" eSuperTypes="#//boilers/CombiBoiler #//StoreContainer"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="storeInPrimaryCircuit" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InstantaneousCombiBoiler" eSuperTypes="#//boilers/CombiBoiler"> <eStructuralFeatures xsi:type="ecore:EReference" name="keepHotFacility" eType="#//boilers/KeepHotFacility" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="FlueType"> <eLiterals name="Chimney"/> <eLiterals name="OpenFlue" value="1"/> <eLiterals name="BalancedFlue" value="2"/> <eLiterals name="FanAssistedBalancedFlue" value="3"/> <eLiterals name="NotApplicable" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CombiBoiler" abstract="true" eSuperTypes="#//boilers/Boiler"/> <eClassifiers xsi:type="ecore:EEnum" name="EfficiencySourceType"> <eLiterals name="SAPDefault"/> <eLiterals name="ManufacturerDeclared" value="1"/> </eClassifiers> </eSubpackages> </ecore:EPackage>
github:ecore:/data/decc/national-household-model-core-components/core-projects/hom/src/main/model/technologies.ecore
ecore
technologies TechnologyModel getTotalOperationalCost appliances lights individualHeatSource cookers primarySpaceHeater secondarySpaceHeater centralWaterSystem secondaryWaterHeater communityHeatSource solarPhotovoltaic adjusters shower Appliance efficiency Light efficiency proportion SpaceHeater isBroken WaterHeater isBroken HeatSource acceptFromHeating constants parameters visitor proportion priority getResponsiveness parameters controls emitterType getDemandTemperatureAdjustment parameters controlTypes generateHotWaterAndPrimaryGains parameters state store storeIsPrimary primaryPipeworkLosses distributionLossFactor proportion generateHotWaterSystemGains parameters state store storeIsPrimary systemLosses getStorageTemperatureFactor parameters store storeInPrimaryCircuit getContainedTankLosses parameters isCommunityHeating waterHeater spaceHeater Named name CentralWaterSystem isBroken storeInPrimaryCircuit primaryPipeworkInsulated separatelyTimeControlled solarWaterHeater primaryWaterHeater secondaryWaterHeater technologyModel CentralHeatingSystem isThermostaticallyControlled isBroken heatSource controls emitterType CentralWaterHeater isSolar generateHotWaterAndPrimaryGains parameters state store storeIsPrimary primaryLosses distributionLossFactor systemProportion generateSystemGains parameters state store storeIsPrimary systemLosses getSystem causesPipeworkLosses isCommunityHeating MainWaterHeater heatSource FuelType MainsGas MAINS_GAS BulkLPG BULK_LPG BottledLPG BOTTLED_LPG Electricity ELECTRICITY Oil OIL BiomassPellets BIOMASS_PELLETS BiomassWoodchip BIOMASS_WOODCHIP BiomassWood BIOMASS_WOOD Photons PHOTONS HouseCoal HOUSE_COAL CommunityHeat COMMUNITY_HEAT PeakElectricity PEAK_ELECTRICITY OffPeakElectricity OFF_PEAK_ELECTRICITY ExportedElectricity EXPORTED_ELECTRICITY WaterTank getStandingLosses parameters insulation factoryInsulation volume thermostatFitted solarStorageVolume immersionHeater VisitorAccepter accept constants parameters visitor heatingSystemCounter heatProportions IEnergyCalculatorVisitor uk.org.cse.nhm.energycalculator.api.IEnergyCalculatorVisitor uk.org.cse.nhm.energycalculator.api.IEnergyCalculatorVisitor IInternalParameters uk.org.cse.nhm.energycalculator.api.IInternalParameters uk.org.cse.nhm.energycalculator.api.IInternalParameters HeatingSystemControlType Programmer Programmer RoomThermostat RoomThermostat ThermostaticRadiatorValve ThermostaticRadiatorValve TimeTemperatureZoneControl TimeTemperatureZoneControl ApplianceThermostat ApplianceThermostat Bypass Bypass FlowSwitch FlowSwitch BoilerEnergyManager BoilerEnergyManager BoilerInterlock BoilerInterlock DelayedStartThermostat DelayedStartThermostat IEnergyState uk.org.cse.nhm.energycalculator.api.IEnergyState uk.org.cse.nhm.energycalculator.api.IEnergyState EnergyType uk.org.cse.nhm.energycalculator.api.types.EnergyType uk.org.cse.nhm.energycalculator.api.types.EnergyType SolarWaterHeater pitch orientation area usefulAreaRatio zeroLossEfficiency linearHeatLossCoefficient preHeatTankVolume pumpPhotovolatic StoreContainer store ImmersionHeater dualCoil Cooker hobBaseLoad hobOccupancyFactor hobFuelType ovenBaseLoad ovenOccupancyFactor ovenFuelType gainsFactor EmitterType Radiators Radiators UnderfloorTimber UnderfloorTimber UnderfloorScreed UnderfloorScreed UnderfloorConcrete UnderfloorConcrete WarmAirFanCoil WarmAirFanCoil StorageHeater responsivenessOverride controlType type hasResponsivenessOverride StorageHeaterControlType ManualChargeControl ManualChargeControl AutomaticChargeControl AutomaticChargeControl CelectChargeControl CelectChargeControl StorageHeaterType OldLargeVolume OldLargeVolume Slimline Slimline Convector Convector Fan Fan IntegratedDirectActing IntegratedDirectActing CommunityHeatSource chargingUsageBased heatEfficiency CommunityCHP electricalEfficiency AtomicInteger java.util.concurrent.atomic.AtomicInteger java.util.concurrent.atomic.AtomicInteger RoomHeater efficiency thermostatFitted HeatPump sourceType coefficientOfPerformance weatherCompensated auxiliaryPresent hybrid WarmAirSystem fuelType efficiency circulator controls PointOfUseWaterHeater fuelType multipoint efficiency HeatPumpWarmAirSystem sourceType auxiliaryPresent HeatPumpSourceType Ground Ground Air Air WarmAirCirculator warmAirSystem PrimarySpaceHeater BackBoiler FuelAndFlue fuel flueType IndividualHeatSource OperationalCost annualOperationalCost IConstants uk.org.cse.nhm.energycalculator.api.IConstants uk.org.cse.nhm.energycalculator.api.IConstants IEnergyCalculatorParameters uk.org.cse.nhm.energycalculator.api.IEnergyCalculatorParameters uk.org.cse.nhm.energycalculator.api.IEnergyCalculatorParameters SolarPhotovoltaic peakPower ownUseProportion Adjuster fuelTypes deltas gains HybridHeater fuel efficiency fraction HasInstallationYear installationYear 0 Efficiency uk.org.cse.nhm.hom.emf.util.Efficiency uk.org.cse.nhm.hom.emf.util.Efficiency HeatProportions uk.org.cse.nhm.hom.IHeatProportions uk.org.cse.nhm.hom.IHeatProportions Shower solarAdjustment technologyModel MixerShower ElectricShower boilers Boiler summerEfficiency winterEfficiency condensing weatherCompensated pumpInHeatedSpace efficiencySource CPSU storeTemperature KeepHotFacility getAdditionalUsageLosses parameters state timeClock StorageCombiBoiler storeInPrimaryCircuit InstantaneousCombiBoiler keepHotFacility FlueType Chimney Chimney OpenFlue OpenFlue BalancedFlue BalancedFlue FanAssistedBalancedFlue FanAssistedBalancedFlue NotApplicable NotApplicable CombiBoiler EfficiencySourceType SAPDefault SAPDefault ManufacturerDeclared ManufacturerDeclared
null
{"directed":true,"nodes":[{"nsPrefix":"tech","nsURI":"http://www.cse.org.uk/nhm/schema/emf/technologies/1/","name":"technologies","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TechnologyModel","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Appliance","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Light","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpaceHeater","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WaterHeater","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HeatSource","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Named","instanceClass":null,"abstract":true,"id":7,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CentralWaterSystem","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CentralHeatingSystem","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CentralWaterHeater","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MainWaterHeater","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"FuelType","instanceClass":null,"id":12,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WaterTank","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VisitorAccepter","instanceClass":null,"abstract":true,"id":14,"interface":true,"eClass":"EClass"},{"instanceTypeName":"uk.org.cse.nhm.energycalculator.api.IEnergyCalculatorVisitor","defaultValue":null,"instanceClassName":"uk.org.cse.nhm.energycalculator.api.IEnergyCalculatorVisitor","name":"IEnergyCalculatorVisitor","instanceClass":null,"id":15,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"uk.org.cse.nhm.energycalculator.api.IInternalParameters","defaultValue":null,"instanceClassName":"uk.org.cse.nhm.energycalculator.api.IInternalParameters","name":"IInternalParameters","instanceClass":null,"id":16,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"instanceClassName":null,"name":"HeatingSystemControlType","instanceClass":null,"id":17,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"uk.org.cse.nhm.energycalculator.api.IEnergyState","defaultValue":null,"instanceClassName":"uk.org.cse.nhm.energycalculator.api.IEnergyState","name":"IEnergyState","instanceClass":null,"id":18,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"uk.org.cse.nhm.energycalculator.api.types.EnergyType","defaultValue":null,"instanceClassName":"uk.org.cse.nhm.energycalculator.api.types.EnergyType","name":"EnergyType","instanceClass":null,"id":19,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SolarWaterHeater","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StoreContainer","instanceClass":null,"abstract":true,"id":21,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImmersionHeater","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Cooker","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"EmitterType","instanceClass":null,"id":24,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StorageHeater","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"StorageHeaterControlType","instanceClass":null,"id":26,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"StorageHeaterType","instanceClass":null,"id":27,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommunityHeatSource","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommunityCHP","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.concurrent.atomic.AtomicInteger","defaultValue":null,"instanceClassName":"java.util.concurrent.atomic.AtomicInteger","name":"AtomicInteger","instanceClass":"java.util.concurrent.atomic.AtomicInteger","id":30,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RoomHeater","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HeatPump","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WarmAirSystem","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PointOfUseWaterHeater","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HeatPumpWarmAirSystem","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"HeatPumpSourceType","instanceClass":null,"id":36,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WarmAirCirculator","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimarySpaceHeater","instanceClass":null,"abstract":true,"id":38,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BackBoiler","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FuelAndFlue","instanceClass":null,"abstract":true,"id":40,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IndividualHeatSource","instanceClass":null,"abstract":true,"id":41,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationalCost","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":"uk.org.cse.nhm.energycalculator.api.IConstants","defaultValue":null,"instanceClassName":"uk.org.cse.nhm.energycalculator.api.IConstants","name":"IConstants","instanceClass":null,"id":43,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"uk.org.cse.nhm.energycalculator.api.IEnergyCalculatorParameters","defaultValue":null,"instanceClassName":"uk.org.cse.nhm.energycalculator.api.IEnergyCalculatorParameters","name":"IEnergyCalculatorParameters","instanceClass":null,"id":44,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SolarPhotovoltaic","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Adjuster","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HybridHeater","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HasInstallationYear","instanceClass":null,"abstract":true,"id":48,"interface":true,"eClass":"EClass"},{"instanceTypeName":"uk.org.cse.nhm.hom.emf.util.Efficiency","defaultValue":null,"instanceClassName":"uk.org.cse.nhm.hom.emf.util.Efficiency","name":"Efficiency","instanceClass":null,"id":49,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"uk.org.cse.nhm.hom.IHeatProportions","defaultValue":null,"instanceClassName":"uk.org.cse.nhm.hom.IHeatProportions","name":"HeatProportions","instanceClass":null,"id":50,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Shower","instanceClass":null,"abstract":true,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MixerShower","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElectricShower","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"nsPrefix":"boilers","nsURI":"http://www.cse.org.uk/nhm/schema/emf/technology/boilers/1/","name":"boilers","id":54,"eClass":"EPackage"},{"ordered":true,"upperBound":1,"unique":true,"name":"getTotalOperationalCost","lowerBound":1,"id":55,"many":false,"required":true,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"appliances","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lights","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"individualHeatSource","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":"cookers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"primarySpaceHeater","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":"secondarySpaceHeater","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":"centralWaterSystem","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"secondaryWaterHeater","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":"communityHeatSource","changeable":true,"resolveProxies":true,"lowerBound":0,"id":64,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"solarPhotovoltaic","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"adjusters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":66,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"shower","changeable":true,"resolveProxies":true,"lowerBound":0,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"technologyModel","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"},{"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":"technologyModel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"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":"efficiency","changeable":true,"lowerBound":1,"iD":false,"id":84,"derived":false},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"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":"efficiency","changeable":true,"lowerBound":1,"iD":false,"id":88,"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":"proportion","changeable":true,"lowerBound":1,"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,"unique":true,"name":"isBroken","lowerBound":1,"id":94,"many":false,"required":true,"eClass":"EOperation"},{"id":95,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isBroken","lowerBound":1,"id":96,"many":false,"required":true,"eClass":"EOperation"},{"id":97,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"acceptFromHeating","lowerBound":1,"id":98,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getResponsiveness","lowerBound":1,"id":99,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getDemandTemperatureAdjustment","lowerBound":1,"id":100,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"generateHotWaterAndPrimaryGains","lowerBound":1,"id":101,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"generateHotWaterSystemGains","lowerBound":1,"id":102,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getStorageTemperatureFactor","lowerBound":1,"id":103,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getContainedTankLosses","lowerBound":1,"id":104,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isCommunityHeating","lowerBound":1,"id":105,"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":"waterHeater","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":"spaceHeater","changeable":true,"resolveProxies":true,"lowerBound":0,"id":107,"derived":false},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"constants","lowerBound":1,"id":111,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"parameters","lowerBound":1,"id":112,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"visitor","lowerBound":1,"id":113,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"proportion","lowerBound":1,"id":114,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"priority","lowerBound":1,"id":115,"many":false,"required":true,"eClass":"EParameter"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"parameters","lowerBound":1,"id":122,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":-1,"unique":true,"name":"controls","lowerBound":0,"id":123,"many":true,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"emitterType","lowerBound":1,"id":124,"many":false,"required":true,"eClass":"EParameter"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"parameters","lowerBound":1,"id":129,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":-1,"unique":true,"name":"controlTypes","lowerBound":0,"id":130,"many":true,"required":false,"eClass":"EParameter"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"parameters","lowerBound":1,"id":134,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"state","lowerBound":1,"id":135,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"store","lowerBound":0,"id":136,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"storeIsPrimary","lowerBound":1,"id":137,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"primaryPipeworkLosses","lowerBound":1,"id":138,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"distributionLossFactor","lowerBound":1,"id":139,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"proportion","lowerBound":1,"id":140,"many":false,"required":true,"eClass":"EParameter"},{"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"},{"ordered":true,"upperBound":1,"unique":true,"name":"parameters","lowerBound":1,"id":148,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"state","lowerBound":1,"id":149,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"store","lowerBound":0,"id":150,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"storeIsPrimary","lowerBound":1,"id":151,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"systemLosses","lowerBound":1,"id":152,"many":false,"required":true,"eClass":"EParameter"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"parameters","lowerBound":1,"id":159,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"store","lowerBound":1,"id":160,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"storeInPrimaryCircuit","lowerBound":1,"id":161,"many":false,"required":true,"eClass":"EParameter"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"parameters","lowerBound":1,"id":166,"many":false,"required":true,"eClass":"EParameter"},{"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"heatSource","changeable":true,"resolveProxies":true,"lowerBound":1,"id":170,"derived":false},{"id":171,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"heatSource","changeable":true,"resolveProxies":true,"lowerBound":1,"id":172,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":173,"derived":false},{"id":174,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isBroken","lowerBound":1,"id":175,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"storeInPrimaryCircuit","changeable":true,"lowerBound":1,"iD":false,"id":176,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"primaryPipeworkInsulated","changeable":true,"lowerBound":1,"iD":false,"id":177,"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":"separatelyTimeControlled","changeable":true,"lowerBound":1,"iD":false,"id":178,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"solarWaterHeater","changeable":true,"resolveProxies":true,"lowerBound":0,"id":179,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"primaryWaterHeater","changeable":true,"resolveProxies":true,"lowerBound":1,"id":180,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"secondaryWaterHeater","changeable":true,"resolveProxies":true,"lowerBound":0,"id":181,"derived":false},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isThermostaticallyControlled","lowerBound":1,"id":193,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isBroken","lowerBound":1,"id":194,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"controls","changeable":true,"lowerBound":0,"iD":false,"id":195,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"emitterType","changeable":true,"lowerBound":1,"iD":false,"id":196,"derived":false},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isSolar","lowerBound":1,"id":204,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"generateHotWaterAndPrimaryGains","lowerBound":1,"id":205,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"generateSystemGains","lowerBound":1,"id":206,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSystem","lowerBound":1,"id":207,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"causesPipeworkLosses","lowerBound":1,"id":208,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isCommunityHeating","lowerBound":1,"id":209,"many":false,"required":true,"eClass":"EOperation"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"parameters","lowerBound":1,"id":212,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"state","lowerBound":1,"id":213,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"store","lowerBound":0,"id":214,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"storeIsPrimary","lowerBound":1,"id":215,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"primaryLosses","lowerBound":1,"id":216,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"distributionLossFactor","lowerBound":1,"id":217,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"systemProportion","lowerBound":1,"id":218,"many":false,"required":true,"eClass":"EParameter"},{"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"},{"ordered":true,"upperBound":1,"unique":true,"name":"parameters","lowerBound":1,"id":226,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"state","lowerBound":1,"id":227,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"store","lowerBound":0,"id":228,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"storeIsPrimary","lowerBound":1,"id":229,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"systemLosses","lowerBound":1,"id":230,"many":false,"required":true,"eClass":"EParameter"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"name":"MainsGas","id":241,"value":0,"literal":"MAINS_GAS","eClass":"EEnumLiteral"},{"name":"BulkLPG","id":242,"value":1,"literal":"BULK_LPG","eClass":"EEnumLiteral"},{"name":"BottledLPG","id":243,"value":2,"literal":"BOTTLED_LPG","eClass":"EEnumLiteral"},{"name":"Electricity","id":244,"value":3,"literal":"ELECTRICITY","eClass":"EEnumLiteral"},{"name":"Oil","id":245,"value":4,"literal":"OIL","eClass":"EEnumLiteral"},{"name":"BiomassPellets","id":246,"value":5,"literal":"BIOMASS_PELLETS","eClass":"EEnumLiteral"},{"name":"BiomassWoodchip","id":247,"value":6,"literal":"BIOMASS_WOODCHIP","eClass":"EEnumLiteral"},{"name":"BiomassWood","id":248,"value":7,"literal":"BIOMASS_WOOD","eClass":"EEnumLiteral"},{"name":"Photons","id":249,"value":8,"literal":"PHOTONS","eClass":"EEnumLiteral"},{"name":"HouseCoal","id":250,"value":9,"literal":"HOUSE_COAL","eClass":"EEnumLiteral"},{"name":"CommunityHeat","id":251,"value":10,"literal":"COMMUNITY_HEAT","eClass":"EEnumLiteral"},{"name":"PeakElectricity","id":252,"value":11,"literal":"PEAK_ELECTRICITY","eClass":"EEnumLiteral"},{"name":"OffPeakElectricity","id":253,"value":12,"literal":"OFF_PEAK_ELECTRICITY","eClass":"EEnumLiteral"},{"name":"ExportedElectricity","id":254,"value":13,"literal":"EXPORTED_ELECTRICITY","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"unique":true,"name":"getStandingLosses","lowerBound":1,"id":255,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"insulation","changeable":true,"lowerBound":1,"iD":false,"id":256,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"factoryInsulation","changeable":true,"lowerBound":1,"iD":false,"id":257,"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":"volume","changeable":true,"lowerBound":1,"iD":false,"id":258,"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":"thermostatFitted","changeable":true,"lowerBound":1,"iD":false,"id":259,"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":"solarStorageVolume","changeable":true,"lowerBound":1,"iD":false,"id":260,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"immersionHeater","changeable":true,"resolveProxies":true,"lowerBound":0,"id":261,"derived":false},{"id":262,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"parameters","lowerBound":1,"id":263,"many":false,"required":true,"eClass":"EParameter"},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"accept","lowerBound":1,"id":271,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"constants","lowerBound":1,"id":272,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"parameters","lowerBound":1,"id":273,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"visitor","lowerBound":1,"id":274,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"heatingSystemCounter","lowerBound":1,"id":275,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"heatProportions","lowerBound":0,"id":276,"many":false,"required":false,"eClass":"EParameter"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"name":"Programmer","id":282,"value":0,"literal":"Programmer","eClass":"EEnumLiteral"},{"name":"RoomThermostat","id":283,"value":1,"literal":"RoomThermostat","eClass":"EEnumLiteral"},{"name":"ThermostaticRadiatorValve","id":284,"value":2,"literal":"ThermostaticRadiatorValve","eClass":"EEnumLiteral"},{"name":"TimeTemperatureZoneControl","id":285,"value":3,"literal":"TimeTemperatureZoneControl","eClass":"EEnumLiteral"},{"name":"ApplianceThermostat","id":286,"value":4,"literal":"ApplianceThermostat","eClass":"EEnumLiteral"},{"name":"Bypass","id":287,"value":5,"literal":"Bypass","eClass":"EEnumLiteral"},{"name":"FlowSwitch","id":288,"value":6,"literal":"FlowSwitch","eClass":"EEnumLiteral"},{"name":"BoilerEnergyManager","id":289,"value":7,"literal":"BoilerEnergyManager","eClass":"EEnumLiteral"},{"name":"BoilerInterlock","id":290,"value":8,"literal":"BoilerInterlock","eClass":"EEnumLiteral"},{"name":"DelayedStartThermostat","id":291,"value":9,"literal":"DelayedStartThermostat","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pitch","changeable":true,"lowerBound":1,"iD":false,"id":292,"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":"orientation","changeable":true,"lowerBound":0,"iD":false,"id":293,"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":"area","changeable":true,"lowerBound":1,"iD":false,"id":294,"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":"usefulAreaRatio","changeable":true,"lowerBound":1,"iD":false,"id":295,"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":"zeroLossEfficiency","changeable":true,"lowerBound":1,"iD":false,"id":296,"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":"linearHeatLossCoefficient","changeable":true,"lowerBound":1,"iD":false,"id":297,"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":"preHeatTankVolume","changeable":true,"lowerBound":1,"iD":false,"id":298,"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":"pumpPhotovolatic","changeable":true,"lowerBound":1,"iD":false,"id":299,"derived":false},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"store","changeable":true,"resolveProxies":true,"lowerBound":0,"id":311,"derived":false},{"id":312,"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":"dualCoil","changeable":true,"lowerBound":1,"iD":false,"id":313,"derived":false},{"id":314,"eClass":"EGenericType"},{"id":315,"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":"hobBaseLoad","changeable":true,"lowerBound":1,"iD":false,"id":316,"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":"hobOccupancyFactor","changeable":true,"lowerBound":1,"iD":false,"id":317,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"hobFuelType","changeable":true,"lowerBound":1,"iD":false,"id":318,"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":"ovenBaseLoad","changeable":true,"lowerBound":1,"iD":false,"id":319,"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":"ovenOccupancyFactor","changeable":true,"lowerBound":1,"iD":false,"id":320,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ovenFuelType","changeable":true,"lowerBound":1,"iD":false,"id":321,"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":"gainsFactor","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"},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"name":"Radiators","id":331,"value":0,"literal":"Radiators","eClass":"EEnumLiteral"},{"name":"UnderfloorTimber","id":332,"value":1,"literal":"UnderfloorTimber","eClass":"EEnumLiteral"},{"name":"UnderfloorScreed","id":333,"value":2,"literal":"UnderfloorScreed","eClass":"EEnumLiteral"},{"name":"UnderfloorConcrete","id":334,"value":3,"literal":"UnderfloorConcrete","eClass":"EEnumLiteral"},{"name":"WarmAirFanCoil","id":335,"value":4,"literal":"WarmAirFanCoil","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"responsivenessOverride","changeable":true,"lowerBound":1,"iD":false,"id":336,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"controlType","changeable":true,"lowerBound":1,"iD":false,"id":337,"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":338,"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":"hasResponsivenessOverride","changeable":true,"lowerBound":1,"iD":false,"id":339,"derived":false},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"name":"ManualChargeControl","id":347,"value":0,"literal":"ManualChargeControl","eClass":"EEnumLiteral"},{"name":"AutomaticChargeControl","id":348,"value":1,"literal":"AutomaticChargeControl","eClass":"EEnumLiteral"},{"name":"CelectChargeControl","id":349,"value":2,"literal":"CelectChargeControl","eClass":"EEnumLiteral"},{"name":"OldLargeVolume","id":350,"value":0,"literal":"OldLargeVolume","eClass":"EEnumLiteral"},{"name":"Slimline","id":351,"value":1,"literal":"Slimline","eClass":"EEnumLiteral"},{"name":"Convector","id":352,"value":2,"literal":"Convector","eClass":"EEnumLiteral"},{"name":"Fan","id":353,"value":3,"literal":"Fan","eClass":"EEnumLiteral"},{"name":"IntegratedDirectActing","id":354,"value":4,"literal":"IntegratedDirectActing","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"chargingUsageBased","changeable":true,"lowerBound":1,"iD":false,"id":355,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"heatEfficiency","changeable":true,"lowerBound":1,"iD":false,"id":356,"derived":false},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"electricalEfficiency","changeable":true,"lowerBound":1,"iD":false,"id":360,"derived":false},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"efficiency","changeable":true,"lowerBound":1,"iD":false,"id":363,"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":"thermostatFitted","changeable":true,"lowerBound":1,"iD":false,"id":364,"derived":false},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sourceType","changeable":true,"lowerBound":1,"iD":false,"id":370,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"coefficientOfPerformance","changeable":true,"lowerBound":1,"iD":false,"id":371,"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":"weatherCompensated","changeable":true,"lowerBound":1,"iD":false,"id":372,"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":"auxiliaryPresent","changeable":true,"lowerBound":1,"iD":false,"id":373,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hybrid","changeable":true,"resolveProxies":true,"lowerBound":0,"id":374,"derived":false},{"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,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fuelType","changeable":true,"lowerBound":1,"iD":false,"id":382,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"efficiency","changeable":true,"lowerBound":1,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"circulator","changeable":true,"resolveProxies":true,"lowerBound":0,"id":384,"derived":false},{"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"controls","changeable":true,"lowerBound":0,"iD":false,"id":385,"derived":false},{"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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"warmAirSystem","changeable":true,"resolveProxies":true,"lowerBound":1,"id":391,"derived":false},{"id":392,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fuelType","changeable":true,"lowerBound":1,"iD":false,"id":393,"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":"multipoint","changeable":true,"lowerBound":1,"iD":false,"id":394,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"efficiency","changeable":true,"lowerBound":1,"iD":false,"id":395,"derived":false},{"id":396,"eClass":"EGenericType"},{"id":397,"eClass":"EGenericType"},{"id":398,"eClass":"EGenericType"},{"id":399,"eClass":"EGenericType"},{"id":400,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sourceType","changeable":true,"lowerBound":1,"iD":false,"id":401,"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":"auxiliaryPresent","changeable":true,"lowerBound":1,"iD":false,"id":402,"derived":false},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"id":405,"eClass":"EGenericType"},{"name":"Ground","id":406,"value":0,"literal":"Ground","eClass":"EEnumLiteral"},{"name":"Air","id":407,"value":1,"literal":"Air","eClass":"EEnumLiteral"},{"id":408,"eClass":"EGenericType"},{"id":409,"eClass":"EGenericType"},{"id":410,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Boiler","instanceClass":null,"abstract":false,"id":411,"interface":false,"eClass":"EClass"},{"id":412,"eClass":"EGenericType"},{"id":413,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fuel","changeable":true,"lowerBound":1,"iD":false,"id":414,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"flueType","changeable":true,"lowerBound":1,"iD":false,"id":415,"derived":false},{"id":416,"eClass":"EGenericType"},{"instanceTypeName":null,"instanceClassName":null,"name":"FlueType","instanceClass":null,"id":417,"serializable":true,"eClass":"EEnum"},{"id":418,"eClass":"EGenericType"},{"id":419,"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":"annualOperationalCost","changeable":true,"lowerBound":1,"iD":false,"id":420,"derived":false},{"id":421,"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":"peakPower","changeable":true,"lowerBound":1,"iD":false,"id":422,"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":"ownUseProportion","changeable":true,"lowerBound":1,"iD":false,"id":423,"derived":false},{"id":424,"eClass":"EGenericType"},{"id":425,"eClass":"EGenericType"},{"id":426,"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":"fuelTypes","changeable":true,"lowerBound":0,"iD":false,"id":427,"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":"deltas","changeable":true,"lowerBound":0,"iD":false,"id":428,"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":"gains","changeable":true,"lowerBound":1,"iD":false,"id":429,"derived":false},{"id":430,"eClass":"EGenericType"},{"id":431,"eClass":"EGenericType"},{"id":432,"eClass":"EGenericType"},{"id":433,"eClass":"EGenericType"},{"id":434,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fuel","changeable":true,"lowerBound":1,"iD":false,"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":"efficiency","changeable":true,"lowerBound":1,"iD":false,"id":436,"derived":false},{"ordered":true,"upperBound":12,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"fraction","changeable":true,"lowerBound":12,"iD":false,"id":437,"derived":false},{"id":438,"eClass":"EGenericType"},{"id":439,"eClass":"EGenericType"},{"id":440,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":true,"transient":false,"unique":true,"name":"installationYear","changeable":true,"lowerBound":1,"iD":false,"id":441,"derived":false},{"id":442,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"solarAdjustment","lowerBound":1,"id":443,"many":false,"required":true,"eClass":"EOperation"},{"id":444,"eClass":"EGenericType"},{"id":445,"eClass":"EGenericType"},{"id":446,"eClass":"EGenericType"},{"id":447,"eClass":"EGenericType"},{"id":448,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CPSU","instanceClass":null,"abstract":false,"id":449,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KeepHotFacility","instanceClass":null,"abstract":false,"id":450,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StorageCombiBoiler","instanceClass":null,"abstract":false,"id":451,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstantaneousCombiBoiler","instanceClass":null,"abstract":false,"id":452,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CombiBoiler","instanceClass":null,"abstract":true,"id":453,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"EfficiencySourceType","instanceClass":null,"id":454,"serializable":true,"eClass":"EEnum"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"summerEfficiency","changeable":true,"lowerBound":1,"iD":false,"id":455,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"winterEfficiency","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":"condensing","changeable":true,"lowerBound":1,"iD":false,"id":457,"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":"weatherCompensated","changeable":true,"lowerBound":1,"iD":false,"id":458,"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":"pumpInHeatedSpace","changeable":true,"lowerBound":1,"iD":false,"id":459,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"efficiencySource","changeable":true,"lowerBound":1,"iD":false,"id":460,"derived":false},{"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"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"storeTemperature","changeable":true,"lowerBound":1,"iD":false,"id":470,"derived":false},{"id":471,"eClass":"EGenericType"},{"id":472,"eClass":"EGenericType"},{"id":473,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getAdditionalUsageLosses","lowerBound":1,"id":474,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"timeClock","changeable":true,"lowerBound":1,"iD":false,"id":475,"derived":false},{"id":476,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"parameters","lowerBound":1,"id":477,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"state","lowerBound":1,"id":478,"many":false,"required":true,"eClass":"EParameter"},{"id":479,"eClass":"EGenericType"},{"id":480,"eClass":"EGenericType"},{"id":481,"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":"storeInPrimaryCircuit","changeable":true,"lowerBound":1,"iD":false,"id":482,"derived":false},{"id":483,"eClass":"EGenericType"},{"id":484,"eClass":"EGenericType"},{"id":485,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"keepHotFacility","changeable":true,"resolveProxies":true,"lowerBound":0,"id":486,"derived":false},{"id":487,"eClass":"EGenericType"},{"id":488,"eClass":"EGenericType"},{"name":"Chimney","id":489,"value":0,"literal":"Chimney","eClass":"EEnumLiteral"},{"name":"OpenFlue","id":490,"value":1,"literal":"OpenFlue","eClass":"EEnumLiteral"},{"name":"BalancedFlue","id":491,"value":2,"literal":"BalancedFlue","eClass":"EEnumLiteral"},{"name":"FanAssistedBalancedFlue","id":492,"value":3,"literal":"FanAssistedBalancedFlue","eClass":"EEnumLiteral"},{"name":"NotApplicable","id":493,"value":4,"literal":"NotApplicable","eClass":"EEnumLiteral"},{"id":494,"eClass":"EGenericType"},{"name":"SAPDefault","id":495,"value":0,"literal":"SAPDefault","eClass":"EEnumLiteral"},{"name":"ManufacturerDeclared","id":496,"value":1,"literal":"ManufacturerDeclared","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":1,"target":0},{"source":1,"target":14},{"source":1,"target":55},{"source":1,"target":56},{"source":1,"target":57},{"source":1,"target":58},{"source":1,"target":59},{"source":1,"target":60},{"source":1,"target":61},{"source":1,"target":62},{"source":1,"target":63},{"source":1,"target":64},{"source":1,"target":65},{"source":1,"target":66},{"source":1,"target":67},{"source":1,"target":68},{"source":55,"target":69},{"source":55,"target":1},{"source":56,"target":2},{"source":56,"target":70},{"source":56,"target":1},{"source":70,"target":2},{"source":57,"target":3},{"source":57,"target":71},{"source":57,"target":1},{"source":71,"target":3},{"source":58,"target":41},{"source":58,"target":72},{"source":58,"target":1},{"source":72,"target":41},{"source":59,"target":23},{"source":59,"target":73},{"source":59,"target":1},{"source":73,"target":23},{"source":60,"target":38},{"source":60,"target":74},{"source":60,"target":1},{"source":74,"target":38},{"source":61,"target":31},{"source":61,"target":75},{"source":61,"target":1},{"source":75,"target":31},{"source":62,"target":8},{"source":62,"target":76},{"source":62,"target":1},{"source":62,"target":77},{"source":76,"target":8},{"source":63,"target":5},{"source":63,"target":78},{"source":63,"target":1},{"source":78,"target":5},{"source":64,"target":28},{"source":64,"target":79},{"source":64,"target":1},{"source":79,"target":28},{"source":65,"target":45},{"source":65,"target":80},{"source":65,"target":1},{"source":80,"target":45},{"source":66,"target":46},{"source":66,"target":81},{"source":66,"target":1},{"source":81,"target":46},{"source":67,"target":51},{"source":67,"target":82},{"source":67,"target":1},{"source":67,"target":83},{"source":82,"target":51},{"source":68,"target":14},{"source":2,"target":0},{"source":2,"target":7},{"source":2,"target":14},{"source":2,"target":84},{"source":2,"target":85},{"source":2,"target":86},{"source":84,"target":87},{"source":84,"target":2},{"source":85,"target":7},{"source":86,"target":14},{"source":3,"target":0},{"source":3,"target":7},{"source":3,"target":14},{"source":3,"target":88},{"source":3,"target":89},{"source":3,"target":90},{"source":3,"target":91},{"source":88,"target":92},{"source":88,"target":3},{"source":89,"target":93},{"source":89,"target":3},{"source":90,"target":7},{"source":91,"target":14},{"source":4,"target":0},{"source":4,"target":94},{"source":94,"target":95},{"source":94,"target":4},{"source":5,"target":0},{"source":5,"target":96},{"source":96,"target":97},{"source":96,"target":5},{"source":6,"target":0},{"source":6,"target":40},{"source":6,"target":42},{"source":6,"target":48},{"source":6,"target":98},{"source":6,"target":99},{"source":6,"target":100},{"source":6,"target":101},{"source":6,"target":102},{"source":6,"target":103},{"source":6,"target":104},{"source":6,"target":105},{"source":6,"target":106},{"source":6,"target":107},{"source":6,"target":108},{"source":6,"target":109},{"source":6,"target":110},{"source":98,"target":6},{"source":98,"target":111},{"source":98,"target":112},{"source":98,"target":113},{"source":98,"target":114},{"source":98,"target":115},{"source":111,"target":43},{"source":111,"target":116},{"source":111,"target":98},{"source":116,"target":43},{"source":112,"target":44},{"source":112,"target":117},{"source":112,"target":98},{"source":117,"target":44},{"source":113,"target":15},{"source":113,"target":118},{"source":113,"target":98},{"source":118,"target":15},{"source":114,"target":119},{"source":114,"target":98},{"source":115,"target":120},{"source":115,"target":98},{"source":99,"target":121},{"source":99,"target":6},{"source":99,"target":122},{"source":99,"target":123},{"source":99,"target":124},{"source":122,"target":43},{"source":122,"target":125},{"source":122,"target":99},{"source":125,"target":43},{"source":123,"target":17},{"source":123,"target":126},{"source":123,"target":99},{"source":126,"target":17},{"source":124,"target":24},{"source":124,"target":127},{"source":124,"target":99},{"source":127,"target":24},{"source":100,"target":128},{"source":100,"target":6},{"source":100,"target":129},{"source":100,"target":130},{"source":129,"target":16},{"source":129,"target":131},{"source":129,"target":100},{"source":131,"target":16},{"source":130,"target":17},{"source":130,"target":132},{"source":130,"target":100},{"source":132,"target":17},{"source":101,"target":133},{"source":101,"target":6},{"source":101,"target":134},{"source":101,"target":135},{"source":101,"target":136},{"source":101,"target":137},{"source":101,"target":138},{"source":101,"target":139},{"source":101,"target":140},{"source":134,"target":16},{"source":134,"target":141},{"source":134,"target":101},{"source":141,"target":16},{"source":135,"target":18},{"source":135,"target":142},{"source":135,"target":101},{"source":142,"target":18},{"source":136,"target":13},{"source":136,"target":143},{"source":136,"target":101},{"source":143,"target":13},{"source":137,"target":144},{"source":137,"target":101},{"source":138,"target":145},{"source":138,"target":101},{"source":139,"target":146},{"source":139,"target":101},{"source":140,"target":147},{"source":140,"target":101},{"source":102,"target":6},{"source":102,"target":148},{"source":102,"target":149},{"source":102,"target":150},{"source":102,"target":151},{"source":102,"target":152},{"source":148,"target":16},{"source":148,"target":153},{"source":148,"target":102},{"source":153,"target":16},{"source":149,"target":18},{"source":149,"target":154},{"source":149,"target":102},{"source":154,"target":18},{"source":150,"target":13},{"source":150,"target":155},{"source":150,"target":102},{"source":155,"target":13},{"source":151,"target":156},{"source":151,"target":102},{"source":152,"target":157},{"source":152,"target":102},{"source":103,"target":158},{"source":103,"target":6},{"source":103,"target":159},{"source":103,"target":160},{"source":103,"target":161},{"source":159,"target":16},{"source":159,"target":162},{"source":159,"target":103},{"source":162,"target":16},{"source":160,"target":13},{"source":160,"target":163},{"source":160,"target":103},{"source":163,"target":13},{"source":161,"target":164},{"source":161,"target":103},{"source":104,"target":165},{"source":104,"target":6},{"source":104,"target":166},{"source":166,"target":16},{"source":166,"target":167},{"source":166,"target":104},{"source":167,"target":16},{"source":105,"target":168},{"source":105,"target":6},{"source":106,"target":11},{"source":106,"target":169},{"source":106,"target":6},{"source":106,"target":170},{"source":169,"target":11},{"source":107,"target":9},{"source":107,"target":171},{"source":107,"target":6},{"source":107,"target":172},{"source":171,"target":9},{"source":108,"target":40},{"source":109,"target":42},{"source":110,"target":48},{"source":7,"target":0},{"source":7,"target":173},{"source":173,"target":174},{"source":173,"target":7},{"source":8,"target":0},{"source":8,"target":5},{"source":8,"target":14},{"source":8,"target":21},{"source":8,"target":175},{"source":8,"target":176},{"source":8,"target":177},{"source":8,"target":178},{"source":8,"target":179},{"source":8,"target":180},{"source":8,"target":181},{"source":8,"target":77},{"source":8,"target":182},{"source":8,"target":183},{"source":8,"target":184},{"source":175,"target":185},{"source":175,"target":8},{"source":176,"target":186},{"source":176,"target":8},{"source":177,"target":187},{"source":177,"target":8},{"source":178,"target":188},{"source":178,"target":8},{"source":179,"target":20},{"source":179,"target":189},{"source":179,"target":8},{"source":189,"target":20},{"source":180,"target":10},{"source":180,"target":190},{"source":180,"target":8},{"source":190,"target":10},{"source":181,"target":10},{"source":181,"target":191},{"source":181,"target":8},{"source":191,"target":10},{"source":77,"target":1},{"source":77,"target":192},{"source":77,"target":8},{"source":77,"target":62},{"source":192,"target":1},{"source":182,"target":5},{"source":183,"target":14},{"source":184,"target":21},{"source":9,"target":0},{"source":9,"target":38},{"source":9,"target":14},{"source":9,"target":193},{"source":9,"target":194},{"source":9,"target":172},{"source":9,"target":195},{"source":9,"target":196},{"source":9,"target":197},{"source":9,"target":198},{"source":193,"target":199},{"source":193,"target":9},{"source":194,"target":200},{"source":194,"target":9},{"source":172,"target":6},{"source":172,"target":201},{"source":172,"target":9},{"source":172,"target":107},{"source":201,"target":6},{"source":195,"target":17},{"source":195,"target":202},{"source":195,"target":9},{"source":202,"target":17},{"source":196,"target":24},{"source":196,"target":203},{"source":196,"target":9},{"source":203,"target":24},{"source":197,"target":38},{"source":198,"target":14},{"source":10,"target":0},{"source":10,"target":204},{"source":10,"target":205},{"source":10,"target":206},{"source":10,"target":207},{"source":10,"target":208},{"source":10,"target":209},{"source":204,"target":210},{"source":204,"target":10},{"source":205,"target":211},{"source":205,"target":10},{"source":205,"target":212},{"source":205,"target":213},{"source":205,"target":214},{"source":205,"target":215},{"source":205,"target":216},{"source":205,"target":217},{"source":205,"target":218},{"source":212,"target":16},{"source":212,"target":219},{"source":212,"target":205},{"source":219,"target":16},{"source":213,"target":18},{"source":213,"target":220},{"source":213,"target":205},{"source":220,"target":18},{"source":214,"target":13},{"source":214,"target":221},{"source":214,"target":205},{"source":221,"target":13},{"source":215,"target":222},{"source":215,"target":205},{"source":216,"target":223},{"source":216,"target":205},{"source":217,"target":224},{"source":217,"target":205},{"source":218,"target":225},{"source":218,"target":205},{"source":206,"target":10},{"source":206,"target":226},{"source":206,"target":227},{"source":206,"target":228},{"source":206,"target":229},{"source":206,"target":230},{"source":226,"target":16},{"source":226,"target":231},{"source":226,"target":206},{"source":231,"target":16},{"source":227,"target":18},{"source":227,"target":232},{"source":227,"target":206},{"source":232,"target":18},{"source":228,"target":13},{"source":228,"target":233},{"source":228,"target":206},{"source":233,"target":13},{"source":229,"target":234},{"source":229,"target":206},{"source":230,"target":235},{"source":230,"target":206},{"source":207,"target":8},{"source":207,"target":236},{"source":207,"target":10},{"source":236,"target":8},{"source":208,"target":237},{"source":208,"target":10},{"source":209,"target":238},{"source":209,"target":10},{"source":11,"target":0},{"source":11,"target":10},{"source":11,"target":170},{"source":11,"target":239},{"source":170,"target":6},{"source":170,"target":240},{"source":170,"target":11},{"source":170,"target":106},{"source":240,"target":6},{"source":239,"target":10},{"source":12,"target":0},{"source":12,"target":241},{"source":12,"target":242},{"source":12,"target":243},{"source":12,"target":244},{"source":12,"target":245},{"source":12,"target":246},{"source":12,"target":247},{"source":12,"target":248},{"source":12,"target":249},{"source":12,"target":250},{"source":12,"target":251},{"source":12,"target":252},{"source":12,"target":253},{"source":12,"target":254},{"source":241,"target":12},{"source":242,"target":12},{"source":243,"target":12},{"source":244,"target":12},{"source":245,"target":12},{"source":246,"target":12},{"source":247,"target":12},{"source":248,"target":12},{"source":249,"target":12},{"source":250,"target":12},{"source":251,"target":12},{"source":252,"target":12},{"source":253,"target":12},{"source":254,"target":12},{"source":13,"target":0},{"source":13,"target":255},{"source":13,"target":256},{"source":13,"target":257},{"source":13,"target":258},{"source":13,"target":259},{"source":13,"target":260},{"source":13,"target":261},{"source":255,"target":262},{"source":255,"target":13},{"source":255,"target":263},{"source":263,"target":16},{"source":263,"target":264},{"source":263,"target":255},{"source":264,"target":16},{"source":256,"target":265},{"source":256,"target":13},{"source":257,"target":266},{"source":257,"target":13},{"source":258,"target":267},{"source":258,"target":13},{"source":259,"target":268},{"source":259,"target":13},{"source":260,"target":269},{"source":260,"target":13},{"source":261,"target":22},{"source":261,"target":270},{"source":261,"target":13},{"source":270,"target":22},{"source":14,"target":0},{"source":14,"target":271},{"source":271,"target":14},{"source":271,"target":272},{"source":271,"target":273},{"source":271,"target":274},{"source":271,"target":275},{"source":271,"target":276},{"source":272,"target":43},{"source":272,"target":277},{"source":272,"target":271},{"source":277,"target":43},{"source":273,"target":44},{"source":273,"target":278},{"source":273,"target":271},{"source":278,"target":44},{"source":274,"target":15},{"source":274,"target":279},{"source":274,"target":271},{"source":279,"target":15},{"source":275,"target":30},{"source":275,"target":280},{"source":275,"target":271},{"source":280,"target":30},{"source":276,"target":50},{"source":276,"target":281},{"source":276,"target":271},{"source":281,"target":50},{"source":15,"target":0},{"source":16,"target":0},{"source":17,"target":0},{"source":17,"target":282},{"source":17,"target":283},{"source":17,"target":284},{"source":17,"target":285},{"source":17,"target":286},{"source":17,"target":287},{"source":17,"target":288},{"source":17,"target":289},{"source":17,"target":290},{"source":17,"target":291},{"source":282,"target":17},{"source":283,"target":17},{"source":284,"target":17},{"source":285,"target":17},{"source":286,"target":17},{"source":287,"target":17},{"source":288,"target":17},{"source":289,"target":17},{"source":290,"target":17},{"source":291,"target":17},{"source":18,"target":0},{"source":19,"target":0},{"source":20,"target":0},{"source":20,"target":10},{"source":20,"target":14},{"source":20,"target":42},{"source":20,"target":292},{"source":20,"target":293},{"source":20,"target":294},{"source":20,"target":295},{"source":20,"target":296},{"source":20,"target":297},{"source":20,"target":298},{"source":20,"target":299},{"source":20,"target":300},{"source":20,"target":301},{"source":20,"target":302},{"source":292,"target":303},{"source":292,"target":20},{"source":293,"target":304},{"source":293,"target":20},{"source":294,"target":305},{"source":294,"target":20},{"source":295,"target":306},{"source":295,"target":20},{"source":296,"target":307},{"source":296,"target":20},{"source":297,"target":308},{"source":297,"target":20},{"source":298,"target":309},{"source":298,"target":20},{"source":299,"target":310},{"source":299,"target":20},{"source":300,"target":10},{"source":301,"target":14},{"source":302,"target":42},{"source":21,"target":0},{"source":21,"target":311},{"source":311,"target":13},{"source":311,"target":312},{"source":311,"target":21},{"source":312,"target":13},{"source":22,"target":0},{"source":22,"target":10},{"source":22,"target":313},{"source":22,"target":314},{"source":313,"target":315},{"source":313,"target":22},{"source":314,"target":10},{"source":23,"target":0},{"source":23,"target":14},{"source":23,"target":316},{"source":23,"target":317},{"source":23,"target":318},{"source":23,"target":319},{"source":23,"target":320},{"source":23,"target":321},{"source":23,"target":322},{"source":23,"target":323},{"source":316,"target":324},{"source":316,"target":23},{"source":317,"target":325},{"source":317,"target":23},{"source":318,"target":12},{"source":318,"target":326},{"source":318,"target":23},{"source":326,"target":12},{"source":319,"target":327},{"source":319,"target":23},{"source":320,"target":328},{"source":320,"target":23},{"source":321,"target":12},{"source":321,"target":329},{"source":321,"target":23},{"source":329,"target":12},{"source":322,"target":330},{"source":322,"target":23},{"source":323,"target":14},{"source":24,"target":0},{"source":24,"target":331},{"source":24,"target":332},{"source":24,"target":333},{"source":24,"target":334},{"source":24,"target":335},{"source":331,"target":24},{"source":332,"target":24},{"source":333,"target":24},{"source":334,"target":24},{"source":335,"target":24},{"source":25,"target":0},{"source":25,"target":38},{"source":25,"target":14},{"source":25,"target":42},{"source":25,"target":336},{"source":25,"target":337},{"source":25,"target":338},{"source":25,"target":339},{"source":25,"target":340},{"source":25,"target":341},{"source":25,"target":342},{"source":336,"target":343},{"source":336,"target":25},{"source":337,"target":26},{"source":337,"target":344},{"source":337,"target":25},{"source":344,"target":26},{"source":338,"target":27},{"source":338,"target":345},{"source":338,"target":25},{"source":345,"target":27},{"source":339,"target":346},{"source":339,"target":25},{"source":340,"target":38},{"source":341,"target":14},{"source":342,"target":42},{"source":26,"target":0},{"source":26,"target":347},{"source":26,"target":348},{"source":26,"target":349},{"source":347,"target":26},{"source":348,"target":26},{"source":349,"target":26},{"source":27,"target":0},{"source":27,"target":350},{"source":27,"target":351},{"source":27,"target":352},{"source":27,"target":353},{"source":27,"target":354},{"source":350,"target":27},{"source":351,"target":27},{"source":352,"target":27},{"source":353,"target":27},{"source":354,"target":27},{"source":28,"target":0},{"source":28,"target":6},{"source":28,"target":355},{"source":28,"target":356},{"source":28,"target":357},{"source":355,"target":358},{"source":355,"target":28},{"source":356,"target":49},{"source":356,"target":359},{"source":356,"target":28},{"source":359,"target":49},{"source":357,"target":6},{"source":29,"target":0},{"source":29,"target":28},{"source":29,"target":360},{"source":29,"target":361},{"source":360,"target":49},{"source":360,"target":362},{"source":360,"target":29},{"source":362,"target":49},{"source":361,"target":28},{"source":30,"target":0},{"source":31,"target":0},{"source":31,"target":4},{"source":31,"target":14},{"source":31,"target":40},{"source":31,"target":363},{"source":31,"target":364},{"source":31,"target":365},{"source":31,"target":366},{"source":31,"target":367},{"source":363,"target":49},{"source":363,"target":368},{"source":363,"target":31},{"source":368,"target":49},{"source":364,"target":369},{"source":364,"target":31},{"source":365,"target":4},{"source":366,"target":14},{"source":367,"target":40},{"source":32,"target":0},{"source":32,"target":41},{"source":32,"target":14},{"source":32,"target":370},{"source":32,"target":371},{"source":32,"target":372},{"source":32,"target":373},{"source":32,"target":374},{"source":32,"target":375},{"source":32,"target":376},{"source":370,"target":36},{"source":370,"target":377},{"source":370,"target":32},{"source":377,"target":36},{"source":371,"target":49},{"source":371,"target":378},{"source":371,"target":32},{"source":378,"target":49},{"source":372,"target":379},{"source":372,"target":32},{"source":373,"target":380},{"source":373,"target":32},{"source":374,"target":47},{"source":374,"target":381},{"source":374,"target":32},{"source":381,"target":47},{"source":375,"target":41},{"source":376,"target":14},{"source":33,"target":0},{"source":33,"target":38},{"source":33,"target":14},{"source":33,"target":382},{"source":33,"target":383},{"source":33,"target":384},{"source":33,"target":385},{"source":33,"target":386},{"source":33,"target":387},{"source":382,"target":12},{"source":382,"target":388},{"source":382,"target":33},{"source":388,"target":12},{"source":383,"target":49},{"source":383,"target":389},{"source":383,"target":33},{"source":389,"target":49},{"source":384,"target":37},{"source":384,"target":390},{"source":384,"target":33},{"source":384,"target":391},{"source":390,"target":37},{"source":385,"target":17},{"source":385,"target":392},{"source":385,"target":33},{"source":392,"target":17},{"source":386,"target":38},{"source":387,"target":14},{"source":34,"target":0},{"source":34,"target":5},{"source":34,"target":14},{"source":34,"target":393},{"source":34,"target":394},{"source":34,"target":395},{"source":34,"target":396},{"source":34,"target":397},{"source":393,"target":12},{"source":393,"target":398},{"source":393,"target":34},{"source":398,"target":12},{"source":394,"target":399},{"source":394,"target":34},{"source":395,"target":49},{"source":395,"target":400},{"source":395,"target":34},{"source":400,"target":49},{"source":396,"target":5},{"source":397,"target":14},{"source":35,"target":0},{"source":35,"target":33},{"source":35,"target":401},{"source":35,"target":402},{"source":35,"target":403},{"source":401,"target":36},{"source":401,"target":404},{"source":401,"target":35},{"source":404,"target":36},{"source":402,"target":405},{"source":402,"target":35},{"source":403,"target":33},{"source":36,"target":0},{"source":36,"target":406},{"source":36,"target":407},{"source":406,"target":36},{"source":407,"target":36},{"source":37,"target":0},{"source":37,"target":10},{"source":37,"target":391},{"source":37,"target":408},{"source":391,"target":33},{"source":391,"target":409},{"source":391,"target":37},{"source":391,"target":384},{"source":409,"target":33},{"source":408,"target":10},{"source":38,"target":0},{"source":38,"target":4},{"source":38,"target":410},{"source":410,"target":4},{"source":39,"target":0},{"source":39,"target":411},{"source":39,"target":31},{"source":39,"target":412},{"source":39,"target":413},{"source":412,"target":411},{"source":413,"target":31},{"source":40,"target":0},{"source":40,"target":414},{"source":40,"target":415},{"source":414,"target":12},{"source":414,"target":416},{"source":414,"target":40},{"source":416,"target":12},{"source":415,"target":417},{"source":415,"target":418},{"source":415,"target":40},{"source":418,"target":417},{"source":41,"target":0},{"source":41,"target":6},{"source":41,"target":419},{"source":419,"target":6},{"source":42,"target":0},{"source":42,"target":420},{"source":420,"target":421},{"source":420,"target":42},{"source":43,"target":0},{"source":44,"target":0},{"source":45,"target":0},{"source":45,"target":14},{"source":45,"target":422},{"source":45,"target":423},{"source":45,"target":424},{"source":422,"target":425},{"source":422,"target":45},{"source":423,"target":426},{"source":423,"target":45},{"source":424,"target":14},{"source":46,"target":0},{"source":46,"target":7},{"source":46,"target":14},{"source":46,"target":427},{"source":46,"target":428},{"source":46,"target":429},{"source":46,"target":430},{"source":46,"target":431},{"source":427,"target":12},{"source":427,"target":432},{"source":427,"target":46},{"source":432,"target":12},{"source":428,"target":433},{"source":428,"target":46},{"source":429,"target":434},{"source":429,"target":46},{"source":430,"target":7},{"source":431,"target":14},{"source":47,"target":0},{"source":47,"target":435},{"source":47,"target":436},{"source":47,"target":437},{"source":435,"target":12},{"source":435,"target":438},{"source":435,"target":47},{"source":438,"target":12},{"source":436,"target":49},{"source":436,"target":439},{"source":436,"target":47},{"source":439,"target":49},{"source":437,"target":440},{"source":437,"target":47},{"source":48,"target":0},{"source":48,"target":441},{"source":441,"target":442},{"source":441,"target":48},{"source":49,"target":0},{"source":50,"target":0},{"source":51,"target":0},{"source":51,"target":14},{"source":51,"target":443},{"source":51,"target":83},{"source":51,"target":444},{"source":443,"target":445},{"source":443,"target":51},{"source":83,"target":1},{"source":83,"target":446},{"source":83,"target":51},{"source":83,"target":67},{"source":446,"target":1},{"source":444,"target":14},{"source":52,"target":0},{"source":52,"target":51},{"source":52,"target":447},{"source":447,"target":51},{"source":53,"target":0},{"source":53,"target":51},{"source":53,"target":448},{"source":448,"target":51},{"source":54,"target":411},{"source":54,"target":449},{"source":54,"target":450},{"source":54,"target":451},{"source":54,"target":452},{"source":54,"target":417},{"source":54,"target":453},{"source":54,"target":454},{"source":54,"target":0},{"source":411,"target":54},{"source":411,"target":41},{"source":411,"target":14},{"source":411,"target":40},{"source":411,"target":455},{"source":411,"target":456},{"source":411,"target":457},{"source":411,"target":458},{"source":411,"target":459},{"source":411,"target":460},{"source":411,"target":461},{"source":411,"target":462},{"source":411,"target":463},{"source":455,"target":49},{"source":455,"target":464},{"source":455,"target":411},{"source":464,"target":49},{"source":456,"target":49},{"source":456,"target":465},{"source":456,"target":411},{"source":465,"target":49},{"source":457,"target":466},{"source":457,"target":411},{"source":458,"target":467},{"source":458,"target":411},{"source":459,"target":468},{"source":459,"target":411},{"source":460,"target":454},{"source":460,"target":469},{"source":460,"target":411},{"source":469,"target":454},{"source":461,"target":41},{"source":462,"target":14},{"source":463,"target":40},{"source":449,"target":54},{"source":449,"target":411},{"source":449,"target":21},{"source":449,"target":470},{"source":449,"target":471},{"source":449,"target":472},{"source":470,"target":473},{"source":470,"target":449},{"source":471,"target":411},{"source":472,"target":21},{"source":450,"target":54},{"source":450,"target":474},{"source":450,"target":475},{"source":474,"target":476},{"source":474,"target":450},{"source":474,"target":477},{"source":474,"target":478},{"source":477,"target":16},{"source":477,"target":479},{"source":477,"target":474},{"source":479,"target":16},{"source":478,"target":18},{"source":478,"target":480},{"source":478,"target":474},{"source":480,"target":18},{"source":475,"target":481},{"source":475,"target":450},{"source":451,"target":54},{"source":451,"target":453},{"source":451,"target":21},{"source":451,"target":482},{"source":451,"target":483},{"source":451,"target":484},{"source":482,"target":485},{"source":482,"target":451},{"source":483,"target":453},{"source":484,"target":21},{"source":452,"target":54},{"source":452,"target":453},{"source":452,"target":486},{"source":452,"target":487},{"source":486,"target":450},{"source":486,"target":488},{"source":486,"target":452},{"source":488,"target":450},{"source":487,"target":453},{"source":417,"target":54},{"source":417,"target":489},{"source":417,"target":490},{"source":417,"target":491},{"source":417,"target":492},{"source":417,"target":493},{"source":489,"target":417},{"source":490,"target":417},{"source":491,"target":417},{"source":492,"target":417},{"source":493,"target":417},{"source":453,"target":54},{"source":453,"target":411},{"source":453,"target":494},{"source":494,"target":411},{"source":454,"target":54},{"source":454,"target":495},{"source":454,"target":496},{"source":495,"target":454},{"source":496,"target":454}],"multigraph":true}
true
<?xml version="1.0" encoding="ASCII"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" xmi:id="QVTBase" name="QVTBase" nsURI="http://schema.omg.org/spec/QVT/1.1/qvtbase.xml" nsPrefix="qvtbase"> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTBase.Domain" name="Domain" abstract="true"> <eSuperTypes href="EMOF.ecore#EMOF.NamedElement"/> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="QVTBase.Domain.isCheckable" name="isCheckable"> <eType xsi:type="ecore:EDataType" href="PrimitiveTypes.ecore#PrimitiveTypes.Boolean"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="QVTBase.Domain.isEnforceable" name="isEnforceable"> <eType xsi:type="ecore:EDataType" href="PrimitiveTypes.ecore#PrimitiveTypes.Boolean"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTBase.Domain.rule" name="rule" lowerBound="1" eType="QVTBase.Rule" transient="true" resolveProxies="false" eOpposite="QVTBase.Rule.domain"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTBase.Domain.typedModel" name="typedModel" eType="QVTBase.TypedModel"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTBase.Function" name="Function"> <eSuperTypes href="EMOF.ecore#EMOF.Operation"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTBase.Function.queryExpression" name="queryExpression" containment="true" resolveProxies="false"> <eType xsi:type="ecore:EClass" href="EssentialOCL.ecore#EssentialOCL.OclExpression"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTBase.FunctionParameter" name="FunctionParameter"> <eSuperTypes href="EssentialOCL.ecore#EssentialOCL.Variable"/> <eSuperTypes href="EMOF.ecore#EMOF.Parameter"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTBase.Pattern" name="Pattern"> <eSuperTypes href="EMOF.ecore#EMOF.Element"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTBase.Pattern.bindsTo" name="bindsTo" ordered="false" upperBound="-1"> <eType xsi:type="ecore:EClass" href="EssentialOCL.ecore#EssentialOCL.Variable"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTBase.Pattern.predicate" name="predicate" ordered="false" upperBound="-1" eType="QVTBase.Predicate" containment="true" resolveProxies="false" eOpposite="QVTBase.Predicate.pattern"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTBase.Predicate" name="Predicate"> <eSuperTypes href="EMOF.ecore#EMOF.Element"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTBase.Predicate.conditionExpression" name="conditionExpression" lowerBound="1" containment="true" resolveProxies="false"> <eType xsi:type="ecore:EClass" href="EssentialOCL.ecore#EssentialOCL.OclExpression"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTBase.Predicate.pattern" name="pattern" lowerBound="1" eType="QVTBase.Pattern" transient="true" resolveProxies="false" eOpposite="QVTBase.Pattern.predicate"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTBase.Rule" name="Rule" abstract="true"> <eSuperTypes href="EMOF.ecore#EMOF.NamedElement"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTBase.Rule.domain" name="domain" upperBound="-1" eType="QVTBase.Domain" containment="true" resolveProxies="false" eOpposite="QVTBase.Domain.rule"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTBase.Rule.overrides" name="overrides" eType="QVTBase.Rule"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="overriden"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTBase.Rule.transformation" name="transformation" eType="QVTBase.Transformation" transient="true" resolveProxies="false" eOpposite="QVTBase.Transformation.rule"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTBase.Transformation" name="Transformation"> <eSuperTypes href="EMOF.ecore#EMOF.Class"/> <eSuperTypes href="EMOF.ecore#EMOF.Package"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTBase.Transformation.extends" name="extends" eType="QVTBase.Transformation"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="extendedBy"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTBase.Transformation.modelParameter" name="modelParameter" upperBound="-1" eType="QVTBase.TypedModel" containment="true" resolveProxies="false" eOpposite="QVTBase.TypedModel.transformation"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTBase.Transformation.ownedTag" name="ownedTag" ordered="false" upperBound="-1" containment="true" resolveProxies="false"> <eType xsi:type="ecore:EClass" href="EMOF.ecore#EMOF.Tag"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTBase.Transformation.rule" name="rule" ordered="false" upperBound="-1" eType="QVTBase.Rule" containment="true" resolveProxies="false" eOpposite="QVTBase.Rule.transformation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTBase.TypedModel" name="TypedModel"> <eSuperTypes href="EMOF.ecore#EMOF.NamedElement"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTBase.TypedModel.dependsOn" name="dependsOn" ordered="false" upperBound="-1" eType="QVTBase.TypedModel"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="dependent"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTBase.TypedModel.transformation" name="transformation" lowerBound="1" eType="QVTBase.Transformation" transient="true" resolveProxies="false" eOpposite="QVTBase.Transformation.modelParameter"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTBase.TypedModel.usedPackage" name="usedPackage" ordered="false" lowerBound="1" upperBound="-1"> <eType xsi:type="ecore:EClass" href="EMOF.ecore#EMOF.Package"/> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
github:ecore:/data/arcanefoam/qvtMustus/plugins/org.eclipse.qvt/model/ecore/QVTBase.ecore
ecore
QVTBase Domain isCheckable isEnforceable rule typedModel Function queryExpression FunctionParameter Pattern bindsTo predicate Predicate conditionExpression pattern Rule domain overrides transformation Transformation extends modelParameter ownedTag rule TypedModel dependsOn transformation usedPackage
null
{"directed":true,"nodes":[{"nsPrefix":"qvtbase","nsURI":"http://schema.omg.org/spec/QVT/1.1/qvtbase.xml","name":"QVTBase","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Domain","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Function","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionParameter","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pattern","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Predicate","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rule","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transformation","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedModel","instanceClass":null,"abstract":false,"id":8,"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":"isCheckable","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":"isEnforceable","changeable":true,"lowerBound":0,"iD":false,"id":10,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"rule","changeable":true,"resolveProxies":false,"lowerBound":1,"id":11,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"typedModel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":12,"derived":false},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"container":false,"ordered":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":false,"lowerBound":0,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"queryExpression","changeable":true,"resolveProxies":false,"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":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"bindsTo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"predicate","changeable":true,"resolveProxies":false,"lowerBound":0,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"pattern","changeable":true,"resolveProxies":false,"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":"conditionExpression","changeable":true,"resolveProxies":false,"lowerBound":1,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"overrides","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"transformation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"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":"rule","changeable":true,"resolveProxies":false,"lowerBound":0,"id":40,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"extends","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":"modelParameter","changeable":true,"resolveProxies":false,"lowerBound":0,"id":42,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedTag","changeable":true,"resolveProxies":false,"lowerBound":0,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"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":"transformation","changeable":true,"resolveProxies":false,"lowerBound":1,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"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":"dependsOn","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"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":"usedPackage","changeable":true,"resolveProxies":true,"lowerBound":1,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":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":9,"target":14},{"source":9,"target":1},{"source":10,"target":15},{"source":10,"target":1},{"source":11,"target":6},{"source":11,"target":16},{"source":11,"target":1},{"source":11,"target":17},{"source":16,"target":6},{"source":12,"target":8},{"source":12,"target":18},{"source":12,"target":1},{"source":18,"target":8},{"source":2,"target":0},{"source":2,"target":19},{"source":2,"target":20},{"source":19,"target":21},{"source":19,"target":2},{"source":3,"target":0},{"source":3,"target":22},{"source":3,"target":23},{"source":4,"target":0},{"source":4,"target":24},{"source":4,"target":25},{"source":4,"target":26},{"source":24,"target":27},{"source":24,"target":4},{"source":25,"target":5},{"source":25,"target":28},{"source":25,"target":4},{"source":25,"target":29},{"source":28,"target":5},{"source":5,"target":0},{"source":5,"target":30},{"source":5,"target":29},{"source":5,"target":31},{"source":30,"target":32},{"source":30,"target":5},{"source":29,"target":4},{"source":29,"target":33},{"source":29,"target":5},{"source":29,"target":25},{"source":33,"target":4},{"source":6,"target":0},{"source":6,"target":17},{"source":6,"target":34},{"source":6,"target":35},{"source":6,"target":36},{"source":17,"target":1},{"source":17,"target":37},{"source":17,"target":6},{"source":17,"target":11},{"source":37,"target":1},{"source":34,"target":6},{"source":34,"target":38},{"source":34,"target":6},{"source":38,"target":6},{"source":35,"target":7},{"source":35,"target":39},{"source":35,"target":6},{"source":35,"target":40},{"source":39,"target":7},{"source":7,"target":0},{"source":7,"target":41},{"source":7,"target":42},{"source":7,"target":43},{"source":7,"target":40},{"source":7,"target":44},{"source":7,"target":45},{"source":41,"target":7},{"source":41,"target":46},{"source":41,"target":7},{"source":46,"target":7},{"source":42,"target":8},{"source":42,"target":47},{"source":42,"target":7},{"source":42,"target":48},{"source":47,"target":8},{"source":43,"target":49},{"source":43,"target":7},{"source":40,"target":6},{"source":40,"target":50},{"source":40,"target":7},{"source":40,"target":35},{"source":50,"target":6},{"source":8,"target":0},{"source":8,"target":51},{"source":8,"target":48},{"source":8,"target":52},{"source":8,"target":53},{"source":51,"target":8},{"source":51,"target":54},{"source":51,"target":8},{"source":54,"target":8},{"source":48,"target":7},{"source":48,"target":55},{"source":48,"target":8},{"source":48,"target":42},{"source":55,"target":7},{"source":52,"target":56},{"source":52,"target":8}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="model" nsURI="http://www.eclipse.org/e4/os/1.0" nsPrefix="os"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="qualified" value="false"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="Authorization"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Authorization_._type"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="url" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="url"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Authz"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="authz_._type"/> </eAnnotations> <eLiterals name="none"/> <eLiterals name="signed" value="1"/> <eLiterals name="oauth" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="AuthzObject" instanceClassName="org.eclipse.emf.common.util.Enumerator"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="authz_._type:Object"/> <details key="baseType" value="authz_._type"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Content"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Content_._type"/> <details key="kind" value="simple"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value=":0"/> <details key="kind" value="simple"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="href" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="href"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="preferredHeight" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Integer"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="preferred_height"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="preferredWidth" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Integer"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="preferred_width"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="scrolling" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="scrolling"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//Type" defaultValueLiteral="html" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="type"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="view" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="view"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Datatype"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="datatype_._type"/> </eAnnotations> <eLiterals name="string"/> <eLiterals name="hidden" value="1"/> <eLiterals name="bool" value="2"/> <eLiterals name="enum" value="3"/> <eLiterals name="number" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="DatatypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="datatype_._type:Object"/> <details key="baseType" value="datatype_._type"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DocumentRoot"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value=""/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="name" value=":mixed"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="xMLNSPrefixMap" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStringToStringMapEntry" transient="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="xmlns:prefix"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="xSISchemaLocation" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStringToStringMapEntry" transient="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="xsi:schemaLocation"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="module" upperBound="-2" eType="#//Module" 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="Module"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnumValue"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="EnumValue_._type"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="displayValue" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="display_value"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="value"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GadgetFeature"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="GadgetFeature"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="param" upperBound="-1" eType="#//Param" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Param"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="feature" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="feature"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="version" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="version"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Icon"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Icon_._type"/> <details key="kind" value="simple"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value=":0"/> <details key="kind" value="simple"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mode" eType="#//Mode" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="mode"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="type"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="LanguageDirection"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="language_direction_._type"/> </eAnnotations> <eLiterals name="ltr"/> <eLiterals name="rtl" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="LanguageDirectionObject" instanceClassName="org.eclipse.emf.common.util.Enumerator"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="language_direction_._type:Object"/> <details key="baseType" value="language_direction_._type"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Link"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Link_._type"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="href" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="href"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rel" lowerBound="1" eType="#//Rel" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="rel"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Locale"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Locale_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="msg" upperBound="-1" eType="#//Msg" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="msg"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="country" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="country"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lang" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="lang"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="languageDirection" eType="#//LanguageDirection" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="language_direction"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="messages" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="messages"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Method"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="method_._type"/> </eAnnotations> <eLiterals name="GET"/> <eLiterals name="POST" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="MethodObject" instanceClassName="org.eclipse.emf.common.util.Enumerator"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="method_._type:Object"/> <details key="baseType" value="method_._type"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Mode"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="mode_._type"/> </eAnnotations> <eLiterals name="base64"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="ModeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="mode_._type:Object"/> <details key="baseType" value="mode_._type"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModulePrefs"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ModulePrefs_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="require" upperBound="-1" eType="#//GadgetFeature" 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="Require"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="optional" upperBound="-1" eType="#//GadgetFeature" 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="Optional"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="preload" upperBound="-1" eType="#//Preload" 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="Preload"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="icon" upperBound="-1" eType="#//Icon" 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="Icon"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="locale" upperBound="-1" eType="#//Locale" 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="Locale"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="link" upperBound="-1" eType="#//Link" 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="Link"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="oAuth" upperBound="-1" eType="#//OAuth" 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="OAuth"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="author" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="author"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="authorEmail" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="author_email"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="category" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="category"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="category2" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="category2"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="description"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="directoryTitle" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="directory_title"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="screenshot" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="screenshot"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="thumbnail" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="thumbnail"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="title"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="width" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="width"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="height" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="height"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="titleUrl" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="title_url"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Module"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Module_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="modulePrefs" eType="#//ModulePrefs" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ModulePrefs"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="userPref" upperBound="-1" eType="#//UserPref" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="UserPref"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="content" lowerBound="1" upperBound="-1" eType="#//Content" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Content"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Msg"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="msg_._type"/> <details key="kind" value="simple"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value=":0"/> <details key="kind" value="simple"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="desc" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="desc"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="name"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OAuthResource"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="OAuthResource"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="method" eType="#//Method" defaultValueLiteral="GET" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="method"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="paramLocation" eType="#//ParamLocation" defaultValueLiteral="auth-header" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="param_location"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="url" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="url"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OAuth"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="OAuth_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="service" lowerBound="1" upperBound="-1" eType="#//Service" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Service"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="name"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ParamLocation"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="param_location_._type"/> </eAnnotations> <eLiterals name="authHeader" literal="auth-header"/> <eLiterals name="uriQuery" value="1" literal="uri-query"/> <eLiterals name="postBody" value="2" literal="post-body"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="ParamLocationObject" instanceClassName="org.eclipse.emf.common.util.Enumerator"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="param_location_._type:Object"/> <details key="baseType" value="param_location_._type"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Param"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Param_._type"/> <details key="kind" value="simple"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value=":0"/> <details key="kind" value="simple"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="name"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Preload"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Preload_._type"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="authz" eType="#//Authz" defaultValueLiteral="none" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="authz"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="href" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="href"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="oauthRequestToken" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="oauth_request_token"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="oauthRequestTokenSecret" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="oauth_request_token_secret"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="oauthServiceName" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="oauth_service_name"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="oauthTokenName" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="oauth_token_name"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="signOwner" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" defaultValueLiteral="true" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="sign_owner"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="signViewer" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" defaultValueLiteral="true" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="sign_viewer"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="views" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="views"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Rel"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="rel_._type"/> </eAnnotations> <eLiterals name="gadgetsHelp" literal="gadgets.help"/> <eLiterals name="gadgetsSupport" value="1" literal="gadgets.support"/> <eLiterals name="icon" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="RelObject" instanceClassName="org.eclipse.emf.common.util.Enumerator"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="rel_._type:Object"/> <details key="baseType" value="rel_._type"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Service"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Service_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="request" eType="#//OAuthResource" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Request"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="access" eType="#//OAuthResource" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Access"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="authorization" eType="#//Authorization" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Authorization"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Type"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="type_._type"/> </eAnnotations> <eLiterals name="html"/> <eLiterals name="url" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="TypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="type_._type:Object"/> <details key="baseType" value="type_._type"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UserPref"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="UserPref_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="enumValue" upperBound="-1" eType="#//EnumValue" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="EnumValue"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="datatype" eType="#//Datatype" defaultValueLiteral="string" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="datatype"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValue" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="default_value"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="displayName" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="display_name"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="name"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="required" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="required"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
github:ecore:/data/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/opensocial-1.0.ecore
ecore
model Authorization url Authz none none signed signed oauth oauth AuthzObject org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator Content value href preferredHeight preferredWidth scrolling type html view Datatype string string hidden hidden bool bool enum enum number number DatatypeObject org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator DocumentRoot mixed xMLNSPrefixMap xSISchemaLocation module EnumValue displayValue value GadgetFeature param feature version Icon value mode type LanguageDirection ltr ltr rtl rtl LanguageDirectionObject org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator Link href rel Locale msg country lang languageDirection messages Method GET GET POST POST MethodObject org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator Mode base64 base64 ModeObject org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator ModulePrefs group require optional preload icon locale link oAuth author authorEmail category category2 description directoryTitle screenshot thumbnail title width height titleUrl Module modulePrefs userPref content Msg value desc name OAuthResource method GET paramLocation auth-header url OAuth service name ParamLocation authHeader auth-header uriQuery uri-query postBody post-body ParamLocationObject org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator Param value name Preload authz none href oauthRequestToken oauthRequestTokenSecret oauthServiceName oauthTokenName signOwner true signViewer true views Rel gadgetsHelp gadgets.help gadgetsSupport gadgets.support icon icon RelObject org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator Service request access authorization Type html html url url TypeObject org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator UserPref enumValue datatype string defaultValue displayName name required
null
{"directed":true,"nodes":[{"nsPrefix":"os","nsURI":"http://www.eclipse.org/e4/os/1.0","name":"model","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Authorization","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Authz","instanceClass":null,"id":2,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"AuthzObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":3,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Content","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Datatype","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":"DatatypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":6,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentRoot","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumValue","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GadgetFeature","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Icon","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"LanguageDirection","instanceClass":null,"id":11,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"LanguageDirectionObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":12,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Link","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Locale","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Method","instanceClass":null,"id":15,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"MethodObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":16,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"instanceClassName":null,"name":"Mode","instanceClass":null,"id":17,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"ModeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":18,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModulePrefs","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Module","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Msg","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OAuthResource","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OAuth","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ParamLocation","instanceClass":null,"id":24,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"ParamLocationObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":25,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Param","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Preload","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Rel","instanceClass":null,"id":28,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"RelObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":29,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Service","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Type","instanceClass":null,"id":31,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"TypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":32,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UserPref","instanceClass":null,"abstract":false,"id":33,"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":"url","changeable":true,"lowerBound":1,"iD":false,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"name":"none","id":36,"value":0,"literal":"none","eClass":"EEnumLiteral"},{"name":"signed","id":37,"value":1,"literal":"signed","eClass":"EEnumLiteral"},{"name":"oauth","id":38,"value":2,"literal":"oauth","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":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":"href","changeable":true,"lowerBound":0,"iD":false,"id":40,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"preferredHeight","changeable":true,"lowerBound":0,"iD":false,"id":41,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"preferredWidth","changeable":true,"lowerBound":0,"iD":false,"id":42,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"scrolling","changeable":true,"lowerBound":0,"iD":false,"id":43,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"html","unsettable":true,"transient":false,"unique":true,"name":"type","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":"view","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"},{"name":"string","id":53,"value":0,"literal":"string","eClass":"EEnumLiteral"},{"name":"hidden","id":54,"value":1,"literal":"hidden","eClass":"EEnumLiteral"},{"name":"bool","id":55,"value":2,"literal":"bool","eClass":"EEnumLiteral"},{"name":"enum","id":56,"value":3,"literal":"enum","eClass":"EEnumLiteral"},{"name":"number","id":57,"value":4,"literal":"number","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":58,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xMLNSPrefixMap","changeable":true,"resolveProxies":false,"lowerBound":0,"id":59,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xSISchemaLocation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":60,"derived":false},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"module","changeable":true,"resolveProxies":false,"lowerBound":0,"id":61,"derived":true},{"id":62,"eClass":"EGenericType"},{"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":"displayValue","changeable":true,"lowerBound":0,"iD":false,"id":66,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"param","changeable":true,"resolveProxies":false,"lowerBound":0,"id":70,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"feature","changeable":true,"lowerBound":1,"iD":false,"id":71,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"lowerBound":1,"iD":false,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","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":true,"transient":false,"unique":true,"name":"mode","changeable":true,"lowerBound":0,"iD":false,"id":77,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"name":"ltr","id":82,"value":0,"literal":"ltr","eClass":"EEnumLiteral"},{"name":"rtl","id":83,"value":1,"literal":"rtl","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":"href","changeable":true,"lowerBound":1,"iD":false,"id":84,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"rel","changeable":true,"lowerBound":1,"iD":false,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"msg","changeable":true,"resolveProxies":false,"lowerBound":0,"id":88,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"country","changeable":true,"lowerBound":0,"iD":false,"id":89,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lang","changeable":true,"lowerBound":0,"iD":false,"id":90,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"languageDirection","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":"messages","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"},{"name":"GET","id":98,"value":0,"literal":"GET","eClass":"EEnumLiteral"},{"name":"POST","id":99,"value":1,"literal":"POST","eClass":"EEnumLiteral"},{"name":"base64","id":100,"value":0,"literal":"base64","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"group","changeable":true,"lowerBound":0,"iD":false,"id":101,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"require","changeable":true,"resolveProxies":false,"lowerBound":0,"id":102,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"optional","changeable":true,"resolveProxies":false,"lowerBound":0,"id":103,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"preload","changeable":true,"resolveProxies":false,"lowerBound":0,"id":104,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"icon","changeable":true,"resolveProxies":false,"lowerBound":0,"id":105,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"locale","changeable":true,"resolveProxies":false,"lowerBound":0,"id":106,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"link","changeable":true,"resolveProxies":false,"lowerBound":0,"id":107,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"oAuth","changeable":true,"resolveProxies":false,"lowerBound":0,"id":108,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"author","changeable":true,"lowerBound":0,"iD":false,"id":109,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"authorEmail","changeable":true,"lowerBound":0,"iD":false,"id":110,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"category","changeable":true,"lowerBound":0,"iD":false,"id":111,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"category2","changeable":true,"lowerBound":0,"iD":false,"id":112,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","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":"directoryTitle","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":"screenshot","changeable":true,"lowerBound":0,"iD":false,"id":115,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"thumbnail","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":"title","changeable":true,"lowerBound":0,"iD":false,"id":117,"derived":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":118,"derived":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":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":"titleUrl","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"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modulePrefs","changeable":true,"resolveProxies":false,"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":"userPref","changeable":true,"resolveProxies":false,"lowerBound":0,"id":142,"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":"content","changeable":true,"resolveProxies":false,"lowerBound":1,"id":143,"derived":false},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":147,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"desc","changeable":true,"lowerBound":0,"iD":false,"id":148,"derived":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":149,"derived":false},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"GET","unsettable":true,"transient":false,"unique":true,"name":"method","changeable":true,"lowerBound":0,"iD":false,"id":153,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"auth-header","unsettable":true,"transient":false,"unique":true,"name":"paramLocation","changeable":true,"lowerBound":0,"iD":false,"id":154,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"url","changeable":true,"lowerBound":1,"iD":false,"id":155,"derived":false},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"service","changeable":true,"resolveProxies":false,"lowerBound":1,"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"},{"name":"authHeader","id":163,"value":0,"literal":"auth-header","eClass":"EEnumLiteral"},{"name":"uriQuery","id":164,"value":1,"literal":"uri-query","eClass":"EEnumLiteral"},{"name":"postBody","id":165,"value":2,"literal":"post-body","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":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":"name","changeable":true,"lowerBound":1,"iD":false,"id":167,"derived":false},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"none","unsettable":true,"transient":false,"unique":true,"name":"authz","changeable":true,"lowerBound":0,"iD":false,"id":170,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"href","changeable":true,"lowerBound":1,"iD":false,"id":171,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"oauthRequestToken","changeable":true,"lowerBound":0,"iD":false,"id":172,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"oauthRequestTokenSecret","changeable":true,"lowerBound":0,"iD":false,"id":173,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"oauthServiceName","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":"oauthTokenName","changeable":true,"lowerBound":0,"iD":false,"id":175,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":true,"transient":false,"unique":true,"name":"signOwner","changeable":true,"lowerBound":0,"iD":false,"id":176,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":true,"transient":false,"unique":true,"name":"signViewer","changeable":true,"lowerBound":0,"iD":false,"id":177,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"views","changeable":true,"lowerBound":0,"iD":false,"id":178,"derived":false},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"name":"gadgetsHelp","id":188,"value":0,"literal":"gadgets.help","eClass":"EEnumLiteral"},{"name":"gadgetsSupport","id":189,"value":1,"literal":"gadgets.support","eClass":"EEnumLiteral"},{"name":"icon","id":190,"value":2,"literal":"icon","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":"request","changeable":true,"resolveProxies":false,"lowerBound":0,"id":191,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"access","changeable":true,"resolveProxies":false,"lowerBound":0,"id":192,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"authorization","changeable":true,"resolveProxies":false,"lowerBound":0,"id":193,"derived":false},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"name":"html","id":197,"value":0,"literal":"html","eClass":"EEnumLiteral"},{"name":"url","id":198,"value":1,"literal":"url","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":"enumValue","changeable":true,"resolveProxies":false,"lowerBound":0,"id":199,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"string","unsettable":true,"transient":false,"unique":true,"name":"datatype","changeable":true,"lowerBound":0,"iD":false,"id":200,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"defaultValue","changeable":true,"lowerBound":0,"iD":false,"id":201,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"displayName","changeable":true,"lowerBound":0,"iD":false,"id":202,"derived":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":203,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"required","changeable":true,"lowerBound":0,"iD":false,"id":204,"derived":false},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":1,"target":0},{"source":1,"target":34},{"source":34,"target":35},{"source":34,"target":1},{"source":2,"target":0},{"source":2,"target":36},{"source":2,"target":37},{"source":2,"target":38},{"source":36,"target":2},{"source":37,"target":2},{"source":38,"target":2},{"source":3,"target":0},{"source":4,"target":0},{"source":4,"target":39},{"source":4,"target":40},{"source":4,"target":41},{"source":4,"target":42},{"source":4,"target":43},{"source":4,"target":44},{"source":4,"target":45},{"source":39,"target":46},{"source":39,"target":4},{"source":40,"target":47},{"source":40,"target":4},{"source":41,"target":48},{"source":41,"target":4},{"source":42,"target":49},{"source":42,"target":4},{"source":43,"target":50},{"source":43,"target":4},{"source":44,"target":31},{"source":44,"target":51},{"source":44,"target":4},{"source":51,"target":31},{"source":45,"target":52},{"source":45,"target":4},{"source":5,"target":0},{"source":5,"target":53},{"source":5,"target":54},{"source":5,"target":55},{"source":5,"target":56},{"source":5,"target":57},{"source":53,"target":5},{"source":54,"target":5},{"source":55,"target":5},{"source":56,"target":5},{"source":57,"target":5},{"source":6,"target":0},{"source":7,"target":0},{"source":7,"target":58},{"source":7,"target":59},{"source":7,"target":60},{"source":7,"target":61},{"source":58,"target":62},{"source":58,"target":7},{"source":59,"target":63},{"source":59,"target":7},{"source":60,"target":64},{"source":60,"target":7},{"source":61,"target":20},{"source":61,"target":65},{"source":61,"target":7},{"source":65,"target":20},{"source":8,"target":0},{"source":8,"target":66},{"source":8,"target":67},{"source":66,"target":68},{"source":66,"target":8},{"source":67,"target":69},{"source":67,"target":8},{"source":9,"target":0},{"source":9,"target":70},{"source":9,"target":71},{"source":9,"target":72},{"source":70,"target":26},{"source":70,"target":73},{"source":70,"target":9},{"source":73,"target":26},{"source":71,"target":74},{"source":71,"target":9},{"source":72,"target":75},{"source":72,"target":9},{"source":10,"target":0},{"source":10,"target":76},{"source":10,"target":77},{"source":10,"target":78},{"source":76,"target":79},{"source":76,"target":10},{"source":77,"target":17},{"source":77,"target":80},{"source":77,"target":10},{"source":80,"target":17},{"source":78,"target":81},{"source":78,"target":10},{"source":11,"target":0},{"source":11,"target":82},{"source":11,"target":83},{"source":82,"target":11},{"source":83,"target":11},{"source":12,"target":0},{"source":13,"target":0},{"source":13,"target":84},{"source":13,"target":85},{"source":84,"target":86},{"source":84,"target":13},{"source":85,"target":28},{"source":85,"target":87},{"source":85,"target":13},{"source":87,"target":28},{"source":14,"target":0},{"source":14,"target":88},{"source":14,"target":89},{"source":14,"target":90},{"source":14,"target":91},{"source":14,"target":92},{"source":88,"target":21},{"source":88,"target":93},{"source":88,"target":14},{"source":93,"target":21},{"source":89,"target":94},{"source":89,"target":14},{"source":90,"target":95},{"source":90,"target":14},{"source":91,"target":11},{"source":91,"target":96},{"source":91,"target":14},{"source":96,"target":11},{"source":92,"target":97},{"source":92,"target":14},{"source":15,"target":0},{"source":15,"target":98},{"source":15,"target":99},{"source":98,"target":15},{"source":99,"target":15},{"source":16,"target":0},{"source":17,"target":0},{"source":17,"target":100},{"source":100,"target":17},{"source":18,"target":0},{"source":19,"target":0},{"source":19,"target":101},{"source":19,"target":102},{"source":19,"target":103},{"source":19,"target":104},{"source":19,"target":105},{"source":19,"target":106},{"source":19,"target":107},{"source":19,"target":108},{"source":19,"target":109},{"source":19,"target":110},{"source":19,"target":111},{"source":19,"target":112},{"source":19,"target":113},{"source":19,"target":114},{"source":19,"target":115},{"source":19,"target":116},{"source":19,"target":117},{"source":19,"target":118},{"source":19,"target":119},{"source":19,"target":120},{"source":101,"target":121},{"source":101,"target":19},{"source":102,"target":9},{"source":102,"target":122},{"source":102,"target":19},{"source":122,"target":9},{"source":103,"target":9},{"source":103,"target":123},{"source":103,"target":19},{"source":123,"target":9},{"source":104,"target":27},{"source":104,"target":124},{"source":104,"target":19},{"source":124,"target":27},{"source":105,"target":10},{"source":105,"target":125},{"source":105,"target":19},{"source":125,"target":10},{"source":106,"target":14},{"source":106,"target":126},{"source":106,"target":19},{"source":126,"target":14},{"source":107,"target":13},{"source":107,"target":127},{"source":107,"target":19},{"source":127,"target":13},{"source":108,"target":23},{"source":108,"target":128},{"source":108,"target":19},{"source":128,"target":23},{"source":109,"target":129},{"source":109,"target":19},{"source":110,"target":130},{"source":110,"target":19},{"source":111,"target":131},{"source":111,"target":19},{"source":112,"target":132},{"source":112,"target":19},{"source":113,"target":133},{"source":113,"target":19},{"source":114,"target":134},{"source":114,"target":19},{"source":115,"target":135},{"source":115,"target":19},{"source":116,"target":136},{"source":116,"target":19},{"source":117,"target":137},{"source":117,"target":19},{"source":118,"target":138},{"source":118,"target":19},{"source":119,"target":139},{"source":119,"target":19},{"source":120,"target":140},{"source":120,"target":19},{"source":20,"target":0},{"source":20,"target":141},{"source":20,"target":142},{"source":20,"target":143},{"source":141,"target":19},{"source":141,"target":144},{"source":141,"target":20},{"source":144,"target":19},{"source":142,"target":33},{"source":142,"target":145},{"source":142,"target":20},{"source":145,"target":33},{"source":143,"target":4},{"source":143,"target":146},{"source":143,"target":20},{"source":146,"target":4},{"source":21,"target":0},{"source":21,"target":147},{"source":21,"target":148},{"source":21,"target":149},{"source":147,"target":150},{"source":147,"target":21},{"source":148,"target":151},{"source":148,"target":21},{"source":149,"target":152},{"source":149,"target":21},{"source":22,"target":0},{"source":22,"target":153},{"source":22,"target":154},{"source":22,"target":155},{"source":153,"target":15},{"source":153,"target":156},{"source":153,"target":22},{"source":156,"target":15},{"source":154,"target":24},{"source":154,"target":157},{"source":154,"target":22},{"source":157,"target":24},{"source":155,"target":158},{"source":155,"target":22},{"source":23,"target":0},{"source":23,"target":159},{"source":23,"target":160},{"source":159,"target":30},{"source":159,"target":161},{"source":159,"target":23},{"source":161,"target":30},{"source":160,"target":162},{"source":160,"target":23},{"source":24,"target":0},{"source":24,"target":163},{"source":24,"target":164},{"source":24,"target":165},{"source":163,"target":24},{"source":164,"target":24},{"source":165,"target":24},{"source":25,"target":0},{"source":26,"target":0},{"source":26,"target":166},{"source":26,"target":167},{"source":166,"target":168},{"source":166,"target":26},{"source":167,"target":169},{"source":167,"target":26},{"source":27,"target":0},{"source":27,"target":170},{"source":27,"target":171},{"source":27,"target":172},{"source":27,"target":173},{"source":27,"target":174},{"source":27,"target":175},{"source":27,"target":176},{"source":27,"target":177},{"source":27,"target":178},{"source":170,"target":2},{"source":170,"target":179},{"source":170,"target":27},{"source":179,"target":2},{"source":171,"target":180},{"source":171,"target":27},{"source":172,"target":181},{"source":172,"target":27},{"source":173,"target":182},{"source":173,"target":27},{"source":174,"target":183},{"source":174,"target":27},{"source":175,"target":184},{"source":175,"target":27},{"source":176,"target":185},{"source":176,"target":27},{"source":177,"target":186},{"source":177,"target":27},{"source":178,"target":187},{"source":178,"target":27},{"source":28,"target":0},{"source":28,"target":188},{"source":28,"target":189},{"source":28,"target":190},{"source":188,"target":28},{"source":189,"target":28},{"source":190,"target":28},{"source":29,"target":0},{"source":30,"target":0},{"source":30,"target":191},{"source":30,"target":192},{"source":30,"target":193},{"source":191,"target":22},{"source":191,"target":194},{"source":191,"target":30},{"source":194,"target":22},{"source":192,"target":22},{"source":192,"target":195},{"source":192,"target":30},{"source":195,"target":22},{"source":193,"target":1},{"source":193,"target":196},{"source":193,"target":30},{"source":196,"target":1},{"source":31,"target":0},{"source":31,"target":197},{"source":31,"target":198},{"source":197,"target":31},{"source":198,"target":31},{"source":32,"target":0},{"source":33,"target":0},{"source":33,"target":199},{"source":33,"target":200},{"source":33,"target":201},{"source":33,"target":202},{"source":33,"target":203},{"source":33,"target":204},{"source":199,"target":8},{"source":199,"target":205},{"source":199,"target":33},{"source":205,"target":8},{"source":200,"target":5},{"source":200,"target":206},{"source":200,"target":33},{"source":206,"target":5},{"source":201,"target":207},{"source":201,"target":33},{"source":202,"target":208},{"source":202,"target":33},{"source":203,"target":209},{"source":203,"target":33},{"source":204,"target":210},{"source":204,"target":33}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="filetransfer2x" nsURI="http://petals.ow2.org/components/filetransfer/version-2" nsPrefix="filetransfer2x"> <eClassifiers xsi:type="ecore:EClass" name="FileTransferProvides" eSuperTypes="../../com.ebmwebsourcing.jbi.core.metamodel/model/jbi.ecore#//Provides"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value=""/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="writeDirectory" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="write-directory"/> <details key="kind" value="element"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="copyMode" eType="#//CopyMode" defaultValueLiteral="CopyMode.CONTENT_ONLY" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="copy-mode"/> <details key="kind" value="element"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="filePattern" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="file-pattern"/> <details key="kind" value="element"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="readDirectory" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="read-directory"/> <details key="kind" value="element"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="backupDirectory" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="backup-directory"/> <details key="kind" value="element"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FileTransferConsumes" eSuperTypes="../../com.ebmwebsourcing.jbi.core.metamodel/model/jbi.ecore#//Consumes"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value=""/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="readDirectory" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" unsettable="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="read-directory"/> <details key="kind" value="element"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="backupDirectory" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="backup-directory"/> <details key="kind" value="element"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="transferMode" eType="#//TransferMode" defaultValueLiteral="TransferMode.CONTENT" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="transfer-mode"/> <details key="kind" value="element"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="filePattern" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="file-pattern"/> <details key="kind" value="element"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pollingPeriod" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="polling-period"/> <details key="kind" value="element"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="CopyMode"> <eLiterals name="CONTENT_ONLY" literal="content-only"/> <eLiterals name="ATTACHMENTS_ONLY" value="1" literal="attachments-only"/> <eLiterals name="CONTENT_AND_ATTACHMENTS" value="2" literal="content-and-attachments"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TransferMode"> <eLiterals name="CONTENT" literal="content"/> <eLiterals name="ATTACHMENT" value="1" literal="attachment"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/filetransfer.ecore
ecore
filetransfer2x FileTransferProvides writeDirectory copyMode CopyMode.CONTENT_ONLY filePattern readDirectory backupDirectory FileTransferConsumes readDirectory backupDirectory transferMode TransferMode.CONTENT filePattern pollingPeriod CopyMode CONTENT_ONLY content-only ATTACHMENTS_ONLY attachments-only CONTENT_AND_ATTACHMENTS content-and-attachments TransferMode CONTENT content ATTACHMENT attachment
null
{"directed":true,"nodes":[{"nsPrefix":"filetransfer2x","nsURI":"http://petals.ow2.org/components/filetransfer/version-2","name":"filetransfer2x","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FileTransferProvides","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FileTransferConsumes","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"CopyMode","instanceClass":null,"id":3,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"TransferMode","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":"writeDirectory","changeable":true,"lowerBound":0,"iD":false,"id":5,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"CopyMode.CONTENT_ONLY","unsettable":false,"transient":false,"unique":true,"name":"copyMode","changeable":true,"lowerBound":0,"iD":false,"id":6,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"filePattern","changeable":true,"lowerBound":0,"iD":false,"id":7,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"readDirectory","changeable":true,"lowerBound":0,"iD":false,"id":8,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"backupDirectory","changeable":true,"lowerBound":0,"iD":false,"id":9,"derived":true},{"id":10,"eClass":"EGenericType"},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"readDirectory","changeable":true,"lowerBound":1,"iD":false,"id":16,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"backupDirectory","changeable":true,"lowerBound":0,"iD":false,"id":17,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"TransferMode.CONTENT","unsettable":false,"transient":false,"unique":true,"name":"transferMode","changeable":true,"lowerBound":0,"iD":false,"id":18,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"filePattern","changeable":true,"lowerBound":0,"iD":false,"id":19,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pollingPeriod","changeable":true,"lowerBound":0,"iD":false,"id":20,"derived":true},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"name":"CONTENT_ONLY","id":27,"value":0,"literal":"content-only","eClass":"EEnumLiteral"},{"name":"ATTACHMENTS_ONLY","id":28,"value":1,"literal":"attachments-only","eClass":"EEnumLiteral"},{"name":"CONTENT_AND_ATTACHMENTS","id":29,"value":2,"literal":"content-and-attachments","eClass":"EEnumLiteral"},{"name":"CONTENT","id":30,"value":0,"literal":"content","eClass":"EEnumLiteral"},{"name":"ATTACHMENT","id":31,"value":1,"literal":"attachment","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":1,"target":10},{"source":5,"target":11},{"source":5,"target":1},{"source":6,"target":3},{"source":6,"target":12},{"source":6,"target":1},{"source":12,"target":3},{"source":7,"target":13},{"source":7,"target":1},{"source":8,"target":14},{"source":8,"target":1},{"source":9,"target":15},{"source":9,"target":1},{"source":2,"target":0},{"source":2,"target":16},{"source":2,"target":17},{"source":2,"target":18},{"source":2,"target":19},{"source":2,"target":20},{"source":2,"target":21},{"source":16,"target":22},{"source":16,"target":2},{"source":17,"target":23},{"source":17,"target":2},{"source":18,"target":4},{"source":18,"target":24},{"source":18,"target":2},{"source":24,"target":4},{"source":19,"target":25},{"source":19,"target":2},{"source":20,"target":26},{"source":20,"target":2},{"source":3,"target":0},{"source":3,"target":27},{"source":3,"target":28},{"source":3,"target":29},{"source":27,"target":3},{"source":28,"target":3},{"source":29,"target":3},{"source":4,"target":0},{"source":4,"target":30},{"source":4,"target":31},{"source":30,"target":4},{"source":31,"target":4}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="aadlba" nsURI="https://github.com/osate/osate2-ba.git/aadlba" nsPrefix="aadlba"> <eClassifiers xsi:type="ecore:EClass" name="ActualPortHolder" abstract="true" eSuperTypes="#//PortHolder"> <eOperations name="setPort" lowerBound="1"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="element = port ;"/> </eAnnotations> <eParameters name="port" lowerBound="1" eType="ecore:EClass ../../org.osate.aadl2/model/aadl2.ecore#//Port"/> </eOperations> <eOperations name="getPort" lowerBound="1" eType="ecore:EClass ../../org.osate.aadl2/model/aadl2.ecore#//Port"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="return (Port) element;"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssignmentAction" eSuperTypes="#//BasicAction"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//Target" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="valueExpression" lowerBound="1" eType="#//ValueExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Any" eSuperTypes="#//ValueExpression"/> <eClassifiers xsi:type="ecore:EClass" name="BasicAction" abstract="true" interface="true" eSuperTypes="#//BehaviorAction"/> <eClassifiers xsi:type="ecore:EClass" name="BehaviorAction" abstract="true" interface="true" eSuperTypes="#//BehaviorActions"/> <eClassifiers xsi:type="ecore:EClass" name="BehaviorActionBlock" eSuperTypes="#//BehaviorAction #//BehaviorElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="content" lowerBound="1" eType="#//BehaviorActions" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="timeout" eType="#//BehaviorTime" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BehaviorActionCollection" abstract="true" interface="true" eSuperTypes="#//BehaviorActions"> <eStructuralFeatures xsi:type="ecore:EReference" name="actions" lowerBound="2" upperBound="-1" eType="#//BehaviorAction" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BehaviorActions" abstract="true" interface="true" eSuperTypes="#//BehaviorElement"/> <eClassifiers xsi:type="ecore:EClass" name="BehaviorActionSequence" eSuperTypes="#//BehaviorActionCollection"/> <eClassifiers xsi:type="ecore:EClass" name="BehaviorActionSet" eSuperTypes="#//BehaviorActionCollection"/> <eClassifiers xsi:type="ecore:EClass" name="BehaviorAnnex" eSuperTypes="../../org.osate.aadl2/model/aadl2.ecore#//AnnexSubclause #//BehaviorElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="variables" upperBound="-1" eType="#//BehaviorVariable" unsettable="true" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="states" upperBound="-1" eType="#//BehaviorState" unsettable="true" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transitions" upperBound="-1" eType="#//BehaviorTransition" unsettable="true" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="actions" upperBound="-1" eType="#//BehaviorActionBlock" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="conditions" upperBound="-1" eType="#//BehaviorCondition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BehaviorBooleanLiteral" eSuperTypes="../../org.osate.aadl2/model/aadl2.ecore#//BooleanLiteral #//Literal"/> <eClassifiers xsi:type="ecore:EClass" name="BehaviorCondition" abstract="true" interface="true" eSuperTypes="#//BehaviorElement"/> <eClassifiers xsi:type="ecore:EClass" name="BehaviorElement" abstract="true" eSuperTypes="../../org.osate.aadl2/model/aadl2.ecore#//Element"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An element is a constituent of a model.&#xD;&#xA;An element is a constituent of a model. As such, it has the capability of owning other elements."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BehaviorEnumerationLiteral" eSuperTypes="#//Literal"> <eStructuralFeatures xsi:type="ecore:EReference" name="enumLiteral" unique="false" lowerBound="1" eType="ecore:EClass ../../org.osate.aadl2/model/aadl2.ecore#//StringLiteral"/> <eStructuralFeatures xsi:type="ecore:EReference" name="component" unique="false" lowerBound="1" eType="ecore:EClass ../../org.osate.aadl2/model/aadl2.ecore#//ComponentClassifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="BehaviorFeatureType"> <eLiterals name="NONE" literal="unknown behavior annex feature"/> <eLiterals name="BEHAVIOR_VARIABLE" value="1" literal="behavior variable"/> <eLiterals name="ITERATIVE_VARIABLE" value="2" literal="iterative variable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BehaviorIntegerLiteral" eSuperTypes="../../org.osate.aadl2/model/aadl2.ecore#//IntegerLiteral #//NumericLiteral"/> <eClassifiers xsi:type="ecore:EClass" name="BehaviorNamedElement" abstract="true" eSuperTypes="../../org.osate.aadl2/model/aadl2.ecore#//NamedElement #//BehaviorElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A named element is an element in a model that may have a name."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BehaviorProperty" abstract="true" eSuperTypes="#//ValueConstant #//IntegerValueConstant"> <eStructuralFeatures xsi:type="ecore:EReference" name="propertySet" unique="false" eType="ecore:EClass ../../org.osate.aadl2/model/aadl2.ecore#//PropertySet"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BehaviorPropertyConstant" eSuperTypes="#//BehaviorProperty"> <eStructuralFeatures xsi:type="ecore:EReference" name="property" unique="false" lowerBound="1" eType="ecore:EClass ../../org.osate.aadl2/model/aadl2.ecore#//PropertyConstant"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BehaviorPropertyValue" eSuperTypes="#//BehaviorProperty"> <eStructuralFeatures xsi:type="ecore:EReference" name="property" unique="false" lowerBound="1" eType="ecore:EClass ../../org.osate.aadl2/model/aadl2.ecore#//Property"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BehaviorRealLiteral" eSuperTypes="../../org.osate.aadl2/model/aadl2.ecore#//RealLiteral #//NumericLiteral"/> <eClassifiers xsi:type="ecore:EClass" name="BehaviorState" eSuperTypes="#//BehaviorNamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="initial" lowerBound="1" eType="#//Boolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="complete" lowerBound="1" eType="#//Boolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="final" lowerBound="1" eType="#//Boolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bindedMode" unique="false" eType="ecore:EClass ../../org.osate.aadl2/model/aadl2.ecore#//Mode"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BehaviorStringLiteral" eSuperTypes="../../org.osate.aadl2/model/aadl2.ecore#//StringLiteral #//Literal"/> <eClassifiers xsi:type="ecore:EClass" name="BehaviorTime" eSuperTypes="#//BehaviorElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="integerValue" lowerBound="1" eType="#//IntegerValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="unit" unique="false" eType="ecore:EClass ../../org.osate.aadl2/model/aadl2.ecore#//UnitLiteral"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BehaviorTransition" eSuperTypes="#//BehaviorNamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceState" unique="false" eType="#//BehaviorState"/> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" unique="false" eType="#//BehaviorCondition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="destinationState" unique="false" eType="#//BehaviorState"/> <eStructuralFeatures xsi:type="ecore:EReference" name="actionBlock" unique="false" eType="#//BehaviorActionBlock"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="priority" unique="false" eType="ecore:EDataType ../../org.osate.aadl2/model/aadl2.ecore#//Integer" defaultValueLiteral="-1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BehaviorVariable" eSuperTypes="#//BehaviorNamedElement ../../org.osate.aadl2/model/aadl2.ecore#//ArrayableElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="dataClassifier" unique="false" lowerBound="1" eType="ecore:EClass ../../org.osate.aadl2/model/aadl2.ecore#//DataClassifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BehaviorVariableHolder" eSuperTypes="#//DataHolder #//IndexableElement #//Target #//ElementValues"> <eOperations name="setVariable" lowerBound="1"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="element = variable ;"/> </eAnnotations> <eParameters name="variable" lowerBound="1" eType="#//BehaviorVariable"/> </eOperations> <eOperations name="getBehaviorVariable" lowerBound="1" eType="#//BehaviorVariable"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="return (BehaviorVariable) element;"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="BinaryAddingOperator"> <eLiterals name="None" literal=""/> <eLiterals name="Plus" value="1" literal="+"/> <eLiterals name="Minus" value="2" literal="-"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="BinaryNumericOperator"> <eLiterals name="None" literal=""/> <eLiterals name="MultiplyMultiply" value="1" literal="**"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Boolean" instanceClassName="boolean"> <eAnnotations source="http://www.topcased.org/documentation"> <details key="documentation" value="A Boolean type is used for logical expression, consisting of the predefined values true and false."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CalledSubprogramHolder" eSuperTypes="#//ElementHolder #//IndexableElement #//GroupableElement"/> <eClassifiers xsi:type="ecore:EClass" name="CommunicationAction" abstract="true" interface="true" eSuperTypes="#//BasicAction"/> <eClassifiers xsi:type="ecore:EClass" name="CompletionRelativeTimeout" eSuperTypes="#//BehaviorTime #//DispatchRelativeTimeout"/> <eClassifiers xsi:type="ecore:EClass" name="CondStatement" abstract="true" interface="true" eSuperTypes="#//BehaviorAction"> <eStructuralFeatures xsi:type="ecore:EReference" name="behaviorActions" lowerBound="1" eType="#//BehaviorActions" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataAccessHolder" eSuperTypes="#//DataHolder #//GroupableElement #//IndexableElement #//Target #//ElementValues"> <eOperations name="setDataAccess" lowerBound="1"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="element = dataAccess ;"/> </eAnnotations> <eParameters name="dataAccess" lowerBound="1" eType="ecore:EClass ../../org.osate.aadl2/model/aadl2.ecore#//DataAccess"/> </eOperations> <eOperations name="getDataAccess" lowerBound="1" eType="ecore:EClass ../../org.osate.aadl2/model/aadl2.ecore#//DataAccess"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="return (DataAccess) element;"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataAccessPrototypeHolder" eSuperTypes="#//DataHolder #//PrototypeHolder #//IndexableElement #//Target #//ElementValues #//GroupableElement"/> <eClassifiers xsi:type="ecore:EClass" name="DataComponentReference" eSuperTypes="#//ElementValues #//Target #//ValueVariable #//IntegerValueVariable"> <eStructuralFeatures xsi:type="ecore:EReference" name="data" lowerBound="2" upperBound="-1" eType="#//DataHolder" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataHolder" abstract="true" eSuperTypes="#//ElementHolder #//IntegerValueVariable #//ValueVariable"/> <eClassifiers xsi:type="ecore:EClass" name="DataPortHolder" eSuperTypes="#//ActualPortHolder #//Target"> <eOperations name="setDataPort" lowerBound="1"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="element = dataPort ;"/> </eAnnotations> <eParameters name="dataPort" lowerBound="1" eType="ecore:EClass ../../org.osate.aadl2/model/aadl2.ecore#//DataPort"/> </eOperations> <eOperations name="getDataPort" lowerBound="1" eType="ecore:EClass ../../org.osate.aadl2/model/aadl2.ecore#//DataPort"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="return (DataPort) element;"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="DataRepresentation"> <eLiterals name="Unknown" literal="unknown"/> <eLiterals name="Array" value="1" literal="array"/> <eLiterals name="Boolean" value="2" literal="standard boolean"/> <eLiterals name="Character" value="3" literal="standard character"/> <eLiterals name="Enum" value="4" literal="enumeration"/> <eLiterals name="Fixed" value="5" literal="fixed point real"/> <eLiterals name="Float" value="6" literal="universal real"/> <eLiterals name="Integer" value="7" literal="universal integer"/> <eLiterals name="String" value="8" literal="standard string"/> <eLiterals name="Struct" value="9" literal="structure"/> <eLiterals name="Union" value="10" literal="union"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataSubcomponentHolder" eSuperTypes="#//DataHolder #//GroupableElement #//IndexableElement #//Target #//ElementValues"> <eOperations name="setDataSubcomponent" lowerBound="1"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="element = dataSubcomponent ;"/> </eAnnotations> <eParameters name="dataSubcomponent" lowerBound="1" eType="ecore:EClass ../../org.osate.aadl2/model/aadl2.ecore#//DataSubcomponent"/> </eOperations> <eOperations name="getDataSubcomponent" lowerBound="1" eType="ecore:EClass ../../org.osate.aadl2/model/aadl2.ecore#//DataSubcomponent"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="return (DataSubcomponent) element;"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DispatchCondition" eSuperTypes="#//BehaviorCondition"> <eStructuralFeatures xsi:type="ecore:EReference" name="dispatchTriggerCondition" eType="#//DispatchTriggerCondition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="frozenPorts" upperBound="-1" eType="#//ActualPortHolder" unsettable="true" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DispatchConjunction" eSuperTypes="#//BehaviorElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="dispatchTriggers" lowerBound="1" upperBound="-1" eType="#//DispatchTrigger" unsettable="true" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DispatchRelativeTimeout" eSuperTypes="#//DispatchTriggerCondition"/> <eClassifiers xsi:type="ecore:EClass" name="DispatchTrigger" abstract="true" interface="true" eSuperTypes="#//BehaviorElement"/> <eClassifiers xsi:type="ecore:EClass" name="DispatchTriggerCondition" abstract="true" interface="true" eSuperTypes="#//BehaviorElement"/> <eClassifiers xsi:type="ecore:EClass" name="DispatchTriggerConditionStop" eSuperTypes="#//DispatchTriggerCondition"/> <eClassifiers xsi:type="ecore:EClass" name="DispatchTriggerLogicalExpression" eSuperTypes="#//DispatchTriggerCondition"> <eStructuralFeatures xsi:type="ecore:EReference" name="dispatchConjunctions" lowerBound="1" upperBound="-1" eType="#//DispatchConjunction" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ElementHolder" abstract="true" interface="true" eSuperTypes="#//BehaviorElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="element" unique="false" eType="ecore:EClass ../../org.osate.aadl2/model/aadl2.ecore#//NamedElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ElementValues" abstract="true" interface="true" eSuperTypes="#//BehaviorElement"/> <eClassifiers xsi:type="ecore:EClass" name="ElseStatement" eSuperTypes="#//CondStatement"/> <eClassifiers xsi:type="ecore:EClass" name="EventDataPortHolder" eSuperTypes="#//ActualPortHolder #//ElementValues #//DispatchTrigger #//Target"> <eOperations name="setEventDataPort" lowerBound="1"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="element = eventDataPort ;"/> </eAnnotations> <eParameters name="eventDataPort" lowerBound="1" eType="ecore:EClass ../../org.osate.aadl2/model/aadl2.ecore#//EventDataPort"/> </eOperations> <eOperations name="geteventDataPort" lowerBound="1" eType="ecore:EClass ../../org.osate.aadl2/model/aadl2.ecore#//EventDataPort"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="return (EventDataPort) element;"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EventPortHolder" eSuperTypes="#//ActualPortHolder #//DispatchTrigger #//Target"> <eOperations name="setEventPort" lowerBound="1"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="element = eventPort ;"/> </eAnnotations> <eParameters name="eventPort" lowerBound="1" eType="ecore:EClass ../../org.osate.aadl2/model/aadl2.ecore#//EventPort"/> </eOperations> <eOperations name="getEventPort" lowerBound="1" eType="ecore:EClass ../../org.osate.aadl2/model/aadl2.ecore#//EventPort"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="return (EventPort) element;"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExecuteCondition" abstract="true" interface="true" eSuperTypes="#//BehaviorCondition"/> <eClassifiers xsi:type="ecore:EClass" name="ExecutionTimeoutCatch" eSuperTypes="#//ExecuteCondition"/> <eClassifiers xsi:type="ecore:EClass" name="Factor" eSuperTypes="#//BehaviorElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="firstValue" lowerBound="1" eType="#//Value" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="secondValue" eType="#//Value" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="binaryNumericOperator" unique="false" eType="#//BinaryNumericOperator" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unaryNumericOperator" unique="false" eType="#//UnaryNumericOperator" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unaryBooleanOperator" unique="false" eType="#//UnaryBooleanOperator" unsettable="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FeaturePrototypeHolder" eSuperTypes="#//DataHolder #//PrototypeHolder #//IndexableElement #//Target #//ElementValues #//GroupableElement"/> <eClassifiers xsi:type="ecore:EEnum" name="FeatureType"> <eLiterals name="NONE" literal="unknown aadl classifier"/> <eLiterals name="IN_DATA_PORT" value="1" literal="in data port"/> <eLiterals name="OUT_DATA_PORT" value="2" literal="out data port"/> <eLiterals name="IN_OUT_DATA_PORT" value="3" literal="inout data port"/> <eLiterals name="IN_EVENT_PORT" value="4" literal="in event port"/> <eLiterals name="OUT_EVENT_PORT" value="5" literal="out event port"/> <eLiterals name="IN_OUT_EVENT_PORT" value="6" literal="inout event port"/> <eLiterals name="IN_EVENT_DATA_PORT" value="7" literal="in event data port"/> <eLiterals name="OUT_EVENT_DATA_PORT" value="8" literal="out event data port"/> <eLiterals name="IN_OUT_EVENT_DATA_PORT" value="9" literal="inout event data port"/> <eLiterals name="PROVIDES_SUBPROGRAM_ACCESS" value="10" literal="provides subprogram access"/> <eLiterals name="REQUIRES_SUBPROGRAM_ACCESS" value="11" literal="requires subprogram access"/> <eLiterals name="PROVIDES_SUBPROGRAM_GROUP_ACCESS" value="12" literal="provides subprogram group access"/> <eLiterals name="REQUIRES_SUBPROGRAM_GROUP_ACCESS" value="13" literal="requires subprogram group access"/> <eLiterals name="SUBPROGRAM_SUBCOMPONENT" value="14" literal="subprogram subcomponent"/> <eLiterals name="SUBPROGRAM_CLASSIFIER" value="15" literal="subprogram classifier"/> <eLiterals name="SUBPROGRAM_PROTOTYPE" value="16" literal="subprogram prototype"/> <eLiterals name="COMPONENT_PROTOTYPE" value="17" literal="component prototype"/> <eLiterals name="COMPONENT_PROTOTYPE_BINDING" value="18" literal="component prototype binding"/> <eLiterals name="FEATURE_PROTOTYPE" value="19" literal="feature prototype"/> <eLiterals name="FEATURE_PROTOTYPE_BINDING" value="20" literal="feature prototype binding"/> <eLiterals name="FEATURE_GROUP_PROTOTYPE" value="21" literal="feature group prototytpe"/> <eLiterals name="FEATURE_GROUP_PROTOTYPE_BINDING" value="22" literal="feature group prototype binding"/> <eLiterals name="PROVIDES_DATA_ACCESS" value="23" literal="provides data access"/> <eLiterals name="REQUIRES_DATA_ACCESS" value="24" literal="requires data access"/> <eLiterals name="DATA_SUBCOMPONENT" value="25" literal="data subcomponent"/> <eLiterals name="DATA_CLASSIFIER" value="26" literal="data classifier"/> <eLiterals name="IN_PARAMETER" value="27" literal="in parameter"/> <eLiterals name="OUT_PARAMETER" value="28" literal="out parameter"/> <eLiterals name="IN_OUT_PARAMETER" value="29" literal="in out parameter"/> <eLiterals name="PROPERTY_CONSTANT" value="30" literal="property constant"/> <eLiterals name="PROPERTY_VALUE" value="31" literal="property value"/> <eLiterals name="PROVIDES_BUS_ACCESS" value="32" literal="provides bus access"/> <eLiterals name="REQUIRES_BUS_ACCESS" value="33" literal="requires bus access"/> <eLiterals name="FEATURE_GROUP" value="34" literal="feature group"/> <eLiterals name="CLASSIFIER_VALUE" value="35" literal="classifier value"/> <eLiterals name="ABSTRACT_FEATURE" value="36" literal="abstract feature"/> <eLiterals name="IN_FEATURE_PROTOTYPE" value="37" literal="in feature prototype"/> <eLiterals name="OUT_FEATURE_PROTOTYPE" value="38" literal="out feature prototype"/> <eLiterals name="IN_OUT_FEATURE_PROTOTYPE" value="39" literal="in out feature prototype"/> <eLiterals name="THREAD_GROUP" value="40" literal="thread group"/> <eLiterals name="SUBPROGRAM_GROUP" value="41" literal="subprogram group"/> <eLiterals name="SUBPROGRAM_GROUP_PROTOTYPE" value="42" literal="subprogram group prototype"/> <eLiterals name="THREAD_PROTOTYPE" value="43" literal="thread prototype"/> <eLiterals name="THREAD_GROUP_PROTOTYPE" value="44" literal="thread group prototype"/> <eLiterals name="IN_DATA_PORT_PROTOTYPE" value="45" literal="in data port prototype"/> <eLiterals name="OUT_DATA_PORT_PROTOTYPE" value="46" literal="out data port prototype"/> <eLiterals name="IN_OUT_DATA_PORT_PROTOTYPE" value="47" literal="inout data port prototype"/> <eLiterals name="IN_EVENT_PORT_PROTOTYPE" value="48" literal="in event port prototype"/> <eLiterals name="OUT_EVENT_PORT_PROTOTYPE" value="49" literal="out event port prototype"/> <eLiterals name="IN_OUT_EVENT_PORT_PROTOTYPE" value="50" literal="inout event port prototype"/> <eLiterals name="IN_EVENT_DATA_PORT_PROTOTYPE" value="51" literal="in event data port prototype"/> <eLiterals name="OUT_EVENT_DATA_PORT_PROTOTYPE" value="52" literal="out event data port prototype"/> <eLiterals name="IN_OUT_EVENT_DATA_PORT_PROTOTYPE" value="53" literal="inout event data port prototype"/> <eLiterals name="PROVIDES_SUBPROGRAM_ACCESS_PROTOTYPE" value="54" literal="provides subprogram access prototype"/> <eLiterals name="REQUIRES_SUBPROGRAM_ACCESS_PROTOTYPE" value="55" literal="requires subprogram access prototype"/> <eLiterals name="PROVIDES_SUBPROGRAM_GROUP_ACCESS_PROTOTYPE" value="56" literal="provides subprogram group access prototype"/> <eLiterals name="REQUIRES_SUBPROGRAM_GROUP_ACCESS_PROTOTYPE" value="57" literal="requires subprogram group access prototype"/> <eLiterals name="PROVIDES_DATA_ACCESS_PROTOTYPE" value="58" literal="provides data access prototype"/> <eLiterals name="REQUIRES_DATA_ACCESS_PROTOTYPE" value="59" literal="requires data access prototype"/> <eLiterals name="PROVIDES_BUS_ACCESS_PROTOTYPE" value="60" literal="provides bus access prototype"/> <eLiterals name="REQUIRES_BUS_ACCESS_PROTOTYPE" value="61" literal="requires bus access prototype"/> <eLiterals name="SYSTEM_SUBCOMPONENT" value="62" literal="system subcomponent"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForOrForAllStatement" eSuperTypes="#//LoopStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="iteratedValues" lowerBound="1" eType="#//ElementValues" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="forAll" eType="#//Boolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="iterativeVariable" lowerBound="1" eType="#//IterativeVariable" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GroupableElement" abstract="true" interface="true" eSuperTypes="#//BehaviorElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="groupHolders" upperBound="-1" eType="#//GroupHolder" unsettable="true" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GroupHolder" eSuperTypes="#//ElementHolder #//IndexableElement"> <eOperations name="setGroup" lowerBound="1"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="element = group ;"/> </eAnnotations> <eParameters name="group" lowerBound="1" eType="ecore:EClass ../../org.osate.aadl2/model/aadl2.ecore#//NamedElement"/> </eOperations> <eOperations name="getGroup" lowerBound="1" eType="ecore:EClass ../../org.osate.aadl2/model/aadl2.ecore#//NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="return element;"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GroupPrototypeHolder" eSuperTypes="#//GroupHolder #//PrototypeHolder"/> <eClassifiers xsi:type="ecore:EClass" name="IfStatement" eSuperTypes="#//CondStatement #//ElseStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="logicalValueExpression" lowerBound="1" eType="#//ValueExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="elif" eType="#//Boolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elseStatement" eType="#//ElseStatement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IndexableElement" abstract="true" interface="true" eSuperTypes="#//BehaviorElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="arrayIndexes" upperBound="-1" eType="#//IntegerValue" unsettable="true" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Integer" instanceClassName="int"> <eAnnotations source="http://www.topcased.org/documentation"> <details key="documentation" value="An integer is a primitive type representing integer values."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerRange" eSuperTypes="#//ElementValues"> <eStructuralFeatures xsi:type="ecore:EReference" name="lowerIntegerValue" lowerBound="1" eType="#//IntegerValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="upperIntegerValue" lowerBound="1" eType="#//IntegerValue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerValue" abstract="true" interface="true" eSuperTypes="#//BehaviorElement"/> <eClassifiers xsi:type="ecore:EClass" name="IntegerValueConstant" abstract="true" interface="true" eSuperTypes="#//IntegerValue #//ValueConstant"/> <eClassifiers xsi:type="ecore:EClass" name="IntegerValueVariable" abstract="true" interface="true" eSuperTypes="#//IntegerValue #//ValueVariable"/> <eClassifiers xsi:type="ecore:EClass" name="IterativeVariable" eSuperTypes="#//BehaviorNamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="dataClassifier" unique="false" eType="ecore:EClass ../../org.osate.aadl2/model/aadl2.ecore#//DataClassifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IterativeVariableHolder" eSuperTypes="#//DataHolder"> <eOperations name="setIterativeVariable" lowerBound="1"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="element = itV ;"/> </eAnnotations> <eParameters name="itV" lowerBound="1" eType="#//IterativeVariable"/> </eOperations> <eOperations name="getIterativeVariable" lowerBound="1" eType="#//IterativeVariable"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="return (IterativeVariable) element;"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Literal" abstract="true" interface="true" eSuperTypes="#//ValueConstant #//IntegerValueConstant"/> <eClassifiers xsi:type="ecore:EClass" name="LockAction" eSuperTypes="#//SharedDataAction"> <eAnnotations source="Documentation"> <details key="documentation" value="A null data name means that all shared data are locked while in the critical section"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="LogicalOperator"> <eLiterals name="None" literal=""/> <eLiterals name="And" value="1" literal="and"/> <eLiterals name="Or" value="2" literal="or"/> <eLiterals name="Xor" value="3" literal="xor"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LoopStatement" abstract="true" eSuperTypes="#//CondStatement"/> <eClassifiers xsi:type="ecore:EEnum" name="MultiplyingOperator"> <eLiterals name="None" literal=""/> <eLiterals name="Multiply" value="1" literal="*"/> <eLiterals name="Divide" value="2" literal="/"/> <eLiterals name="Mod" value="3" literal="mod"/> <eLiterals name="Rem" value="4" literal="rem"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NumericLiteral" abstract="true" interface="true" eSuperTypes="../../org.osate.aadl2/model/aadl2.ecore#//NumberValue #//Literal"/> <eClassifiers xsi:type="ecore:EClass" name="Otherwise" eSuperTypes="#//ExecuteCondition"/> <eClassifiers xsi:type="ecore:EClass" name="ParameterHolder" eSuperTypes="#//DataHolder #//GroupableElement #//IndexableElement #//Target #//ElementValues"> <eOperations name="setParameter" lowerBound="1"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="element = parameter ;"/> </eAnnotations> <eParameters name="parameter" lowerBound="1" eType="ecore:EClass ../../org.osate.aadl2/model/aadl2.ecore#//Parameter"/> </eOperations> <eOperations name="getParameter" lowerBound="1" eType="ecore:EClass ../../org.osate.aadl2/model/aadl2.ecore#//Parameter"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="return (Parameter) element;"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParameterLabel" abstract="true" interface="true" eSuperTypes="#//BehaviorElement"/> <eClassifiers xsi:type="ecore:EClass" name="PortCountValue" eSuperTypes="#//ActualPortHolder"/> <eClassifiers xsi:type="ecore:EClass" name="PortDequeueAction" eSuperTypes="#//CommunicationAction"> <eStructuralFeatures xsi:type="ecore:EReference" name="port" lowerBound="1" eType="#//ActualPortHolder" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//Target" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PortDequeueValue" eSuperTypes="#//ActualPortHolder"/> <eClassifiers xsi:type="ecore:EClass" name="PortFreezeAction" eSuperTypes="#//ActualPortHolder #//CommunicationAction"/> <eClassifiers xsi:type="ecore:EClass" name="PortFreshValue" eSuperTypes="#//ActualPortHolder"/> <eClassifiers xsi:type="ecore:EClass" name="PortHolder" abstract="true" eSuperTypes="#//IndexableElement #//ElementHolder #//GroupableElement #//ValueVariable #//IntegerValueVariable"/> <eClassifiers xsi:type="ecore:EClass" name="PortPrototypeHolder" eSuperTypes="#//PortHolder #//PrototypeHolder #//Target"/> <eClassifiers xsi:type="ecore:EClass" name="PortSendAction" eSuperTypes="#//CommunicationAction"> <eStructuralFeatures xsi:type="ecore:EReference" name="port" eType="#//ActualPortHolder" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="valueExpression" eType="#//ValueExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrototypeHolder" abstract="true" interface="true" eSuperTypes="#//BehaviorElement"> <eOperations name="setPrototype" lowerBound="1"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="element = prototype ;"/> </eAnnotations> <eParameters name="prototype" lowerBound="1" eType="ecore:EClass ../../org.osate.aadl2/model/aadl2.ecore#//Prototype"/> </eOperations> <eOperations name="getPrototype" lowerBound="1" eType="ecore:EClass ../../org.osate.aadl2/model/aadl2.ecore#//Prototype"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="return (Prototype) element;"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="prototypeBinding" unique="false" eType="ecore:EClass ../../org.osate.aadl2/model/aadl2.ecore#//PrototypeBinding"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Real" instanceClassName="double"> <eAnnotations source="http://www.topcased.org/documentation"> <details key="documentation" value="A real is a primitive type representing real numeric values."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Relation" eSuperTypes="#//BehaviorElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="firstExpression" lowerBound="1" eType="#//SimpleExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="secondExpression" eType="#//SimpleExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="relationalOperator" unique="false" eType="#//RelationalOperator" unsettable="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="RelationalOperator"> <eLiterals name="None" literal=""/> <eLiterals name="Equal" value="1" literal="="/> <eLiterals name="NotEqual" value="2" literal="!="/> <eLiterals name="LessThan" value="3" literal="&lt;"/> <eLiterals name="LessOrEqualThan" value="4" literal="&lt;="/> <eLiterals name="GreaterThan" value="5" literal=">"/> <eLiterals name="GreaterOrEqualThan" value="6" literal=">="/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SharedDataAction" abstract="true" eSuperTypes="#//CommunicationAction"> <eStructuralFeatures xsi:type="ecore:EReference" name="dataAccess" eType="#//DataAccessHolder" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SimpleExpression" eSuperTypes="#//BehaviorElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unaryAddingOperator" eType="#//UnaryAddingOperator" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="terms" lowerBound="1" upperBound="-1" eType="#//Term" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="binaryAddingOperators" unique="false" upperBound="-1" eType="#//BinaryAddingOperator" unsettable="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="String" instanceClassName="java.lang.String"> <eAnnotations source="http://www.topcased.org/documentation"> <details key="documentation" value="A string is a sequence of characters in some suitable character set used to display information about the model. Character sets may include non-Roman alphabets and characters."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StructUnionElement" eSuperTypes="#//BehaviorNamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="dataClassifier" unique="false" lowerBound="1" eType="ecore:EClass ../../org.osate.aadl2/model/aadl2.ecore#//DataClassifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StructUnionElementHolder" eSuperTypes="#//DataHolder #//IndexableElement #//Target #//ElementValues"> <eOperations name="setStructUnionElement" lowerBound="1"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="element = structUnionElement ;"/> </eAnnotations> <eParameters name="structUnionElement" lowerBound="1" eType="#//StructUnionElement"/> </eOperations> <eOperations name="getStructUnionElement" lowerBound="1" eType="#//StructUnionElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="return (StructUnionElement) element;"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SubprogramAccessHolder" eSuperTypes="#//DispatchTriggerCondition #//CalledSubprogramHolder"> <eOperations name="setSubprogramAccess" lowerBound="1"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="element = subprogramAccess ;"/> </eAnnotations> <eParameters name="subprogramAccess" lowerBound="1" eType="ecore:EClass ../../org.osate.aadl2/model/aadl2.ecore#//SubprogramAccess"/> </eOperations> <eOperations name="getSubprogramAccess" lowerBound="1" eType="ecore:EClass ../../org.osate.aadl2/model/aadl2.ecore#//SubprogramAccess"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="return (SubprogramAccess) element;"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SubprogramCallAction" eSuperTypes="#//CommunicationAction"> <eStructuralFeatures xsi:type="ecore:EReference" name="subprogram" lowerBound="1" eType="#//CalledSubprogramHolder" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameterLabels" upperBound="-1" eType="#//ParameterLabel" unsettable="true" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dataAccess" eType="#//DataAccessHolder" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SubprogramHolder" eSuperTypes="#//CalledSubprogramHolder"> <eOperations name="setSubprogram" lowerBound="1"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="element = subprogram ;"/> </eAnnotations> <eParameters name="subprogram" lowerBound="1" eType="ecore:EClass ../../org.osate.aadl2/model/aadl2.ecore#//Subprogram"/> </eOperations> <eOperations name="getSubprogram" lowerBound="1" eType="ecore:EClass ../../org.osate.aadl2/model/aadl2.ecore#//Subprogram"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="return (Subprogram) element;"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SubprogramPrototypeHolder" eSuperTypes="#//CalledSubprogramHolder #//PrototypeHolder #//GroupableElement"/> <eClassifiers xsi:type="ecore:EClass" name="Target" eSuperTypes="#//ParameterLabel #//BehaviorElement"/> <eClassifiers xsi:type="ecore:EClass" name="Term" eSuperTypes="#//BehaviorElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="factors" lowerBound="1" upperBound="-1" eType="#//Factor" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="multiplyingOperators" unique="false" upperBound="-1" eType="#//MultiplyingOperator" unsettable="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TimedAction" eSuperTypes="#//BasicAction"> <eStructuralFeatures xsi:type="ecore:EReference" name="lowerTime" lowerBound="1" eType="#//BehaviorTime" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="upperTime" eType="#//BehaviorTime" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="UnaryAddingOperator"> <eLiterals name="None" literal=""/> <eLiterals name="Plus" value="1" literal="+"/> <eLiterals name="Minus" value="2" literal="-"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="UnaryBooleanOperator"> <eLiterals name="None" literal=""/> <eLiterals name="Not" value="1" literal="!"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="UnaryNumericOperator"> <eLiterals name="None" literal=""/> <eLiterals name="Abs" value="1" literal="abs"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnlockAction" eSuperTypes="#//SharedDataAction"> <eAnnotations source="documentation"> <details key="documentation" value="A null data name means that all shared data are unlocked at the end of the critical section"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Value" abstract="true" interface="true" eSuperTypes="#//BehaviorElement"/> <eClassifiers xsi:type="ecore:EClass" name="ValueConstant" abstract="true" interface="true" eSuperTypes="#//Value"/> <eClassifiers xsi:type="ecore:EClass" name="ValueExpression" eSuperTypes="#//Value #//ParameterLabel #//ExecuteCondition"> <eStructuralFeatures xsi:type="ecore:EReference" name="relations" upperBound="-1" eType="#//Relation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="logicalOperators" unique="false" upperBound="-1" eType="#//LogicalOperator" unsettable="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ValueVariable" abstract="true" interface="true" eSuperTypes="#//Value"/> <eClassifiers xsi:type="ecore:EClass" name="WhileOrDoUntilStatement" eSuperTypes="#//LoopStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="logicalValueExpression" lowerBound="1" eType="#//ValueExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="doUntil" eType="#//Boolean" defaultValueLiteral="false"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/rsanjai/sr-o2ba/org.osate.ba/model/aadlba.ecore
ecore
aadlba ActualPortHolder setPort port getPort AssignmentAction target valueExpression Any BasicAction BehaviorAction BehaviorActionBlock content timeout BehaviorActionCollection actions BehaviorActions BehaviorActionSequence BehaviorActionSet BehaviorAnnex variables states transitions actions conditions BehaviorBooleanLiteral BehaviorCondition BehaviorElement BehaviorEnumerationLiteral enumLiteral component BehaviorFeatureType NONE unknown behavior annex feature BEHAVIOR_VARIABLE behavior variable ITERATIVE_VARIABLE iterative variable BehaviorIntegerLiteral BehaviorNamedElement BehaviorProperty propertySet BehaviorPropertyConstant property BehaviorPropertyValue property BehaviorRealLiteral BehaviorState initial false complete false final false bindedMode BehaviorStringLiteral BehaviorTime integerValue unit BehaviorTransition sourceState condition destinationState actionBlock priority -1 BehaviorVariable dataClassifier BehaviorVariableHolder setVariable variable getBehaviorVariable BinaryAddingOperator None Plus + Minus - BinaryNumericOperator None MultiplyMultiply ** Boolean boolean boolean CalledSubprogramHolder CommunicationAction CompletionRelativeTimeout CondStatement behaviorActions DataAccessHolder setDataAccess dataAccess getDataAccess DataAccessPrototypeHolder DataComponentReference data DataHolder DataPortHolder setDataPort dataPort getDataPort DataRepresentation Unknown unknown Array array Boolean standard boolean Character standard character Enum enumeration Fixed fixed point real Float universal real Integer universal integer String standard string Struct structure Union union DataSubcomponentHolder setDataSubcomponent dataSubcomponent getDataSubcomponent DispatchCondition dispatchTriggerCondition frozenPorts DispatchConjunction dispatchTriggers DispatchRelativeTimeout DispatchTrigger DispatchTriggerCondition DispatchTriggerConditionStop DispatchTriggerLogicalExpression dispatchConjunctions ElementHolder element ElementValues ElseStatement EventDataPortHolder setEventDataPort eventDataPort geteventDataPort EventPortHolder setEventPort eventPort getEventPort ExecuteCondition ExecutionTimeoutCatch Factor firstValue secondValue binaryNumericOperator unaryNumericOperator unaryBooleanOperator FeaturePrototypeHolder FeatureType NONE unknown aadl classifier IN_DATA_PORT in data port OUT_DATA_PORT out data port IN_OUT_DATA_PORT inout data port IN_EVENT_PORT in event port OUT_EVENT_PORT out event port IN_OUT_EVENT_PORT inout event port IN_EVENT_DATA_PORT in event data port OUT_EVENT_DATA_PORT out event data port IN_OUT_EVENT_DATA_PORT inout event data port PROVIDES_SUBPROGRAM_ACCESS provides subprogram access REQUIRES_SUBPROGRAM_ACCESS requires subprogram access PROVIDES_SUBPROGRAM_GROUP_ACCESS provides subprogram group access REQUIRES_SUBPROGRAM_GROUP_ACCESS requires subprogram group access SUBPROGRAM_SUBCOMPONENT subprogram subcomponent SUBPROGRAM_CLASSIFIER subprogram classifier SUBPROGRAM_PROTOTYPE subprogram prototype COMPONENT_PROTOTYPE component prototype COMPONENT_PROTOTYPE_BINDING component prototype binding FEATURE_PROTOTYPE feature prototype FEATURE_PROTOTYPE_BINDING feature prototype binding FEATURE_GROUP_PROTOTYPE feature group prototytpe FEATURE_GROUP_PROTOTYPE_BINDING feature group prototype binding PROVIDES_DATA_ACCESS provides data access REQUIRES_DATA_ACCESS requires data access DATA_SUBCOMPONENT data subcomponent DATA_CLASSIFIER data classifier IN_PARAMETER in parameter OUT_PARAMETER out parameter IN_OUT_PARAMETER in out parameter PROPERTY_CONSTANT property constant PROPERTY_VALUE property value PROVIDES_BUS_ACCESS provides bus access REQUIRES_BUS_ACCESS requires bus access FEATURE_GROUP feature group CLASSIFIER_VALUE classifier value ABSTRACT_FEATURE abstract feature IN_FEATURE_PROTOTYPE in feature prototype OUT_FEATURE_PROTOTYPE out feature prototype IN_OUT_FEATURE_PROTOTYPE in out feature prototype THREAD_GROUP thread group SUBPROGRAM_GROUP subprogram group SUBPROGRAM_GROUP_PROTOTYPE subprogram group prototype THREAD_PROTOTYPE thread prototype THREAD_GROUP_PROTOTYPE thread group prototype IN_DATA_PORT_PROTOTYPE in data port prototype OUT_DATA_PORT_PROTOTYPE out data port prototype IN_OUT_DATA_PORT_PROTOTYPE inout data port prototype IN_EVENT_PORT_PROTOTYPE in event port prototype OUT_EVENT_PORT_PROTOTYPE out event port prototype IN_OUT_EVENT_PORT_PROTOTYPE inout event port prototype IN_EVENT_DATA_PORT_PROTOTYPE in event data port prototype OUT_EVENT_DATA_PORT_PROTOTYPE out event data port prototype IN_OUT_EVENT_DATA_PORT_PROTOTYPE inout event data port prototype PROVIDES_SUBPROGRAM_ACCESS_PROTOTYPE provides subprogram access prototype REQUIRES_SUBPROGRAM_ACCESS_PROTOTYPE requires subprogram access prototype PROVIDES_SUBPROGRAM_GROUP_ACCESS_PROTOTYPE provides subprogram group access prototype REQUIRES_SUBPROGRAM_GROUP_ACCESS_PROTOTYPE requires subprogram group access prototype PROVIDES_DATA_ACCESS_PROTOTYPE provides data access prototype REQUIRES_DATA_ACCESS_PROTOTYPE requires data access prototype PROVIDES_BUS_ACCESS_PROTOTYPE provides bus access prototype REQUIRES_BUS_ACCESS_PROTOTYPE requires bus access prototype SYSTEM_SUBCOMPONENT system subcomponent ForOrForAllStatement iteratedValues forAll false iterativeVariable GroupableElement groupHolders GroupHolder setGroup group getGroup GroupPrototypeHolder IfStatement logicalValueExpression elif false elseStatement IndexableElement arrayIndexes Integer int int IntegerRange lowerIntegerValue upperIntegerValue IntegerValue IntegerValueConstant IntegerValueVariable IterativeVariable dataClassifier IterativeVariableHolder setIterativeVariable itV getIterativeVariable Literal LockAction LogicalOperator None And and Or or Xor xor LoopStatement MultiplyingOperator None Multiply * Divide / Mod mod Rem rem NumericLiteral Otherwise ParameterHolder setParameter parameter getParameter ParameterLabel PortCountValue PortDequeueAction port target PortDequeueValue PortFreezeAction PortFreshValue PortHolder PortPrototypeHolder PortSendAction port valueExpression PrototypeHolder setPrototype prototype getPrototype prototypeBinding Real double double Relation firstExpression secondExpression relationalOperator RelationalOperator None Equal = NotEqual != LessThan < LessOrEqualThan <= GreaterThan > GreaterOrEqualThan >= SharedDataAction dataAccess SimpleExpression unaryAddingOperator terms binaryAddingOperators String java.lang.String java.lang.String StructUnionElement dataClassifier StructUnionElementHolder setStructUnionElement structUnionElement getStructUnionElement SubprogramAccessHolder setSubprogramAccess subprogramAccess getSubprogramAccess SubprogramCallAction subprogram parameterLabels dataAccess SubprogramHolder setSubprogram subprogram getSubprogram SubprogramPrototypeHolder Target Term factors multiplyingOperators TimedAction lowerTime upperTime UnaryAddingOperator None Plus + Minus - UnaryBooleanOperator None Not ! UnaryNumericOperator None Abs abs UnlockAction Value ValueConstant ValueExpression relations logicalOperators ValueVariable WhileOrDoUntilStatement logicalValueExpression doUntil false
null
{"directed":true,"nodes":[{"nsPrefix":"aadlba","nsURI":"https://github.com/osate/osate2-ba.git/aadlba","name":"aadlba","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActualPortHolder","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignmentAction","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Any","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BasicAction","instanceClass":null,"abstract":true,"id":4,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehaviorAction","instanceClass":null,"abstract":true,"id":5,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehaviorActionBlock","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehaviorActionCollection","instanceClass":null,"abstract":true,"id":7,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehaviorActions","instanceClass":null,"abstract":true,"id":8,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehaviorActionSequence","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehaviorActionSet","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehaviorAnnex","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehaviorBooleanLiteral","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehaviorCondition","instanceClass":null,"abstract":true,"id":13,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehaviorElement","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehaviorEnumerationLiteral","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"BehaviorFeatureType","instanceClass":null,"id":16,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehaviorIntegerLiteral","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehaviorNamedElement","instanceClass":null,"abstract":true,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehaviorProperty","instanceClass":null,"abstract":true,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehaviorPropertyConstant","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehaviorPropertyValue","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehaviorRealLiteral","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehaviorState","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehaviorStringLiteral","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehaviorTime","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehaviorTransition","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehaviorVariable","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehaviorVariableHolder","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"BinaryAddingOperator","instanceClass":null,"id":29,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"BinaryNumericOperator","instanceClass":null,"id":30,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"boolean","defaultValue":false,"instanceClassName":"boolean","name":"Boolean","instanceClass":"boolean","id":31,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CalledSubprogramHolder","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommunicationAction","instanceClass":null,"abstract":true,"id":33,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompletionRelativeTimeout","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CondStatement","instanceClass":null,"abstract":true,"id":35,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataAccessHolder","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataAccessPrototypeHolder","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataComponentReference","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataHolder","instanceClass":null,"abstract":true,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataPortHolder","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"DataRepresentation","instanceClass":null,"id":41,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataSubcomponentHolder","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DispatchCondition","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DispatchConjunction","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DispatchRelativeTimeout","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DispatchTrigger","instanceClass":null,"abstract":true,"id":46,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DispatchTriggerCondition","instanceClass":null,"abstract":true,"id":47,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DispatchTriggerConditionStop","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DispatchTriggerLogicalExpression","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElementHolder","instanceClass":null,"abstract":true,"id":50,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElementValues","instanceClass":null,"abstract":true,"id":51,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElseStatement","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventDataPortHolder","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventPortHolder","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecuteCondition","instanceClass":null,"abstract":true,"id":55,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionTimeoutCatch","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Factor","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeaturePrototypeHolder","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"FeatureType","instanceClass":null,"id":59,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForOrForAllStatement","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GroupableElement","instanceClass":null,"abstract":true,"id":61,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GroupHolder","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GroupPrototypeHolder","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfStatement","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IndexableElement","instanceClass":null,"abstract":true,"id":65,"interface":true,"eClass":"EClass"},{"instanceTypeName":"int","defaultValue":0,"instanceClassName":"int","name":"Integer","instanceClass":"int","id":66,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerRange","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerValue","instanceClass":null,"abstract":true,"id":68,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerValueConstant","instanceClass":null,"abstract":true,"id":69,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerValueVariable","instanceClass":null,"abstract":true,"id":70,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IterativeVariable","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IterativeVariableHolder","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Literal","instanceClass":null,"abstract":true,"id":73,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LockAction","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"LogicalOperator","instanceClass":null,"id":75,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopStatement","instanceClass":null,"abstract":true,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"MultiplyingOperator","instanceClass":null,"id":77,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumericLiteral","instanceClass":null,"abstract":true,"id":78,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Otherwise","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterHolder","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterLabel","instanceClass":null,"abstract":true,"id":81,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PortCountValue","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PortDequeueAction","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PortDequeueValue","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PortFreezeAction","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PortFreshValue","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PortHolder","instanceClass":null,"abstract":true,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PortPrototypeHolder","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PortSendAction","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrototypeHolder","instanceClass":null,"abstract":true,"id":90,"interface":true,"eClass":"EClass"},{"instanceTypeName":"double","defaultValue":0.0,"instanceClassName":"double","name":"Real","instanceClass":"double","id":91,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Relation","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"RelationalOperator","instanceClass":null,"id":93,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SharedDataAction","instanceClass":null,"abstract":true,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleExpression","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"String","instanceClass":"java.lang.String","id":96,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructUnionElement","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructUnionElementHolder","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubprogramAccessHolder","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubprogramCallAction","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubprogramHolder","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubprogramPrototypeHolder","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Target","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Term","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimedAction","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"UnaryAddingOperator","instanceClass":null,"id":106,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"UnaryBooleanOperator","instanceClass":null,"id":107,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"UnaryNumericOperator","instanceClass":null,"id":108,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnlockAction","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Value","instanceClass":null,"abstract":true,"id":110,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueConstant","instanceClass":null,"abstract":true,"id":111,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueExpression","instanceClass":null,"abstract":false,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueVariable","instanceClass":null,"abstract":true,"id":113,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WhileOrDoUntilStatement","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"setPort","lowerBound":1,"id":115,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getPort","lowerBound":1,"id":116,"many":false,"required":true,"eClass":"EOperation"},{"id":117,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"port","lowerBound":1,"id":118,"many":false,"required":true,"eClass":"EParameter"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":121,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"valueExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":122,"derived":false},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"resolveProxies":true,"lowerBound":1,"id":129,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"timeout","changeable":true,"resolveProxies":true,"lowerBound":0,"id":130,"derived":false},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"actions","changeable":true,"resolveProxies":true,"lowerBound":2,"id":135,"derived":false},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":true,"transient":false,"unique":true,"name":"variables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":141,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":true,"transient":false,"unique":true,"name":"states","changeable":true,"resolveProxies":true,"lowerBound":0,"id":142,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":true,"transient":false,"unique":true,"name":"transitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":143,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"actions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":144,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"conditions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":145,"derived":false},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"enumLiteral","changeable":true,"resolveProxies":true,"lowerBound":1,"id":157,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"component","changeable":true,"resolveProxies":true,"lowerBound":1,"id":158,"derived":false},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"name":"NONE","id":162,"value":0,"literal":"unknown behavior annex feature","eClass":"EEnumLiteral"},{"name":"BEHAVIOR_VARIABLE","id":163,"value":1,"literal":"behavior variable","eClass":"EEnumLiteral"},{"name":"ITERATIVE_VARIABLE","id":164,"value":2,"literal":"iterative variable","eClass":"EEnumLiteral"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"propertySet","changeable":true,"resolveProxies":true,"lowerBound":0,"id":169,"derived":false},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"property","changeable":true,"resolveProxies":true,"lowerBound":1,"id":173,"derived":false},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"property","changeable":true,"resolveProxies":true,"lowerBound":1,"id":176,"derived":false},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"initial","changeable":true,"lowerBound":1,"iD":false,"id":181,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"complete","changeable":true,"lowerBound":1,"iD":false,"id":182,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"final","changeable":true,"lowerBound":1,"iD":false,"id":183,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"bindedMode","changeable":true,"resolveProxies":true,"lowerBound":0,"id":184,"derived":false},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"integerValue","changeable":true,"resolveProxies":true,"lowerBound":1,"id":192,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"unit","changeable":true,"resolveProxies":true,"lowerBound":0,"id":193,"derived":false},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"sourceState","changeable":true,"resolveProxies":true,"lowerBound":0,"id":197,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":false,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":198,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"destinationState","changeable":true,"resolveProxies":true,"lowerBound":0,"id":199,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"actionBlock","changeable":true,"resolveProxies":true,"lowerBound":0,"id":200,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"-1","unsettable":false,"transient":false,"unique":false,"name":"priority","changeable":true,"lowerBound":0,"iD":false,"id":201,"derived":false},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"dataClassifier","changeable":true,"resolveProxies":true,"lowerBound":1,"id":208,"derived":false},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"setVariable","lowerBound":1,"id":212,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getBehaviorVariable","lowerBound":1,"id":213,"many":false,"required":true,"eClass":"EOperation"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"variable","lowerBound":1,"id":218,"many":false,"required":true,"eClass":"EParameter"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"name":"None","id":221,"value":0,"literal":"","eClass":"EEnumLiteral"},{"name":"Plus","id":222,"value":1,"literal":"+","eClass":"EEnumLiteral"},{"name":"Minus","id":223,"value":2,"literal":"-","eClass":"EEnumLiteral"},{"name":"None","id":224,"value":0,"literal":"","eClass":"EEnumLiteral"},{"name":"MultiplyMultiply","id":225,"value":1,"literal":"**","eClass":"EEnumLiteral"},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"behaviorActions","changeable":true,"resolveProxies":true,"lowerBound":1,"id":232,"derived":false},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"setDataAccess","lowerBound":1,"id":235,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getDataAccess","lowerBound":1,"id":236,"many":false,"required":true,"eClass":"EOperation"},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"dataAccess","lowerBound":1,"id":242,"many":false,"required":true,"eClass":"EParameter"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"data","changeable":true,"resolveProxies":true,"lowerBound":2,"id":251,"derived":false},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"setDataPort","lowerBound":1,"id":260,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getDataPort","lowerBound":1,"id":261,"many":false,"required":true,"eClass":"EOperation"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"dataPort","lowerBound":1,"id":264,"many":false,"required":true,"eClass":"EParameter"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"name":"Unknown","id":267,"value":0,"literal":"unknown","eClass":"EEnumLiteral"},{"name":"Array","id":268,"value":1,"literal":"array","eClass":"EEnumLiteral"},{"name":"Boolean","id":269,"value":2,"literal":"standard boolean","eClass":"EEnumLiteral"},{"name":"Character","id":270,"value":3,"literal":"standard character","eClass":"EEnumLiteral"},{"name":"Enum","id":271,"value":4,"literal":"enumeration","eClass":"EEnumLiteral"},{"name":"Fixed","id":272,"value":5,"literal":"fixed point real","eClass":"EEnumLiteral"},{"name":"Float","id":273,"value":6,"literal":"universal real","eClass":"EEnumLiteral"},{"name":"Integer","id":274,"value":7,"literal":"universal integer","eClass":"EEnumLiteral"},{"name":"String","id":275,"value":8,"literal":"standard string","eClass":"EEnumLiteral"},{"name":"Struct","id":276,"value":9,"literal":"structure","eClass":"EEnumLiteral"},{"name":"Union","id":277,"value":10,"literal":"union","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"unique":true,"name":"setDataSubcomponent","lowerBound":1,"id":278,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getDataSubcomponent","lowerBound":1,"id":279,"many":false,"required":true,"eClass":"EOperation"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"dataSubcomponent","lowerBound":1,"id":285,"many":false,"required":true,"eClass":"EParameter"},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dispatchTriggerCondition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":288,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":true,"transient":false,"unique":true,"name":"frozenPorts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":289,"derived":false},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":true,"transient":false,"unique":true,"name":"dispatchTriggers","changeable":true,"resolveProxies":true,"lowerBound":1,"id":293,"derived":false},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dispatchConjunctions","changeable":true,"resolveProxies":true,"lowerBound":1,"id":300,"derived":false},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"element","changeable":true,"resolveProxies":true,"lowerBound":0,"id":303,"derived":false},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"setEventDataPort","lowerBound":1,"id":308,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"geteventDataPort","lowerBound":1,"id":309,"many":false,"required":true,"eClass":"EOperation"},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"eventDataPort","lowerBound":1,"id":314,"many":false,"required":true,"eClass":"EParameter"},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"setEventPort","lowerBound":1,"id":317,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEventPort","lowerBound":1,"id":318,"many":false,"required":true,"eClass":"EOperation"},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"eventPort","lowerBound":1,"id":322,"many":false,"required":true,"eClass":"EParameter"},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"firstValue","changeable":true,"resolveProxies":true,"lowerBound":1,"id":327,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"secondValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":328,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":false,"name":"binaryNumericOperator","changeable":true,"lowerBound":0,"iD":false,"id":329,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":false,"name":"unaryNumericOperator","changeable":true,"lowerBound":0,"iD":false,"id":330,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":false,"name":"unaryBooleanOperator","changeable":true,"lowerBound":0,"iD":false,"id":331,"derived":false},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"name":"NONE","id":344,"value":0,"literal":"unknown aadl classifier","eClass":"EEnumLiteral"},{"name":"IN_DATA_PORT","id":345,"value":1,"literal":"in data port","eClass":"EEnumLiteral"},{"name":"OUT_DATA_PORT","id":346,"value":2,"literal":"out data port","eClass":"EEnumLiteral"},{"name":"IN_OUT_DATA_PORT","id":347,"value":3,"literal":"inout data port","eClass":"EEnumLiteral"},{"name":"IN_EVENT_PORT","id":348,"value":4,"literal":"in event port","eClass":"EEnumLiteral"},{"name":"OUT_EVENT_PORT","id":349,"value":5,"literal":"out event port","eClass":"EEnumLiteral"},{"name":"IN_OUT_EVENT_PORT","id":350,"value":6,"literal":"inout event port","eClass":"EEnumLiteral"},{"name":"IN_EVENT_DATA_PORT","id":351,"value":7,"literal":"in event data port","eClass":"EEnumLiteral"},{"name":"OUT_EVENT_DATA_PORT","id":352,"value":8,"literal":"out event data port","eClass":"EEnumLiteral"},{"name":"IN_OUT_EVENT_DATA_PORT","id":353,"value":9,"literal":"inout event data port","eClass":"EEnumLiteral"},{"name":"PROVIDES_SUBPROGRAM_ACCESS","id":354,"value":10,"literal":"provides subprogram access","eClass":"EEnumLiteral"},{"name":"REQUIRES_SUBPROGRAM_ACCESS","id":355,"value":11,"literal":"requires subprogram access","eClass":"EEnumLiteral"},{"name":"PROVIDES_SUBPROGRAM_GROUP_ACCESS","id":356,"value":12,"literal":"provides subprogram group access","eClass":"EEnumLiteral"},{"name":"REQUIRES_SUBPROGRAM_GROUP_ACCESS","id":357,"value":13,"literal":"requires subprogram group access","eClass":"EEnumLiteral"},{"name":"SUBPROGRAM_SUBCOMPONENT","id":358,"value":14,"literal":"subprogram subcomponent","eClass":"EEnumLiteral"},{"name":"SUBPROGRAM_CLASSIFIER","id":359,"value":15,"literal":"subprogram classifier","eClass":"EEnumLiteral"},{"name":"SUBPROGRAM_PROTOTYPE","id":360,"value":16,"literal":"subprogram prototype","eClass":"EEnumLiteral"},{"name":"COMPONENT_PROTOTYPE","id":361,"value":17,"literal":"component prototype","eClass":"EEnumLiteral"},{"name":"COMPONENT_PROTOTYPE_BINDING","id":362,"value":18,"literal":"component prototype binding","eClass":"EEnumLiteral"},{"name":"FEATURE_PROTOTYPE","id":363,"value":19,"literal":"feature prototype","eClass":"EEnumLiteral"},{"name":"FEATURE_PROTOTYPE_BINDING","id":364,"value":20,"literal":"feature prototype binding","eClass":"EEnumLiteral"},{"name":"FEATURE_GROUP_PROTOTYPE","id":365,"value":21,"literal":"feature group prototytpe","eClass":"EEnumLiteral"},{"name":"FEATURE_GROUP_PROTOTYPE_BINDING","id":366,"value":22,"literal":"feature group prototype binding","eClass":"EEnumLiteral"},{"name":"PROVIDES_DATA_ACCESS","id":367,"value":23,"literal":"provides data access","eClass":"EEnumLiteral"},{"name":"REQUIRES_DATA_ACCESS","id":368,"value":24,"literal":"requires data access","eClass":"EEnumLiteral"},{"name":"DATA_SUBCOMPONENT","id":369,"value":25,"literal":"data subcomponent","eClass":"EEnumLiteral"},{"name":"DATA_CLASSIFIER","id":370,"value":26,"literal":"data classifier","eClass":"EEnumLiteral"},{"name":"IN_PARAMETER","id":371,"value":27,"literal":"in parameter","eClass":"EEnumLiteral"},{"name":"OUT_PARAMETER","id":372,"value":28,"literal":"out parameter","eClass":"EEnumLiteral"},{"name":"IN_OUT_PARAMETER","id":373,"value":29,"literal":"in out parameter","eClass":"EEnumLiteral"},{"name":"PROPERTY_CONSTANT","id":374,"value":30,"literal":"property constant","eClass":"EEnumLiteral"},{"name":"PROPERTY_VALUE","id":375,"value":31,"literal":"property value","eClass":"EEnumLiteral"},{"name":"PROVIDES_BUS_ACCESS","id":376,"value":32,"literal":"provides bus access","eClass":"EEnumLiteral"},{"name":"REQUIRES_BUS_ACCESS","id":377,"value":33,"literal":"requires bus access","eClass":"EEnumLiteral"},{"name":"FEATURE_GROUP","id":378,"value":34,"literal":"feature group","eClass":"EEnumLiteral"},{"name":"CLASSIFIER_VALUE","id":379,"value":35,"literal":"classifier value","eClass":"EEnumLiteral"},{"name":"ABSTRACT_FEATURE","id":380,"value":36,"literal":"abstract feature","eClass":"EEnumLiteral"},{"name":"IN_FEATURE_PROTOTYPE","id":381,"value":37,"literal":"in feature prototype","eClass":"EEnumLiteral"},{"name":"OUT_FEATURE_PROTOTYPE","id":382,"value":38,"literal":"out feature prototype","eClass":"EEnumLiteral"},{"name":"IN_OUT_FEATURE_PROTOTYPE","id":383,"value":39,"literal":"in out feature prototype","eClass":"EEnumLiteral"},{"name":"THREAD_GROUP","id":384,"value":40,"literal":"thread group","eClass":"EEnumLiteral"},{"name":"SUBPROGRAM_GROUP","id":385,"value":41,"literal":"subprogram group","eClass":"EEnumLiteral"},{"name":"SUBPROGRAM_GROUP_PROTOTYPE","id":386,"value":42,"literal":"subprogram group prototype","eClass":"EEnumLiteral"},{"name":"THREAD_PROTOTYPE","id":387,"value":43,"literal":"thread prototype","eClass":"EEnumLiteral"},{"name":"THREAD_GROUP_PROTOTYPE","id":388,"value":44,"literal":"thread group prototype","eClass":"EEnumLiteral"},{"name":"IN_DATA_PORT_PROTOTYPE","id":389,"value":45,"literal":"in data port prototype","eClass":"EEnumLiteral"},{"name":"OUT_DATA_PORT_PROTOTYPE","id":390,"value":46,"literal":"out data port prototype","eClass":"EEnumLiteral"},{"name":"IN_OUT_DATA_PORT_PROTOTYPE","id":391,"value":47,"literal":"inout data port prototype","eClass":"EEnumLiteral"},{"name":"IN_EVENT_PORT_PROTOTYPE","id":392,"value":48,"literal":"in event port prototype","eClass":"EEnumLiteral"},{"name":"OUT_EVENT_PORT_PROTOTYPE","id":393,"value":49,"literal":"out event port prototype","eClass":"EEnumLiteral"},{"name":"IN_OUT_EVENT_PORT_PROTOTYPE","id":394,"value":50,"literal":"inout event port prototype","eClass":"EEnumLiteral"},{"name":"IN_EVENT_DATA_PORT_PROTOTYPE","id":395,"value":51,"literal":"in event data port prototype","eClass":"EEnumLiteral"},{"name":"OUT_EVENT_DATA_PORT_PROTOTYPE","id":396,"value":52,"literal":"out event data port prototype","eClass":"EEnumLiteral"},{"name":"IN_OUT_EVENT_DATA_PORT_PROTOTYPE","id":397,"value":53,"literal":"inout event data port prototype","eClass":"EEnumLiteral"},{"name":"PROVIDES_SUBPROGRAM_ACCESS_PROTOTYPE","id":398,"value":54,"literal":"provides subprogram access prototype","eClass":"EEnumLiteral"},{"name":"REQUIRES_SUBPROGRAM_ACCESS_PROTOTYPE","id":399,"value":55,"literal":"requires subprogram access prototype","eClass":"EEnumLiteral"},{"name":"PROVIDES_SUBPROGRAM_GROUP_ACCESS_PROTOTYPE","id":400,"value":56,"literal":"provides subprogram group access prototype","eClass":"EEnumLiteral"},{"name":"REQUIRES_SUBPROGRAM_GROUP_ACCESS_PROTOTYPE","id":401,"value":57,"literal":"requires subprogram group access prototype","eClass":"EEnumLiteral"},{"name":"PROVIDES_DATA_ACCESS_PROTOTYPE","id":402,"value":58,"literal":"provides data access prototype","eClass":"EEnumLiteral"},{"name":"REQUIRES_DATA_ACCESS_PROTOTYPE","id":403,"value":59,"literal":"requires data access prototype","eClass":"EEnumLiteral"},{"name":"PROVIDES_BUS_ACCESS_PROTOTYPE","id":404,"value":60,"literal":"provides bus access prototype","eClass":"EEnumLiteral"},{"name":"REQUIRES_BUS_ACCESS_PROTOTYPE","id":405,"value":61,"literal":"requires bus access prototype","eClass":"EEnumLiteral"},{"name":"SYSTEM_SUBCOMPONENT","id":406,"value":62,"literal":"system subcomponent","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"iteratedValues","changeable":true,"resolveProxies":true,"lowerBound":1,"id":407,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"forAll","changeable":true,"lowerBound":0,"iD":false,"id":408,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"iterativeVariable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":409,"derived":false},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"},{"id":413,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":true,"transient":false,"unique":true,"name":"groupHolders","changeable":true,"resolveProxies":true,"lowerBound":0,"id":414,"derived":false},{"id":415,"eClass":"EGenericType"},{"id":416,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"setGroup","lowerBound":1,"id":417,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getGroup","lowerBound":1,"id":418,"many":false,"required":true,"eClass":"EOperation"},{"id":419,"eClass":"EGenericType"},{"id":420,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"group","lowerBound":1,"id":421,"many":false,"required":true,"eClass":"EParameter"},{"id":422,"eClass":"EGenericType"},{"id":423,"eClass":"EGenericType"},{"id":424,"eClass":"EGenericType"},{"id":425,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"logicalValueExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":426,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"elif","changeable":true,"lowerBound":0,"iD":false,"id":427,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseStatement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":428,"derived":false},{"id":429,"eClass":"EGenericType"},{"id":430,"eClass":"EGenericType"},{"id":431,"eClass":"EGenericType"},{"id":432,"eClass":"EGenericType"},{"id":433,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":true,"transient":false,"unique":true,"name":"arrayIndexes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":434,"derived":false},{"id":435,"eClass":"EGenericType"},{"id":436,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lowerIntegerValue","changeable":true,"resolveProxies":true,"lowerBound":1,"id":437,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"upperIntegerValue","changeable":true,"resolveProxies":true,"lowerBound":1,"id":438,"derived":false},{"id":439,"eClass":"EGenericType"},{"id":440,"eClass":"EGenericType"},{"id":441,"eClass":"EGenericType"},{"id":442,"eClass":"EGenericType"},{"id":443,"eClass":"EGenericType"},{"id":444,"eClass":"EGenericType"},{"id":445,"eClass":"EGenericType"},{"id":446,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"dataClassifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":447,"derived":false},{"id":448,"eClass":"EGenericType"},{"id":449,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"setIterativeVariable","lowerBound":1,"id":450,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getIterativeVariable","lowerBound":1,"id":451,"many":false,"required":true,"eClass":"EOperation"},{"id":452,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"itV","lowerBound":1,"id":453,"many":false,"required":true,"eClass":"EParameter"},{"id":454,"eClass":"EGenericType"},{"id":455,"eClass":"EGenericType"},{"id":456,"eClass":"EGenericType"},{"id":457,"eClass":"EGenericType"},{"id":458,"eClass":"EGenericType"},{"name":"None","id":459,"value":0,"literal":"","eClass":"EEnumLiteral"},{"name":"And","id":460,"value":1,"literal":"and","eClass":"EEnumLiteral"},{"name":"Or","id":461,"value":2,"literal":"or","eClass":"EEnumLiteral"},{"name":"Xor","id":462,"value":3,"literal":"xor","eClass":"EEnumLiteral"},{"id":463,"eClass":"EGenericType"},{"name":"None","id":464,"value":0,"literal":"","eClass":"EEnumLiteral"},{"name":"Multiply","id":465,"value":1,"literal":"*","eClass":"EEnumLiteral"},{"name":"Divide","id":466,"value":2,"literal":"/","eClass":"EEnumLiteral"},{"name":"Mod","id":467,"value":3,"literal":"mod","eClass":"EEnumLiteral"},{"name":"Rem","id":468,"value":4,"literal":"rem","eClass":"EEnumLiteral"},{"id":469,"eClass":"EGenericType"},{"id":470,"eClass":"EGenericType"},{"id":471,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"setParameter","lowerBound":1,"id":472,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getParameter","lowerBound":1,"id":473,"many":false,"required":true,"eClass":"EOperation"},{"id":474,"eClass":"EGenericType"},{"id":475,"eClass":"EGenericType"},{"id":476,"eClass":"EGenericType"},{"id":477,"eClass":"EGenericType"},{"id":478,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"parameter","lowerBound":1,"id":479,"many":false,"required":true,"eClass":"EParameter"},{"id":480,"eClass":"EGenericType"},{"id":481,"eClass":"EGenericType"},{"id":482,"eClass":"EGenericType"},{"id":483,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"port","changeable":true,"resolveProxies":true,"lowerBound":1,"id":484,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":485,"derived":false},{"id":486,"eClass":"EGenericType"},{"id":487,"eClass":"EGenericType"},{"id":488,"eClass":"EGenericType"},{"id":489,"eClass":"EGenericType"},{"id":490,"eClass":"EGenericType"},{"id":491,"eClass":"EGenericType"},{"id":492,"eClass":"EGenericType"},{"id":493,"eClass":"EGenericType"},{"id":494,"eClass":"EGenericType"},{"id":495,"eClass":"EGenericType"},{"id":496,"eClass":"EGenericType"},{"id":497,"eClass":"EGenericType"},{"id":498,"eClass":"EGenericType"},{"id":499,"eClass":"EGenericType"},{"id":500,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"port","changeable":true,"resolveProxies":true,"lowerBound":0,"id":501,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"valueExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":502,"derived":false},{"id":503,"eClass":"EGenericType"},{"id":504,"eClass":"EGenericType"},{"id":505,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"setPrototype","lowerBound":1,"id":506,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getPrototype","lowerBound":1,"id":507,"many":false,"required":true,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"prototypeBinding","changeable":true,"resolveProxies":true,"lowerBound":0,"id":508,"derived":false},{"id":509,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"prototype","lowerBound":1,"id":510,"many":false,"required":true,"eClass":"EParameter"},{"id":511,"eClass":"EGenericType"},{"id":512,"eClass":"EGenericType"},{"id":513,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"firstExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":514,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"secondExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":515,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":false,"name":"relationalOperator","changeable":true,"lowerBound":0,"iD":false,"id":516,"derived":false},{"id":517,"eClass":"EGenericType"},{"id":518,"eClass":"EGenericType"},{"id":519,"eClass":"EGenericType"},{"id":520,"eClass":"EGenericType"},{"name":"None","id":521,"value":0,"literal":"","eClass":"EEnumLiteral"},{"name":"Equal","id":522,"value":1,"literal":"=","eClass":"EEnumLiteral"},{"name":"NotEqual","id":523,"value":2,"literal":"!=","eClass":"EEnumLiteral"},{"name":"LessThan","id":524,"value":3,"literal":"<","eClass":"EEnumLiteral"},{"name":"LessOrEqualThan","id":525,"value":4,"literal":"<=","eClass":"EEnumLiteral"},{"name":"GreaterThan","id":526,"value":5,"literal":">","eClass":"EEnumLiteral"},{"name":"GreaterOrEqualThan","id":527,"value":6,"literal":">=","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dataAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":528,"derived":false},{"id":529,"eClass":"EGenericType"},{"id":530,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"unaryAddingOperator","changeable":true,"lowerBound":0,"iD":false,"id":531,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"terms","changeable":true,"resolveProxies":true,"lowerBound":1,"id":532,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":false,"name":"binaryAddingOperators","changeable":true,"lowerBound":0,"iD":false,"id":533,"derived":false},{"id":534,"eClass":"EGenericType"},{"id":535,"eClass":"EGenericType"},{"id":536,"eClass":"EGenericType"},{"id":537,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"dataClassifier","changeable":true,"resolveProxies":true,"lowerBound":1,"id":538,"derived":false},{"id":539,"eClass":"EGenericType"},{"id":540,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"setStructUnionElement","lowerBound":1,"id":541,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getStructUnionElement","lowerBound":1,"id":542,"many":false,"required":true,"eClass":"EOperation"},{"id":543,"eClass":"EGenericType"},{"id":544,"eClass":"EGenericType"},{"id":545,"eClass":"EGenericType"},{"id":546,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"structUnionElement","lowerBound":1,"id":547,"many":false,"required":true,"eClass":"EParameter"},{"id":548,"eClass":"EGenericType"},{"id":549,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"setSubprogramAccess","lowerBound":1,"id":550,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSubprogramAccess","lowerBound":1,"id":551,"many":false,"required":true,"eClass":"EOperation"},{"id":552,"eClass":"EGenericType"},{"id":553,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"subprogramAccess","lowerBound":1,"id":554,"many":false,"required":true,"eClass":"EParameter"},{"id":555,"eClass":"EGenericType"},{"id":556,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subprogram","changeable":true,"resolveProxies":true,"lowerBound":1,"id":557,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":true,"transient":false,"unique":true,"name":"parameterLabels","changeable":true,"resolveProxies":true,"lowerBound":0,"id":558,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dataAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":559,"derived":false},{"id":560,"eClass":"EGenericType"},{"id":561,"eClass":"EGenericType"},{"id":562,"eClass":"EGenericType"},{"id":563,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"setSubprogram","lowerBound":1,"id":564,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSubprogram","lowerBound":1,"id":565,"many":false,"required":true,"eClass":"EOperation"},{"id":566,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"subprogram","lowerBound":1,"id":567,"many":false,"required":true,"eClass":"EParameter"},{"id":568,"eClass":"EGenericType"},{"id":569,"eClass":"EGenericType"},{"id":570,"eClass":"EGenericType"},{"id":571,"eClass":"EGenericType"},{"id":572,"eClass":"EGenericType"},{"id":573,"eClass":"EGenericType"},{"id":574,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"factors","changeable":true,"resolveProxies":true,"lowerBound":1,"id":575,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":false,"name":"multiplyingOperators","changeable":true,"lowerBound":0,"iD":false,"id":576,"derived":false},{"id":577,"eClass":"EGenericType"},{"id":578,"eClass":"EGenericType"},{"id":579,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lowerTime","changeable":true,"resolveProxies":true,"lowerBound":1,"id":580,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"upperTime","changeable":true,"resolveProxies":true,"lowerBound":0,"id":581,"derived":false},{"id":582,"eClass":"EGenericType"},{"id":583,"eClass":"EGenericType"},{"id":584,"eClass":"EGenericType"},{"name":"None","id":585,"value":0,"literal":"","eClass":"EEnumLiteral"},{"name":"Plus","id":586,"value":1,"literal":"+","eClass":"EEnumLiteral"},{"name":"Minus","id":587,"value":2,"literal":"-","eClass":"EEnumLiteral"},{"name":"None","id":588,"value":0,"literal":"","eClass":"EEnumLiteral"},{"name":"Not","id":589,"value":1,"literal":"!","eClass":"EEnumLiteral"},{"name":"None","id":590,"value":0,"literal":"","eClass":"EEnumLiteral"},{"name":"Abs","id":591,"value":1,"literal":"abs","eClass":"EEnumLiteral"},{"id":592,"eClass":"EGenericType"},{"id":593,"eClass":"EGenericType"},{"id":594,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"relations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":595,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":false,"name":"logicalOperators","changeable":true,"lowerBound":0,"iD":false,"id":596,"derived":false},{"id":597,"eClass":"EGenericType"},{"id":598,"eClass":"EGenericType"},{"id":599,"eClass":"EGenericType"},{"id":600,"eClass":"EGenericType"},{"id":601,"eClass":"EGenericType"},{"id":602,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"logicalValueExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":603,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"doUntil","changeable":true,"lowerBound":0,"iD":false,"id":604,"derived":false},{"id":605,"eClass":"EGenericType"},{"id":606,"eClass":"EGenericType"},{"id":607,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":0,"target":57},{"source":0,"target":58},{"source":0,"target":59},{"source":0,"target":60},{"source":0,"target":61},{"source":0,"target":62},{"source":0,"target":63},{"source":0,"target":64},{"source":0,"target":65},{"source":0,"target":66},{"source":0,"target":67},{"source":0,"target":68},{"source":0,"target":69},{"source":0,"target":70},{"source":0,"target":71},{"source":0,"target":72},{"source":0,"target":73},{"source":0,"target":74},{"source":0,"target":75},{"source":0,"target":76},{"source":0,"target":77},{"source":0,"target":78},{"source":0,"target":79},{"source":0,"target":80},{"source":0,"target":81},{"source":0,"target":82},{"source":0,"target":83},{"source":0,"target":84},{"source":0,"target":85},{"source":0,"target":86},{"source":0,"target":87},{"source":0,"target":88},{"source":0,"target":89},{"source":0,"target":90},{"source":0,"target":91},{"source":0,"target":92},{"source":0,"target":93},{"source":0,"target":94},{"source":0,"target":95},{"source":0,"target":96},{"source":0,"target":97},{"source":0,"target":98},{"source":0,"target":99},{"source":0,"target":100},{"source":0,"target":101},{"source":0,"target":102},{"source":0,"target":103},{"source":0,"target":104},{"source":0,"target":105},{"source":0,"target":106},{"source":0,"target":107},{"source":0,"target":108},{"source":0,"target":109},{"source":0,"target":110},{"source":0,"target":111},{"source":0,"target":112},{"source":0,"target":113},{"source":0,"target":114},{"source":1,"target":0},{"source":1,"target":87},{"source":1,"target":115},{"source":1,"target":116},{"source":1,"target":117},{"source":115,"target":1},{"source":115,"target":118},{"source":118,"target":119},{"source":118,"target":115},{"source":116,"target":120},{"source":116,"target":1},{"source":117,"target":87},{"source":2,"target":0},{"source":2,"target":4},{"source":2,"target":121},{"source":2,"target":122},{"source":2,"target":123},{"source":121,"target":103},{"source":121,"target":124},{"source":121,"target":2},{"source":124,"target":103},{"source":122,"target":112},{"source":122,"target":125},{"source":122,"target":2},{"source":125,"target":112},{"source":123,"target":4},{"source":3,"target":0},{"source":3,"target":112},{"source":3,"target":126},{"source":126,"target":112},{"source":4,"target":0},{"source":4,"target":5},{"source":4,"target":127},{"source":127,"target":5},{"source":5,"target":0},{"source":5,"target":8},{"source":5,"target":128},{"source":128,"target":8},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":14},{"source":6,"target":129},{"source":6,"target":130},{"source":6,"target":131},{"source":6,"target":132},{"source":129,"target":8},{"source":129,"target":133},{"source":129,"target":6},{"source":133,"target":8},{"source":130,"target":25},{"source":130,"target":134},{"source":130,"target":6},{"source":134,"target":25},{"source":131,"target":5},{"source":132,"target":14},{"source":7,"target":0},{"source":7,"target":8},{"source":7,"target":135},{"source":7,"target":136},{"source":135,"target":5},{"source":135,"target":137},{"source":135,"target":7},{"source":137,"target":5},{"source":136,"target":8},{"source":8,"target":0},{"source":8,"target":14},{"source":8,"target":138},{"source":138,"target":14},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":139},{"source":139,"target":7},{"source":10,"target":0},{"source":10,"target":7},{"source":10,"target":140},{"source":140,"target":7},{"source":11,"target":0},{"source":11,"target":14},{"source":11,"target":141},{"source":11,"target":142},{"source":11,"target":143},{"source":11,"target":144},{"source":11,"target":145},{"source":11,"target":146},{"source":11,"target":147},{"source":141,"target":27},{"source":141,"target":148},{"source":141,"target":11},{"source":148,"target":27},{"source":142,"target":23},{"source":142,"target":149},{"source":142,"target":11},{"source":149,"target":23},{"source":143,"target":26},{"source":143,"target":150},{"source":143,"target":11},{"source":150,"target":26},{"source":144,"target":6},{"source":144,"target":151},{"source":144,"target":11},{"source":151,"target":6},{"source":145,"target":13},{"source":145,"target":152},{"source":145,"target":11},{"source":152,"target":13},{"source":147,"target":14},{"source":12,"target":0},{"source":12,"target":73},{"source":12,"target":153},{"source":12,"target":154},{"source":154,"target":73},{"source":13,"target":0},{"source":13,"target":14},{"source":13,"target":155},{"source":155,"target":14},{"source":14,"target":0},{"source":14,"target":156},{"source":15,"target":0},{"source":15,"target":73},{"source":15,"target":157},{"source":15,"target":158},{"source":15,"target":159},{"source":157,"target":160},{"source":157,"target":15},{"source":158,"target":161},{"source":158,"target":15},{"source":159,"target":73},{"source":16,"target":0},{"source":16,"target":162},{"source":16,"target":163},{"source":16,"target":164},{"source":162,"target":16},{"source":163,"target":16},{"source":164,"target":16},{"source":17,"target":0},{"source":17,"target":78},{"source":17,"target":165},{"source":17,"target":166},{"source":166,"target":78},{"source":18,"target":0},{"source":18,"target":14},{"source":18,"target":167},{"source":18,"target":168},{"source":168,"target":14},{"source":19,"target":0},{"source":19,"target":111},{"source":19,"target":69},{"source":19,"target":169},{"source":19,"target":170},{"source":19,"target":171},{"source":169,"target":172},{"source":169,"target":19},{"source":170,"target":111},{"source":171,"target":69},{"source":20,"target":0},{"source":20,"target":19},{"source":20,"target":173},{"source":20,"target":174},{"source":173,"target":175},{"source":173,"target":20},{"source":174,"target":19},{"source":21,"target":0},{"source":21,"target":19},{"source":21,"target":176},{"source":21,"target":177},{"source":176,"target":178},{"source":176,"target":21},{"source":177,"target":19},{"source":22,"target":0},{"source":22,"target":78},{"source":22,"target":179},{"source":22,"target":180},{"source":180,"target":78},{"source":23,"target":0},{"source":23,"target":18},{"source":23,"target":181},{"source":23,"target":182},{"source":23,"target":183},{"source":23,"target":184},{"source":23,"target":185},{"source":181,"target":31},{"source":181,"target":186},{"source":181,"target":23},{"source":186,"target":31},{"source":182,"target":31},{"source":182,"target":187},{"source":182,"target":23},{"source":187,"target":31},{"source":183,"target":31},{"source":183,"target":188},{"source":183,"target":23},{"source":188,"target":31},{"source":184,"target":189},{"source":184,"target":23},{"source":185,"target":18},{"source":24,"target":0},{"source":24,"target":73},{"source":24,"target":190},{"source":24,"target":191},{"source":191,"target":73},{"source":25,"target":0},{"source":25,"target":14},{"source":25,"target":192},{"source":25,"target":193},{"source":25,"target":194},{"source":192,"target":68},{"source":192,"target":195},{"source":192,"target":25},{"source":195,"target":68},{"source":193,"target":196},{"source":193,"target":25},{"source":194,"target":14},{"source":26,"target":0},{"source":26,"target":18},{"source":26,"target":197},{"source":26,"target":198},{"source":26,"target":199},{"source":26,"target":200},{"source":26,"target":201},{"source":26,"target":202},{"source":197,"target":23},{"source":197,"target":203},{"source":197,"target":26},{"source":203,"target":23},{"source":198,"target":13},{"source":198,"target":204},{"source":198,"target":26},{"source":204,"target":13},{"source":199,"target":23},{"source":199,"target":205},{"source":199,"target":26},{"source":205,"target":23},{"source":200,"target":6},{"source":200,"target":206},{"source":200,"target":26},{"source":206,"target":6},{"source":201,"target":207},{"source":201,"target":26},{"source":202,"target":18},{"source":27,"target":0},{"source":27,"target":18},{"source":27,"target":208},{"source":27,"target":209},{"source":27,"target":210},{"source":208,"target":211},{"source":208,"target":27},{"source":209,"target":18},{"source":28,"target":0},{"source":28,"target":39},{"source":28,"target":65},{"source":28,"target":103},{"source":28,"target":51},{"source":28,"target":212},{"source":28,"target":213},{"source":28,"target":214},{"source":28,"target":215},{"source":28,"target":216},{"source":28,"target":217},{"source":212,"target":28},{"source":212,"target":218},{"source":218,"target":27},{"source":218,"target":219},{"source":218,"target":212},{"source":219,"target":27},{"source":213,"target":27},{"source":213,"target":220},{"source":213,"target":28},{"source":220,"target":27},{"source":214,"target":39},{"source":215,"target":65},{"source":216,"target":103},{"source":217,"target":51},{"source":29,"target":0},{"source":29,"target":221},{"source":29,"target":222},{"source":29,"target":223},{"source":221,"target":29},{"source":222,"target":29},{"source":223,"target":29},{"source":30,"target":0},{"source":30,"target":224},{"source":30,"target":225},{"source":224,"target":30},{"source":225,"target":30},{"source":31,"target":0},{"source":32,"target":0},{"source":32,"target":50},{"source":32,"target":65},{"source":32,"target":61},{"source":32,"target":226},{"source":32,"target":227},{"source":32,"target":228},{"source":226,"target":50},{"source":227,"target":65},{"source":228,"target":61},{"source":33,"target":0},{"source":33,"target":4},{"source":33,"target":229},{"source":229,"target":4},{"source":34,"target":0},{"source":34,"target":25},{"source":34,"target":45},{"source":34,"target":230},{"source":34,"target":231},{"source":230,"target":25},{"source":231,"target":45},{"source":35,"target":0},{"source":35,"target":5},{"source":35,"target":232},{"source":35,"target":233},{"source":232,"target":8},{"source":232,"target":234},{"source":232,"target":35},{"source":234,"target":8},{"source":233,"target":5},{"source":36,"target":0},{"source":36,"target":39},{"source":36,"target":61},{"source":36,"target":65},{"source":36,"target":103},{"source":36,"target":51},{"source":36,"target":235},{"source":36,"target":236},{"source":36,"target":237},{"source":36,"target":238},{"source":36,"target":239},{"source":36,"target":240},{"source":36,"target":241},{"source":235,"target":36},{"source":235,"target":242},{"source":242,"target":243},{"source":242,"target":235},{"source":236,"target":244},{"source":236,"target":36},{"source":237,"target":39},{"source":238,"target":61},{"source":239,"target":65},{"source":240,"target":103},{"source":241,"target":51},{"source":37,"target":0},{"source":37,"target":39},{"source":37,"target":90},{"source":37,"target":65},{"source":37,"target":103},{"source":37,"target":51},{"source":37,"target":61},{"source":37,"target":245},{"source":37,"target":246},{"source":37,"target":247},{"source":37,"target":248},{"source":37,"target":249},{"source":37,"target":250},{"source":245,"target":39},{"source":246,"target":90},{"source":247,"target":65},{"source":248,"target":103},{"source":249,"target":51},{"source":250,"target":61},{"source":38,"target":0},{"source":38,"target":51},{"source":38,"target":103},{"source":38,"target":113},{"source":38,"target":70},{"source":38,"target":251},{"source":38,"target":252},{"source":38,"target":253},{"source":38,"target":254},{"source":38,"target":255},{"source":251,"target":39},{"source":251,"target":256},{"source":251,"target":38},{"source":256,"target":39},{"source":252,"target":51},{"source":253,"target":103},{"source":254,"target":113},{"source":255,"target":70},{"source":39,"target":0},{"source":39,"target":50},{"source":39,"target":70},{"source":39,"target":113},{"source":39,"target":257},{"source":39,"target":258},{"source":39,"target":259},{"source":257,"target":50},{"source":258,"target":70},{"source":259,"target":113},{"source":40,"target":0},{"source":40,"target":1},{"source":40,"target":103},{"source":40,"target":260},{"source":40,"target":261},{"source":40,"target":262},{"source":40,"target":263},{"source":260,"target":40},{"source":260,"target":264},{"source":264,"target":265},{"source":264,"target":260},{"source":261,"target":266},{"source":261,"target":40},{"source":262,"target":1},{"source":263,"target":103},{"source":41,"target":0},{"source":41,"target":267},{"source":41,"target":268},{"source":41,"target":269},{"source":41,"target":270},{"source":41,"target":271},{"source":41,"target":272},{"source":41,"target":273},{"source":41,"target":274},{"source":41,"target":275},{"source":41,"target":276},{"source":41,"target":277},{"source":267,"target":41},{"source":268,"target":41},{"source":269,"target":41},{"source":270,"target":41},{"source":271,"target":41},{"source":272,"target":41},{"source":273,"target":41},{"source":274,"target":41},{"source":275,"target":41},{"source":276,"target":41},{"source":277,"target":41},{"source":42,"target":0},{"source":42,"target":39},{"source":42,"target":61},{"source":42,"target":65},{"source":42,"target":103},{"source":42,"target":51},{"source":42,"target":278},{"source":42,"target":279},{"source":42,"target":280},{"source":42,"target":281},{"source":42,"target":282},{"source":42,"target":283},{"source":42,"target":284},{"source":278,"target":42},{"source":278,"target":285},{"source":285,"target":286},{"source":285,"target":278},{"source":279,"target":287},{"source":279,"target":42},{"source":280,"target":39},{"source":281,"target":61},{"source":282,"target":65},{"source":283,"target":103},{"source":284,"target":51},{"source":43,"target":0},{"source":43,"target":13},{"source":43,"target":288},{"source":43,"target":289},{"source":43,"target":290},{"source":288,"target":47},{"source":288,"target":291},{"source":288,"target":43},{"source":291,"target":47},{"source":289,"target":1},{"source":289,"target":292},{"source":289,"target":43},{"source":292,"target":1},{"source":290,"target":13},{"source":44,"target":0},{"source":44,"target":14},{"source":44,"target":293},{"source":44,"target":294},{"source":293,"target":46},{"source":293,"target":295},{"source":293,"target":44},{"source":295,"target":46},{"source":294,"target":14},{"source":45,"target":0},{"source":45,"target":47},{"source":45,"target":296},{"source":296,"target":47},{"source":46,"target":0},{"source":46,"target":14},{"source":46,"target":297},{"source":297,"target":14},{"source":47,"target":0},{"source":47,"target":14},{"source":47,"target":298},{"source":298,"target":14},{"source":48,"target":0},{"source":48,"target":47},{"source":48,"target":299},{"source":299,"target":47},{"source":49,"target":0},{"source":49,"target":47},{"source":49,"target":300},{"source":49,"target":301},{"source":300,"target":44},{"source":300,"target":302},{"source":300,"target":49},{"source":302,"target":44},{"source":301,"target":47},{"source":50,"target":0},{"source":50,"target":14},{"source":50,"target":303},{"source":50,"target":304},{"source":303,"target":305},{"source":303,"target":50},{"source":304,"target":14},{"source":51,"target":0},{"source":51,"target":14},{"source":51,"target":306},{"source":306,"target":14},{"source":52,"target":0},{"source":52,"target":35},{"source":52,"target":307},{"source":307,"target":35},{"source":53,"target":0},{"source":53,"target":1},{"source":53,"target":51},{"source":53,"target":46},{"source":53,"target":103},{"source":53,"target":308},{"source":53,"target":309},{"source":53,"target":310},{"source":53,"target":311},{"source":53,"target":312},{"source":53,"target":313},{"source":308,"target":53},{"source":308,"target":314},{"source":314,"target":315},{"source":314,"target":308},{"source":309,"target":316},{"source":309,"target":53},{"source":310,"target":1},{"source":311,"target":51},{"source":312,"target":46},{"source":313,"target":103},{"source":54,"target":0},{"source":54,"target":1},{"source":54,"target":46},{"source":54,"target":103},{"source":54,"target":317},{"source":54,"target":318},{"source":54,"target":319},{"source":54,"target":320},{"source":54,"target":321},{"source":317,"target":54},{"source":317,"target":322},{"source":322,"target":323},{"source":322,"target":317},{"source":318,"target":324},{"source":318,"target":54},{"source":319,"target":1},{"source":320,"target":46},{"source":321,"target":103},{"source":55,"target":0},{"source":55,"target":13},{"source":55,"target":325},{"source":325,"target":13},{"source":56,"target":0},{"source":56,"target":55},{"source":56,"target":326},{"source":326,"target":55},{"source":57,"target":0},{"source":57,"target":14},{"source":57,"target":327},{"source":57,"target":328},{"source":57,"target":329},{"source":57,"target":330},{"source":57,"target":331},{"source":57,"target":332},{"source":327,"target":110},{"source":327,"target":333},{"source":327,"target":57},{"source":333,"target":110},{"source":328,"target":110},{"source":328,"target":334},{"source":328,"target":57},{"source":334,"target":110},{"source":329,"target":30},{"source":329,"target":335},{"source":329,"target":57},{"source":335,"target":30},{"source":330,"target":108},{"source":330,"target":336},{"source":330,"target":57},{"source":336,"target":108},{"source":331,"target":107},{"source":331,"target":337},{"source":331,"target":57},{"source":337,"target":107},{"source":332,"target":14},{"source":58,"target":0},{"source":58,"target":39},{"source":58,"target":90},{"source":58,"target":65},{"source":58,"target":103},{"source":58,"target":51},{"source":58,"target":61},{"source":58,"target":338},{"source":58,"target":339},{"source":58,"target":340},{"source":58,"target":341},{"source":58,"target":342},{"source":58,"target":343},{"source":338,"target":39},{"source":339,"target":90},{"source":340,"target":65},{"source":341,"target":103},{"source":342,"target":51},{"source":343,"target":61},{"source":59,"target":0},{"source":59,"target":344},{"source":59,"target":345},{"source":59,"target":346},{"source":59,"target":347},{"source":59,"target":348},{"source":59,"target":349},{"source":59,"target":350},{"source":59,"target":351},{"source":59,"target":352},{"source":59,"target":353},{"source":59,"target":354},{"source":59,"target":355},{"source":59,"target":356},{"source":59,"target":357},{"source":59,"target":358},{"source":59,"target":359},{"source":59,"target":360},{"source":59,"target":361},{"source":59,"target":362},{"source":59,"target":363},{"source":59,"target":364},{"source":59,"target":365},{"source":59,"target":366},{"source":59,"target":367},{"source":59,"target":368},{"source":59,"target":369},{"source":59,"target":370},{"source":59,"target":371},{"source":59,"target":372},{"source":59,"target":373},{"source":59,"target":374},{"source":59,"target":375},{"source":59,"target":376},{"source":59,"target":377},{"source":59,"target":378},{"source":59,"target":379},{"source":59,"target":380},{"source":59,"target":381},{"source":59,"target":382},{"source":59,"target":383},{"source":59,"target":384},{"source":59,"target":385},{"source":59,"target":386},{"source":59,"target":387},{"source":59,"target":388},{"source":59,"target":389},{"source":59,"target":390},{"source":59,"target":391},{"source":59,"target":392},{"source":59,"target":393},{"source":59,"target":394},{"source":59,"target":395},{"source":59,"target":396},{"source":59,"target":397},{"source":59,"target":398},{"source":59,"target":399},{"source":59,"target":400},{"source":59,"target":401},{"source":59,"target":402},{"source":59,"target":403},{"source":59,"target":404},{"source":59,"target":405},{"source":59,"target":406},{"source":344,"target":59},{"source":345,"target":59},{"source":346,"target":59},{"source":347,"target":59},{"source":348,"target":59},{"source":349,"target":59},{"source":350,"target":59},{"source":351,"target":59},{"source":352,"target":59},{"source":353,"target":59},{"source":354,"target":59},{"source":355,"target":59},{"source":356,"target":59},{"source":357,"target":59},{"source":358,"target":59},{"source":359,"target":59},{"source":360,"target":59},{"source":361,"target":59},{"source":362,"target":59},{"source":363,"target":59},{"source":364,"target":59},{"source":365,"target":59},{"source":366,"target":59},{"source":367,"target":59},{"source":368,"target":59},{"source":369,"target":59},{"source":370,"target":59},{"source":371,"target":59},{"source":372,"target":59},{"source":373,"target":59},{"source":374,"target":59},{"source":375,"target":59},{"source":376,"target":59},{"source":377,"target":59},{"source":378,"target":59},{"source":379,"target":59},{"source":380,"target":59},{"source":381,"target":59},{"source":382,"target":59},{"source":383,"target":59},{"source":384,"target":59},{"source":385,"target":59},{"source":386,"target":59},{"source":387,"target":59},{"source":388,"target":59},{"source":389,"target":59},{"source":390,"target":59},{"source":391,"target":59},{"source":392,"target":59},{"source":393,"target":59},{"source":394,"target":59},{"source":395,"target":59},{"source":396,"target":59},{"source":397,"target":59},{"source":398,"target":59},{"source":399,"target":59},{"source":400,"target":59},{"source":401,"target":59},{"source":402,"target":59},{"source":403,"target":59},{"source":404,"target":59},{"source":405,"target":59},{"source":406,"target":59},{"source":60,"target":0},{"source":60,"target":76},{"source":60,"target":407},{"source":60,"target":408},{"source":60,"target":409},{"source":60,"target":410},{"source":407,"target":51},{"source":407,"target":411},{"source":407,"target":60},{"source":411,"target":51},{"source":408,"target":31},{"source":408,"target":412},{"source":408,"target":60},{"source":412,"target":31},{"source":409,"target":71},{"source":409,"target":413},{"source":409,"target":60},{"source":413,"target":71},{"source":410,"target":76},{"source":61,"target":0},{"source":61,"target":14},{"source":61,"target":414},{"source":61,"target":415},{"source":414,"target":62},{"source":414,"target":416},{"source":414,"target":61},{"source":416,"target":62},{"source":415,"target":14},{"source":62,"target":0},{"source":62,"target":50},{"source":62,"target":65},{"source":62,"target":417},{"source":62,"target":418},{"source":62,"target":419},{"source":62,"target":420},{"source":417,"target":62},{"source":417,"target":421},{"source":421,"target":422},{"source":421,"target":417},{"source":418,"target":423},{"source":418,"target":62},{"source":419,"target":50},{"source":420,"target":65},{"source":63,"target":0},{"source":63,"target":62},{"source":63,"target":90},{"source":63,"target":424},{"source":63,"target":425},{"source":424,"target":62},{"source":425,"target":90},{"source":64,"target":0},{"source":64,"target":35},{"source":64,"target":52},{"source":64,"target":426},{"source":64,"target":427},{"source":64,"target":428},{"source":64,"target":429},{"source":64,"target":430},{"source":426,"target":112},{"source":426,"target":431},{"source":426,"target":64},{"source":431,"target":112},{"source":427,"target":31},{"source":427,"target":432},{"source":427,"target":64},{"source":432,"target":31},{"source":428,"target":52},{"source":428,"target":433},{"source":428,"target":64},{"source":433,"target":52},{"source":429,"target":35},{"source":430,"target":52},{"source":65,"target":0},{"source":65,"target":14},{"source":65,"target":434},{"source":65,"target":435},{"source":434,"target":68},{"source":434,"target":436},{"source":434,"target":65},{"source":436,"target":68},{"source":435,"target":14},{"source":66,"target":0},{"source":67,"target":0},{"source":67,"target":51},{"source":67,"target":437},{"source":67,"target":438},{"source":67,"target":439},{"source":437,"target":68},{"source":437,"target":440},{"source":437,"target":67},{"source":440,"target":68},{"source":438,"target":68},{"source":438,"target":441},{"source":438,"target":67},{"source":441,"target":68},{"source":439,"target":51},{"source":68,"target":0},{"source":68,"target":14},{"source":68,"target":442},{"source":442,"target":14},{"source":69,"target":0},{"source":69,"target":68},{"source":69,"target":111},{"source":69,"target":443},{"source":69,"target":444},{"source":443,"target":68},{"source":444,"target":111},{"source":70,"target":0},{"source":70,"target":68},{"source":70,"target":113},{"source":70,"target":445},{"source":70,"target":446},{"source":445,"target":68},{"source":446,"target":113},{"source":71,"target":0},{"source":71,"target":18},{"source":71,"target":447},{"source":71,"target":448},{"source":447,"target":449},{"source":447,"target":71},{"source":448,"target":18},{"source":72,"target":0},{"source":72,"target":39},{"source":72,"target":450},{"source":72,"target":451},{"source":72,"target":452},{"source":450,"target":72},{"source":450,"target":453},{"source":453,"target":71},{"source":453,"target":454},{"source":453,"target":450},{"source":454,"target":71},{"source":451,"target":71},{"source":451,"target":455},{"source":451,"target":72},{"source":455,"target":71},{"source":452,"target":39},{"source":73,"target":0},{"source":73,"target":111},{"source":73,"target":69},{"source":73,"target":456},{"source":73,"target":457},{"source":456,"target":111},{"source":457,"target":69},{"source":74,"target":0},{"source":74,"target":94},{"source":74,"target":458},{"source":458,"target":94},{"source":75,"target":0},{"source":75,"target":459},{"source":75,"target":460},{"source":75,"target":461},{"source":75,"target":462},{"source":459,"target":75},{"source":460,"target":75},{"source":461,"target":75},{"source":462,"target":75},{"source":76,"target":0},{"source":76,"target":35},{"source":76,"target":463},{"source":463,"target":35},{"source":77,"target":0},{"source":77,"target":464},{"source":77,"target":465},{"source":77,"target":466},{"source":77,"target":467},{"source":77,"target":468},{"source":464,"target":77},{"source":465,"target":77},{"source":466,"target":77},{"source":467,"target":77},{"source":468,"target":77},{"source":78,"target":0},{"source":78,"target":73},{"source":78,"target":469},{"source":78,"target":470},{"source":470,"target":73},{"source":79,"target":0},{"source":79,"target":55},{"source":79,"target":471},{"source":471,"target":55},{"source":80,"target":0},{"source":80,"target":39},{"source":80,"target":61},{"source":80,"target":65},{"source":80,"target":103},{"source":80,"target":51},{"source":80,"target":472},{"source":80,"target":473},{"source":80,"target":474},{"source":80,"target":475},{"source":80,"target":476},{"source":80,"target":477},{"source":80,"target":478},{"source":472,"target":80},{"source":472,"target":479},{"source":479,"target":480},{"source":479,"target":472},{"source":473,"target":481},{"source":473,"target":80},{"source":474,"target":39},{"source":475,"target":61},{"source":476,"target":65},{"source":477,"target":103},{"source":478,"target":51},{"source":81,"target":0},{"source":81,"target":14},{"source":81,"target":482},{"source":482,"target":14},{"source":82,"target":0},{"source":82,"target":1},{"source":82,"target":483},{"source":483,"target":1},{"source":83,"target":0},{"source":83,"target":33},{"source":83,"target":484},{"source":83,"target":485},{"source":83,"target":486},{"source":484,"target":1},{"source":484,"target":487},{"source":484,"target":83},{"source":487,"target":1},{"source":485,"target":103},{"source":485,"target":488},{"source":485,"target":83},{"source":488,"target":103},{"source":486,"target":33},{"source":84,"target":0},{"source":84,"target":1},{"source":84,"target":489},{"source":489,"target":1},{"source":85,"target":0},{"source":85,"target":1},{"source":85,"target":33},{"source":85,"target":490},{"source":85,"target":491},{"source":490,"target":1},{"source":491,"target":33},{"source":86,"target":0},{"source":86,"target":1},{"source":86,"target":492},{"source":492,"target":1},{"source":87,"target":0},{"source":87,"target":65},{"source":87,"target":50},{"source":87,"target":61},{"source":87,"target":113},{"source":87,"target":70},{"source":87,"target":493},{"source":87,"target":494},{"source":87,"target":495},{"source":87,"target":496},{"source":87,"target":497},{"source":493,"target":65},{"source":494,"target":50},{"source":495,"target":61},{"source":496,"target":113},{"source":497,"target":70},{"source":88,"target":0},{"source":88,"target":87},{"source":88,"target":90},{"source":88,"target":103},{"source":88,"target":498},{"source":88,"target":499},{"source":88,"target":500},{"source":498,"target":87},{"source":499,"target":90},{"source":500,"target":103},{"source":89,"target":0},{"source":89,"target":33},{"source":89,"target":501},{"source":89,"target":502},{"source":89,"target":503},{"source":501,"target":1},{"source":501,"target":504},{"source":501,"target":89},{"source":504,"target":1},{"source":502,"target":112},{"source":502,"target":505},{"source":502,"target":89},{"source":505,"target":112},{"source":503,"target":33},{"source":90,"target":0},{"source":90,"target":14},{"source":90,"target":506},{"source":90,"target":507},{"source":90,"target":508},{"source":90,"target":509},{"source":506,"target":90},{"source":506,"target":510},{"source":510,"target":511},{"source":510,"target":506},{"source":507,"target":512},{"source":507,"target":90},{"source":508,"target":513},{"source":508,"target":90},{"source":509,"target":14},{"source":91,"target":0},{"source":92,"target":0},{"source":92,"target":14},{"source":92,"target":514},{"source":92,"target":515},{"source":92,"target":516},{"source":92,"target":517},{"source":514,"target":95},{"source":514,"target":518},{"source":514,"target":92},{"source":518,"target":95},{"source":515,"target":95},{"source":515,"target":519},{"source":515,"target":92},{"source":519,"target":95},{"source":516,"target":93},{"source":516,"target":520},{"source":516,"target":92},{"source":520,"target":93},{"source":517,"target":14},{"source":93,"target":0},{"source":93,"target":521},{"source":93,"target":522},{"source":93,"target":523},{"source":93,"target":524},{"source":93,"target":525},{"source":93,"target":526},{"source":93,"target":527},{"source":521,"target":93},{"source":522,"target":93},{"source":523,"target":93},{"source":524,"target":93},{"source":525,"target":93},{"source":526,"target":93},{"source":527,"target":93},{"source":94,"target":0},{"source":94,"target":33},{"source":94,"target":528},{"source":94,"target":529},{"source":528,"target":36},{"source":528,"target":530},{"source":528,"target":94},{"source":530,"target":36},{"source":529,"target":33},{"source":95,"target":0},{"source":95,"target":14},{"source":95,"target":531},{"source":95,"target":532},{"source":95,"target":533},{"source":95,"target":534},{"source":531,"target":106},{"source":531,"target":535},{"source":531,"target":95},{"source":535,"target":106},{"source":532,"target":104},{"source":532,"target":536},{"source":532,"target":95},{"source":536,"target":104},{"source":533,"target":29},{"source":533,"target":537},{"source":533,"target":95},{"source":537,"target":29},{"source":534,"target":14},{"source":96,"target":0},{"source":97,"target":0},{"source":97,"target":18},{"source":97,"target":538},{"source":97,"target":539},{"source":538,"target":540},{"source":538,"target":97},{"source":539,"target":18},{"source":98,"target":0},{"source":98,"target":39},{"source":98,"target":65},{"source":98,"target":103},{"source":98,"target":51},{"source":98,"target":541},{"source":98,"target":542},{"source":98,"target":543},{"source":98,"target":544},{"source":98,"target":545},{"source":98,"target":546},{"source":541,"target":98},{"source":541,"target":547},{"source":547,"target":97},{"source":547,"target":548},{"source":547,"target":541},{"source":548,"target":97},{"source":542,"target":97},{"source":542,"target":549},{"source":542,"target":98},{"source":549,"target":97},{"source":543,"target":39},{"source":544,"target":65},{"source":545,"target":103},{"source":546,"target":51},{"source":99,"target":0},{"source":99,"target":47},{"source":99,"target":32},{"source":99,"target":550},{"source":99,"target":551},{"source":99,"target":552},{"source":99,"target":553},{"source":550,"target":99},{"source":550,"target":554},{"source":554,"target":555},{"source":554,"target":550},{"source":551,"target":556},{"source":551,"target":99},{"source":552,"target":47},{"source":553,"target":32},{"source":100,"target":0},{"source":100,"target":33},{"source":100,"target":557},{"source":100,"target":558},{"source":100,"target":559},{"source":100,"target":560},{"source":557,"target":32},{"source":557,"target":561},{"source":557,"target":100},{"source":561,"target":32},{"source":558,"target":81},{"source":558,"target":562},{"source":558,"target":100},{"source":562,"target":81},{"source":559,"target":36},{"source":559,"target":563},{"source":559,"target":100},{"source":563,"target":36},{"source":560,"target":33},{"source":101,"target":0},{"source":101,"target":32},{"source":101,"target":564},{"source":101,"target":565},{"source":101,"target":566},{"source":564,"target":101},{"source":564,"target":567},{"source":567,"target":568},{"source":567,"target":564},{"source":565,"target":569},{"source":565,"target":101},{"source":566,"target":32},{"source":102,"target":0},{"source":102,"target":32},{"source":102,"target":90},{"source":102,"target":61},{"source":102,"target":570},{"source":102,"target":571},{"source":102,"target":572},{"source":570,"target":32},{"source":571,"target":90},{"source":572,"target":61},{"source":103,"target":0},{"source":103,"target":81},{"source":103,"target":14},{"source":103,"target":573},{"source":103,"target":574},{"source":573,"target":81},{"source":574,"target":14},{"source":104,"target":0},{"source":104,"target":14},{"source":104,"target":575},{"source":104,"target":576},{"source":104,"target":577},{"source":575,"target":57},{"source":575,"target":578},{"source":575,"target":104},{"source":578,"target":57},{"source":576,"target":77},{"source":576,"target":579},{"source":576,"target":104},{"source":579,"target":77},{"source":577,"target":14},{"source":105,"target":0},{"source":105,"target":4},{"source":105,"target":580},{"source":105,"target":581},{"source":105,"target":582},{"source":580,"target":25},{"source":580,"target":583},{"source":580,"target":105},{"source":583,"target":25},{"source":581,"target":25},{"source":581,"target":584},{"source":581,"target":105},{"source":584,"target":25},{"source":582,"target":4},{"source":106,"target":0},{"source":106,"target":585},{"source":106,"target":586},{"source":106,"target":587},{"source":585,"target":106},{"source":586,"target":106},{"source":587,"target":106},{"source":107,"target":0},{"source":107,"target":588},{"source":107,"target":589},{"source":588,"target":107},{"source":589,"target":107},{"source":108,"target":0},{"source":108,"target":590},{"source":108,"target":591},{"source":590,"target":108},{"source":591,"target":108},{"source":109,"target":0},{"source":109,"target":94},{"source":109,"target":592},{"source":592,"target":94},{"source":110,"target":0},{"source":110,"target":14},{"source":110,"target":593},{"source":593,"target":14},{"source":111,"target":0},{"source":111,"target":110},{"source":111,"target":594},{"source":594,"target":110},{"source":112,"target":0},{"source":112,"target":110},{"source":112,"target":81},{"source":112,"target":55},{"source":112,"target":595},{"source":112,"target":596},{"source":112,"target":597},{"source":112,"target":598},{"source":112,"target":599},{"source":595,"target":92},{"source":595,"target":600},{"source":595,"target":112},{"source":600,"target":92},{"source":596,"target":75},{"source":596,"target":601},{"source":596,"target":112},{"source":601,"target":75},{"source":597,"target":110},{"source":598,"target":81},{"source":599,"target":55},{"source":113,"target":0},{"source":113,"target":110},{"source":113,"target":602},{"source":602,"target":110},{"source":114,"target":0},{"source":114,"target":76},{"source":114,"target":603},{"source":114,"target":604},{"source":114,"target":605},{"source":603,"target":112},{"source":603,"target":606},{"source":603,"target":114},{"source":606,"target":112},{"source":604,"target":31},{"source":604,"target":607},{"source":604,"target":114},{"source":607,"target":31},{"source":605,"target":76}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="vHDL" nsURI="http://www.hepaxcodex.org/eVHDL/VHDL" nsPrefix="vHDL"> <eClassifiers xsi:type="ecore:EClass" name="vHDLPagckage"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="elements" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/VHDL.ecore
ecore
vHDL vHDLPagckage elements
null
{"directed":true,"nodes":[{"nsPrefix":"vHDL","nsURI":"http://www.hepaxcodex.org/eVHDL/VHDL","name":"vHDL","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"vHDLPagckage","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"elements","changeable":true,"lowerBound":0,"iD":false,"id":2,"derived":false},{"id":3,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":1,"target":0},{"source":1,"target":2},{"source":2,"target":3},{"source":2,"target":1}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="el" nsURI="http://de.hub.el/EL/1.0" nsPrefix="el"> <eClassifiers xsi:type="ecore:EClass" name="_VYbCgBirEem2CYYVeB7Aag"> <eStructuralFeatures xsi:type="ecore:EReference" name="methods" upperBound="-1" eType="#//ELMethod" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fields" upperBound="-1" eType="#//ELField" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="superClases" upperBound="-1" eType="#//_VYbCgBirEem2CYYVeB7Aag"/> <eStructuralFeatures xsi:type="ecore:EReference" name="innerClasses" upperBound="-1" eType="#//_VYbCgBirEem2CYYVeB7Aag" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ELVariable" eSuperTypes="#//ELTypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ELMethod" eSuperTypes="#//ELTypedElement"> <eAnnotations source="_VYf7ABirEem2CYYVeB7Aag"> <details key="_VYbCgRirEem2CYYVeB7Aag" value="_VYbCghirEem2CYYVeB7Aag"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//ELVariable" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="localVariables" upperBound="-1" eType="#//ELVariable" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="block" eType="#//ELBlock" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ELField" eSuperTypes="#//ELVariable"/> <eClassifiers xsi:type="ecore:EClass" name="ELStatement"/> <eClassifiers xsi:type="ecore:EClass" name="ELBlock"> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="#//ELStatement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ELExpression" eSuperTypes="#//ELStatement"> <eAnnotations source="http://www.modelversioning.org/ecoremutator"> <details key="_VYbCgxirEem2CYYVeB7Aag" value="_VYbChBirEem2CYYVeB7Aag"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ELLiteral" eSuperTypes="#//ELExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ELOpCall" eSuperTypes="#//ELCall"> <eStructuralFeatures xsi:type="ecore:EReference" name="kind" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ELCall" eSuperTypes="#//ELExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="#//ELExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="callee" eType="#//ELMethod"/> <eStructuralFeatures xsi:type="ecore:EReference" name="thisArgument" eType="#//ELExpression"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ELAccess" eSuperTypes="#//ELExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" eType="#//ELVariable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ELBlockStatement" eSuperTypes="#//ELStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="block" upperBound="-1" eType="#//ELBlock" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="kind" eType="#//placeholder5551291"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expressions" upperBound="-1" eType="#//ELExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ELDataType" eSuperTypes="#//_VYbCgBirEem2CYYVeB7Aag"/> <eClassifiers xsi:type="ecore:EClass" name="ELTypedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//_VYbCgBirEem2CYYVeB7Aag"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="array" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="placeholder5551291"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="syntax" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="blocks" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ELModel"> <eAnnotations source="http://www.modelversioning.org/ecoremutator"> <details key="_VYdewBirEem2CYYVeB7Aag" value="_VYdewRirEem2CYYVeB7Aag"/> <details key="_VYgiEBirEem2CYYVeB7Aag" value="_VYgiERirEem2CYYVeB7Aag"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="packages" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ops" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="blocks" upperBound="-1" eType="#//placeholder5551291" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ELOpKind"> <eLiterals name="infix" literal="infix"/> <eLiterals name="suffix"/> <eLiterals name="prefix"/> <eLiterals name="syntax" literal="syntax"> <eAnnotations source="http://www.modelversioning.org/ecoremutator"> <details key="_VYeF0BirEem2CYYVeB7Aag" value="_VYeF0RirEem2CYYVeB7Aag"/> </eAnnotations> </eLiterals> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ELAssignment" eSuperTypes="#//ELStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//ELExpression" containment="true"> <eAnnotations source="http://www.modelversioning.org/ecoremutator"> <details key="_VYeF0hirEem2CYYVeB7Aag" value="_VYeF0xirEem2CYYVeB7Aag"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="assignee" eType="#//ELVariable"/> </eClassifiers> <eSubpackages name="_VYbpkBirEem2CYYVeB7Aag" nsURI="_VYbpkRirEem2CYYVeB7Aag" nsPrefix="_VYbpkhirEem2CYYVeB7Aag"/> </ecore:EPackage>
github:ecore:/data/MagMar94/ParmorelExperimentResults/Experiments/Experimen-compare-preferences/AMOR/bestWeight4/20_a14.ecore
ecore
el _VYbCgBirEem2CYYVeB7Aag methods fields superClases innerClasses ELVariable ELMethod parameters localVariables block ELField ELStatement ELBlock statements ELExpression ELLiteral value ELOpCall kind ELCall arguments callee thisArgument ELAccess variable ELBlockStatement block kind expressions ELDataType ELTypedElement type array placeholder5551291 syntax blocks ELModel packages ops blocks ELOpKind infix infix suffix suffix prefix prefix syntax syntax ELAssignment expr assignee _VYbpkBirEem2CYYVeB7Aag
null
{"directed":true,"nodes":[{"nsPrefix":"el","nsURI":"http://de.hub.el/EL/1.0","name":"el","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"_VYbCgBirEem2CYYVeB7Aag","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELVariable","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELMethod","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELField","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELStatement","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELBlock","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELExpression","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELLiteral","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELOpCall","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELCall","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELAccess","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELBlockStatement","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELDataType","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELTypedElement","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"placeholder5551291","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELModel","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ELOpKind","instanceClass":null,"id":17,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELAssignment","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"nsPrefix":"_VYbpkhirEem2CYYVeB7Aag","nsURI":"_VYbpkRirEem2CYYVeB7Aag","name":"_VYbpkBirEem2CYYVeB7Aag","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":"methods","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":"fields","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"superClases","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"innerClasses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"localVariables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"block","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"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":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"callee","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":"thisArgument","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":false,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"block","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"kind","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":"expressions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":64,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"array","changeable":true,"lowerBound":0,"iD":false,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"syntax","changeable":true,"lowerBound":0,"iD":false,"id":68,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"blocks","changeable":true,"lowerBound":0,"iD":false,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"packages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":72,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ops","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"blocks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"name":"infix","id":78,"value":0,"literal":"infix","eClass":"EEnumLiteral"},{"name":"suffix","id":79,"value":0,"literal":"suffix","eClass":"EEnumLiteral"},{"name":"prefix","id":80,"value":0,"literal":"prefix","eClass":"EEnumLiteral"},{"name":"syntax","id":81,"value":0,"literal":"syntax","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":82,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"assignee","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":1,"target":0},{"source":1,"target":20},{"source":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":20,"target":3},{"source":20,"target":24},{"source":20,"target":1},{"source":24,"target":3},{"source":21,"target":4},{"source":21,"target":25},{"source":21,"target":1},{"source":25,"target":4},{"source":22,"target":1},{"source":22,"target":26},{"source":22,"target":1},{"source":26,"target":1},{"source":23,"target":1},{"source":23,"target":27},{"source":23,"target":1},{"source":27,"target":1},{"source":2,"target":0},{"source":2,"target":14},{"source":2,"target":28},{"source":28,"target":14},{"source":3,"target":0},{"source":3,"target":14},{"source":3,"target":29},{"source":3,"target":30},{"source":3,"target":31},{"source":3,"target":32},{"source":29,"target":2},{"source":29,"target":33},{"source":29,"target":3},{"source":33,"target":2},{"source":30,"target":2},{"source":30,"target":34},{"source":30,"target":3},{"source":34,"target":2},{"source":31,"target":6},{"source":31,"target":35},{"source":31,"target":3},{"source":35,"target":6},{"source":32,"target":14},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":36},{"source":36,"target":2},{"source":5,"target":0},{"source":6,"target":0},{"source":6,"target":37},{"source":37,"target":5},{"source":37,"target":38},{"source":37,"target":6},{"source":38,"target":5},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":39},{"source":39,"target":5},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":40},{"source":8,"target":41},{"source":40,"target":42},{"source":40,"target":8},{"source":41,"target":7},{"source":9,"target":0},{"source":9,"target":10},{"source":9,"target":43},{"source":9,"target":44},{"source":43,"target":45},{"source":43,"target":9},{"source":44,"target":10},{"source":10,"target":0},{"source":10,"target":7},{"source":10,"target":46},{"source":10,"target":47},{"source":10,"target":48},{"source":10,"target":49},{"source":46,"target":7},{"source":46,"target":50},{"source":46,"target":10},{"source":50,"target":7},{"source":47,"target":3},{"source":47,"target":51},{"source":47,"target":10},{"source":51,"target":3},{"source":48,"target":7},{"source":48,"target":52},{"source":48,"target":10},{"source":52,"target":7},{"source":49,"target":7},{"source":11,"target":0},{"source":11,"target":7},{"source":11,"target":53},{"source":11,"target":54},{"source":53,"target":2},{"source":53,"target":55},{"source":53,"target":11},{"source":55,"target":2},{"source":54,"target":7},{"source":12,"target":0},{"source":12,"target":5},{"source":12,"target":56},{"source":12,"target":57},{"source":12,"target":58},{"source":12,"target":59},{"source":56,"target":6},{"source":56,"target":60},{"source":56,"target":12},{"source":60,"target":6},{"source":57,"target":15},{"source":57,"target":61},{"source":57,"target":12},{"source":61,"target":15},{"source":58,"target":7},{"source":58,"target":62},{"source":58,"target":12},{"source":62,"target":7},{"source":59,"target":5},{"source":13,"target":0},{"source":13,"target":1},{"source":13,"target":63},{"source":63,"target":1},{"source":14,"target":0},{"source":14,"target":64},{"source":14,"target":65},{"source":64,"target":1},{"source":64,"target":66},{"source":64,"target":14},{"source":66,"target":1},{"source":65,"target":67},{"source":65,"target":14},{"source":15,"target":0},{"source":15,"target":68},{"source":15,"target":69},{"source":68,"target":70},{"source":68,"target":15},{"source":69,"target":71},{"source":69,"target":15},{"source":16,"target":0},{"source":16,"target":72},{"source":16,"target":73},{"source":16,"target":74},{"source":72,"target":75},{"source":72,"target":16},{"source":73,"target":76},{"source":73,"target":16},{"source":74,"target":15},{"source":74,"target":77},{"source":74,"target":16},{"source":77,"target":15},{"source":17,"target":0},{"source":17,"target":78},{"source":17,"target":79},{"source":17,"target":80},{"source":17,"target":81},{"source":78,"target":17},{"source":79,"target":17},{"source":80,"target":17},{"source":81,"target":17},{"source":18,"target":0},{"source":18,"target":5},{"source":18,"target":82},{"source":18,"target":83},{"source":18,"target":84},{"source":82,"target":7},{"source":82,"target":85},{"source":82,"target":18},{"source":85,"target":7},{"source":83,"target":2},{"source":83,"target":86},{"source":83,"target":18},{"source":86,"target":2},{"source":84,"target":5},{"source":19,"target":0}],"multigraph":true}
true
<?xml version="1.0" encoding="ISO-8859-1"?> <xmi:XMI xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore"> <ecore:EPackage name="R2ML"> <eClassifiers xsi:type="ecore:EEnum" name="CollectionTypes"> <eLiterals name="individual" value="1"/> <eLiterals name="set" value="2"/> <eLiterals name="orderedSet" value="3"/> <eLiterals name="bag" value="4"/> <eLiterals name="sequence" value="5"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="PredicateCategory"> <eLiterals name="closed" value="1"/> <eLiterals name="open" value="2"/> <eLiterals name="partial" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ExternalVocabularyLanguage"> <eLiterals name="RDFS" value="1"/> <eLiterals name="UML" value="2"/> <eLiterals name="OWL" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="PredicateType"> <eLiterals name="ObjectClassificationPredicate" value="1"/> <eLiterals name="AttributionPredicate" value="2"/> <eLiterals name="AssociationPredicate" value="3"/> <eLiterals name="ReferencePropertyPredicate" value="4"/> <eLiterals name="EqualityPredicate" value="5"/> <eLiterals name="InequalityPredicate" value="6"/> <eLiterals name="DatatypePredicate" value="7"/> <eLiterals name="DataClassificationPredicate" value="8"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReactionRuleSet" eSuperTypes="/0/RuleSet"> <eStructuralFeatures xsi:type="ecore:EReference" name="rules" ordered="false" upperBound="-1" eType="/0/Rules/ReactionRule" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProductionRuleSet" eSuperTypes="/0/RuleSet"> <eStructuralFeatures xsi:type="ecore:EReference" name="rules" ordered="false" upperBound="-1" eType="/0/Rules/ProductionRule" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EventType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="eventTypeID" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RuleSet" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="variables" ordered="false" upperBound="-1" eType="/0/Terms/TerBasic/Variables/Variable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="externalVocabulary" ordered="false" eType="/0/Vocabulary/VocBuiltin/ExternalVocabulary"/> <eStructuralFeatures xsi:type="ecore:EReference" name="vocabularies" ordered="false" eType="/0/Vocabulary/VocBasic/Vocabulary" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ruleSetID" ordered="false" unique="false" eType="/1/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RuleBase"> <eStructuralFeatures xsi:type="ecore:EReference" name="vocabularies" ordered="false" eType="/0/Vocabulary/VocBasic/Vocabulary" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="externalVocabulaires" ordered="false" upperBound="-1" eType="/0/Vocabulary/VocBuiltin/ExternalVocabulary"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rules" ordered="false" upperBound="-1" eType="/0/RuleSet" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ruleBaseID" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegrityRuleSet" eSuperTypes="/0/RuleSet"> <eStructuralFeatures xsi:type="ecore:EReference" name="rules" ordered="false" upperBound="-1" eType="/0/Rules/IntegrityRule" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DerivationRuleSet" eSuperTypes="/0/RuleSet"> <eStructuralFeatures xsi:type="ecore:EReference" name="rules" ordered="false" upperBound="-1" eType="/0/Rules/DerivationRule" containment="true"/> </eClassifiers> <eSubpackages name="Abstract"> <eClassifiers xsi:type="ecore:EClass" name="AbstractTransformationRule" abstract="true" eSuperTypes="/0/Abstract/Rule"/> <eClassifiers xsi:type="ecore:EClass" name="AbstractProductionRule" eSuperTypes="/0/Abstract/Rule"/> <eClassifiers xsi:type="ecore:EClass" name="AbstractReactionRule" eSuperTypes="/0/Abstract/Rule"/> <eClassifiers xsi:type="ecore:EClass" name="AbstractDerivationRule" eSuperTypes="/0/Abstract/Rule"/> <eClassifiers xsi:type="ecore:EClass" name="AbstractIntegrityRule" abstract="true" eSuperTypes="/0/Abstract/Rule"/> <eClassifiers xsi:type="ecore:EClass" name="Rule" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ruleID" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> </eClassifiers> </eSubpackages> <eSubpackages name="Rules"> <eClassifiers xsi:type="ecore:EClass" name="DerivationRule" eSuperTypes="/0/Abstract/AbstractDerivationRule"> <eStructuralFeatures xsi:type="ecore:EReference" name="conditions" ordered="false" lowerBound="1" upperBound="-1" eType="/0/Formulas/qf/AndOrNafNegFormula" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="conclusions" ordered="false" lowerBound="1" upperBound="-1" eType="/0/Formulas/qf/LiteralConjunction" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReactionRule" eSuperTypes="/0/Abstract/AbstractReactionRule"> <eStructuralFeatures xsi:type="ecore:EReference" name="conditions" ordered="false" upperBound="-1" eType="/0/Formulas/qf/AndOrNafNegFormula" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="producedAction" ordered="false" lowerBound="1" eType="/0/Actions/ActionExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="postconditon" ordered="false" eType="/0/Formulas/qf/AndOrNafNegFormula" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="triggeringEvent" ordered="false" lowerBound="1" eType="/0/Events/EventExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProductionRule" eSuperTypes="/0/Abstract/AbstractProductionRule"> <eStructuralFeatures xsi:type="ecore:EReference" name="conditions" ordered="false" lowerBound="1" upperBound="-1" eType="/0/Formulas/qf/AndOrNafNegFormula"/> <eStructuralFeatures xsi:type="ecore:EReference" name="postcondition" ordered="false" eType="/0/Formulas/qf/AndOrNafNegFormula"/> <eStructuralFeatures xsi:type="ecore:EReference" name="producedAction" ordered="false" lowerBound="1" eType="/0/Actions/ActionExpression"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DeonticIntegrityRule" eSuperTypes="/0/Rules/IntegrityRule"/> <eClassifiers xsi:type="ecore:EClass" name="AlethicIntegrityRule" eSuperTypes="/0/Rules/IntegrityRule"/> <eClassifiers xsi:type="ecore:EClass" name="IntegrityRule" abstract="true" eSuperTypes="/0/Abstract/AbstractIntegrityRule"> <eStructuralFeatures xsi:type="ecore:EReference" name="constraint" ordered="false" lowerBound="1" eType="/0/Formulas/QuantifiedFormula"/> </eClassifiers> </eSubpackages> <eSubpackages name="Atoms"> <eClassifiers xsi:type="ecore:EClass" name="DataAtom" abstract="true" eSuperTypes="/0/Atoms/Atom"/> <eClassifiers xsi:type="ecore:EClass" name="ObjectAtom" abstract="true" eSuperTypes="/0/Atoms/Atom"/> <eClassifiers xsi:type="ecore:EClass" name="Atom" abstract="true" eSuperTypes="/0/Formulas/LogicalFormula /0/Formulas/qf/AndOrNafNegFormula"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isNegated" ordered="false" unique="false" lowerBound="1" eType="/1/Boolean"/> </eClassifiers> <eSubpackages name="AtBasic"> <eClassifiers xsi:type="ecore:EClass" name="DataClassificationAtom" eSuperTypes="/0/Atoms/DataAtom"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="/0/Vocabulary/VocBasic/Datatype"/> <eStructuralFeatures xsi:type="ecore:EReference" name="term" ordered="false" lowerBound="1" eType="/0/Terms/DataTerm"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DatatypePredicateAtom" eSuperTypes="/0/Atoms/DataAtom"> <eStructuralFeatures xsi:type="ecore:EReference" name="predicate" ordered="false" lowerBound="1" eType="/0/Vocabulary/VocBasic/DatatypePredicate"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dataArguments" lowerBound="2" upperBound="-1" eType="/0/Terms/DataTerm"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InequalityAtom" eSuperTypes="/0/Atoms/ObjectAtom"> <eStructuralFeatures xsi:type="ecore:EReference" name="terms" ordered="false" lowerBound="2" upperBound="-1" eType="/0/Terms/ObjectTerm"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EqualityAtom" eSuperTypes="/0/Atoms/ObjectAtom"> <eStructuralFeatures xsi:type="ecore:EReference" name="terms" ordered="false" lowerBound="2" upperBound="-1" eType="/0/Terms/ObjectTerm"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ObjectClassificationAtom" eSuperTypes="/0/Atoms/ObjectAtom"> <eStructuralFeatures xsi:type="ecore:EReference" name="term" ordered="false" lowerBound="1" eType="/0/Terms/ObjectTerm"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="/0/Vocabulary/VocBasic/Class"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GenericAtom" eSuperTypes="/0/Atoms/Atom"> <eStructuralFeatures xsi:type="ecore:EReference" name="predicate" ordered="false" lowerBound="1" eType="/0/Vocabulary/VocRelational/GenericPredicate"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="/0/Terms/Term"/> </eClassifiers> </eSubpackages> <eSubpackages name="AtRelational"> <eClassifiers xsi:type="ecore:EClass" name="Slot" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="PropertyAtom" eSuperTypes="/0/Atoms/ObjectAtom"> <eStructuralFeatures xsi:type="ecore:EReference" name="property" ordered="false" lowerBound="1" eType="/0/Vocabulary/VocBasic/Property"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false" lowerBound="1" eType="/0/Terms/Term"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subject" ordered="false" lowerBound="1" eType="/0/Terms/ObjectTerm"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataSlot" eSuperTypes="/0/Atoms/AtRelational/Slot"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false" lowerBound="1" eType="/0/Terms/DataTerm"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" ordered="false" lowerBound="1" eType="/0/Vocabulary/VocBasic/Attribute"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ObjectSlot" eSuperTypes="/0/Atoms/AtRelational/Slot"> <eStructuralFeatures xsi:type="ecore:EReference" name="object" ordered="false" lowerBound="1" eType="/0/Terms/ObjectTerm"/> <eStructuralFeatures xsi:type="ecore:EReference" name="referenceProperty" ordered="false" lowerBound="1" eType="/0/Vocabulary/VocBasic/ReferenceProperty"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReferencePropertyAtom" eSuperTypes="/0/Atoms/ObjectAtom"> <eStructuralFeatures xsi:type="ecore:EReference" name="object" ordered="false" lowerBound="1" eType="/0/Terms/ObjectTerm"/> <eStructuralFeatures xsi:type="ecore:EReference" name="referenceProperty" ordered="false" lowerBound="1" eType="/0/Vocabulary/VocBasic/ReferenceProperty"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subject" ordered="false" lowerBound="1" eType="/0/Terms/ObjectTerm"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AttributionAtom" eSuperTypes="/0/Atoms/ObjectAtom"> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" ordered="false" lowerBound="1" eType="/0/Vocabulary/VocBasic/Attribute"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subject" ordered="false" lowerBound="1" eType="/0/Terms/ObjectTerm"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dataValue" ordered="false" lowerBound="1" eType="/0/Terms/DataTerm"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ObjectDescriptionAtom" eSuperTypes="/0/Atoms/ObjectAtom"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" upperBound="-1" eType="/0/Vocabulary/VocBasic/Class"/> <eStructuralFeatures xsi:type="ecore:EReference" name="objects" ordered="false" upperBound="-1" eType="/0/Atoms/AtRelational/ObjectSlot" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subject" ordered="false" lowerBound="1" eType="/0/Terms/ObjectTerm"/> <eStructuralFeatures xsi:type="ecore:EReference" name="slots" ordered="false" upperBound="-1" eType="/0/Atoms/AtRelational/Slot" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="baseType" ordered="false" lowerBound="1" eType="/0/Vocabulary/VocBasic/Class"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssociationAtom" eSuperTypes="/0/Atoms/ObjectAtom"> <eStructuralFeatures xsi:type="ecore:EReference" name="associationPredicate" ordered="false" lowerBound="1" eType="/0/Vocabulary/VocRelational/AssociationPredicate"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dataArguments" upperBound="-1" eType="/0/Terms/DataTerm"/> <eStructuralFeatures xsi:type="ecore:EReference" name="objectArguments" lowerBound="2" upperBound="-1" eType="/0/Terms/ObjectTerm"/> </eClassifiers> </eSubpackages> </eSubpackages> <eSubpackages name="Vocabulary"> <eSubpackages name="VocExternal"/> <eSubpackages name="VocFunctional"> <eClassifiers xsi:type="ecore:EClass" name="DatatypeFunction" eSuperTypes="/0/Vocabulary/VocFunctional/Function"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ap" ordered="false" unique="false" eType="/1/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GenericFunction" eSuperTypes="/0/Vocabulary/VocFunctional/Function"/> <eClassifiers xsi:type="ecore:EClass" name="Function" abstract="true" eSuperTypes="/0/Vocabulary/VocBasic/VocabularyEntry"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="arity" ordered="false" unique="false" lowerBound="1" eType="/1/Integer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataOperation" eSuperTypes="/0/Vocabulary/VocFunctional/Operation"> <eStructuralFeatures xsi:type="ecore:EReference" name="returnType" ordered="false" eType="/0/Vocabulary/VocBasic/Datatype"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ObjectOperation" eSuperTypes="/0/Vocabulary/VocFunctional/Operation"> <eStructuralFeatures xsi:type="ecore:EReference" name="returnType" ordered="false" eType="/0/Vocabulary/VocBasic/Class"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Operation" abstract="true" eSuperTypes="/0/Vocabulary/VocFunctional/Function"> <eStructuralFeatures xsi:type="ecore:EReference" name="contextType" ordered="false" eType="/0/Vocabulary/VocBasic/Class"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="/0/Vocabulary/VocBasic/Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnumerationDatatype" eSuperTypes="/0/Vocabulary/VocBasic/Datatype"> <eStructuralFeatures xsi:type="ecore:EReference" name="literals" ordered="false" upperBound="-1" eType="/0/Vocabulary/VocBasic/DataLiteral" containment="true"/> </eClassifiers> </eSubpackages> <eSubpackages name="VocBuiltin"> <eClassifiers xsi:type="ecore:EClass" name="ExternalVocabulary"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="externalVocabularyID" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="externalVocabularyLanguage" ordered="false" unique="false" lowerBound="1" eType="/0/ExternalVocabularyLanguage"/> </eClassifiers> </eSubpackages> <eSubpackages name="VocBasic"> <eClassifiers xsi:type="ecore:EClass" name="GenericEntityName" eSuperTypes="/0/Terms/GenericTerm"> <eStructuralFeatures xsi:type="ecore:EReference" name="classRef" ordered="false" eType="/0/Vocabulary/VocBasic/Class"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VocabularyEntry" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Vocabulary"> <eStructuralFeatures xsi:type="ecore:EReference" name="entries" ordered="false" lowerBound="1" upperBound="-1" eType="/0/Vocabulary/VocBasic/VocabularyEntry" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Property" abstract="true" eSuperTypes="/0/Vocabulary/VocBasic/Predicate"> <eStructuralFeatures xsi:type="ecore:EReference" name="range" ordered="false" eType="/0/Vocabulary/VocBasic/Type"/> <eStructuralFeatures xsi:type="ecore:EReference" name="domain" ordered="false" eType="/0/Vocabulary/VocBasic/Class"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DatatypePredicate" eSuperTypes="/0/Vocabulary/VocBasic/Predicate"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="vp" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="arity" ordered="false" unique="false" lowerBound="1" eType="/1/Integer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Predicate" abstract="true" eSuperTypes="/0/Vocabulary/VocBasic/VocabularyEntry"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="predicateCategory" ordered="false" unique="false" eType="/0/PredicateCategory"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Attribute" eSuperTypes="/0/Vocabulary/VocBasic/Property"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" eType="/0/Vocabulary/VocBasic/Class"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="np" ordered="false" unique="false" eType="/1/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypedLiteral" eSuperTypes="/0/Vocabulary/VocBasic/DataLiteral"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="/0/Vocabulary/VocBasic/Datatype"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PlainLiteral" eSuperTypes="/0/Vocabulary/VocBasic/DataLiteral"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="languageTag" ordered="false" unique="false" eType="/1/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataLiteral" abstract="true" eSuperTypes="/0/Terms/DataTerm"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lexicalValue" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReferenceProperty" eSuperTypes="/0/Vocabulary/VocBasic/Property"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="vp" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="domrm" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rgrn" ordered="false" unique="false" eType="/1/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ObjectName" eSuperTypes="/0/Vocabulary/VocBasic/VocabularyEntry /0/Terms/ObjectTerm"> <eStructuralFeatures xsi:type="ecore:EReference" name="classRef" ordered="false" eType="/0/Vocabulary/VocBasic/Class"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Datatype" eSuperTypes="/0/Vocabulary/VocBasic/Type"/> <eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="/0/Vocabulary/VocBasic/Type"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="np" ordered="false" unique="false" eType="/1/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Type" eSuperTypes="/0/Vocabulary/VocBasic/Predicate"/> </eSubpackages> <eSubpackages name="VocRelational"> <eClassifiers xsi:type="ecore:EClass" name="AssociationPredicate" eSuperTypes="/0/Vocabulary/VocBasic/Predicate"> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="/0/Vocabulary/VocBasic/Type"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="vp" ordered="false" unique="false" eType="/1/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GenericPredicate" eSuperTypes="/0/Vocabulary/VocBasic/Predicate"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="vp" ordered="false" unique="false" eType="/1/String"/> </eClassifiers> </eSubpackages> </eSubpackages> <eSubpackages name="Events"> <eClassifiers xsi:type="ecore:EClass" name="SOAPMessageBody"> <eStructuralFeatures xsi:type="ecore:EReference" name="children" ordered="false" upperBound="-1" eType="/0/Events/SOAPMessageBodyChild" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SOAPConversationalMsgEvtExpression" eSuperTypes="/0/Events/SOAPMessageEventExpression"/> <eClassifiers xsi:type="ecore:EClass" name="SOAPRPCResponseMsgEvtExpression" eSuperTypes="/0/Events/SOAPMessageEventExpression"/> <eClassifiers xsi:type="ecore:EClass" name="SOAPRPCRequestMsgEvtExpression" eSuperTypes="/0/Events/SOAPMessageEventExpression"/> <eClassifiers xsi:type="ecore:EClass" name="SOAPMessageHeaderBlock"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nameSpaceName" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="localName" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="encodingStyle" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mustUnderstand" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="role" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="relay" ordered="false" unique="false" eType="/1/Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SOAPMessageHeader"> <eStructuralFeatures xsi:type="ecore:EReference" name="headerBlocks" ordered="false" upperBound="-1" eType="/0/Events/SOAPMessageHeaderBlock" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SOAPMessageBodyChild"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="localName" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nameSpaceName" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="encodingStyle" ordered="false" unique="false" eType="/1/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EveryYearTimeEventExpression" eSuperTypes="/0/Events/PeriodicTimeEventExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dayOfYear" ordered="false" unique="false" lowerBound="1" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="time" ordered="false" unique="false" eType="/1/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EveryMonthTimeEventExpression" eSuperTypes="/0/Events/PeriodicTimeEventExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dayOfMonth" ordered="false" unique="false" lowerBound="1" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="time" ordered="false" unique="false" eType="/1/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EveryWeekTimeEventExpression" eSuperTypes="/0/Events/PeriodicTimeEventExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dayOfWeek" ordered="false" unique="false" lowerBound="1" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="time" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EveryDayTimeEventExpression" eSuperTypes="/0/Events/PeriodicTimeEventExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="time" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EveryHourTimeEventExpression" eSuperTypes="/0/Events/PeriodicTimeEventExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minute" ordered="false" unique="false" lowerBound="1" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="second" ordered="false" unique="false" eType="/1/Integer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EveryMinuteTimeEventExpression" eSuperTypes="/0/Events/PeriodicTimeEventExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="second" ordered="false" unique="false" lowerBound="1" eType="/1/Integer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MessageEventExpression" eSuperTypes="/0/Events/ActionEventExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sender" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="receiver" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SOAPMessageEventExpression" eSuperTypes="/0/Events/MessageEventExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="/0/Events/SOAPMessageBody" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="header" ordered="false" eType="/0/Events/SOAPMessageHeader" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PeriodicTimeEventExpression" eSuperTypes="/0/Events/TimeEventExpression"/> <eClassifiers xsi:type="ecore:EClass" name="SingularTimeEventExpression" eSuperTypes="/0/Events/TimeEventExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dateTime" ordered="false" unique="false" lowerBound="1" eType="/1/Integer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActionEventExpression" eSuperTypes="/0/Events/AtomicEventExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="actor" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TimeEventExpression" abstract="true" eSuperTypes="/0/Events/AtomicEventExpression"/> <eClassifiers xsi:type="ecore:EClass" name="ParallelEventExpression" eSuperTypes="/0/Events/EventExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expressions" ordered="false" upperBound="-1" eType="/0/Events/EventExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="timeWindow" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SequenceEventExpression" eSuperTypes="/0/Events/EventExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expressions" upperBound="-1" eType="/0/Events/EventExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="timeWindow" ordered="false" unique="false" lowerBound="1" eType="/1/Integer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ChoiceEventExpression" eSuperTypes="/0/Events/EventExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expressions" ordered="false" lowerBound="1" upperBound="-1" eType="/0/Events/EventExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minOccurs" ordered="false" unique="false" lowerBound="1" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maxOccurs" ordered="false" unique="false" lowerBound="1" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="timeWindow" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AtomicEventExpression" eSuperTypes="/0/Events/EventExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" ordered="false" upperBound="-1" eType="/0/Terms/Term" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="/0/EventType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AndNotEventExpression" eSuperTypes="/0/Events/EventExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expressions" upperBound="-1" eType="/0/Events/EventExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="timeWndow" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EventExpression" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="startDateTime" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="duration" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="occurDateTime" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> </eClassifiers> </eSubpackages> <eSubpackages name="Actions"> <eClassifiers xsi:type="ecore:EClass" name="InvokeActionExpression" eSuperTypes="/0/Actions/ActionExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="operation" ordered="false" lowerBound="1" eType="/0/Vocabulary/VocFunctional/Operation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="/0/Terms/Term"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contextArgument" ordered="false" eType="/0/Terms/ObjectTerm"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SOAPRPCAction" eSuperTypes="/0/Actions/SOAPAction"> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="/0/Terms/Term"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SOAPAction" eSuperTypes="/0/Actions/MessageAction"> <eStructuralFeatures xsi:type="ecore:EReference" name="operation" ordered="false" lowerBound="1" eType="/0/Vocabulary/VocFunctional/Operation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DeleteActionExpression" eSuperTypes="/0/Actions/ActionExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="contextArgument" ordered="false" lowerBound="1" eType="/0/Terms/ObjectTerm"/> <eStructuralFeatures xsi:type="ecore:EReference" name="context" ordered="false" lowerBound="1" eType="/0/Vocabulary/VocBasic/Class"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CreateActionExpression" eSuperTypes="/0/Actions/ActionExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="slots" ordered="false" upperBound="-1" eType="/0/Atoms/AtRelational/Slot"/> <eStructuralFeatures xsi:type="ecore:EReference" name="context" ordered="false" lowerBound="1" eType="/0/Vocabulary/VocBasic/Class"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssignActionExpression" eSuperTypes="/0/Actions/ActionExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="contextArgument" ordered="false" lowerBound="1" eType="/0/Terms/ObjectTerm"/> <eStructuralFeatures xsi:type="ecore:EReference" name="property" ordered="false" lowerBound="1" eType="/0/Vocabulary/VocBasic/Property"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MessageAction" eSuperTypes="/0/Actions/ActionExpression"/> <eClassifiers xsi:type="ecore:EClass" name="ActionExpression" abstract="true"/> </eSubpackages> <eSubpackages name="Formulas"> <eClassifiers xsi:type="ecore:EClass" name="AtLeastAndAtMostQuantifiedFormula" eSuperTypes="/0/Formulas/QuantifiedFormula"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maxCardinality" ordered="false" unique="false" lowerBound="1" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minCardinality" ordered="false" unique="false" lowerBound="1" eType="/1/Integer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AtMostQuantifiedFormula" eSuperTypes="/0/Formulas/QuantifiedFormula"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maxCardinality" ordered="false" unique="false" lowerBound="1" eType="/1/Integer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AtLeastQuantifiedFormula" eSuperTypes="/0/Formulas/QuantifiedFormula"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minCardinality" ordered="false" unique="false" lowerBound="1" eType="/1/Integer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Conjuction" eSuperTypes="/0/Formulas/LogicalFormula"> <eStructuralFeatures xsi:type="ecore:EReference" name="formulas" ordered="false" lowerBound="2" upperBound="-1" eType="/0/Formulas/LogicalFormula" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UniversallyQuantifiedFormula" eSuperTypes="/0/Formulas/QuantifiedFormula"/> <eClassifiers xsi:type="ecore:EClass" name="StrongNegation" eSuperTypes="/0/Formulas/Negation /0/Formulas/LogicalFormula"> <eStructuralFeatures xsi:type="ecore:EReference" name="formula" ordered="false" lowerBound="1" eType="/0/Formulas/LogicalFormula" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="QuantifiedFormula" abstract="true" eSuperTypes="/0/Formulas/LogicalFormula"> <eStructuralFeatures xsi:type="ecore:EReference" name="formula" ordered="false" lowerBound="1" eType="/0/Formulas/LogicalFormula" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variables" ordered="false" lowerBound="1" upperBound="-1" eType="/0/Terms/TerBasic/Variables/Variable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NegationAsFailure" eSuperTypes="/0/Formulas/Negation /0/Formulas/LogicalFormula"> <eStructuralFeatures xsi:type="ecore:EReference" name="formula" ordered="false" lowerBound="1" eType="/0/Formulas/LogicalFormula" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Negation"/> <eClassifiers xsi:type="ecore:EClass" name="LogicalFormula" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="Implication" eSuperTypes="/0/Formulas/LogicalFormula"> <eStructuralFeatures xsi:type="ecore:EReference" name="consequent" ordered="false" lowerBound="1" eType="/0/Formulas/LogicalFormula" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="antecedent" ordered="false" lowerBound="1" eType="/0/Formulas/LogicalFormula" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExistentiallyQuantifiedFormula" eSuperTypes="/0/Formulas/QuantifiedFormula"/> <eClassifiers xsi:type="ecore:EClass" name="Disjunction" eSuperTypes="/0/Formulas/LogicalFormula"> <eStructuralFeatures xsi:type="ecore:EReference" name="formulas" ordered="false" lowerBound="2" upperBound="-1" eType="/0/Formulas/LogicalFormula" containment="true"/> </eClassifiers> <eSubpackages name="qf"> <eClassifiers xsi:type="ecore:EClass" name="QFStrongNegation" eSuperTypes="/0/Formulas/qf/QFNegation"/> <eClassifiers xsi:type="ecore:EClass" name="QFNegationAsFailure" eSuperTypes="/0/Formulas/qf/QFNegation"/> <eClassifiers xsi:type="ecore:EClass" name="QFNegation" eSuperTypes="/0/Formulas/qf/AndOrNafNegFormula"> <eStructuralFeatures xsi:type="ecore:EReference" name="formula" ordered="false" lowerBound="1" eType="/0/Formulas/qf/AndOrNafNegFormula" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LiteralConjunction"> <eStructuralFeatures xsi:type="ecore:EReference" name="atoms" ordered="false" lowerBound="1" upperBound="-1" eType="/0/Atoms/Atom" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="QFDisjunction" eSuperTypes="/0/Formulas/qf/AndOrNafNegFormula"> <eStructuralFeatures xsi:type="ecore:EReference" name="formulas" ordered="false" lowerBound="2" upperBound="-1" eType="/0/Formulas/qf/AndOrNafNegFormula" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="QFConjunction" eSuperTypes="/0/Formulas/qf/AndOrNafNegFormula"> <eStructuralFeatures xsi:type="ecore:EReference" name="formulas" ordered="false" lowerBound="2" upperBound="-1" eType="/0/Formulas/qf/AndOrNafNegFormula" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AndOrNafNegFormula" abstract="true"/> </eSubpackages> </eSubpackages> <eSubpackages name="Terms"> <eClassifiers xsi:type="ecore:EClass" name="GenericTerm" abstract="true" eSuperTypes="/0/Terms/Term"/> <eClassifiers xsi:type="ecore:EClass" name="Term" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="typeCategory" ordered="false" unique="false" eType="/0/CollectionTypes"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ObjectTerm" abstract="true" eSuperTypes="/0/Terms/Term"/> <eClassifiers xsi:type="ecore:EClass" name="DataTerm" abstract="true" eSuperTypes="/0/Terms/Term"/> <eSubpackages name="TerBasic"> <eSubpackages name="Variables"> <eClassifiers xsi:type="ecore:EClass" name="Variable" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ObjectVariable" eSuperTypes="/0/Terms/TerBasic/Variables/Variable /0/Terms/ObjectTerm"> <eStructuralFeatures xsi:type="ecore:EReference" name="classRef" ordered="false" eType="/0/Vocabulary/VocBasic/Class"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataVariable" eSuperTypes="/0/Terms/TerBasic/Variables/Variable /0/Terms/DataTerm"> <eStructuralFeatures xsi:type="ecore:EReference" name="datatypeRef" ordered="false" eType="/0/Vocabulary/VocBasic/Datatype"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GenericVariable" eSuperTypes="/0/Terms/GenericTerm /0/Terms/TerBasic/Variables/Variable"> <eStructuralFeatures xsi:type="ecore:EReference" name="typeRef" ordered="false" eType="/0/Vocabulary/VocBasic/Type"/> </eClassifiers> </eSubpackages> </eSubpackages> <eSubpackages name="TerFunctional"> <eClassifiers xsi:type="ecore:EClass" name="DatatypeFunctionTerm" eSuperTypes="/0/Terms/TerFunctional/DataFunctionTerm"> <eStructuralFeatures xsi:type="ecore:EReference" name="function" ordered="false" lowerBound="1" eType="/0/Vocabulary/VocFunctional/DatatypeFunction"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dataArguments" lowerBound="1" upperBound="-1" eType="/0/Terms/DataTerm"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataFunctionTerm" abstract="true" eSuperTypes="/0/Terms/DataTerm"/> <eClassifiers xsi:type="ecore:EClass" name="AttributeFunctionTerm" eSuperTypes="/0/Terms/TerFunctional/DataFunctionTerm"> <eStructuralFeatures xsi:type="ecore:EReference" name="contextArgument" ordered="false" lowerBound="1" eType="/0/Terms/ObjectTerm"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" ordered="false" lowerBound="1" eType="/0/Vocabulary/VocBasic/Attribute"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataOperationTerm" eSuperTypes="/0/Terms/TerFunctional/DataFunctionTerm"> <eStructuralFeatures xsi:type="ecore:EReference" name="dataOperationRef" ordered="false" lowerBound="1" eType="/0/Vocabulary/VocFunctional/DataOperation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contextArgument" ordered="false" eType="/0/Terms/ObjectTerm"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="/0/Terms/Term"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReferencePropertyFunctionTerm" eSuperTypes="/0/Terms/ObjectTerm"> <eStructuralFeatures xsi:type="ecore:EReference" name="contextArgument" ordered="false" lowerBound="1" eType="/0/Terms/ObjectTerm"/> <eStructuralFeatures xsi:type="ecore:EReference" name="referencePropertyRef" ordered="false" lowerBound="1" eType="/0/Vocabulary/VocBasic/ReferenceProperty"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ObjectOperationTerm" eSuperTypes="/0/Terms/ObjectTerm"> <eStructuralFeatures xsi:type="ecore:EReference" name="operation" ordered="false" lowerBound="1" eType="/0/Vocabulary/VocFunctional/ObjectOperation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" ordered="false" upperBound="-1" eType="/0/Terms/Term"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contextArgument" ordered="false" eType="/0/Terms/ObjectTerm"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GenericFunctionTerm" eSuperTypes="/0/Terms/GenericTerm"> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="/0/Terms/GenericTerm"/> <eStructuralFeatures xsi:type="ecore:EReference" name="functor" ordered="false" lowerBound="1" eType="/0/Vocabulary/VocFunctional/GenericFunction"/> </eClassifiers> </eSubpackages> </eSubpackages> </ecore:EPackage> <ecore:EPackage name="PrimitiveTypes"> <eClassifiers xsi:type="ecore:EDataType" name="Integer"/> <eClassifiers xsi:type="ecore:EDataType" name="Long"/> <eClassifiers xsi:type="ecore:EDataType" name="Float"/> <eClassifiers xsi:type="ecore:EDataType" name="Double"/> <eClassifiers xsi:type="ecore:EDataType" name="Boolean"/> <eClassifiers xsi:type="ecore:EDataType" name="String"/> </ecore:EPackage> </xmi:XMI>
github:ecore:/data/grammarware/slps/topics/grammars/markup/r2ml/R2ML.ecore
ecore
R2ML CollectionTypes individual individual set set orderedSet orderedSet bag bag sequence sequence PredicateCategory closed closed open open partial partial ExternalVocabularyLanguage RDFS RDFS UML UML OWL OWL PredicateType ObjectClassificationPredicate ObjectClassificationPredicate AttributionPredicate AttributionPredicate AssociationPredicate AssociationPredicate ReferencePropertyPredicate ReferencePropertyPredicate EqualityPredicate EqualityPredicate InequalityPredicate InequalityPredicate DatatypePredicate DatatypePredicate DataClassificationPredicate DataClassificationPredicate ReactionRuleSet rules ProductionRuleSet rules EventType eventTypeID RuleSet variables externalVocabulary vocabularies ruleSetID RuleBase vocabularies externalVocabulaires rules ruleBaseID IntegrityRuleSet rules DerivationRuleSet rules Abstract AbstractTransformationRule AbstractProductionRule AbstractReactionRule AbstractDerivationRule AbstractIntegrityRule Rule ruleID Rules DerivationRule conditions conclusions ReactionRule conditions producedAction postconditon triggeringEvent ProductionRule conditions postcondition producedAction DeonticIntegrityRule AlethicIntegrityRule IntegrityRule constraint Atoms DataAtom ObjectAtom Atom isNegated AtBasic DataClassificationAtom type term DatatypePredicateAtom predicate dataArguments InequalityAtom terms EqualityAtom terms ObjectClassificationAtom term type GenericAtom predicate arguments AtRelational Slot PropertyAtom property value subject DataSlot value attribute ObjectSlot object referenceProperty ReferencePropertyAtom object referenceProperty subject AttributionAtom attribute subject dataValue ObjectDescriptionAtom type objects subject slots baseType AssociationAtom associationPredicate dataArguments objectArguments Vocabulary VocExternal VocFunctional DatatypeFunction ap GenericFunction Function arity DataOperation returnType ObjectOperation returnType Operation contextType arguments EnumerationDatatype literals VocBuiltin ExternalVocabulary externalVocabularyID externalVocabularyLanguage VocBasic GenericEntityName classRef VocabularyEntry name Vocabulary entries Property range domain DatatypePredicate vp arity Predicate predicateCategory Attribute type np TypedLiteral type PlainLiteral languageTag DataLiteral lexicalValue ReferenceProperty vp domrm rgrn ObjectName classRef Datatype Class np Type VocRelational AssociationPredicate arguments vp GenericPredicate vp Events SOAPMessageBody children SOAPConversationalMsgEvtExpression SOAPRPCResponseMsgEvtExpression SOAPRPCRequestMsgEvtExpression SOAPMessageHeaderBlock nameSpaceName localName encodingStyle mustUnderstand role relay SOAPMessageHeader headerBlocks SOAPMessageBodyChild localName nameSpaceName encodingStyle EveryYearTimeEventExpression dayOfYear time EveryMonthTimeEventExpression dayOfMonth time EveryWeekTimeEventExpression dayOfWeek time EveryDayTimeEventExpression time EveryHourTimeEventExpression minute second EveryMinuteTimeEventExpression second MessageEventExpression sender receiver SOAPMessageEventExpression body header PeriodicTimeEventExpression SingularTimeEventExpression dateTime ActionEventExpression actor TimeEventExpression ParallelEventExpression expressions timeWindow SequenceEventExpression expressions timeWindow ChoiceEventExpression expressions minOccurs maxOccurs timeWindow AtomicEventExpression arguments type AndNotEventExpression expressions timeWndow EventExpression startDateTime duration occurDateTime Actions InvokeActionExpression operation arguments contextArgument SOAPRPCAction arguments SOAPAction operation DeleteActionExpression contextArgument context CreateActionExpression slots context AssignActionExpression contextArgument property MessageAction ActionExpression Formulas AtLeastAndAtMostQuantifiedFormula maxCardinality minCardinality AtMostQuantifiedFormula maxCardinality AtLeastQuantifiedFormula minCardinality Conjuction formulas UniversallyQuantifiedFormula StrongNegation formula QuantifiedFormula formula variables NegationAsFailure formula Negation LogicalFormula Implication consequent antecedent ExistentiallyQuantifiedFormula Disjunction formulas qf QFStrongNegation QFNegationAsFailure QFNegation formula LiteralConjunction atoms QFDisjunction formulas QFConjunction formulas AndOrNafNegFormula Terms GenericTerm Term typeCategory ObjectTerm DataTerm TerBasic Variables Variable name ObjectVariable classRef DataVariable datatypeRef GenericVariable typeRef TerFunctional DatatypeFunctionTerm function dataArguments DataFunctionTerm AttributeFunctionTerm contextArgument attribute DataOperationTerm dataOperationRef contextArgument arguments ReferencePropertyFunctionTerm contextArgument referencePropertyRef ObjectOperationTerm operation arguments contextArgument GenericFunctionTerm arguments functor PrimitiveTypes Integer Long Float Double Boolean String
null
{"directed":true,"nodes":[{"nsPrefix":null,"nsURI":null,"name":"R2ML","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"instanceClassName":null,"name":"CollectionTypes","instanceClass":null,"id":1,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"PredicateCategory","instanceClass":null,"id":2,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ExternalVocabularyLanguage","instanceClass":null,"id":3,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"PredicateType","instanceClass":null,"id":4,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReactionRuleSet","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProductionRuleSet","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventType","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RuleSet","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RuleBase","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegrityRuleSet","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DerivationRuleSet","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"nsPrefix":null,"nsURI":null,"name":"Abstract","id":12,"eClass":"EPackage"},{"nsPrefix":null,"nsURI":null,"name":"Rules","id":13,"eClass":"EPackage"},{"nsPrefix":null,"nsURI":null,"name":"Atoms","id":14,"eClass":"EPackage"},{"nsPrefix":null,"nsURI":null,"name":"Vocabulary","id":15,"eClass":"EPackage"},{"nsPrefix":null,"nsURI":null,"name":"Events","id":16,"eClass":"EPackage"},{"nsPrefix":null,"nsURI":null,"name":"Actions","id":17,"eClass":"EPackage"},{"nsPrefix":null,"nsURI":null,"name":"Formulas","id":18,"eClass":"EPackage"},{"nsPrefix":null,"nsURI":null,"name":"Terms","id":19,"eClass":"EPackage"},{"name":"individual","id":20,"value":1,"literal":"individual","eClass":"EEnumLiteral"},{"name":"set","id":21,"value":2,"literal":"set","eClass":"EEnumLiteral"},{"name":"orderedSet","id":22,"value":3,"literal":"orderedSet","eClass":"EEnumLiteral"},{"name":"bag","id":23,"value":4,"literal":"bag","eClass":"EEnumLiteral"},{"name":"sequence","id":24,"value":5,"literal":"sequence","eClass":"EEnumLiteral"},{"name":"closed","id":25,"value":1,"literal":"closed","eClass":"EEnumLiteral"},{"name":"open","id":26,"value":2,"literal":"open","eClass":"EEnumLiteral"},{"name":"partial","id":27,"value":3,"literal":"partial","eClass":"EEnumLiteral"},{"name":"RDFS","id":28,"value":1,"literal":"RDFS","eClass":"EEnumLiteral"},{"name":"UML","id":29,"value":2,"literal":"UML","eClass":"EEnumLiteral"},{"name":"OWL","id":30,"value":3,"literal":"OWL","eClass":"EEnumLiteral"},{"name":"ObjectClassificationPredicate","id":31,"value":1,"literal":"ObjectClassificationPredicate","eClass":"EEnumLiteral"},{"name":"AttributionPredicate","id":32,"value":2,"literal":"AttributionPredicate","eClass":"EEnumLiteral"},{"name":"AssociationPredicate","id":33,"value":3,"literal":"AssociationPredicate","eClass":"EEnumLiteral"},{"name":"ReferencePropertyPredicate","id":34,"value":4,"literal":"ReferencePropertyPredicate","eClass":"EEnumLiteral"},{"name":"EqualityPredicate","id":35,"value":5,"literal":"EqualityPredicate","eClass":"EEnumLiteral"},{"name":"InequalityPredicate","id":36,"value":6,"literal":"InequalityPredicate","eClass":"EEnumLiteral"},{"name":"DatatypePredicate","id":37,"value":7,"literal":"DatatypePredicate","eClass":"EEnumLiteral"},{"name":"DataClassificationPredicate","id":38,"value":8,"literal":"DataClassificationPredicate","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":"rules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReactionRule","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"id":42,"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":"rules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProductionRule","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"id":46,"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":"eventTypeID","changeable":true,"lowerBound":1,"iD":false,"id":47,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"String","instanceClass":null,"id":48,"serializable":true,"eClass":"EDataType"},{"id":49,"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":"variables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":50,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"externalVocabulary","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"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":"vocabularies","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"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":"ruleSetID","changeable":true,"lowerBound":0,"iD":false,"id":53,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":true,"id":54,"interface":false,"eClass":"EClass"},{"id":55,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExternalVocabulary","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"id":57,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Vocabulary","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"id":59,"eClass":"EGenericType"},{"id":60,"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":"vocabularies","changeable":true,"resolveProxies":true,"lowerBound":0,"id":61,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"externalVocabulaires","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"ruleBaseID","changeable":true,"lowerBound":1,"iD":false,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"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":"rules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegrityRule","instanceClass":null,"abstract":true,"id":71,"interface":false,"eClass":"EClass"},{"id":72,"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":"rules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DerivationRule","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"id":76,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractTransformationRule","instanceClass":null,"abstract":true,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractProductionRule","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractReactionRule","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractDerivationRule","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractIntegrityRule","instanceClass":null,"abstract":true,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rule","instanceClass":null,"abstract":true,"id":82,"interface":false,"eClass":"EClass"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"ruleID","changeable":true,"lowerBound":1,"iD":false,"id":88,"derived":false},{"id":89,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeonticIntegrityRule","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AlethicIntegrityRule","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"conditions","changeable":true,"resolveProxies":true,"lowerBound":1,"id":92,"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":"conclusions","changeable":true,"resolveProxies":true,"lowerBound":1,"id":93,"derived":false},{"id":94,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AndOrNafNegFormula","instanceClass":null,"abstract":true,"id":95,"interface":false,"eClass":"EClass"},{"id":96,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralConjunction","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"id":98,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"conditions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":99,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"producedAction","changeable":true,"resolveProxies":true,"lowerBound":1,"id":100,"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":"postconditon","changeable":true,"resolveProxies":true,"lowerBound":0,"id":101,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"triggeringEvent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":102,"derived":false},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionExpression","instanceClass":null,"abstract":true,"id":105,"interface":false,"eClass":"EClass"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventExpression","instanceClass":null,"abstract":true,"id":108,"interface":false,"eClass":"EClass"},{"id":109,"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":"conditions","changeable":true,"resolveProxies":true,"lowerBound":1,"id":110,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"postcondition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":111,"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":"producedAction","changeable":true,"resolveProxies":true,"lowerBound":1,"id":112,"derived":false},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"container":false,"ordered":false,"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":119,"derived":false},{"id":120,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QuantifiedFormula","instanceClass":null,"abstract":true,"id":121,"interface":false,"eClass":"EClass"},{"id":122,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataAtom","instanceClass":null,"abstract":true,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectAtom","instanceClass":null,"abstract":true,"id":124,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Atom","instanceClass":null,"abstract":true,"id":125,"interface":false,"eClass":"EClass"},{"nsPrefix":null,"nsURI":null,"name":"AtBasic","id":126,"eClass":"EPackage"},{"nsPrefix":null,"nsURI":null,"name":"AtRelational","id":127,"eClass":"EPackage"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LogicalFormula","instanceClass":null,"abstract":true,"id":130,"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":"isNegated","changeable":true,"lowerBound":1,"iD":false,"id":131,"derived":false},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Boolean","instanceClass":null,"id":134,"serializable":true,"eClass":"EDataType"},{"id":135,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataClassificationAtom","instanceClass":null,"abstract":false,"id":136,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DatatypePredicateAtom","instanceClass":null,"abstract":false,"id":137,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InequalityAtom","instanceClass":null,"abstract":false,"id":138,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EqualityAtom","instanceClass":null,"abstract":false,"id":139,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectClassificationAtom","instanceClass":null,"abstract":false,"id":140,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GenericAtom","instanceClass":null,"abstract":false,"id":141,"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":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":142,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"term","changeable":true,"resolveProxies":true,"lowerBound":1,"id":143,"derived":false},{"id":144,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Datatype","instanceClass":null,"abstract":false,"id":145,"interface":false,"eClass":"EClass"},{"id":146,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataTerm","instanceClass":null,"abstract":true,"id":147,"interface":false,"eClass":"EClass"},{"id":148,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"predicate","changeable":true,"resolveProxies":true,"lowerBound":1,"id":149,"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":"dataArguments","changeable":true,"resolveProxies":true,"lowerBound":2,"id":150,"derived":false},{"id":151,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DatatypePredicate","instanceClass":null,"abstract":false,"id":152,"interface":false,"eClass":"EClass"},{"id":153,"eClass":"EGenericType"},{"id":154,"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":"terms","changeable":true,"resolveProxies":true,"lowerBound":2,"id":155,"derived":false},{"id":156,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectTerm","instanceClass":null,"abstract":true,"id":157,"interface":false,"eClass":"EClass"},{"id":158,"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":"terms","changeable":true,"resolveProxies":true,"lowerBound":2,"id":159,"derived":false},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"term","changeable":true,"resolveProxies":true,"lowerBound":1,"id":162,"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":163,"derived":false},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":166,"interface":false,"eClass":"EClass"},{"id":167,"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":"predicate","changeable":true,"resolveProxies":true,"lowerBound":1,"id":168,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":169,"derived":false},{"id":170,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GenericPredicate","instanceClass":null,"abstract":false,"id":171,"interface":false,"eClass":"EClass"},{"id":172,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Term","instanceClass":null,"abstract":true,"id":173,"interface":false,"eClass":"EClass"},{"id":174,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Slot","instanceClass":null,"abstract":true,"id":175,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyAtom","instanceClass":null,"abstract":false,"id":176,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataSlot","instanceClass":null,"abstract":false,"id":177,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectSlot","instanceClass":null,"abstract":false,"id":178,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReferencePropertyAtom","instanceClass":null,"abstract":false,"id":179,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributionAtom","instanceClass":null,"abstract":false,"id":180,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectDescriptionAtom","instanceClass":null,"abstract":false,"id":181,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationAtom","instanceClass":null,"abstract":false,"id":182,"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":"property","changeable":true,"resolveProxies":true,"lowerBound":1,"id":183,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":184,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"subject","changeable":true,"resolveProxies":true,"lowerBound":1,"id":185,"derived":false},{"id":186,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":true,"id":187,"interface":false,"eClass":"EClass"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"id":190,"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":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":191,"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":"attribute","changeable":true,"resolveProxies":true,"lowerBound":1,"id":192,"derived":false},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":195,"interface":false,"eClass":"EClass"},{"id":196,"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":"object","changeable":true,"resolveProxies":true,"lowerBound":1,"id":197,"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":"referenceProperty","changeable":true,"resolveProxies":true,"lowerBound":1,"id":198,"derived":false},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReferenceProperty","instanceClass":null,"abstract":false,"id":201,"interface":false,"eClass":"EClass"},{"id":202,"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":"object","changeable":true,"resolveProxies":true,"lowerBound":1,"id":203,"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":"referenceProperty","changeable":true,"resolveProxies":true,"lowerBound":1,"id":204,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"subject","changeable":true,"resolveProxies":true,"lowerBound":1,"id":205,"derived":false},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"resolveProxies":true,"lowerBound":1,"id":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":"subject","changeable":true,"resolveProxies":true,"lowerBound":1,"id":211,"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":"dataValue","changeable":true,"resolveProxies":true,"lowerBound":1,"id":212,"derived":false},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"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":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":217,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"objects","changeable":true,"resolveProxies":true,"lowerBound":0,"id":218,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"subject","changeable":true,"resolveProxies":true,"lowerBound":1,"id":219,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"slots","changeable":true,"resolveProxies":true,"lowerBound":0,"id":220,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"baseType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":221,"derived":false},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"associationPredicate","changeable":true,"resolveProxies":true,"lowerBound":1,"id":228,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dataArguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":229,"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":"objectArguments","changeable":true,"resolveProxies":true,"lowerBound":2,"id":230,"derived":false},{"id":231,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationPredicate","instanceClass":null,"abstract":false,"id":232,"interface":false,"eClass":"EClass"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"nsPrefix":null,"nsURI":null,"name":"VocExternal","id":236,"eClass":"EPackage"},{"nsPrefix":null,"nsURI":null,"name":"VocFunctional","id":237,"eClass":"EPackage"},{"nsPrefix":null,"nsURI":null,"name":"VocBuiltin","id":238,"eClass":"EPackage"},{"nsPrefix":null,"nsURI":null,"name":"VocBasic","id":239,"eClass":"EPackage"},{"nsPrefix":null,"nsURI":null,"name":"VocRelational","id":240,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DatatypeFunction","instanceClass":null,"abstract":false,"id":241,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GenericFunction","instanceClass":null,"abstract":false,"id":242,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Function","instanceClass":null,"abstract":true,"id":243,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataOperation","instanceClass":null,"abstract":false,"id":244,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectOperation","instanceClass":null,"abstract":false,"id":245,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":true,"id":246,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationDatatype","instanceClass":null,"abstract":false,"id":247,"interface":false,"eClass":"EClass"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"ap","changeable":true,"lowerBound":0,"iD":false,"id":248,"derived":false},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VocabularyEntry","instanceClass":null,"abstract":true,"id":252,"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":"arity","changeable":true,"lowerBound":1,"iD":false,"id":253,"derived":false},{"id":254,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Integer","instanceClass":null,"id":255,"serializable":true,"eClass":"EDataType"},{"id":256,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"returnType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":257,"derived":false},{"id":258,"eClass":"EGenericType"},{"id":259,"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":"returnType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":260,"derived":false},{"id":261,"eClass":"EGenericType"},{"id":262,"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":"contextType","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":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":264,"derived":false},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":267,"interface":false,"eClass":"EClass"},{"id":268,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"literals","changeable":true,"resolveProxies":true,"lowerBound":0,"id":269,"derived":false},{"id":270,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataLiteral","instanceClass":null,"abstract":true,"id":271,"interface":false,"eClass":"EClass"},{"id":272,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"externalVocabularyID","changeable":true,"lowerBound":1,"iD":false,"id":273,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"externalVocabularyLanguage","changeable":true,"lowerBound":1,"iD":false,"id":274,"derived":false},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GenericEntityName","instanceClass":null,"abstract":false,"id":277,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Predicate","instanceClass":null,"abstract":true,"id":278,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedLiteral","instanceClass":null,"abstract":false,"id":279,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PlainLiteral","instanceClass":null,"abstract":false,"id":280,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectName","instanceClass":null,"abstract":false,"id":281,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GenericTerm","instanceClass":null,"abstract":true,"id":282,"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":"classRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":283,"derived":false},{"id":284,"eClass":"EGenericType"},{"id":285,"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":286,"derived":false},{"id":287,"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":"entries","changeable":true,"resolveProxies":true,"lowerBound":1,"id":288,"derived":false},{"id":289,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"range","changeable":true,"resolveProxies":true,"lowerBound":0,"id":290,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"domain","changeable":true,"resolveProxies":true,"lowerBound":0,"id":291,"derived":false},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"id":294,"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":"vp","changeable":true,"lowerBound":0,"iD":false,"id":295,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"arity","changeable":true,"lowerBound":1,"iD":false,"id":296,"derived":false},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"predicateCategory","changeable":true,"lowerBound":0,"iD":false,"id":300,"derived":false},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":303,"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":"np","changeable":true,"lowerBound":0,"iD":false,"id":304,"derived":false},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":308,"derived":false},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"languageTag","changeable":true,"lowerBound":0,"iD":false,"id":311,"derived":false},{"id":312,"eClass":"EGenericType"},{"id":313,"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":"lexicalValue","changeable":true,"lowerBound":1,"iD":false,"id":314,"derived":false},{"id":315,"eClass":"EGenericType"},{"id":316,"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":"vp","changeable":true,"lowerBound":0,"iD":false,"id":317,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"domrm","changeable":true,"lowerBound":0,"iD":false,"id":318,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"rgrn","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"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"classRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":324,"derived":false},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"np","changeable":true,"lowerBound":0,"iD":false,"id":329,"derived":false},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":333,"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":"vp","changeable":true,"lowerBound":0,"iD":false,"id":334,"derived":false},{"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":false,"name":"vp","changeable":true,"lowerBound":0,"iD":false,"id":338,"derived":false},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SOAPMessageBody","instanceClass":null,"abstract":false,"id":341,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SOAPConversationalMsgEvtExpression","instanceClass":null,"abstract":false,"id":342,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SOAPRPCResponseMsgEvtExpression","instanceClass":null,"abstract":false,"id":343,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SOAPRPCRequestMsgEvtExpression","instanceClass":null,"abstract":false,"id":344,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SOAPMessageHeaderBlock","instanceClass":null,"abstract":false,"id":345,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SOAPMessageHeader","instanceClass":null,"abstract":false,"id":346,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SOAPMessageBodyChild","instanceClass":null,"abstract":false,"id":347,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EveryYearTimeEventExpression","instanceClass":null,"abstract":false,"id":348,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EveryMonthTimeEventExpression","instanceClass":null,"abstract":false,"id":349,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EveryWeekTimeEventExpression","instanceClass":null,"abstract":false,"id":350,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EveryDayTimeEventExpression","instanceClass":null,"abstract":false,"id":351,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EveryHourTimeEventExpression","instanceClass":null,"abstract":false,"id":352,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EveryMinuteTimeEventExpression","instanceClass":null,"abstract":false,"id":353,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageEventExpression","instanceClass":null,"abstract":false,"id":354,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SOAPMessageEventExpression","instanceClass":null,"abstract":false,"id":355,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PeriodicTimeEventExpression","instanceClass":null,"abstract":false,"id":356,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SingularTimeEventExpression","instanceClass":null,"abstract":false,"id":357,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionEventExpression","instanceClass":null,"abstract":false,"id":358,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeEventExpression","instanceClass":null,"abstract":true,"id":359,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParallelEventExpression","instanceClass":null,"abstract":false,"id":360,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceEventExpression","instanceClass":null,"abstract":false,"id":361,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChoiceEventExpression","instanceClass":null,"abstract":false,"id":362,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AtomicEventExpression","instanceClass":null,"abstract":false,"id":363,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AndNotEventExpression","instanceClass":null,"abstract":false,"id":364,"interface":false,"eClass":"EClass"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":365,"derived":false},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"nameSpaceName","changeable":true,"lowerBound":1,"iD":false,"id":370,"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":"localName","changeable":true,"lowerBound":1,"iD":false,"id":371,"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":"encodingStyle","changeable":true,"lowerBound":0,"iD":false,"id":372,"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":"mustUnderstand","changeable":true,"lowerBound":0,"iD":false,"id":373,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"role","changeable":true,"lowerBound":0,"iD":false,"id":374,"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":"relay","changeable":true,"lowerBound":0,"iD":false,"id":375,"derived":false},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"id":381,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"headerBlocks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":382,"derived":false},{"id":383,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"localName","changeable":true,"lowerBound":1,"iD":false,"id":384,"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":"nameSpaceName","changeable":true,"lowerBound":0,"iD":false,"id":385,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"encodingStyle","changeable":true,"lowerBound":0,"iD":false,"id":386,"derived":false},{"id":387,"eClass":"EGenericType"},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"dayOfYear","changeable":true,"lowerBound":1,"iD":false,"id":390,"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":"time","changeable":true,"lowerBound":0,"iD":false,"id":391,"derived":false},{"id":392,"eClass":"EGenericType"},{"id":393,"eClass":"EGenericType"},{"id":394,"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":"dayOfMonth","changeable":true,"lowerBound":1,"iD":false,"id":395,"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":"time","changeable":true,"lowerBound":0,"iD":false,"id":396,"derived":false},{"id":397,"eClass":"EGenericType"},{"id":398,"eClass":"EGenericType"},{"id":399,"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":"dayOfWeek","changeable":true,"lowerBound":1,"iD":false,"id":400,"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":"time","changeable":true,"lowerBound":1,"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":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"time","changeable":true,"lowerBound":1,"iD":false,"id":405,"derived":false},{"id":406,"eClass":"EGenericType"},{"id":407,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"minute","changeable":true,"lowerBound":1,"iD":false,"id":408,"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":"second","changeable":true,"lowerBound":0,"iD":false,"id":409,"derived":false},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"second","changeable":true,"lowerBound":1,"iD":false,"id":413,"derived":false},{"id":414,"eClass":"EGenericType"},{"id":415,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"sender","changeable":true,"lowerBound":1,"iD":false,"id":416,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"receiver","changeable":true,"lowerBound":1,"iD":false,"id":417,"derived":false},{"id":418,"eClass":"EGenericType"},{"id":419,"eClass":"EGenericType"},{"id":420,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":421,"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":"header","changeable":true,"resolveProxies":true,"lowerBound":0,"id":422,"derived":false},{"id":423,"eClass":"EGenericType"},{"id":424,"eClass":"EGenericType"},{"id":425,"eClass":"EGenericType"},{"id":426,"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":"dateTime","changeable":true,"lowerBound":1,"iD":false,"id":427,"derived":false},{"id":428,"eClass":"EGenericType"},{"id":429,"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":"actor","changeable":true,"lowerBound":1,"iD":false,"id":430,"derived":false},{"id":431,"eClass":"EGenericType"},{"id":432,"eClass":"EGenericType"},{"id":433,"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":"expressions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":434,"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":"timeWindow","changeable":true,"lowerBound":1,"iD":false,"id":435,"derived":false},{"id":436,"eClass":"EGenericType"},{"id":437,"eClass":"EGenericType"},{"id":438,"eClass":"EGenericType"},{"container":false,"ordered":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":439,"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":"timeWindow","changeable":true,"lowerBound":1,"iD":false,"id":440,"derived":false},{"id":441,"eClass":"EGenericType"},{"id":442,"eClass":"EGenericType"},{"id":443,"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":"expressions","changeable":true,"resolveProxies":true,"lowerBound":1,"id":444,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"minOccurs","changeable":true,"lowerBound":1,"iD":false,"id":445,"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":"maxOccurs","changeable":true,"lowerBound":1,"iD":false,"id":446,"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":"timeWindow","changeable":true,"lowerBound":1,"iD":false,"id":447,"derived":false},{"id":448,"eClass":"EGenericType"},{"id":449,"eClass":"EGenericType"},{"id":450,"eClass":"EGenericType"},{"id":451,"eClass":"EGenericType"},{"id":452,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":453,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":454,"derived":false},{"id":455,"eClass":"EGenericType"},{"id":456,"eClass":"EGenericType"},{"id":457,"eClass":"EGenericType"},{"container":false,"ordered":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":458,"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":"timeWndow","changeable":true,"lowerBound":1,"iD":false,"id":459,"derived":false},{"id":460,"eClass":"EGenericType"},{"id":461,"eClass":"EGenericType"},{"id":462,"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":"startDateTime","changeable":true,"lowerBound":1,"iD":false,"id":463,"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":"duration","changeable":true,"lowerBound":1,"iD":false,"id":464,"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":"occurDateTime","changeable":true,"lowerBound":1,"iD":false,"id":465,"derived":false},{"id":466,"eClass":"EGenericType"},{"id":467,"eClass":"EGenericType"},{"id":468,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvokeActionExpression","instanceClass":null,"abstract":false,"id":469,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SOAPRPCAction","instanceClass":null,"abstract":false,"id":470,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SOAPAction","instanceClass":null,"abstract":false,"id":471,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeleteActionExpression","instanceClass":null,"abstract":false,"id":472,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateActionExpression","instanceClass":null,"abstract":false,"id":473,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignActionExpression","instanceClass":null,"abstract":false,"id":474,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageAction","instanceClass":null,"abstract":false,"id":475,"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":"operation","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":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":477,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contextArgument","changeable":true,"resolveProxies":true,"lowerBound":0,"id":478,"derived":false},{"id":479,"eClass":"EGenericType"},{"id":480,"eClass":"EGenericType"},{"id":481,"eClass":"EGenericType"},{"id":482,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":483,"derived":false},{"id":484,"eClass":"EGenericType"},{"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":false,"unique":true,"name":"operation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":486,"derived":false},{"id":487,"eClass":"EGenericType"},{"id":488,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contextArgument","changeable":true,"resolveProxies":true,"lowerBound":1,"id":489,"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":"context","changeable":true,"resolveProxies":true,"lowerBound":1,"id":490,"derived":false},{"id":491,"eClass":"EGenericType"},{"id":492,"eClass":"EGenericType"},{"id":493,"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":"slots","changeable":true,"resolveProxies":true,"lowerBound":0,"id":494,"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":"context","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":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contextArgument","changeable":true,"resolveProxies":true,"lowerBound":1,"id":499,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"property","changeable":true,"resolveProxies":true,"lowerBound":1,"id":500,"derived":false},{"id":501,"eClass":"EGenericType"},{"id":502,"eClass":"EGenericType"},{"id":503,"eClass":"EGenericType"},{"id":504,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AtLeastAndAtMostQuantifiedFormula","instanceClass":null,"abstract":false,"id":505,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AtMostQuantifiedFormula","instanceClass":null,"abstract":false,"id":506,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AtLeastQuantifiedFormula","instanceClass":null,"abstract":false,"id":507,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Conjuction","instanceClass":null,"abstract":false,"id":508,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UniversallyQuantifiedFormula","instanceClass":null,"abstract":false,"id":509,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StrongNegation","instanceClass":null,"abstract":false,"id":510,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NegationAsFailure","instanceClass":null,"abstract":false,"id":511,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Negation","instanceClass":null,"abstract":false,"id":512,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Implication","instanceClass":null,"abstract":false,"id":513,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExistentiallyQuantifiedFormula","instanceClass":null,"abstract":false,"id":514,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Disjunction","instanceClass":null,"abstract":false,"id":515,"interface":false,"eClass":"EClass"},{"nsPrefix":null,"nsURI":null,"name":"qf","id":516,"eClass":"EPackage"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"maxCardinality","changeable":true,"lowerBound":1,"iD":false,"id":517,"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":"minCardinality","changeable":true,"lowerBound":1,"iD":false,"id":518,"derived":false},{"id":519,"eClass":"EGenericType"},{"id":520,"eClass":"EGenericType"},{"id":521,"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":"maxCardinality","changeable":true,"lowerBound":1,"iD":false,"id":522,"derived":false},{"id":523,"eClass":"EGenericType"},{"id":524,"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":"minCardinality","changeable":true,"lowerBound":1,"iD":false,"id":525,"derived":false},{"id":526,"eClass":"EGenericType"},{"id":527,"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":"formulas","changeable":true,"resolveProxies":true,"lowerBound":2,"id":528,"derived":false},{"id":529,"eClass":"EGenericType"},{"id":530,"eClass":"EGenericType"},{"id":531,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"formula","changeable":true,"resolveProxies":true,"lowerBound":1,"id":532,"derived":false},{"id":533,"eClass":"EGenericType"},{"id":534,"eClass":"EGenericType"},{"id":535,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"formula","changeable":true,"resolveProxies":true,"lowerBound":1,"id":536,"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":"variables","changeable":true,"resolveProxies":true,"lowerBound":1,"id":537,"derived":false},{"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":"formula","changeable":true,"resolveProxies":true,"lowerBound":1,"id":541,"derived":false},{"id":542,"eClass":"EGenericType"},{"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":"consequent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":545,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"antecedent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":546,"derived":false},{"id":547,"eClass":"EGenericType"},{"id":548,"eClass":"EGenericType"},{"id":549,"eClass":"EGenericType"},{"id":550,"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":"formulas","changeable":true,"resolveProxies":true,"lowerBound":2,"id":551,"derived":false},{"id":552,"eClass":"EGenericType"},{"id":553,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QFStrongNegation","instanceClass":null,"abstract":false,"id":554,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QFNegationAsFailure","instanceClass":null,"abstract":false,"id":555,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QFNegation","instanceClass":null,"abstract":false,"id":556,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QFDisjunction","instanceClass":null,"abstract":false,"id":557,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QFConjunction","instanceClass":null,"abstract":false,"id":558,"interface":false,"eClass":"EClass"},{"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":true,"unsettable":false,"transient":false,"unique":true,"name":"formula","changeable":true,"resolveProxies":true,"lowerBound":1,"id":561,"derived":false},{"id":562,"eClass":"EGenericType"},{"id":563,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"atoms","changeable":true,"resolveProxies":true,"lowerBound":1,"id":564,"derived":false},{"id":565,"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":"formulas","changeable":true,"resolveProxies":true,"lowerBound":2,"id":566,"derived":false},{"id":567,"eClass":"EGenericType"},{"id":568,"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":"formulas","changeable":true,"resolveProxies":true,"lowerBound":2,"id":569,"derived":false},{"id":570,"eClass":"EGenericType"},{"id":571,"eClass":"EGenericType"},{"nsPrefix":null,"nsURI":null,"name":"TerBasic","id":572,"eClass":"EPackage"},{"nsPrefix":null,"nsURI":null,"name":"TerFunctional","id":573,"eClass":"EPackage"},{"id":574,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"typeCategory","changeable":true,"lowerBound":0,"iD":false,"id":575,"derived":false},{"id":576,"eClass":"EGenericType"},{"id":577,"eClass":"EGenericType"},{"id":578,"eClass":"EGenericType"},{"nsPrefix":null,"nsURI":null,"name":"Variables","id":579,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectVariable","instanceClass":null,"abstract":false,"id":580,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataVariable","instanceClass":null,"abstract":false,"id":581,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GenericVariable","instanceClass":null,"abstract":false,"id":582,"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":583,"derived":false},{"id":584,"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":"classRef","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"datatypeRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":589,"derived":false},{"id":590,"eClass":"EGenericType"},{"id":591,"eClass":"EGenericType"},{"id":592,"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":"typeRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":593,"derived":false},{"id":594,"eClass":"EGenericType"},{"id":595,"eClass":"EGenericType"},{"id":596,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DatatypeFunctionTerm","instanceClass":null,"abstract":false,"id":597,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataFunctionTerm","instanceClass":null,"abstract":true,"id":598,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeFunctionTerm","instanceClass":null,"abstract":false,"id":599,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataOperationTerm","instanceClass":null,"abstract":false,"id":600,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReferencePropertyFunctionTerm","instanceClass":null,"abstract":false,"id":601,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectOperationTerm","instanceClass":null,"abstract":false,"id":602,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GenericFunctionTerm","instanceClass":null,"abstract":false,"id":603,"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":"function","changeable":true,"resolveProxies":true,"lowerBound":1,"id":604,"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":"dataArguments","changeable":true,"resolveProxies":true,"lowerBound":1,"id":605,"derived":false},{"id":606,"eClass":"EGenericType"},{"id":607,"eClass":"EGenericType"},{"id":608,"eClass":"EGenericType"},{"id":609,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contextArgument","changeable":true,"resolveProxies":true,"lowerBound":1,"id":610,"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":"attribute","changeable":true,"resolveProxies":true,"lowerBound":1,"id":611,"derived":false},{"id":612,"eClass":"EGenericType"},{"id":613,"eClass":"EGenericType"},{"id":614,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dataOperationRef","changeable":true,"resolveProxies":true,"lowerBound":1,"id":615,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contextArgument","changeable":true,"resolveProxies":true,"lowerBound":0,"id":616,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":617,"derived":false},{"id":618,"eClass":"EGenericType"},{"id":619,"eClass":"EGenericType"},{"id":620,"eClass":"EGenericType"},{"id":621,"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":"contextArgument","changeable":true,"resolveProxies":true,"lowerBound":1,"id":622,"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":"referencePropertyRef","changeable":true,"resolveProxies":true,"lowerBound":1,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"operation","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":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":628,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contextArgument","changeable":true,"resolveProxies":true,"lowerBound":0,"id":629,"derived":false},{"id":630,"eClass":"EGenericType"},{"id":631,"eClass":"EGenericType"},{"id":632,"eClass":"EGenericType"},{"id":633,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":634,"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":"functor","changeable":true,"resolveProxies":true,"lowerBound":1,"id":635,"derived":false},{"id":636,"eClass":"EGenericType"},{"id":637,"eClass":"EGenericType"},{"id":638,"eClass":"EGenericType"},{"nsPrefix":null,"nsURI":null,"name":"PrimitiveTypes","id":639,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Long","instanceClass":null,"id":640,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Float","instanceClass":null,"id":641,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Double","instanceClass":null,"id":642,"serializable":true,"eClass":"EDataType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":1,"target":0},{"source":1,"target":20},{"source":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":1,"target":24},{"source":20,"target":1},{"source":21,"target":1},{"source":22,"target":1},{"source":23,"target":1},{"source":24,"target":1},{"source":2,"target":0},{"source":2,"target":25},{"source":2,"target":26},{"source":2,"target":27},{"source":25,"target":2},{"source":26,"target":2},{"source":27,"target":2},{"source":3,"target":0},{"source":3,"target":28},{"source":3,"target":29},{"source":3,"target":30},{"source":28,"target":3},{"source":29,"target":3},{"source":30,"target":3},{"source":4,"target":0},{"source":4,"target":31},{"source":4,"target":32},{"source":4,"target":33},{"source":4,"target":34},{"source":4,"target":35},{"source":4,"target":36},{"source":4,"target":37},{"source":4,"target":38},{"source":31,"target":4},{"source":32,"target":4},{"source":33,"target":4},{"source":34,"target":4},{"source":35,"target":4},{"source":36,"target":4},{"source":37,"target":4},{"source":38,"target":4},{"source":5,"target":0},{"source":5,"target":8},{"source":5,"target":39},{"source":5,"target":40},{"source":39,"target":41},{"source":39,"target":42},{"source":39,"target":5},{"source":42,"target":41},{"source":40,"target":8},{"source":6,"target":0},{"source":6,"target":8},{"source":6,"target":43},{"source":6,"target":44},{"source":43,"target":45},{"source":43,"target":46},{"source":43,"target":6},{"source":46,"target":45},{"source":44,"target":8},{"source":7,"target":0},{"source":7,"target":47},{"source":47,"target":48},{"source":47,"target":49},{"source":47,"target":7},{"source":49,"target":48},{"source":8,"target":0},{"source":8,"target":50},{"source":8,"target":51},{"source":8,"target":52},{"source":8,"target":53},{"source":50,"target":54},{"source":50,"target":55},{"source":50,"target":8},{"source":55,"target":54},{"source":51,"target":56},{"source":51,"target":57},{"source":51,"target":8},{"source":57,"target":56},{"source":52,"target":58},{"source":52,"target":59},{"source":52,"target":8},{"source":59,"target":58},{"source":53,"target":48},{"source":53,"target":60},{"source":53,"target":8},{"source":60,"target":48},{"source":9,"target":0},{"source":9,"target":61},{"source":9,"target":62},{"source":9,"target":63},{"source":9,"target":64},{"source":61,"target":58},{"source":61,"target":65},{"source":61,"target":9},{"source":65,"target":58},{"source":62,"target":56},{"source":62,"target":66},{"source":62,"target":9},{"source":66,"target":56},{"source":63,"target":8},{"source":63,"target":67},{"source":63,"target":9},{"source":67,"target":8},{"source":64,"target":48},{"source":64,"target":68},{"source":64,"target":9},{"source":68,"target":48},{"source":10,"target":0},{"source":10,"target":8},{"source":10,"target":69},{"source":10,"target":70},{"source":69,"target":71},{"source":69,"target":72},{"source":69,"target":10},{"source":72,"target":71},{"source":70,"target":8},{"source":11,"target":0},{"source":11,"target":8},{"source":11,"target":73},{"source":11,"target":74},{"source":73,"target":75},{"source":73,"target":76},{"source":73,"target":11},{"source":76,"target":75},{"source":74,"target":8},{"source":12,"target":77},{"source":12,"target":78},{"source":12,"target":79},{"source":12,"target":80},{"source":12,"target":81},{"source":12,"target":82},{"source":12,"target":0},{"source":77,"target":12},{"source":77,"target":82},{"source":77,"target":83},{"source":83,"target":82},{"source":78,"target":12},{"source":78,"target":82},{"source":78,"target":84},{"source":84,"target":82},{"source":79,"target":12},{"source":79,"target":82},{"source":79,"target":85},{"source":85,"target":82},{"source":80,"target":12},{"source":80,"target":82},{"source":80,"target":86},{"source":86,"target":82},{"source":81,"target":12},{"source":81,"target":82},{"source":81,"target":87},{"source":87,"target":82},{"source":82,"target":12},{"source":82,"target":88},{"source":88,"target":48},{"source":88,"target":89},{"source":88,"target":82},{"source":89,"target":48},{"source":13,"target":75},{"source":13,"target":41},{"source":13,"target":45},{"source":13,"target":90},{"source":13,"target":91},{"source":13,"target":71},{"source":13,"target":0},{"source":75,"target":13},{"source":75,"target":80},{"source":75,"target":92},{"source":75,"target":93},{"source":75,"target":94},{"source":92,"target":95},{"source":92,"target":96},{"source":92,"target":75},{"source":96,"target":95},{"source":93,"target":97},{"source":93,"target":98},{"source":93,"target":75},{"source":98,"target":97},{"source":94,"target":80},{"source":41,"target":13},{"source":41,"target":79},{"source":41,"target":99},{"source":41,"target":100},{"source":41,"target":101},{"source":41,"target":102},{"source":41,"target":103},{"source":99,"target":95},{"source":99,"target":104},{"source":99,"target":41},{"source":104,"target":95},{"source":100,"target":105},{"source":100,"target":106},{"source":100,"target":41},{"source":106,"target":105},{"source":101,"target":95},{"source":101,"target":107},{"source":101,"target":41},{"source":107,"target":95},{"source":102,"target":108},{"source":102,"target":109},{"source":102,"target":41},{"source":109,"target":108},{"source":103,"target":79},{"source":45,"target":13},{"source":45,"target":78},{"source":45,"target":110},{"source":45,"target":111},{"source":45,"target":112},{"source":45,"target":113},{"source":110,"target":95},{"source":110,"target":114},{"source":110,"target":45},{"source":114,"target":95},{"source":111,"target":95},{"source":111,"target":115},{"source":111,"target":45},{"source":115,"target":95},{"source":112,"target":105},{"source":112,"target":116},{"source":112,"target":45},{"source":116,"target":105},{"source":113,"target":78},{"source":90,"target":13},{"source":90,"target":71},{"source":90,"target":117},{"source":117,"target":71},{"source":91,"target":13},{"source":91,"target":71},{"source":91,"target":118},{"source":118,"target":71},{"source":71,"target":13},{"source":71,"target":81},{"source":71,"target":119},{"source":71,"target":120},{"source":119,"target":121},{"source":119,"target":122},{"source":119,"target":71},{"source":122,"target":121},{"source":120,"target":81},{"source":14,"target":123},{"source":14,"target":124},{"source":14,"target":125},{"source":14,"target":126},{"source":14,"target":127},{"source":14,"target":0},{"source":123,"target":14},{"source":123,"target":125},{"source":123,"target":128},{"source":128,"target":125},{"source":124,"target":14},{"source":124,"target":125},{"source":124,"target":129},{"source":129,"target":125},{"source":125,"target":14},{"source":125,"target":130},{"source":125,"target":95},{"source":125,"target":131},{"source":125,"target":132},{"source":125,"target":133},{"source":131,"target":134},{"source":131,"target":135},{"source":131,"target":125},{"source":135,"target":134},{"source":132,"target":130},{"source":133,"target":95},{"source":126,"target":136},{"source":126,"target":137},{"source":126,"target":138},{"source":126,"target":139},{"source":126,"target":140},{"source":126,"target":141},{"source":126,"target":14},{"source":136,"target":126},{"source":136,"target":123},{"source":136,"target":142},{"source":136,"target":143},{"source":136,"target":144},{"source":142,"target":145},{"source":142,"target":146},{"source":142,"target":136},{"source":146,"target":145},{"source":143,"target":147},{"source":143,"target":148},{"source":143,"target":136},{"source":148,"target":147},{"source":144,"target":123},{"source":137,"target":126},{"source":137,"target":123},{"source":137,"target":149},{"source":137,"target":150},{"source":137,"target":151},{"source":149,"target":152},{"source":149,"target":153},{"source":149,"target":137},{"source":153,"target":152},{"source":150,"target":147},{"source":150,"target":154},{"source":150,"target":137},{"source":154,"target":147},{"source":151,"target":123},{"source":138,"target":126},{"source":138,"target":124},{"source":138,"target":155},{"source":138,"target":156},{"source":155,"target":157},{"source":155,"target":158},{"source":155,"target":138},{"source":158,"target":157},{"source":156,"target":124},{"source":139,"target":126},{"source":139,"target":124},{"source":139,"target":159},{"source":139,"target":160},{"source":159,"target":157},{"source":159,"target":161},{"source":159,"target":139},{"source":161,"target":157},{"source":160,"target":124},{"source":140,"target":126},{"source":140,"target":124},{"source":140,"target":162},{"source":140,"target":163},{"source":140,"target":164},{"source":162,"target":157},{"source":162,"target":165},{"source":162,"target":140},{"source":165,"target":157},{"source":163,"target":166},{"source":163,"target":167},{"source":163,"target":140},{"source":167,"target":166},{"source":164,"target":124},{"source":141,"target":126},{"source":141,"target":125},{"source":141,"target":168},{"source":141,"target":169},{"source":141,"target":170},{"source":168,"target":171},{"source":168,"target":172},{"source":168,"target":141},{"source":172,"target":171},{"source":169,"target":173},{"source":169,"target":174},{"source":169,"target":141},{"source":174,"target":173},{"source":170,"target":125},{"source":127,"target":175},{"source":127,"target":176},{"source":127,"target":177},{"source":127,"target":178},{"source":127,"target":179},{"source":127,"target":180},{"source":127,"target":181},{"source":127,"target":182},{"source":127,"target":14},{"source":175,"target":127},{"source":176,"target":127},{"source":176,"target":124},{"source":176,"target":183},{"source":176,"target":184},{"source":176,"target":185},{"source":176,"target":186},{"source":183,"target":187},{"source":183,"target":188},{"source":183,"target":176},{"source":188,"target":187},{"source":184,"target":173},{"source":184,"target":189},{"source":184,"target":176},{"source":189,"target":173},{"source":185,"target":157},{"source":185,"target":190},{"source":185,"target":176},{"source":190,"target":157},{"source":186,"target":124},{"source":177,"target":127},{"source":177,"target":175},{"source":177,"target":191},{"source":177,"target":192},{"source":177,"target":193},{"source":191,"target":147},{"source":191,"target":194},{"source":191,"target":177},{"source":194,"target":147},{"source":192,"target":195},{"source":192,"target":196},{"source":192,"target":177},{"source":196,"target":195},{"source":193,"target":175},{"source":178,"target":127},{"source":178,"target":175},{"source":178,"target":197},{"source":178,"target":198},{"source":178,"target":199},{"source":197,"target":157},{"source":197,"target":200},{"source":197,"target":178},{"source":200,"target":157},{"source":198,"target":201},{"source":198,"target":202},{"source":198,"target":178},{"source":202,"target":201},{"source":199,"target":175},{"source":179,"target":127},{"source":179,"target":124},{"source":179,"target":203},{"source":179,"target":204},{"source":179,"target":205},{"source":179,"target":206},{"source":203,"target":157},{"source":203,"target":207},{"source":203,"target":179},{"source":207,"target":157},{"source":204,"target":201},{"source":204,"target":208},{"source":204,"target":179},{"source":208,"target":201},{"source":205,"target":157},{"source":205,"target":209},{"source":205,"target":179},{"source":209,"target":157},{"source":206,"target":124},{"source":180,"target":127},{"source":180,"target":124},{"source":180,"target":210},{"source":180,"target":211},{"source":180,"target":212},{"source":180,"target":213},{"source":210,"target":195},{"source":210,"target":214},{"source":210,"target":180},{"source":214,"target":195},{"source":211,"target":157},{"source":211,"target":215},{"source":211,"target":180},{"source":215,"target":157},{"source":212,"target":147},{"source":212,"target":216},{"source":212,"target":180},{"source":216,"target":147},{"source":213,"target":124},{"source":181,"target":127},{"source":181,"target":124},{"source":181,"target":217},{"source":181,"target":218},{"source":181,"target":219},{"source":181,"target":220},{"source":181,"target":221},{"source":181,"target":222},{"source":217,"target":166},{"source":217,"target":223},{"source":217,"target":181},{"source":223,"target":166},{"source":218,"target":178},{"source":218,"target":224},{"source":218,"target":181},{"source":224,"target":178},{"source":219,"target":157},{"source":219,"target":225},{"source":219,"target":181},{"source":225,"target":157},{"source":220,"target":175},{"source":220,"target":226},{"source":220,"target":181},{"source":226,"target":175},{"source":221,"target":166},{"source":221,"target":227},{"source":221,"target":181},{"source":227,"target":166},{"source":222,"target":124},{"source":182,"target":127},{"source":182,"target":124},{"source":182,"target":228},{"source":182,"target":229},{"source":182,"target":230},{"source":182,"target":231},{"source":228,"target":232},{"source":228,"target":233},{"source":228,"target":182},{"source":233,"target":232},{"source":229,"target":147},{"source":229,"target":234},{"source":229,"target":182},{"source":234,"target":147},{"source":230,"target":157},{"source":230,"target":235},{"source":230,"target":182},{"source":235,"target":157},{"source":231,"target":124},{"source":15,"target":236},{"source":15,"target":237},{"source":15,"target":238},{"source":15,"target":239},{"source":15,"target":240},{"source":15,"target":0},{"source":236,"target":15},{"source":237,"target":241},{"source":237,"target":242},{"source":237,"target":243},{"source":237,"target":244},{"source":237,"target":245},{"source":237,"target":246},{"source":237,"target":247},{"source":237,"target":15},{"source":241,"target":237},{"source":241,"target":243},{"source":241,"target":248},{"source":241,"target":249},{"source":248,"target":48},{"source":248,"target":250},{"source":248,"target":241},{"source":250,"target":48},{"source":249,"target":243},{"source":242,"target":237},{"source":242,"target":243},{"source":242,"target":251},{"source":251,"target":243},{"source":243,"target":237},{"source":243,"target":252},{"source":243,"target":253},{"source":243,"target":254},{"source":253,"target":255},{"source":253,"target":256},{"source":253,"target":243},{"source":256,"target":255},{"source":254,"target":252},{"source":244,"target":237},{"source":244,"target":246},{"source":244,"target":257},{"source":244,"target":258},{"source":257,"target":145},{"source":257,"target":259},{"source":257,"target":244},{"source":259,"target":145},{"source":258,"target":246},{"source":245,"target":237},{"source":245,"target":246},{"source":245,"target":260},{"source":245,"target":261},{"source":260,"target":166},{"source":260,"target":262},{"source":260,"target":245},{"source":262,"target":166},{"source":261,"target":246},{"source":246,"target":237},{"source":246,"target":243},{"source":246,"target":263},{"source":246,"target":264},{"source":246,"target":265},{"source":263,"target":166},{"source":263,"target":266},{"source":263,"target":246},{"source":266,"target":166},{"source":264,"target":267},{"source":264,"target":268},{"source":264,"target":246},{"source":268,"target":267},{"source":265,"target":243},{"source":247,"target":237},{"source":247,"target":145},{"source":247,"target":269},{"source":247,"target":270},{"source":269,"target":271},{"source":269,"target":272},{"source":269,"target":247},{"source":272,"target":271},{"source":270,"target":145},{"source":238,"target":56},{"source":238,"target":15},{"source":56,"target":238},{"source":56,"target":273},{"source":56,"target":274},{"source":273,"target":48},{"source":273,"target":275},{"source":273,"target":56},{"source":275,"target":48},{"source":274,"target":3},{"source":274,"target":276},{"source":274,"target":56},{"source":276,"target":3},{"source":239,"target":277},{"source":239,"target":252},{"source":239,"target":58},{"source":239,"target":187},{"source":239,"target":152},{"source":239,"target":278},{"source":239,"target":195},{"source":239,"target":279},{"source":239,"target":280},{"source":239,"target":271},{"source":239,"target":201},{"source":239,"target":281},{"source":239,"target":145},{"source":239,"target":166},{"source":239,"target":267},{"source":239,"target":15},{"source":277,"target":239},{"source":277,"target":282},{"source":277,"target":283},{"source":277,"target":284},{"source":283,"target":166},{"source":283,"target":285},{"source":283,"target":277},{"source":285,"target":166},{"source":284,"target":282},{"source":252,"target":239},{"source":252,"target":286},{"source":286,"target":48},{"source":286,"target":287},{"source":286,"target":252},{"source":287,"target":48},{"source":58,"target":239},{"source":58,"target":288},{"source":288,"target":252},{"source":288,"target":289},{"source":288,"target":58},{"source":289,"target":252},{"source":187,"target":239},{"source":187,"target":278},{"source":187,"target":290},{"source":187,"target":291},{"source":187,"target":292},{"source":290,"target":267},{"source":290,"target":293},{"source":290,"target":187},{"source":293,"target":267},{"source":291,"target":166},{"source":291,"target":294},{"source":291,"target":187},{"source":294,"target":166},{"source":292,"target":278},{"source":152,"target":239},{"source":152,"target":278},{"source":152,"target":295},{"source":152,"target":296},{"source":152,"target":297},{"source":295,"target":48},{"source":295,"target":298},{"source":295,"target":152},{"source":298,"target":48},{"source":296,"target":255},{"source":296,"target":299},{"source":296,"target":152},{"source":299,"target":255},{"source":297,"target":278},{"source":278,"target":239},{"source":278,"target":252},{"source":278,"target":300},{"source":278,"target":301},{"source":300,"target":2},{"source":300,"target":302},{"source":300,"target":278},{"source":302,"target":2},{"source":301,"target":252},{"source":195,"target":239},{"source":195,"target":187},{"source":195,"target":303},{"source":195,"target":304},{"source":195,"target":305},{"source":303,"target":166},{"source":303,"target":306},{"source":303,"target":195},{"source":306,"target":166},{"source":304,"target":48},{"source":304,"target":307},{"source":304,"target":195},{"source":307,"target":48},{"source":305,"target":187},{"source":279,"target":239},{"source":279,"target":271},{"source":279,"target":308},{"source":279,"target":309},{"source":308,"target":145},{"source":308,"target":310},{"source":308,"target":279},{"source":310,"target":145},{"source":309,"target":271},{"source":280,"target":239},{"source":280,"target":271},{"source":280,"target":311},{"source":280,"target":312},{"source":311,"target":48},{"source":311,"target":313},{"source":311,"target":280},{"source":313,"target":48},{"source":312,"target":271},{"source":271,"target":239},{"source":271,"target":147},{"source":271,"target":314},{"source":271,"target":315},{"source":314,"target":48},{"source":314,"target":316},{"source":314,"target":271},{"source":316,"target":48},{"source":315,"target":147},{"source":201,"target":239},{"source":201,"target":187},{"source":201,"target":317},{"source":201,"target":318},{"source":201,"target":319},{"source":201,"target":320},{"source":317,"target":48},{"source":317,"target":321},{"source":317,"target":201},{"source":321,"target":48},{"source":318,"target":48},{"source":318,"target":322},{"source":318,"target":201},{"source":322,"target":48},{"source":319,"target":48},{"source":319,"target":323},{"source":319,"target":201},{"source":323,"target":48},{"source":320,"target":187},{"source":281,"target":239},{"source":281,"target":252},{"source":281,"target":157},{"source":281,"target":324},{"source":281,"target":325},{"source":281,"target":326},{"source":324,"target":166},{"source":324,"target":327},{"source":324,"target":281},{"source":327,"target":166},{"source":325,"target":252},{"source":326,"target":157},{"source":145,"target":239},{"source":145,"target":267},{"source":145,"target":328},{"source":328,"target":267},{"source":166,"target":239},{"source":166,"target":267},{"source":166,"target":329},{"source":166,"target":330},{"source":329,"target":48},{"source":329,"target":331},{"source":329,"target":166},{"source":331,"target":48},{"source":330,"target":267},{"source":267,"target":239},{"source":267,"target":278},{"source":267,"target":332},{"source":332,"target":278},{"source":240,"target":232},{"source":240,"target":171},{"source":240,"target":15},{"source":232,"target":240},{"source":232,"target":278},{"source":232,"target":333},{"source":232,"target":334},{"source":232,"target":335},{"source":333,"target":267},{"source":333,"target":336},{"source":333,"target":232},{"source":336,"target":267},{"source":334,"target":48},{"source":334,"target":337},{"source":334,"target":232},{"source":337,"target":48},{"source":335,"target":278},{"source":171,"target":240},{"source":171,"target":278},{"source":171,"target":338},{"source":171,"target":339},{"source":338,"target":48},{"source":338,"target":340},{"source":338,"target":171},{"source":340,"target":48},{"source":339,"target":278},{"source":16,"target":341},{"source":16,"target":342},{"source":16,"target":343},{"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":16,"target":356},{"source":16,"target":357},{"source":16,"target":358},{"source":16,"target":359},{"source":16,"target":360},{"source":16,"target":361},{"source":16,"target":362},{"source":16,"target":363},{"source":16,"target":364},{"source":16,"target":108},{"source":16,"target":0},{"source":341,"target":16},{"source":341,"target":365},{"source":365,"target":347},{"source":365,"target":366},{"source":365,"target":341},{"source":366,"target":347},{"source":342,"target":16},{"source":342,"target":355},{"source":342,"target":367},{"source":367,"target":355},{"source":343,"target":16},{"source":343,"target":355},{"source":343,"target":368},{"source":368,"target":355},{"source":344,"target":16},{"source":344,"target":355},{"source":344,"target":369},{"source":369,"target":355},{"source":345,"target":16},{"source":345,"target":370},{"source":345,"target":371},{"source":345,"target":372},{"source":345,"target":373},{"source":345,"target":374},{"source":345,"target":375},{"source":370,"target":48},{"source":370,"target":376},{"source":370,"target":345},{"source":376,"target":48},{"source":371,"target":48},{"source":371,"target":377},{"source":371,"target":345},{"source":377,"target":48},{"source":372,"target":48},{"source":372,"target":378},{"source":372,"target":345},{"source":378,"target":48},{"source":373,"target":134},{"source":373,"target":379},{"source":373,"target":345},{"source":379,"target":134},{"source":374,"target":48},{"source":374,"target":380},{"source":374,"target":345},{"source":380,"target":48},{"source":375,"target":134},{"source":375,"target":381},{"source":375,"target":345},{"source":381,"target":134},{"source":346,"target":16},{"source":346,"target":382},{"source":382,"target":345},{"source":382,"target":383},{"source":382,"target":346},{"source":383,"target":345},{"source":347,"target":16},{"source":347,"target":384},{"source":347,"target":385},{"source":347,"target":386},{"source":384,"target":48},{"source":384,"target":387},{"source":384,"target":347},{"source":387,"target":48},{"source":385,"target":48},{"source":385,"target":388},{"source":385,"target":347},{"source":388,"target":48},{"source":386,"target":48},{"source":386,"target":389},{"source":386,"target":347},{"source":389,"target":48},{"source":348,"target":16},{"source":348,"target":356},{"source":348,"target":390},{"source":348,"target":391},{"source":348,"target":392},{"source":390,"target":255},{"source":390,"target":393},{"source":390,"target":348},{"source":393,"target":255},{"source":391,"target":48},{"source":391,"target":394},{"source":391,"target":348},{"source":394,"target":48},{"source":392,"target":356},{"source":349,"target":16},{"source":349,"target":356},{"source":349,"target":395},{"source":349,"target":396},{"source":349,"target":397},{"source":395,"target":255},{"source":395,"target":398},{"source":395,"target":349},{"source":398,"target":255},{"source":396,"target":48},{"source":396,"target":399},{"source":396,"target":349},{"source":399,"target":48},{"source":397,"target":356},{"source":350,"target":16},{"source":350,"target":356},{"source":350,"target":400},{"source":350,"target":401},{"source":350,"target":402},{"source":400,"target":255},{"source":400,"target":403},{"source":400,"target":350},{"source":403,"target":255},{"source":401,"target":48},{"source":401,"target":404},{"source":401,"target":350},{"source":404,"target":48},{"source":402,"target":356},{"source":351,"target":16},{"source":351,"target":356},{"source":351,"target":405},{"source":351,"target":406},{"source":405,"target":48},{"source":405,"target":407},{"source":405,"target":351},{"source":407,"target":48},{"source":406,"target":356},{"source":352,"target":16},{"source":352,"target":356},{"source":352,"target":408},{"source":352,"target":409},{"source":352,"target":410},{"source":408,"target":255},{"source":408,"target":411},{"source":408,"target":352},{"source":411,"target":255},{"source":409,"target":255},{"source":409,"target":412},{"source":409,"target":352},{"source":412,"target":255},{"source":410,"target":356},{"source":353,"target":16},{"source":353,"target":356},{"source":353,"target":413},{"source":353,"target":414},{"source":413,"target":255},{"source":413,"target":415},{"source":413,"target":353},{"source":415,"target":255},{"source":414,"target":356},{"source":354,"target":16},{"source":354,"target":358},{"source":354,"target":416},{"source":354,"target":417},{"source":354,"target":418},{"source":416,"target":48},{"source":416,"target":419},{"source":416,"target":354},{"source":419,"target":48},{"source":417,"target":48},{"source":417,"target":420},{"source":417,"target":354},{"source":420,"target":48},{"source":418,"target":358},{"source":355,"target":16},{"source":355,"target":354},{"source":355,"target":421},{"source":355,"target":422},{"source":355,"target":423},{"source":421,"target":341},{"source":421,"target":424},{"source":421,"target":355},{"source":424,"target":341},{"source":422,"target":346},{"source":422,"target":425},{"source":422,"target":355},{"source":425,"target":346},{"source":423,"target":354},{"source":356,"target":16},{"source":356,"target":359},{"source":356,"target":426},{"source":426,"target":359},{"source":357,"target":16},{"source":357,"target":359},{"source":357,"target":427},{"source":357,"target":428},{"source":427,"target":255},{"source":427,"target":429},{"source":427,"target":357},{"source":429,"target":255},{"source":428,"target":359},{"source":358,"target":16},{"source":358,"target":363},{"source":358,"target":430},{"source":358,"target":431},{"source":430,"target":48},{"source":430,"target":432},{"source":430,"target":358},{"source":432,"target":48},{"source":431,"target":363},{"source":359,"target":16},{"source":359,"target":363},{"source":359,"target":433},{"source":433,"target":363},{"source":360,"target":16},{"source":360,"target":108},{"source":360,"target":434},{"source":360,"target":435},{"source":360,"target":436},{"source":434,"target":108},{"source":434,"target":437},{"source":434,"target":360},{"source":437,"target":108},{"source":435,"target":48},{"source":435,"target":438},{"source":435,"target":360},{"source":438,"target":48},{"source":436,"target":108},{"source":361,"target":16},{"source":361,"target":108},{"source":361,"target":439},{"source":361,"target":440},{"source":361,"target":441},{"source":439,"target":108},{"source":439,"target":442},{"source":439,"target":361},{"source":442,"target":108},{"source":440,"target":255},{"source":440,"target":443},{"source":440,"target":361},{"source":443,"target":255},{"source":441,"target":108},{"source":362,"target":16},{"source":362,"target":108},{"source":362,"target":444},{"source":362,"target":445},{"source":362,"target":446},{"source":362,"target":447},{"source":362,"target":448},{"source":444,"target":108},{"source":444,"target":449},{"source":444,"target":362},{"source":449,"target":108},{"source":445,"target":255},{"source":445,"target":450},{"source":445,"target":362},{"source":450,"target":255},{"source":446,"target":255},{"source":446,"target":451},{"source":446,"target":362},{"source":451,"target":255},{"source":447,"target":48},{"source":447,"target":452},{"source":447,"target":362},{"source":452,"target":48},{"source":448,"target":108},{"source":363,"target":16},{"source":363,"target":108},{"source":363,"target":453},{"source":363,"target":454},{"source":363,"target":455},{"source":453,"target":173},{"source":453,"target":456},{"source":453,"target":363},{"source":456,"target":173},{"source":454,"target":7},{"source":454,"target":457},{"source":454,"target":363},{"source":457,"target":7},{"source":455,"target":108},{"source":364,"target":16},{"source":364,"target":108},{"source":364,"target":458},{"source":364,"target":459},{"source":364,"target":460},{"source":458,"target":108},{"source":458,"target":461},{"source":458,"target":364},{"source":461,"target":108},{"source":459,"target":48},{"source":459,"target":462},{"source":459,"target":364},{"source":462,"target":48},{"source":460,"target":108},{"source":108,"target":16},{"source":108,"target":463},{"source":108,"target":464},{"source":108,"target":465},{"source":463,"target":48},{"source":463,"target":466},{"source":463,"target":108},{"source":466,"target":48},{"source":464,"target":48},{"source":464,"target":467},{"source":464,"target":108},{"source":467,"target":48},{"source":465,"target":48},{"source":465,"target":468},{"source":465,"target":108},{"source":468,"target":48},{"source":17,"target":469},{"source":17,"target":470},{"source":17,"target":471},{"source":17,"target":472},{"source":17,"target":473},{"source":17,"target":474},{"source":17,"target":475},{"source":17,"target":105},{"source":17,"target":0},{"source":469,"target":17},{"source":469,"target":105},{"source":469,"target":476},{"source":469,"target":477},{"source":469,"target":478},{"source":469,"target":479},{"source":476,"target":246},{"source":476,"target":480},{"source":476,"target":469},{"source":480,"target":246},{"source":477,"target":173},{"source":477,"target":481},{"source":477,"target":469},{"source":481,"target":173},{"source":478,"target":157},{"source":478,"target":482},{"source":478,"target":469},{"source":482,"target":157},{"source":479,"target":105},{"source":470,"target":17},{"source":470,"target":471},{"source":470,"target":483},{"source":470,"target":484},{"source":483,"target":173},{"source":483,"target":485},{"source":483,"target":470},{"source":485,"target":173},{"source":484,"target":471},{"source":471,"target":17},{"source":471,"target":475},{"source":471,"target":486},{"source":471,"target":487},{"source":486,"target":246},{"source":486,"target":488},{"source":486,"target":471},{"source":488,"target":246},{"source":487,"target":475},{"source":472,"target":17},{"source":472,"target":105},{"source":472,"target":489},{"source":472,"target":490},{"source":472,"target":491},{"source":489,"target":157},{"source":489,"target":492},{"source":489,"target":472},{"source":492,"target":157},{"source":490,"target":166},{"source":490,"target":493},{"source":490,"target":472},{"source":493,"target":166},{"source":491,"target":105},{"source":473,"target":17},{"source":473,"target":105},{"source":473,"target":494},{"source":473,"target":495},{"source":473,"target":496},{"source":494,"target":175},{"source":494,"target":497},{"source":494,"target":473},{"source":497,"target":175},{"source":495,"target":166},{"source":495,"target":498},{"source":495,"target":473},{"source":498,"target":166},{"source":496,"target":105},{"source":474,"target":17},{"source":474,"target":105},{"source":474,"target":499},{"source":474,"target":500},{"source":474,"target":501},{"source":499,"target":157},{"source":499,"target":502},{"source":499,"target":474},{"source":502,"target":157},{"source":500,"target":187},{"source":500,"target":503},{"source":500,"target":474},{"source":503,"target":187},{"source":501,"target":105},{"source":475,"target":17},{"source":475,"target":105},{"source":475,"target":504},{"source":504,"target":105},{"source":105,"target":17},{"source":18,"target":505},{"source":18,"target":506},{"source":18,"target":507},{"source":18,"target":508},{"source":18,"target":509},{"source":18,"target":510},{"source":18,"target":121},{"source":18,"target":511},{"source":18,"target":512},{"source":18,"target":130},{"source":18,"target":513},{"source":18,"target":514},{"source":18,"target":515},{"source":18,"target":516},{"source":18,"target":0},{"source":505,"target":18},{"source":505,"target":121},{"source":505,"target":517},{"source":505,"target":518},{"source":505,"target":519},{"source":517,"target":255},{"source":517,"target":520},{"source":517,"target":505},{"source":520,"target":255},{"source":518,"target":255},{"source":518,"target":521},{"source":518,"target":505},{"source":521,"target":255},{"source":519,"target":121},{"source":506,"target":18},{"source":506,"target":121},{"source":506,"target":522},{"source":506,"target":523},{"source":522,"target":255},{"source":522,"target":524},{"source":522,"target":506},{"source":524,"target":255},{"source":523,"target":121},{"source":507,"target":18},{"source":507,"target":121},{"source":507,"target":525},{"source":507,"target":526},{"source":525,"target":255},{"source":525,"target":527},{"source":525,"target":507},{"source":527,"target":255},{"source":526,"target":121},{"source":508,"target":18},{"source":508,"target":130},{"source":508,"target":528},{"source":508,"target":529},{"source":528,"target":130},{"source":528,"target":530},{"source":528,"target":508},{"source":530,"target":130},{"source":529,"target":130},{"source":509,"target":18},{"source":509,"target":121},{"source":509,"target":531},{"source":531,"target":121},{"source":510,"target":18},{"source":510,"target":512},{"source":510,"target":130},{"source":510,"target":532},{"source":510,"target":533},{"source":510,"target":534},{"source":532,"target":130},{"source":532,"target":535},{"source":532,"target":510},{"source":535,"target":130},{"source":533,"target":512},{"source":534,"target":130},{"source":121,"target":18},{"source":121,"target":130},{"source":121,"target":536},{"source":121,"target":537},{"source":121,"target":538},{"source":536,"target":130},{"source":536,"target":539},{"source":536,"target":121},{"source":539,"target":130},{"source":537,"target":54},{"source":537,"target":540},{"source":537,"target":121},{"source":540,"target":54},{"source":538,"target":130},{"source":511,"target":18},{"source":511,"target":512},{"source":511,"target":130},{"source":511,"target":541},{"source":511,"target":542},{"source":511,"target":543},{"source":541,"target":130},{"source":541,"target":544},{"source":541,"target":511},{"source":544,"target":130},{"source":542,"target":512},{"source":543,"target":130},{"source":512,"target":18},{"source":130,"target":18},{"source":513,"target":18},{"source":513,"target":130},{"source":513,"target":545},{"source":513,"target":546},{"source":513,"target":547},{"source":545,"target":130},{"source":545,"target":548},{"source":545,"target":513},{"source":548,"target":130},{"source":546,"target":130},{"source":546,"target":549},{"source":546,"target":513},{"source":549,"target":130},{"source":547,"target":130},{"source":514,"target":18},{"source":514,"target":121},{"source":514,"target":550},{"source":550,"target":121},{"source":515,"target":18},{"source":515,"target":130},{"source":515,"target":551},{"source":515,"target":552},{"source":551,"target":130},{"source":551,"target":553},{"source":551,"target":515},{"source":553,"target":130},{"source":552,"target":130},{"source":516,"target":554},{"source":516,"target":555},{"source":516,"target":556},{"source":516,"target":97},{"source":516,"target":557},{"source":516,"target":558},{"source":516,"target":95},{"source":516,"target":18},{"source":554,"target":516},{"source":554,"target":556},{"source":554,"target":559},{"source":559,"target":556},{"source":555,"target":516},{"source":555,"target":556},{"source":555,"target":560},{"source":560,"target":556},{"source":556,"target":516},{"source":556,"target":95},{"source":556,"target":561},{"source":556,"target":562},{"source":561,"target":95},{"source":561,"target":563},{"source":561,"target":556},{"source":563,"target":95},{"source":562,"target":95},{"source":97,"target":516},{"source":97,"target":564},{"source":564,"target":125},{"source":564,"target":565},{"source":564,"target":97},{"source":565,"target":125},{"source":557,"target":516},{"source":557,"target":95},{"source":557,"target":566},{"source":557,"target":567},{"source":566,"target":95},{"source":566,"target":568},{"source":566,"target":557},{"source":568,"target":95},{"source":567,"target":95},{"source":558,"target":516},{"source":558,"target":95},{"source":558,"target":569},{"source":558,"target":570},{"source":569,"target":95},{"source":569,"target":571},{"source":569,"target":558},{"source":571,"target":95},{"source":570,"target":95},{"source":95,"target":516},{"source":19,"target":282},{"source":19,"target":173},{"source":19,"target":157},{"source":19,"target":147},{"source":19,"target":572},{"source":19,"target":573},{"source":19,"target":0},{"source":282,"target":19},{"source":282,"target":173},{"source":282,"target":574},{"source":574,"target":173},{"source":173,"target":19},{"source":173,"target":575},{"source":575,"target":1},{"source":575,"target":576},{"source":575,"target":173},{"source":576,"target":1},{"source":157,"target":19},{"source":157,"target":173},{"source":157,"target":577},{"source":577,"target":173},{"source":147,"target":19},{"source":147,"target":173},{"source":147,"target":578},{"source":578,"target":173},{"source":572,"target":579},{"source":572,"target":19},{"source":579,"target":54},{"source":579,"target":580},{"source":579,"target":581},{"source":579,"target":582},{"source":579,"target":572},{"source":54,"target":579},{"source":54,"target":583},{"source":583,"target":48},{"source":583,"target":584},{"source":583,"target":54},{"source":584,"target":48},{"source":580,"target":579},{"source":580,"target":54},{"source":580,"target":157},{"source":580,"target":585},{"source":580,"target":586},{"source":580,"target":587},{"source":585,"target":166},{"source":585,"target":588},{"source":585,"target":580},{"source":588,"target":166},{"source":586,"target":54},{"source":587,"target":157},{"source":581,"target":579},{"source":581,"target":54},{"source":581,"target":147},{"source":581,"target":589},{"source":581,"target":590},{"source":581,"target":591},{"source":589,"target":145},{"source":589,"target":592},{"source":589,"target":581},{"source":592,"target":145},{"source":590,"target":54},{"source":591,"target":147},{"source":582,"target":579},{"source":582,"target":282},{"source":582,"target":54},{"source":582,"target":593},{"source":582,"target":594},{"source":582,"target":595},{"source":593,"target":267},{"source":593,"target":596},{"source":593,"target":582},{"source":596,"target":267},{"source":594,"target":282},{"source":595,"target":54},{"source":573,"target":597},{"source":573,"target":598},{"source":573,"target":599},{"source":573,"target":600},{"source":573,"target":601},{"source":573,"target":602},{"source":573,"target":603},{"source":573,"target":19},{"source":597,"target":573},{"source":597,"target":598},{"source":597,"target":604},{"source":597,"target":605},{"source":597,"target":606},{"source":604,"target":241},{"source":604,"target":607},{"source":604,"target":597},{"source":607,"target":241},{"source":605,"target":147},{"source":605,"target":608},{"source":605,"target":597},{"source":608,"target":147},{"source":606,"target":598},{"source":598,"target":573},{"source":598,"target":147},{"source":598,"target":609},{"source":609,"target":147},{"source":599,"target":573},{"source":599,"target":598},{"source":599,"target":610},{"source":599,"target":611},{"source":599,"target":612},{"source":610,"target":157},{"source":610,"target":613},{"source":610,"target":599},{"source":613,"target":157},{"source":611,"target":195},{"source":611,"target":614},{"source":611,"target":599},{"source":614,"target":195},{"source":612,"target":598},{"source":600,"target":573},{"source":600,"target":598},{"source":600,"target":615},{"source":600,"target":616},{"source":600,"target":617},{"source":600,"target":618},{"source":615,"target":244},{"source":615,"target":619},{"source":615,"target":600},{"source":619,"target":244},{"source":616,"target":157},{"source":616,"target":620},{"source":616,"target":600},{"source":620,"target":157},{"source":617,"target":173},{"source":617,"target":621},{"source":617,"target":600},{"source":621,"target":173},{"source":618,"target":598},{"source":601,"target":573},{"source":601,"target":157},{"source":601,"target":622},{"source":601,"target":623},{"source":601,"target":624},{"source":622,"target":157},{"source":622,"target":625},{"source":622,"target":601},{"source":625,"target":157},{"source":623,"target":201},{"source":623,"target":626},{"source":623,"target":601},{"source":626,"target":201},{"source":624,"target":157},{"source":602,"target":573},{"source":602,"target":157},{"source":602,"target":627},{"source":602,"target":628},{"source":602,"target":629},{"source":602,"target":630},{"source":627,"target":245},{"source":627,"target":631},{"source":627,"target":602},{"source":631,"target":245},{"source":628,"target":173},{"source":628,"target":632},{"source":628,"target":602},{"source":632,"target":173},{"source":629,"target":157},{"source":629,"target":633},{"source":629,"target":602},{"source":633,"target":157},{"source":630,"target":157},{"source":603,"target":573},{"source":603,"target":282},{"source":603,"target":634},{"source":603,"target":635},{"source":603,"target":636},{"source":634,"target":282},{"source":634,"target":637},{"source":634,"target":603},{"source":637,"target":282},{"source":635,"target":242},{"source":635,"target":638},{"source":635,"target":603},{"source":638,"target":242},{"source":636,"target":282},{"source":639,"target":255},{"source":639,"target":640},{"source":639,"target":641},{"source":639,"target":642},{"source":639,"target":134},{"source":639,"target":48},{"source":255,"target":639},{"source":640,"target":639},{"source":641,"target":639},{"source":642,"target":639},{"source":134,"target":639},{"source":48,"target":639}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="el" nsURI="http://de.hub.el/EL/1.0" nsPrefix="el"> <eClassifiers xsi:type="ecore:EClass" name="_VYbCgBirEem2CYYVeB7Aag"> <eStructuralFeatures xsi:type="ecore:EReference" name="methods" upperBound="-1" eType="#//ELMethod" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fields" upperBound="-1" eType="#//ELField" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="superClases" upperBound="-1" eType="#//_VYbCgBirEem2CYYVeB7Aag"/> <eStructuralFeatures xsi:type="ecore:EReference" name="innerClasses" upperBound="-1" eType="#//_VYbCgBirEem2CYYVeB7Aag" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ELVariable" eSuperTypes="#//ELTypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ELMethod" eSuperTypes="#//ELTypedElement"> <eAnnotations source="_VYf7ABirEem2CYYVeB7Aag"> <details key="_VYbCgRirEem2CYYVeB7Aag" value="_VYbCghirEem2CYYVeB7Aag"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//ELVariable" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="localVariables" upperBound="-1" eType="#//ELVariable" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="block" eType="#//ELBlock" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ELField" eSuperTypes="#//ELVariable"/> <eClassifiers xsi:type="ecore:EClass" name="ELStatement"/> <eClassifiers xsi:type="ecore:EClass" name="ELBlock"> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="#//ELStatement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ELExpression" eSuperTypes="#//ELStatement"> <eAnnotations source="http://www.modelversioning.org/ecoremutator"> <details key="_VYbCgxirEem2CYYVeB7Aag" value="_VYbChBirEem2CYYVeB7Aag"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ELLiteral" eSuperTypes="#//ELExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ELOpCall" eSuperTypes="#//ELCall"> <eStructuralFeatures xsi:type="ecore:EReference" name="kind" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ELCall" eSuperTypes="#//ELExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="#//ELExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="callee" eType="#//ELMethod"/> <eStructuralFeatures xsi:type="ecore:EReference" name="thisArgument" eType="#//ELExpression"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ELAccess" eSuperTypes="#//ELExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" eType="#//ELVariable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ELBlockStatement" eSuperTypes="#//ELStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="block" upperBound="-1" eType="#//ELBlock" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="kind" eType="#//placeholder3009161"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expressions" upperBound="-1" eType="#//ELExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ELDataType" eSuperTypes="#//_VYbCgBirEem2CYYVeB7Aag"/> <eClassifiers xsi:type="ecore:EClass" name="ELTypedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//_VYbCgBirEem2CYYVeB7Aag"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="array" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="placeholder3009161"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="syntax" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="blocks" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ELModel"> <eAnnotations source="http://www.modelversioning.org/ecoremutator"> <details key="_VYdewBirEem2CYYVeB7Aag" value="_VYdewRirEem2CYYVeB7Aag"/> <details key="_VYgiEBirEem2CYYVeB7Aag" value="_VYgiERirEem2CYYVeB7Aag"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="packages" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ops" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="blocks" upperBound="-1" eType="#//placeholder3009161" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ELOpKind"> <eLiterals name="infix" literal="infix"/> <eLiterals name="suffix"/> <eLiterals name="prefix"/> <eLiterals name="syntax" literal="syntax"> <eAnnotations source="http://www.modelversioning.org/ecoremutator"> <details key="_VYeF0BirEem2CYYVeB7Aag" value="_VYeF0RirEem2CYYVeB7Aag"/> </eAnnotations> </eLiterals> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ELAssignment" eSuperTypes="#//ELStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//ELExpression" containment="true"> <eAnnotations source="http://www.modelversioning.org/ecoremutator"> <details key="_VYeF0hirEem2CYYVeB7Aag" value="_VYeF0xirEem2CYYVeB7Aag"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="assignee" eType="#//ELVariable"/> </eClassifiers> <eSubpackages name="_VYbpkBirEem2CYYVeB7Aag" nsURI="_VYbpkRirEem2CYYVeB7Aag" nsPrefix="_VYbpkhirEem2CYYVeB7Aag"/> </ecore:EPackage>
github:ecore:/data/MagMar94/ParmorelExperimentResults/Experiments/Experimen-compare-preferences/AMOR/bestWeight24/20_a14.ecore
ecore
el _VYbCgBirEem2CYYVeB7Aag methods fields superClases innerClasses ELVariable ELMethod parameters localVariables block ELField ELStatement ELBlock statements ELExpression ELLiteral value ELOpCall kind ELCall arguments callee thisArgument ELAccess variable ELBlockStatement block kind expressions ELDataType ELTypedElement type array placeholder3009161 syntax blocks ELModel packages ops blocks ELOpKind infix infix suffix suffix prefix prefix syntax syntax ELAssignment expr assignee _VYbpkBirEem2CYYVeB7Aag
null
{"directed":true,"nodes":[{"nsPrefix":"el","nsURI":"http://de.hub.el/EL/1.0","name":"el","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"_VYbCgBirEem2CYYVeB7Aag","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELVariable","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELMethod","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELField","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELStatement","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELBlock","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELExpression","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELLiteral","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELOpCall","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELCall","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELAccess","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELBlockStatement","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELDataType","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELTypedElement","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"placeholder3009161","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELModel","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ELOpKind","instanceClass":null,"id":17,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELAssignment","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"nsPrefix":"_VYbpkhirEem2CYYVeB7Aag","nsURI":"_VYbpkRirEem2CYYVeB7Aag","name":"_VYbpkBirEem2CYYVeB7Aag","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":"methods","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":"fields","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"superClases","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"innerClasses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"localVariables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"block","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"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":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"callee","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":"thisArgument","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":false,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"block","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"kind","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":"expressions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":64,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"array","changeable":true,"lowerBound":0,"iD":false,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"syntax","changeable":true,"lowerBound":0,"iD":false,"id":68,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"blocks","changeable":true,"lowerBound":0,"iD":false,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"packages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":72,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ops","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"blocks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"name":"infix","id":78,"value":0,"literal":"infix","eClass":"EEnumLiteral"},{"name":"suffix","id":79,"value":0,"literal":"suffix","eClass":"EEnumLiteral"},{"name":"prefix","id":80,"value":0,"literal":"prefix","eClass":"EEnumLiteral"},{"name":"syntax","id":81,"value":0,"literal":"syntax","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":82,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"assignee","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":1,"target":0},{"source":1,"target":20},{"source":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":20,"target":3},{"source":20,"target":24},{"source":20,"target":1},{"source":24,"target":3},{"source":21,"target":4},{"source":21,"target":25},{"source":21,"target":1},{"source":25,"target":4},{"source":22,"target":1},{"source":22,"target":26},{"source":22,"target":1},{"source":26,"target":1},{"source":23,"target":1},{"source":23,"target":27},{"source":23,"target":1},{"source":27,"target":1},{"source":2,"target":0},{"source":2,"target":14},{"source":2,"target":28},{"source":28,"target":14},{"source":3,"target":0},{"source":3,"target":14},{"source":3,"target":29},{"source":3,"target":30},{"source":3,"target":31},{"source":3,"target":32},{"source":29,"target":2},{"source":29,"target":33},{"source":29,"target":3},{"source":33,"target":2},{"source":30,"target":2},{"source":30,"target":34},{"source":30,"target":3},{"source":34,"target":2},{"source":31,"target":6},{"source":31,"target":35},{"source":31,"target":3},{"source":35,"target":6},{"source":32,"target":14},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":36},{"source":36,"target":2},{"source":5,"target":0},{"source":6,"target":0},{"source":6,"target":37},{"source":37,"target":5},{"source":37,"target":38},{"source":37,"target":6},{"source":38,"target":5},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":39},{"source":39,"target":5},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":40},{"source":8,"target":41},{"source":40,"target":42},{"source":40,"target":8},{"source":41,"target":7},{"source":9,"target":0},{"source":9,"target":10},{"source":9,"target":43},{"source":9,"target":44},{"source":43,"target":45},{"source":43,"target":9},{"source":44,"target":10},{"source":10,"target":0},{"source":10,"target":7},{"source":10,"target":46},{"source":10,"target":47},{"source":10,"target":48},{"source":10,"target":49},{"source":46,"target":7},{"source":46,"target":50},{"source":46,"target":10},{"source":50,"target":7},{"source":47,"target":3},{"source":47,"target":51},{"source":47,"target":10},{"source":51,"target":3},{"source":48,"target":7},{"source":48,"target":52},{"source":48,"target":10},{"source":52,"target":7},{"source":49,"target":7},{"source":11,"target":0},{"source":11,"target":7},{"source":11,"target":53},{"source":11,"target":54},{"source":53,"target":2},{"source":53,"target":55},{"source":53,"target":11},{"source":55,"target":2},{"source":54,"target":7},{"source":12,"target":0},{"source":12,"target":5},{"source":12,"target":56},{"source":12,"target":57},{"source":12,"target":58},{"source":12,"target":59},{"source":56,"target":6},{"source":56,"target":60},{"source":56,"target":12},{"source":60,"target":6},{"source":57,"target":15},{"source":57,"target":61},{"source":57,"target":12},{"source":61,"target":15},{"source":58,"target":7},{"source":58,"target":62},{"source":58,"target":12},{"source":62,"target":7},{"source":59,"target":5},{"source":13,"target":0},{"source":13,"target":1},{"source":13,"target":63},{"source":63,"target":1},{"source":14,"target":0},{"source":14,"target":64},{"source":14,"target":65},{"source":64,"target":1},{"source":64,"target":66},{"source":64,"target":14},{"source":66,"target":1},{"source":65,"target":67},{"source":65,"target":14},{"source":15,"target":0},{"source":15,"target":68},{"source":15,"target":69},{"source":68,"target":70},{"source":68,"target":15},{"source":69,"target":71},{"source":69,"target":15},{"source":16,"target":0},{"source":16,"target":72},{"source":16,"target":73},{"source":16,"target":74},{"source":72,"target":75},{"source":72,"target":16},{"source":73,"target":76},{"source":73,"target":16},{"source":74,"target":15},{"source":74,"target":77},{"source":74,"target":16},{"source":77,"target":15},{"source":17,"target":0},{"source":17,"target":78},{"source":17,"target":79},{"source":17,"target":80},{"source":17,"target":81},{"source":78,"target":17},{"source":79,"target":17},{"source":80,"target":17},{"source":81,"target":17},{"source":18,"target":0},{"source":18,"target":5},{"source":18,"target":82},{"source":18,"target":83},{"source":18,"target":84},{"source":82,"target":7},{"source":82,"target":85},{"source":82,"target":18},{"source":85,"target":7},{"source":83,"target":2},{"source":83,"target":86},{"source":83,"target":18},{"source":86,"target":2},{"source":84,"target":5},{"source":19,"target":0}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="sass" nsURI="http://www.dubture.com/editor/sass/Sass" nsPrefix="sass"> <eClassifiers xsi:type="ecore:EClass" name="Sass"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="statements" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/Sass.ecore
ecore
sass Sass statements
null
{"directed":true,"nodes":[{"nsPrefix":"sass","nsURI":"http://www.dubture.com/editor/sass/Sass","name":"sass","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sass","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"statements","changeable":true,"lowerBound":0,"iD":false,"id":2,"derived":false},{"id":3,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":1,"target":0},{"source":1,"target":2},{"source":2,"target":3},{"source":2,"target":1}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="_VX6sMhirEem2CYYVeB7Aag" nsURI="http://de.hub.el/EL/1.0" nsPrefix="el"> <eAnnotations source="http://www.modelversioning.org/ecoremutator"> <details key="_VX8hYhirEem2CYYVeB7Aag" value="_VX8hYxirEem2CYYVeB7Aag"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="ELPackage"> <eStructuralFeatures xsi:type="ecore:EReference" name="classes" upperBound="-1" eType="#//ELClass" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ELClass"> <eStructuralFeatures xsi:type="ecore:EReference" name="methods" upperBound="-1" eType="#//ELMethod" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fields" upperBound="-1" eType="#//ELField" containment="true"> <eAnnotations source="http://www.modelversioning.org/ecoremutator"> <details key="_VX7TQBirEem2CYYVeB7Aag" value="_VX7TQRirEem2CYYVeB7Aag"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="superClases" upperBound="-1" eType="#//ELClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="innerClasses" upperBound="-1" eType="#//ELClass" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ELMethod" eSuperTypes="#//ELTypedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass" containment="true"> <eAnnotations source="http://www.modelversioning.org/ecoremutator"> <details key="_VX9IcBirEem2CYYVeB7Aag" value="_VX9IcRirEem2CYYVeB7Aag"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="localVariables" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="block" eType="#//ELBlock" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ELField"/> <eClassifiers xsi:type="ecore:EClass" name="ELStatement"/> <eClassifiers xsi:type="ecore:EClass" name="ELBlock"> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="#//ELStatement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ELExpression" eSuperTypes="#//ELStatement"/> <eClassifiers xsi:type="ecore:EClass" name="ELLiteral" eSuperTypes="#//ELExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ELCall" eSuperTypes="#//ELExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="#//ELExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="callee" eType="#//ELMethod"/> <eStructuralFeatures xsi:type="ecore:EReference" name="thisArgument" eType="#//ELExpression"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ELAccess" eSuperTypes="#//ELExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ELBlockStatement" eSuperTypes="#//ELStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="block" upperBound="-1" eType="#//ELBlock" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expressions" upperBound="-1" eType="#//ELExpression" containment="true"> <eAnnotations source="http://www.modelversioning.org/ecoremutator"> <details key="_VX6sMBirEem2CYYVeB7Aag" value="_VX6sMRirEem2CYYVeB7Aag"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ELOp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="#//ELOpKind"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="syntax" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operands" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="http://www.modelversioning.org/ecoremutator"> <details key="_VX8hYBirEem2CYYVeB7Aag" value="_VX8hYRirEem2CYYVeB7Aag"/> <details key="_VX9vgBirEem2CYYVeB7Aag" value="_VX9vgRirEem2CYYVeB7Aag"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="_VX9IchirEem2CYYVeB7Aag" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ELDataType" eSuperTypes="#//ELClass"/> <eClassifiers xsi:type="ecore:EClass" name="ELTypedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//ELClass"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="array" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ELBlockStarementKind"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="blocks" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="expressions" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ELModel"> <eStructuralFeatures xsi:type="ecore:EReference" name="packages" upperBound="-1" eType="#//ELPackage" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ops" eType="#//ELOp" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="blocks" upperBound="-1" eType="#//ELBlockStarementKind" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ELOpKind"> <eLiterals name="infix" literal="infix"/> <eLiterals name="suffix"/> <eLiterals name="prefix"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ELAssignment" eSuperTypes="#//ELStatement"/> </ecore:EPackage>
github:ecore:/data/MagMar94/ParmorelExperimentResults/Experiments/Experimen-compare-preferences/AMOR/bestWeight2/7_a12.ecore
ecore
_VX6sMhirEem2CYYVeB7Aag ELPackage classes ELClass methods fields superClases innerClasses ELMethod parameters localVariables block ELField ELStatement ELBlock statements ELExpression ELLiteral value ELCall arguments callee thisArgument ELAccess variable ELBlockStatement block expressions ELOp kind syntax operands _VX9IchirEem2CYYVeB7Aag ELDataType ELTypedElement type array ELBlockStarementKind blocks expressions ELModel packages ops blocks ELOpKind infix infix suffix suffix prefix prefix ELAssignment
null
{"directed":true,"nodes":[{"nsPrefix":"el","nsURI":"http://de.hub.el/EL/1.0","name":"_VX6sMhirEem2CYYVeB7Aag","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELPackage","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELClass","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELMethod","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELField","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELStatement","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELBlock","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELExpression","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELLiteral","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELCall","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELAccess","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELBlockStatement","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELOp","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELDataType","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELTypedElement","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELBlockStarementKind","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELModel","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ELOpKind","instanceClass":null,"id":17,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELAssignment","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"classes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"methods","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"fields","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"superClases","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"innerClasses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"localVariables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"block","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"callee","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"thisArgument","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"block","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":"expressions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"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":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":"syntax","changeable":true,"lowerBound":0,"iD":false,"id":58,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operands","changeable":true,"lowerBound":0,"iD":false,"id":59,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"_VX9IchirEem2CYYVeB7Aag","changeable":true,"lowerBound":0,"iD":false,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":66,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"array","changeable":true,"lowerBound":0,"iD":false,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"blocks","changeable":true,"lowerBound":0,"iD":false,"id":70,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"expressions","changeable":true,"lowerBound":0,"iD":false,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"packages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ops","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"blocks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"name":"infix","id":80,"value":0,"literal":"infix","eClass":"EEnumLiteral"},{"name":"suffix","id":81,"value":0,"literal":"suffix","eClass":"EEnumLiteral"},{"name":"prefix","id":82,"value":0,"literal":"prefix","eClass":"EEnumLiteral"},{"id":83,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":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":19,"target":2},{"source":19,"target":20},{"source":19,"target":1},{"source":20,"target":2},{"source":2,"target":0},{"source":2,"target":21},{"source":2,"target":22},{"source":2,"target":23},{"source":2,"target":24},{"source":21,"target":3},{"source":21,"target":25},{"source":21,"target":2},{"source":25,"target":3},{"source":22,"target":4},{"source":22,"target":26},{"source":22,"target":2},{"source":26,"target":4},{"source":23,"target":2},{"source":23,"target":27},{"source":23,"target":2},{"source":27,"target":2},{"source":24,"target":2},{"source":24,"target":28},{"source":24,"target":2},{"source":28,"target":2},{"source":3,"target":0},{"source":3,"target":14},{"source":3,"target":29},{"source":3,"target":30},{"source":3,"target":31},{"source":3,"target":32},{"source":29,"target":33},{"source":29,"target":3},{"source":30,"target":34},{"source":30,"target":3},{"source":31,"target":6},{"source":31,"target":35},{"source":31,"target":3},{"source":35,"target":6},{"source":32,"target":14},{"source":4,"target":0},{"source":5,"target":0},{"source":6,"target":0},{"source":6,"target":36},{"source":36,"target":5},{"source":36,"target":37},{"source":36,"target":6},{"source":37,"target":5},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":38},{"source":38,"target":5},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":39},{"source":8,"target":40},{"source":39,"target":41},{"source":39,"target":8},{"source":40,"target":7},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":42},{"source":9,"target":43},{"source":9,"target":44},{"source":9,"target":45},{"source":42,"target":7},{"source":42,"target":46},{"source":42,"target":9},{"source":46,"target":7},{"source":43,"target":3},{"source":43,"target":47},{"source":43,"target":9},{"source":47,"target":3},{"source":44,"target":7},{"source":44,"target":48},{"source":44,"target":9},{"source":48,"target":7},{"source":45,"target":7},{"source":10,"target":0},{"source":10,"target":7},{"source":10,"target":49},{"source":10,"target":50},{"source":49,"target":51},{"source":49,"target":10},{"source":50,"target":7},{"source":11,"target":0},{"source":11,"target":5},{"source":11,"target":52},{"source":11,"target":53},{"source":11,"target":54},{"source":52,"target":6},{"source":52,"target":55},{"source":52,"target":11},{"source":55,"target":6},{"source":53,"target":7},{"source":53,"target":56},{"source":53,"target":11},{"source":56,"target":7},{"source":54,"target":5},{"source":12,"target":0},{"source":12,"target":57},{"source":12,"target":58},{"source":12,"target":59},{"source":12,"target":60},{"source":57,"target":17},{"source":57,"target":61},{"source":57,"target":12},{"source":61,"target":17},{"source":58,"target":62},{"source":58,"target":12},{"source":59,"target":63},{"source":59,"target":12},{"source":60,"target":64},{"source":60,"target":12},{"source":13,"target":0},{"source":13,"target":2},{"source":13,"target":65},{"source":65,"target":2},{"source":14,"target":0},{"source":14,"target":66},{"source":14,"target":67},{"source":66,"target":2},{"source":66,"target":68},{"source":66,"target":14},{"source":68,"target":2},{"source":67,"target":69},{"source":67,"target":14},{"source":15,"target":0},{"source":15,"target":70},{"source":15,"target":71},{"source":70,"target":72},{"source":70,"target":15},{"source":71,"target":73},{"source":71,"target":15},{"source":16,"target":0},{"source":16,"target":74},{"source":16,"target":75},{"source":16,"target":76},{"source":74,"target":1},{"source":74,"target":77},{"source":74,"target":16},{"source":77,"target":1},{"source":75,"target":12},{"source":75,"target":78},{"source":75,"target":16},{"source":78,"target":12},{"source":76,"target":15},{"source":76,"target":79},{"source":76,"target":16},{"source":79,"target":15},{"source":17,"target":0},{"source":17,"target":80},{"source":17,"target":81},{"source":17,"target":82},{"source":80,"target":17},{"source":81,"target":17},{"source":82,"target":17},{"source":18,"target":0},{"source":18,"target":5},{"source":18,"target":83},{"source":83,"target":5}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="GraphConstraint" nsURI="http://www.example.org/GraphConstraint" nsPrefix="gc"> <eClassifiers xsi:type="ecore:EClass" name="Graph"> <eStructuralFeatures xsi:type="ecore:EReference" name="edges" upperBound="-1" eType="#//Edge" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nodes" upperBound="-1" eType="#//Node" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GraphElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NestedGraphConstraint"> <eStructuralFeatures xsi:type="ecore:EReference" name="import" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EPackage"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" lowerBound="1" eType="#//NestedGraphCondition" containment="true" eOpposite="#//NestedGraphCondition/gc"/> <eStructuralFeatures xsi:type="ecore:EReference" name="emptyDomain" lowerBound="1" eType="#//Graph" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Node" eSuperTypes="#//GraphElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="#//Attribute" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Edge" eSuperTypes="#//GraphElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="src" lowerBound="1" eType="#//Node"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tgt" lowerBound="1" eType="#//Node"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EReference"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Attribute" eSuperTypes="#//GraphElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EAttribute"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Mapping"> <eStructuralFeatures xsi:type="ecore:EReference" name="from" lowerBound="1" eType="#//Graph"/> <eStructuralFeatures xsi:type="ecore:EReference" name="to" lowerBound="1" eType="#//Graph"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mappings" upperBound="-1" eType="#//ElementMapping" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ElementMapping"> <eStructuralFeatures xsi:type="ecore:EReference" name="origin" lowerBound="1" eType="#//GraphElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="image" lowerBound="1" eType="#//GraphElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Quantifier"> <eLiterals name="EXISTS"/> <eLiterals name="FORALL"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Operator"> <eLiterals name="NOT"/> <eLiterals name="AND"/> <eLiterals name="OR"/> <eLiterals name="IMPLIES"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="QuantifiedGraphCondition" eSuperTypes="#//NestedGraphCondition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="quantifier" lowerBound="1" eType="#//Quantifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="codomain" eType="#//Graph" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="restriction" eType="#//Graph" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="restrictionMapping" eType="#//Mapping" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="codomainMapping" eType="#//Mapping" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nested" lowerBound="1" eType="#//NestedGraphCondition" containment="true" eOpposite="#//NestedGraphCondition/qgc"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="True" eSuperTypes="#//NestedGraphCondition"/> <eClassifiers xsi:type="ecore:EClass" name="Formula" eSuperTypes="#//NestedGraphCondition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="op" lowerBound="1" eType="#//Operator"/> <eStructuralFeatures xsi:type="ecore:EReference" name="args" lowerBound="1" upperBound="-1" eType="#//NestedGraphCondition" containment="true" eOpposite="#//NestedGraphCondition/formula"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Variable"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EDataType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NestedGraphCondition" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="formula" eType="#//Formula" eOpposite="#//Formula/args"/> <eStructuralFeatures xsi:type="ecore:EReference" name="qgc" eType="#//QuantifiedGraphCondition" eOpposite="#//QuantifiedGraphCondition/nested"/> <eStructuralFeatures xsi:type="ecore:EReference" name="gc" eType="#//NestedGraphConstraint" eOpposite="#//NestedGraphConstraint/condition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="domain" lowerBound="1" eType="#//Graph"/> <eStructuralFeatures xsi:type="ecore:EReference" name="vars" upperBound="-1" eType="#//Variable" containment="true"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/dstrueber/multicda/org.eclipse.emf.henshin.multicda.cda.eval/rules/ocl/GraphConstraint.ecore
ecore
GraphConstraint Graph edges nodes GraphElement name NestedGraphConstraint import name condition emptyDomain Node attributes type Edge src tgt type Attribute op value type Mapping from to mappings ElementMapping origin image Quantifier EXISTS EXISTS FORALL FORALL Operator NOT NOT AND AND OR OR IMPLIES IMPLIES QuantifiedGraphCondition quantifier codomain restriction restrictionMapping codomainMapping nested True Formula op args Variable type name NestedGraphCondition formula qgc gc domain vars
null
{"directed":true,"nodes":[{"nsPrefix":"gc","nsURI":"http://www.example.org/GraphConstraint","name":"GraphConstraint","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Graph","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GraphElement","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NestedGraphConstraint","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Edge","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mapping","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElementMapping","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Quantifier","instanceClass":null,"id":9,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Operator","instanceClass":null,"id":10,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QuantifiedGraphCondition","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"True","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Formula","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NestedGraphCondition","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"edges","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nodes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"import","changeable":true,"resolveProxies":true,"lowerBound":1,"id":22,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":24,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"emptyDomain","changeable":true,"resolveProxies":true,"lowerBound":1,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"gc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"src","changeable":true,"resolveProxies":true,"lowerBound":1,"id":36,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tgt","changeable":true,"resolveProxies":true,"lowerBound":1,"id":37,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"lowerBound":0,"iD":false,"id":43,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":44,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"from","changeable":true,"resolveProxies":true,"lowerBound":1,"id":50,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"to","changeable":true,"resolveProxies":true,"lowerBound":1,"id":51,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mappings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"origin","changeable":true,"resolveProxies":true,"lowerBound":1,"id":56,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"image","changeable":true,"resolveProxies":true,"lowerBound":1,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"name":"EXISTS","id":60,"value":0,"literal":"EXISTS","eClass":"EEnumLiteral"},{"name":"FORALL","id":61,"value":0,"literal":"FORALL","eClass":"EEnumLiteral"},{"name":"NOT","id":62,"value":0,"literal":"NOT","eClass":"EEnumLiteral"},{"name":"AND","id":63,"value":0,"literal":"AND","eClass":"EEnumLiteral"},{"name":"OR","id":64,"value":0,"literal":"OR","eClass":"EEnumLiteral"},{"name":"IMPLIES","id":65,"value":0,"literal":"IMPLIES","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"quantifier","changeable":true,"lowerBound":1,"iD":false,"id":66,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"codomain","changeable":true,"resolveProxies":true,"lowerBound":0,"id":67,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"restriction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"restrictionMapping","changeable":true,"resolveProxies":true,"lowerBound":0,"id":69,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"codomainMapping","changeable":true,"resolveProxies":true,"lowerBound":0,"id":70,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nested","changeable":true,"resolveProxies":true,"lowerBound":1,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"qgc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"lowerBound":1,"iD":false,"id":81,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"args","changeable":true,"resolveProxies":true,"lowerBound":1,"id":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"formula","changeable":true,"resolveProxies":true,"lowerBound":0,"id":86,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":87,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":88,"derived":false},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"domain","changeable":true,"resolveProxies":true,"lowerBound":1,"id":91,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"vars","changeable":true,"resolveProxies":true,"lowerBound":0,"id":92,"derived":false},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":1,"target":0},{"source":1,"target":16},{"source":1,"target":17},{"source":16,"target":5},{"source":16,"target":18},{"source":16,"target":1},{"source":18,"target":5},{"source":17,"target":4},{"source":17,"target":19},{"source":17,"target":1},{"source":19,"target":4},{"source":2,"target":0},{"source":2,"target":20},{"source":20,"target":21},{"source":20,"target":2},{"source":3,"target":0},{"source":3,"target":22},{"source":3,"target":23},{"source":3,"target":24},{"source":3,"target":25},{"source":22,"target":26},{"source":22,"target":3},{"source":23,"target":27},{"source":23,"target":3},{"source":24,"target":15},{"source":24,"target":28},{"source":24,"target":3},{"source":24,"target":29},{"source":28,"target":15},{"source":25,"target":1},{"source":25,"target":30},{"source":25,"target":3},{"source":30,"target":1},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":31},{"source":4,"target":32},{"source":4,"target":33},{"source":31,"target":6},{"source":31,"target":34},{"source":31,"target":4},{"source":34,"target":6},{"source":32,"target":35},{"source":32,"target":4},{"source":33,"target":2},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":36},{"source":5,"target":37},{"source":5,"target":38},{"source":5,"target":39},{"source":36,"target":4},{"source":36,"target":40},{"source":36,"target":5},{"source":40,"target":4},{"source":37,"target":4},{"source":37,"target":41},{"source":37,"target":5},{"source":41,"target":4},{"source":38,"target":42},{"source":38,"target":5},{"source":39,"target":2},{"source":6,"target":0},{"source":6,"target":2},{"source":6,"target":43},{"source":6,"target":44},{"source":6,"target":45},{"source":6,"target":46},{"source":43,"target":47},{"source":43,"target":6},{"source":44,"target":48},{"source":44,"target":6},{"source":45,"target":49},{"source":45,"target":6},{"source":46,"target":2},{"source":7,"target":0},{"source":7,"target":50},{"source":7,"target":51},{"source":7,"target":52},{"source":50,"target":1},{"source":50,"target":53},{"source":50,"target":7},{"source":53,"target":1},{"source":51,"target":1},{"source":51,"target":54},{"source":51,"target":7},{"source":54,"target":1},{"source":52,"target":8},{"source":52,"target":55},{"source":52,"target":7},{"source":55,"target":8},{"source":8,"target":0},{"source":8,"target":56},{"source":8,"target":57},{"source":56,"target":2},{"source":56,"target":58},{"source":56,"target":8},{"source":58,"target":2},{"source":57,"target":2},{"source":57,"target":59},{"source":57,"target":8},{"source":59,"target":2},{"source":9,"target":0},{"source":9,"target":60},{"source":9,"target":61},{"source":60,"target":9},{"source":61,"target":9},{"source":10,"target":0},{"source":10,"target":62},{"source":10,"target":63},{"source":10,"target":64},{"source":10,"target":65},{"source":62,"target":10},{"source":63,"target":10},{"source":64,"target":10},{"source":65,"target":10},{"source":11,"target":0},{"source":11,"target":15},{"source":11,"target":66},{"source":11,"target":67},{"source":11,"target":68},{"source":11,"target":69},{"source":11,"target":70},{"source":11,"target":71},{"source":11,"target":72},{"source":66,"target":9},{"source":66,"target":73},{"source":66,"target":11},{"source":73,"target":9},{"source":67,"target":1},{"source":67,"target":74},{"source":67,"target":11},{"source":74,"target":1},{"source":68,"target":1},{"source":68,"target":75},{"source":68,"target":11},{"source":75,"target":1},{"source":69,"target":7},{"source":69,"target":76},{"source":69,"target":11},{"source":76,"target":7},{"source":70,"target":7},{"source":70,"target":77},{"source":70,"target":11},{"source":77,"target":7},{"source":71,"target":15},{"source":71,"target":78},{"source":71,"target":11},{"source":71,"target":79},{"source":78,"target":15},{"source":72,"target":15},{"source":12,"target":0},{"source":12,"target":15},{"source":12,"target":80},{"source":80,"target":15},{"source":13,"target":0},{"source":13,"target":15},{"source":13,"target":81},{"source":13,"target":82},{"source":13,"target":83},{"source":81,"target":10},{"source":81,"target":84},{"source":81,"target":13},{"source":84,"target":10},{"source":82,"target":15},{"source":82,"target":85},{"source":82,"target":13},{"source":82,"target":86},{"source":85,"target":15},{"source":83,"target":15},{"source":14,"target":0},{"source":14,"target":87},{"source":14,"target":88},{"source":87,"target":89},{"source":87,"target":14},{"source":88,"target":90},{"source":88,"target":14},{"source":15,"target":0},{"source":15,"target":86},{"source":15,"target":79},{"source":15,"target":29},{"source":15,"target":91},{"source":15,"target":92},{"source":86,"target":13},{"source":86,"target":93},{"source":86,"target":15},{"source":86,"target":82},{"source":93,"target":13},{"source":79,"target":11},{"source":79,"target":94},{"source":79,"target":15},{"source":79,"target":71},{"source":94,"target":11},{"source":29,"target":3},{"source":29,"target":95},{"source":29,"target":15},{"source":29,"target":24},{"source":95,"target":3},{"source":91,"target":1},{"source":91,"target":96},{"source":91,"target":15},{"source":96,"target":1},{"source":92,"target":14},{"source":92,"target":97},{"source":92,"target":15},{"source":97,"target":14}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="ServiceCIM" nsURI="file:/Users/IMG/Desktop/Dropbox/S-CASE-Int/Work/WP2/Task_2.2-2.3/EMF_ATL_MDE_Engine/CIM_Ecore_metamodel/CIMMetamodel.ecore" nsPrefix="Eu.fp7.scase"> <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="Resource"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="UniqueCRUDVerbs UniqueInputMediaTypes UniqueOutputMediaTypes UniqueNamingProperty AlgoResHaveNoProperties CRUDResHaveAtLeastOneProperty"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="UniqueCRUDVerbs" value="self.hasCRUDActivity->isUnique(CRUDVerb)"/> <details key="UniqueInputMediaTypes" value="self.hasInputRepresentation->isUnique(MediaType)"/> <details key="UniqueOutputMediaTypes" value="self.hasOutputRepresentation->isUnique(MediaType)"/> <details key="UniqueNamingProperty" value="self.hasProperty->notEmpty() implies self.hasProperty->one(isNamingProperty = true)"/> <details key="AlgoResHaveNoProperties" value="(self.isAlgorithmic = true) implies self.hasProperty->isEmpty()"/> <details key="CRUDResHaveAtLeastOneProperty" value="(self.isAlgorithmic = false) implies self.hasProperty->notEmpty()"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAlgorithmic" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <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="hasInputRepresentation" lowerBound="1" upperBound="-1" eType="#//InputRepresentation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasCRUDActivity" lowerBound="1" upperBound="4" eType="#//CRUDActivity" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasProperty" upperBound="-1" eType="#//Property" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasOutputRepresentation" lowerBound="1" upperBound="-1" eType="#//OutputRepresentation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasRelatedResource" upperBound="-1" eType="#//Resource"/> <eStructuralFeatures xsi:type="ecore:EReference" name="isRelatedResource" upperBound="-1" eType="#//Resource"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CRUDActivity"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="CRUDVerb" lowerBound="1" eType="#//CRUDVerb"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Property"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isUnique" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isNamingProperty" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InputRepresentation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inputMediaType" lowerBound="1" eType="#//MediaType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OutputRepresentation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="outputMediaType" lowerBound="1" eType="#//MediaType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="MediaType"> <eLiterals name="JSON"/> <eLiterals name="XML" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="CRUDVerb"> <eLiterals name="CREATE"/> <eLiterals name="READ" value="1"/> <eLiterals name="UPDATE" value="2"/> <eLiterals name="DELETE" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RESTfulServiceCIM"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="UniqueResourceNames"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="OCL constraints"/> </eAnnotations> <details key="UniqueResourceNames" value="self.hasResources->isUnique(name)"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasResources" lowerBound="1" upperBound="-1" eType="#//Resource" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="serviceOutputPath" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="serviceDatabaseIP" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="serviceDatabasePort" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="serviceDatabaseUsername" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="serviceDatabasePassword" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/christopherzolotas/phd/Automation Engine Eclipse Plugin/doc/ecore-meta-models/CIMMetamodel.ecore
ecore
ServiceCIM Resource isAlgorithmic name hasInputRepresentation hasCRUDActivity hasProperty hasOutputRepresentation hasRelatedResource isRelatedResource CRUDActivity CRUDVerb Property isUnique isNamingProperty name type InputRepresentation inputMediaType OutputRepresentation outputMediaType MediaType JSON JSON XML XML CRUDVerb CREATE CREATE READ READ UPDATE UPDATE DELETE DELETE RESTfulServiceCIM name hasResources serviceOutputPath serviceDatabaseIP serviceDatabasePort serviceDatabaseUsername serviceDatabasePassword
null
{"directed":true,"nodes":[{"nsPrefix":"Eu.fp7.scase","nsURI":"file:/Users/IMG/Desktop/Dropbox/S-CASE-Int/Work/WP2/Task_2.2-2.3/EMF_ATL_MDE_Engine/CIM_Ecore_metamodel/CIMMetamodel.ecore","name":"ServiceCIM","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Resource","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CRUDActivity","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":"InputRepresentation","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputRepresentation","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"MediaType","instanceClass":null,"id":6,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"CRUDVerb","instanceClass":null,"id":7,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RESTfulServiceCIM","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isAlgorithmic","changeable":true,"lowerBound":1,"iD":false,"id":9,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"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":"hasInputRepresentation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":11,"derived":false},{"container":false,"ordered":true,"upperBound":4,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasCRUDActivity","changeable":true,"resolveProxies":true,"lowerBound":1,"id":12,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasProperty","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasOutputRepresentation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":14,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasRelatedResource","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":"isRelatedResource","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"CRUDVerb","changeable":true,"lowerBound":1,"iD":false,"id":25,"derived":false},{"id":26,"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":"isUnique","changeable":true,"lowerBound":1,"iD":false,"id":27,"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":"isNamingProperty","changeable":true,"lowerBound":1,"iD":false,"id":28,"derived":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":29,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"inputMediaType","changeable":true,"lowerBound":1,"iD":false,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"outputMediaType","changeable":true,"lowerBound":1,"iD":false,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"name":"JSON","id":39,"value":0,"literal":"JSON","eClass":"EEnumLiteral"},{"name":"XML","id":40,"value":1,"literal":"XML","eClass":"EEnumLiteral"},{"name":"CREATE","id":41,"value":0,"literal":"CREATE","eClass":"EEnumLiteral"},{"name":"READ","id":42,"value":1,"literal":"READ","eClass":"EEnumLiteral"},{"name":"UPDATE","id":43,"value":2,"literal":"UPDATE","eClass":"EEnumLiteral"},{"name":"DELETE","id":44,"value":3,"literal":"DELETE","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":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":"hasResources","changeable":true,"resolveProxies":true,"lowerBound":1,"id":46,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"serviceOutputPath","changeable":true,"lowerBound":1,"iD":false,"id":47,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"serviceDatabaseIP","changeable":true,"lowerBound":1,"iD":false,"id":48,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"serviceDatabasePort","changeable":true,"lowerBound":1,"iD":false,"id":49,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"serviceDatabaseUsername","changeable":true,"lowerBound":1,"iD":false,"id":50,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"serviceDatabasePassword","changeable":true,"lowerBound":1,"iD":false,"id":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":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":9,"target":17},{"source":9,"target":1},{"source":10,"target":18},{"source":10,"target":1},{"source":11,"target":4},{"source":11,"target":19},{"source":11,"target":1},{"source":19,"target":4},{"source":12,"target":2},{"source":12,"target":20},{"source":12,"target":1},{"source":20,"target":2},{"source":13,"target":3},{"source":13,"target":21},{"source":13,"target":1},{"source":21,"target":3},{"source":14,"target":5},{"source":14,"target":22},{"source":14,"target":1},{"source":22,"target":5},{"source":15,"target":1},{"source":15,"target":23},{"source":15,"target":1},{"source":23,"target":1},{"source":16,"target":1},{"source":16,"target":24},{"source":16,"target":1},{"source":24,"target":1},{"source":2,"target":0},{"source":2,"target":25},{"source":25,"target":7},{"source":25,"target":26},{"source":25,"target":2},{"source":26,"target":7},{"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":30,"target":34},{"source":30,"target":3},{"source":4,"target":0},{"source":4,"target":35},{"source":35,"target":6},{"source":35,"target":36},{"source":35,"target":4},{"source":36,"target":6},{"source":5,"target":0},{"source":5,"target":37},{"source":37,"target":6},{"source":37,"target":38},{"source":37,"target":5},{"source":38,"target":6},{"source":6,"target":0},{"source":6,"target":39},{"source":6,"target":40},{"source":39,"target":6},{"source":40,"target":6},{"source":7,"target":0},{"source":7,"target":41},{"source":7,"target":42},{"source":7,"target":43},{"source":7,"target":44},{"source":41,"target":7},{"source":42,"target":7},{"source":43,"target":7},{"source":44,"target":7},{"source":8,"target":0},{"source":8,"target":45},{"source":8,"target":46},{"source":8,"target":47},{"source":8,"target":48},{"source":8,"target":49},{"source":8,"target":50},{"source":8,"target":51},{"source":45,"target":52},{"source":45,"target":8},{"source":46,"target":1},{"source":46,"target":53},{"source":46,"target":8},{"source":53,"target":1},{"source":47,"target":54},{"source":47,"target":8},{"source":48,"target":55},{"source":48,"target":8},{"source":49,"target":56},{"source":49,"target":8},{"source":50,"target":57},{"source":50,"target":8},{"source":51,"target":58},{"source":51,"target":8}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="org.eclipse.emf.texo.test.model.schemaconstructs.emap" nsURI="http://www.eclipse.org/emf/texo/test/model/schemaconstructs/emap" nsPrefix="emap"> <eClassifiers xsi:type="ecore:EClass" name="Book" eSuperTypes="http://www.eclipse.org/emf/texo/test/model/base/identifiable#//Identifiable"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Book"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="title"/> </eAnnotations> <eAnnotations source="org.eclipse.emf.texo"> <details key="java.member" value="title"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="writers" upperBound="-1" eType="#//StringToWriterMapEntry" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="writers"/> </eAnnotations> <eAnnotations source="org.eclipse.emf.texo"> <details key="java.member" value="writers"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BookStore" eSuperTypes="http://www.eclipse.org/emf/texo/test/model/base/identifiable#//Identifiable"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="BookStore"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="name"/> </eAnnotations> <eAnnotations source="org.eclipse.emf.texo"> <details key="java.member" value="name"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="writersByBook" upperBound="-1" eType="#//WriterToBookMapEntry" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="writersByBook"/> </eAnnotations> <eAnnotations source="org.eclipse.emf.texo"> <details key="java.member" value="writersByBook"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringToWriterMapEntry" instanceClassName="java.util.Map$Entry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="StringToWriterMapEntry"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="key"/> </eAnnotations> <eAnnotations source="org.eclipse.emf.texo"> <details key="java.member" value="key"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="#//Writer" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="value"/> </eAnnotations> <eAnnotations source="org.eclipse.emf.texo"> <details key="java.member" value="value"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Writer" eSuperTypes="http://www.eclipse.org/emf/texo/test/model/base/identifiable#//Identifiable"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Writer"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="name"/> </eAnnotations> <eAnnotations source="org.eclipse.emf.texo"> <details key="java.member" value="name"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WriterToBookMapEntry" instanceClassName="java.util.Map$Entry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="WriterToBookMapEntry"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="key" lowerBound="1" eType="#//Writer" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="key"/> </eAnnotations> <eAnnotations source="org.eclipse.emf.texo"> <details key="java.member" value="key"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="#//Book" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="value"/> </eAnnotations> <eAnnotations source="org.eclipse.emf.texo"> <details key="java.member" value="value"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
github:ecore:/data/eclipse/emf.texo/tests/org.eclipse.emf.texo.test.model/src-test-gen/org/eclipse/emf/texo/test/model/schemaconstructs/emap/emap.ecore
ecore
org.eclipse.emf.texo.test.model.schemaconstructs.emap Book title writers BookStore name writersByBook StringToWriterMapEntry java.util.Map$Entry java.util.Map$Entry key value Writer name WriterToBookMapEntry java.util.Map$Entry java.util.Map$Entry key value
null
{"directed":true,"nodes":[{"nsPrefix":"emap","nsURI":"http://www.eclipse.org/emf/texo/test/model/schemaconstructs/emap","name":"org.eclipse.emf.texo.test.model.schemaconstructs.emap","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":"BookStore","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"StringToWriterMapEntry","instanceClass":"java.util.Map$Entry","abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Writer","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"WriterToBookMapEntry","instanceClass":"java.util.Map$Entry","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":"title","changeable":true,"lowerBound":1,"iD":false,"id":6,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"writers","changeable":true,"resolveProxies":false,"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":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":"writersByBook","changeable":true,"resolveProxies":false,"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":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"lowerBound":1,"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":"value","changeable":true,"resolveProxies":false,"lowerBound":1,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"resolveProxies":false,"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":"value","changeable":true,"resolveProxies":false,"lowerBound":1,"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":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":3},{"source":7,"target":10},{"source":7,"target":1},{"source":10,"target":3},{"source":2,"target":0},{"source":2,"target":11},{"source":2,"target":12},{"source":2,"target":13},{"source":11,"target":14},{"source":11,"target":2},{"source":12,"target":5},{"source":12,"target":15},{"source":12,"target":2},{"source":15,"target":5},{"source":3,"target":0},{"source":3,"target":16},{"source":3,"target":17},{"source":16,"target":18},{"source":16,"target":3},{"source":17,"target":4},{"source":17,"target":19},{"source":17,"target":3},{"source":19,"target":4},{"source":4,"target":0},{"source":4,"target":20},{"source":4,"target":21},{"source":20,"target":22},{"source":20,"target":4},{"source":5,"target":0},{"source":5,"target":23},{"source":5,"target":24},{"source":23,"target":4},{"source":23,"target":25},{"source":23,"target":5},{"source":25,"target":4},{"source":24,"target":1},{"source":24,"target":26},{"source":24,"target":5},{"source":26,"target":1}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="variability" nsURI="http:///variability.ecore" nsPrefix="variability"> <eClassifiers xsi:type="ecore:EEnum" name="PrimitiveTypeEnum"> <eLiterals name="String"/> <eLiterals name="Integer" value="1"/> <eLiterals name="Float" value="2"/> <eLiterals name="Boolean" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Choice" eSuperTypes="#//VSpec"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultResolution" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isImpliedByParent" 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; When True then resolving the parent VSpec positively implies resolving this VSpec positively. A VSpec resolution is&#xD;&#xA; positive if it is a choice decided positively, or any classifier instantiation, or any value assignment to a&#xD;&#xA; variable.&lt;br />&#xD;&#xA; &lt;br />&#xD;&#xA; For a root VSpec, True implies it must be resolved positively.&#xD;&#xA;&lt;/p>"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VSpec" abstract="true" eSuperTypes="#//VPackageable"> <eStructuralFeatures xsi:type="ecore:EReference" name="groupMultiplicity" ordered="false" eType="#//MultiplicityInterval" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>&#xD;&#xA; The group multiplicity of the VSpec. If the VSpec is resolved positively and has a group multiplicity then the number&#xD;&#xA; of&lt;br />&#xD;&#xA; its children resolved positively must conform to the specified multiplicity interval.&#xD;&#xA;&lt;/p>"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resolutionTime" 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="&lt;p>The latest life-cycle stage at which this VSpec is expected to be resolved, e.g. &quot;Design&quot;, &quot;Link&quot;, &quot;Build&quot;, &quot;PostBuild&quot;, etc.&lt;/p>"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="childVSpec" upperBound="-1" eType="#//VSpec" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>&#xD;&#xA; The childSpecs of a VSpec are its children in the VSpec tree, i.e. this association defines the VSpec tree structure.&#xD;&#xA;&lt;/p>"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="derivation" ordered="false" eType="#//VSpecDerivation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VPackageable" 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="MultiplicityInterval"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="upper" 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="&lt;p>&#xD;&#xA; The upper multiplicity.&#xD;&#xA;&lt;/p>"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lower" 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="&lt;p>&#xD;&#xA; The lower multiplicity.&#xD;&#xA;&lt;/p>"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VSpecDerivation"> <eStructuralFeatures xsi:type="ecore:EReference" name="derivedVSpec" ordered="false" lowerBound="1" eType="#//VSpec"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VClassifier" eSuperTypes="#//VSpec"> <eStructuralFeatures xsi:type="ecore:EReference" name="instanceMultiplicity" ordered="false" lowerBound="1" eType="#//MultiplicityInterval" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies a cardinality constraint on the number of instances created from this VClassifier."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VSpecResolution" abstract="true" eSuperTypes="#//VPackageable"> <eStructuralFeatures xsi:type="ecore:EReference" name="resolvedVSpec" ordered="false" lowerBound="1" eType="#//VSpec"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The&amp;nbsp;VSpec&amp;nbsp;this&amp;nbsp;VSpecResolution&amp;nbsp;resolves.Due to&amp;nbsp;VSpec inheritance and VClassifiers, a given VPSec&#xD;&#xA;may have several VSpecResolutions resolving it, where each resolution is in the context of its parent."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="childResolution" ordered="false" upperBound="-1" eType="#//VSpecResolution" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The child resolutions of this VSpecResolution. A given VSpecResolution is interpreted in the context of its parent."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariationPoint" abstract="true" eSuperTypes="#//VPackageable"> <eStructuralFeatures xsi:type="ecore:EReference" name="bindingVspec" ordered="false" upperBound="-1" eType="#//VSpec"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Vspec bound by this binding."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FragmentSubstitution" eSuperTypes="#//ChoiceVariationPoint #//RepeatableVariationPoint"> <eStructuralFeatures xsi:type="ecore:EReference" name="boundaryElementBinding" ordered="false" upperBound="-1" eType="#//BoundaryElementBinding" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>&#xD;&#xA; Specifies the binding between the placement and replacement fragments.&#xD;&#xA;&lt;/p>"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="placement" ordered="false" lowerBound="1" eType="#//PlacementFragment"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>&#xD;&#xA; Specifies the fragment to be replaced.&#xD;&#xA;&lt;/p>"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="multi" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="replacement" ordered="false" eType="#//ReplacementFragmentType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ChoiceVariationPoint" eSuperTypes="#//VariationPoint"> <eStructuralFeatures xsi:type="ecore:EReference" name="bindingChoice" ordered="false" upperBound="-1" eType="#//Choice"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RepeatableVariationPoint" abstract="true" eSuperTypes="#//VariationPoint"> <eStructuralFeatures xsi:type="ecore:EReference" name="bindingClassifier" ordered="false" lowerBound="1" eType="#//VClassifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BoundaryElementBinding" 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="PlacementFragment" eSuperTypes="#//VariationPoint"> <eStructuralFeatures xsi:type="ecore:EReference" name="placementBoundaryElement" ordered="false" upperBound="-1" eType="#//PlacementBoundaryElement" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The boundary elements captures all the relations from and to the fragment."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PlacementBoundaryElement" 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="ReplacementFragmentType" eSuperTypes="#//Variabletype #//VPackageable"> <eStructuralFeatures xsi:type="ecore:EReference" name="replacementBoundaryElement" ordered="false" upperBound="-1" eType="#//ReplacementBoundaryElement" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The boundary elements captures all the relations from and to the fragment."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="placementFragment" ordered="false" upperBound="-1" eType="#//PlacementFragment" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Set of placements contained by the replacement fragment."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Variabletype"/> <eClassifiers xsi:type="ecore:EClass" name="ReplacementBoundaryElement" 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="ObjectSubstitution" eSuperTypes="#//ChoiceVariationPoint"> <eStructuralFeatures xsi:type="ecore:EReference" name="placementObject" ordered="false" lowerBound="1" eType="#//ObjectHandle" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The&amp;nbsp;object handle identifying the base model object&amp;nbsp;to&amp;nbsp;be&amp;nbsp;replaced&amp;nbsp;by&amp;nbsp;the replacement&#xD;&#xA;object&amp;nbsp;in&amp;nbsp;this&amp;nbsp;substitution."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="replacementObject" ordered="false" lowerBound="1" eType="#//ObjectHandle" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The&amp;nbsp;object handle identifying the base model object&amp;nbsp;replacing&amp;nbsp;to&amp;nbsp;the&amp;nbsp;placement&amp;nbsp;object in this&#xD;&#xA;substitution. If no replacement is specified then the object is expected to arrive in a variable, that is the variation&#xD;&#xA;point must be bound to a variable to be acted on."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ObjectHandle" eSuperTypes="#//VPackageable"> <eOperations name="getPropertyByName" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"> <eParameters name="propertyName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="getPropertyValue"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EEList"> <eTypeArguments/> </eGenericType> <eParameters name="propertyName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="object" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ref" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Existence" abstract="true" eSuperTypes="#//ChoiceVariationPoint"/> <eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//VSpec"> <eStructuralFeatures xsi:type="ecore:EReference" name="replacementFragmentTypesubsetstype" ordered="false" eType="#//ReplacementFragmentType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="defaulValue" ordered="false" eType="#//ValueSpecification" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#//Variabletype"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ValueSpecification" abstract="true" eSuperTypes="#//VPackageable"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#//Variabletype" volatile="true" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimitveType" eSuperTypes="#//Variabletype"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" ordered="false" lowerBound="1" eType="#//PrimitiveTypeEnum"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ObjectType" eSuperTypes="#//Variabletype"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="theMetaClass" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The name of the metaclass in the metamodel of which the base model is an instance."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VInterface" eSuperTypes="#//VPackageable"> <eStructuralFeatures xsi:type="ecore:EReference" name="vSpec" ordered="false" upperBound="-1" eType="#//VSpec" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>&#xD;&#xA; The VSpecs of the VInterface. They are in effect the configuration parameters of units typed by this interface.&#xD;&#xA;&lt;/p>"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedConstraint" ordered="false" upperBound="-1" eType="#//Constraint" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Constraints&amp;nbsp;over&amp;nbsp;the&amp;nbsp;VSPecs&amp;nbsp;over&amp;nbsp;this&amp;nbsp;VInterface"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="super" ordered="false" eType="#//VInterface"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>An inherited interface. &lt;/p>"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Constraint" eSuperTypes="#//VPackageable"> <eStructuralFeatures xsi:type="ecore:EReference" name="generalExpression" ordered="false" lowerBound="1" upperBound="-1" eType="#//GeneralExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="context" ordered="false" eType="#//VSpec"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="constraint" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="constraintLanguage" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GeneralExpression" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="SlotAssignment" eSuperTypes="#//ChoiceVariationPoint"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="slotIdentifier" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The name of the MOF Property&amp;nbsp;in the object's metaclass identifying the slot to which the value is to be assigned."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false" eType="#//ValueSpecification" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The value to be assigned."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="SlotOwner" ordered="false" lowerBound="1" eType="#//ObjectHandle" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The object handle identifying the base model object to whose slot the value is to be assigned."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FixedSlotValueAssignment"/> <eClassifiers xsi:type="ecore:EClass" name="FixedObjectSubstitution"/> <eClassifiers xsi:type="ecore:EClass" name="ObjectExistence" eSuperTypes="#//Existence"> <eStructuralFeatures xsi:type="ecore:EReference" name="optionalObject" ordered="false" lowerBound="1" eType="#//ObjectHandle" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The&amp;nbsp;object&amp;nbsp;handle&amp;nbsp;identifying&amp;nbsp;the&amp;nbsp;base&amp;nbsp;model&amp;nbsp;object&amp;nbsp;whose&amp;nbsp;existence&amp;nbsp;is&amp;nbsp;in&amp;nbsp;question."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LinkAssignment" eSuperTypes="#//ChoiceVariationPoint"> <eStructuralFeatures xsi:type="ecore:EReference" name="link" ordered="false" lowerBound="1" eType="#//LinkHandle" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="linkEndIdentifier" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The name of the MOF Property&amp;nbsp;in the object's metaclass identifying the link-end where this substitution occurs."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="newEnd" ordered="false" lowerBound="1" eType="#//ObjectHandle" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The&amp;nbsp;object handle identifying the base model object&amp;nbsp;replacing&amp;nbsp;the link-end in this substitution. If no&#xD;&#xA;replacement is specified then the object is expected to arrive in a variable, that is the variation point must be bound to&#xD;&#xA;a variable to be acted on."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LinkHandle" eSuperTypes="#//VPackageable"> <eOperations name="getEnd"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EEList"> <eTypeArguments/> </eGenericType> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="linkRef" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="linkOwner" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="referencedObject" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConfigurableUnit" eSuperTypes="#//CompositeVariationPoint"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedVSpec" ordered="false" upperBound="-1" eType="#//VSpec" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>Internal VSpecs of the CU&lt;/p>"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedVariationPoint" ordered="false" upperBound="-1" eType="#//VariationPoint" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Internal variation points against the content of the base model object referenced by the unit."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedConstraint" ordered="false" upperBound="-1" eType="#//Constraint" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The constraints wrt the internal VSPecs of the unit."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="configurableContainerObject" ordered="false" lowerBound="1" eType="#//ObjectHandle" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>The container object in the base model which is configurable.&lt;/p>"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedVSpecResolution" ordered="false" upperBound="-1" eType="#//VSpecResolution" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompositeVariationPoint" eSuperTypes="#//VariationPoint"> <eStructuralFeatures xsi:type="ecore:EReference" name="bindingCVSpec" ordered="false" lowerBound="1" eType="#//CVSpec"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>The explicitly exposed interface of an encapsulated CU&lt;/p>"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CVSpec" eSuperTypes="#//VSpec"> <eStructuralFeatures xsi:type="ecore:EReference" name="vInterface" ordered="false" lowerBound="1" eType="#//VInterface"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VConfiguration" eSuperTypes="#//VSpecResolution #//VPackageable"> <eStructuralFeatures xsi:type="ecore:EReference" name="vSpecResolution" ordered="false" upperBound="-1" eType="#//VSpecResolution" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isPartial" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="super" ordered="false" eType="#//VConfiguration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resolvedVIRef" ordered="false" lowerBound="1" eType="#//CVSpec"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VSpec2VSpecMapping"> <eStructuralFeatures xsi:type="ecore:EReference" name="derivingConstraint" ordered="false" upperBound="-1" eType="#//Constraint" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LinkExistence" eSuperTypes="#//Existence"> <eStructuralFeatures xsi:type="ecore:EReference" name="optionalLink" ordered="false" lowerBound="1" eType="#//LinkHandle" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The link handle identifying the base model link whose existence is in question"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OpaqueVariationPoint" eSuperTypes="#//VariationPoint"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveValueSpecification" abstract="true" eSuperTypes="#//ValueSpecification #//Expression1"> <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="Expression" abstract="true" eSuperTypes="#//GeneralExpression"/> <eClassifiers xsi:type="ecore:EClass" name="ObjectSpecification" eSuperTypes="#//ValueSpecification"> <eStructuralFeatures xsi:type="ecore:EReference" name="object" ordered="false" lowerBound="1" eType="#//ObjectHandle"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The object specified."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReplacementFragmentSpecification" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="VPackage" eSuperTypes="#//VPackageable"> <eStructuralFeatures xsi:type="ecore:EReference" name="packageElement" ordered="false" upperBound="-1" eType="#//VPackageable" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ToBinding" eSuperTypes="#//BoundaryElementBinding"> <eStructuralFeatures xsi:type="ecore:EReference" name="toPlacement" ordered="false" lowerBound="1" eType="#//ToPlacement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies the ToPlacement boundary element that is part of the binding."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="toReplacement" ordered="false" lowerBound="1" eType="#//ToReplacement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies the ToReplacement boundary element that is part of the binding."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ToPlacement" eSuperTypes="#//PlacementBoundaryElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="toReplacement" ordered="false" eType="#//ToReplacement" eOpposite="#//ToReplacement/toPlacement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Reference to a ToReplacement in a containing replacement fragment."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="propertyName" 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="Name of the attribute to be changed."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="insideBoundaryElement" ordered="false" upperBound="-1" eType="#//ObjectHandle"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Model elements that are referred to by outside model elements. Used to distinguish miltiplicity references."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="outsideBoundaryElement" ordered="false" eType="#//ObjectHandle"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Outside model elements that refer model elements inside the fragment."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ToReplacement" eSuperTypes="#//ReplacementBoundaryElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="insideBoundaryElement" ordered="false" upperBound="-1" eType="#//ObjectHandle"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Model elements that are referred to by outside model elements."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="toPlacement" ordered="false" eType="#//ToPlacement" eOpposite="#//ToPlacement/toReplacement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Reference to a ToPlacement contained by the replacement fragment."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FromBinding" eSuperTypes="#//BoundaryElementBinding"> <eStructuralFeatures xsi:type="ecore:EReference" name="fromPlacement" ordered="false" lowerBound="1" eType="#//FromPlacement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies the FromPlacement boundary element that is part of the binding."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="fromReplacement" ordered="false" lowerBound="1" eType="#//FromReplacement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies the FromReplacement boundary element that is part of the binding."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FromPlacement" eSuperTypes="#//PlacementBoundaryElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="fromReplacement" ordered="false" eType="#//FromReplacement" eOpposite="#//FromReplacement/fromPlacement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Reference to a FromReplacement in a containing replacement fragment."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="outsideBoundaryElement" ordered="false" upperBound="-1" eType="#//ObjectHandle"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Outside Model Element that are referred by the model elements inside the placement fragment."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FromReplacement" eSuperTypes="#//ReplacementBoundaryElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="propertyName" 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="Name of the attribute to be changed."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="insideBoundaryElement" ordered="false" eType="#//ObjectHandle"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Inside model elements that refer outside model elements."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="outsideBoundaryElement" ordered="false" upperBound="-1" eType="#//ObjectHandle"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Outside&amp;nbsp;model&amp;nbsp;elements&amp;nbsp;that&amp;nbsp;are&amp;nbsp;referred&amp;nbsp;by&amp;nbsp;model&amp;nbsp;elements&amp;nbsp;inside&amp;nbsp;the&amp;nbsp;fragment.&amp;nbsp;Used&amp;nbsp;to&amp;nbsp;distinguish&amp;nbsp;multiplicity&lt;br />&#xD;&#xA;references."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="fromPlacement" ordered="false" eType="#//FromPlacement" eOpposite="#//FromPlacement/fromReplacement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Reference to a FromPlacement contained by the replacement fragment."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PropositionalExp" eSuperTypes="#//LogicalExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="logicalOp" ordered="false" lowerBound="1" eType="#//LogicalOp"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operand" ordered="false" lowerBound="1" upperBound="3" eType="#//GeneralExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LogicalExp" abstract="true" eSuperTypes="#//GeneralExpression"/> <eClassifiers xsi:type="ecore:EEnum" name="LogicalOp"> <eLiterals name="Not"/> <eLiterals name="Iff" value="1"/> <eLiterals name="Implies" value="2"/> <eLiterals name="Or" value="3"/> <eLiterals name="Xor" value="4"/> <eLiterals name="And" value="5"/> <eLiterals name="ImpliesElse" value="6"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="QuantifiedSet" eSuperTypes="#//SetComprehension #//LogicalExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="quantifier" ordered="false" lowerBound="1" eType="#//Quantifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SetComprehension" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="setComprVariable" ordered="false" eType="#//SetComprVariable" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="generalExpression" ordered="false" upperBound="-1" eType="#//GeneralExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SetComprVariable"> <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:EEnum" name="Quantifier"> <eLiterals name="No"/> <eLiterals name="Lone" value="1"/> <eLiterals name="One" value="2"/> <eLiterals name="Some" value="3"/> <eLiterals name="All" value="4"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A Quantifier puts cardinality constraint on a number of elements in a set. ''No'' requires the set to be empty, ''lone'' requires the set to have at most one element, ''one'' -- to have precisely one element, ''some'' -- to have at least one element, and ''all'' requires all elements to satisfy the given predicate."/> </eAnnotations> </eLiterals> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SetComprVarReference" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="setComprVariable" ordered="false" lowerBound="1" eType="#//SetComprVariable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompareExp" eSuperTypes="#//LogicalExp"> <eStructuralFeatures xsi:type="ecore:EReference" name="compared" ordered="false" lowerBound="2" upperBound="2" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="compareOp" ordered="false" lowerBound="1" eType="#//CompareOp"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="CompareOp"/> <eClassifiers xsi:type="ecore:EEnum" name="SetCompareOp"> <eLiterals name="Eq"/> <eLiterals name="NEq" value="1"/> <eLiterals name="In" value="2"/> <eLiterals name="StrictIn" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ArithmeticCompareOp"> <eLiterals name="Lt"/> <eLiterals name="Gt" value="1"/> <eLiterals name="LtE" value="2"/> <eLiterals name="GtE" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerValueSpec" eSuperTypes="#//PrimitiveValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="BooleanValueSpec" eSuperTypes="#//PrimitiveValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="FloatValueSpec" eSuperTypes="#//PrimitiveValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="StringValueSpec" eSuperTypes="#//PrimitiveValueSpecification"/> <eClassifiers xsi:type="ecore:EEnum" name="Function"/> <eClassifiers xsi:type="ecore:EClass" name="FunctionExp" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="function" ordered="false" lowerBound="1" eType="#//Function"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operand" ordered="false" lowerBound="1" upperBound="2" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="StringFunction"> <eLiterals name="Concatenation"/> <eLiterals name="Capitalize" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="SetFunction"> <eLiterals name="Union"/> <eLiterals name="Difference" value="1"/> <eLiterals name="Intersection" value="2"/> <eLiterals name="Join" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="IntSetFunction"> <eLiterals name="SetCardinality"/> <eLiterals name="Sum" value="1"/> <eLiterals name="Min" value="2"/> <eLiterals name="Max" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ArithmeticFunction"> <eLiterals name="Negation"/> <eLiterals name="Plus" value="1"/> <eLiterals name="Minus" value="2"/> <eLiterals name="Multiply" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VSpecReference" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="vSpec" ordered="false" lowerBound="1" eType="#//VSpec"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VSpecToConfigMapping"> <eStructuralFeatures xsi:type="ecore:EReference" name="thenConfiguration" ordered="false" eType="#//VConfiguration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ifConstraint" ordered="false" lowerBound="1" eType="#//Constraint" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParametricVariationPoint" abstract="true" eSuperTypes="#//VariationPoint"> <eOperations name="getPropertyValue"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EEList"> <eTypeArguments/> </eGenericType> <eParameters name="propertyName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="bindingVariable" ordered="false" lowerBound="1" eType="#//Variable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SlotValueExistence" eSuperTypes="#//Existence"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="slotIdentifier" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="slotOwner" ordered="false" lowerBound="1" eType="#//ObjectHandle" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParametricLinkAssignment" eSuperTypes="#//ParametricVariationPoint"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="linkEndIdentifier" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="link" ordered="false" lowerBound="1" eType="#//LinkHandle" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParametricObjectSubstitution" eSuperTypes="#//ParametricVariationPoint"> <eStructuralFeatures xsi:type="ecore:EReference" name="placementObject" ordered="false" lowerBound="1" eType="#//ObjectHandle" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParametricSlotAssignmet" eSuperTypes="#//ParametricVariationPoint"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="slotIdentifier" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="slotOwner" ordered="false" lowerBound="1" eType="#//ObjectHandle" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Expression1"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="expression" ordered="false" lowerBound="1" 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"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ChoiceDerivation" eSuperTypes="#//VSpecDerivation"> <eStructuralFeatures xsi:type="ecore:EReference" name="derivingConstraint" ordered="false" lowerBound="1" eType="#//Constraint" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableDerivation" eSuperTypes="#//VSpecDerivation"> <eStructuralFeatures xsi:type="ecore:EReference" name="derivingExpression" ordered="false" lowerBound="1" eType="#//Expression1" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CVSpecDerivation" eSuperTypes="#//VSpecDerivation"> <eStructuralFeatures xsi:type="ecore:EReference" name="memberDerivation" ordered="false" upperBound="-1" eType="#//VSpecDerivation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConfigurableUnitUsage" eSuperTypes="#//CompositeVariationPoint"> <eStructuralFeatures xsi:type="ecore:EReference" name="usedUnit" ordered="false" lowerBound="1" eType="#//ConfigurableUnit"/> <eStructuralFeatures xsi:type="ecore:EReference" name="usageReference" ordered="false" lowerBound="1" eType="#//LinkHandle" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="linkEndIdentifier" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/emmanuellerouille/T4VASP/source_code/org.kermeta.cvl.variability.model/model/variability.ecore
ecore
variability PrimitiveTypeEnum String String Integer Integer Float Float Boolean Boolean Choice defaultResolution isImpliedByParent VSpec groupMultiplicity resolutionTime childVSpec derivation VPackageable name MultiplicityInterval upper lower VSpecDerivation derivedVSpec VClassifier instanceMultiplicity VSpecResolution resolvedVSpec childResolution VariationPoint bindingVspec FragmentSubstitution boundaryElementBinding placement multi replacement ChoiceVariationPoint bindingChoice RepeatableVariationPoint bindingClassifier BoundaryElementBinding name PlacementFragment placementBoundaryElement PlacementBoundaryElement name ReplacementFragmentType replacementBoundaryElement placementFragment Variabletype ReplacementBoundaryElement name ObjectSubstitution placementObject replacementObject ObjectHandle getPropertyByName propertyName getPropertyValue propertyName object ref Existence Variable replacementFragmentTypesubsetstype defaulValue type ValueSpecification type PrimitveType type ObjectType theMetaClass VInterface vSpec ownedConstraint super Constraint generalExpression context constraint constraintLanguage GeneralExpression SlotAssignment slotIdentifier value SlotOwner FixedSlotValueAssignment FixedObjectSubstitution ObjectExistence optionalObject LinkAssignment link linkEndIdentifier newEnd LinkHandle getEnd linkRef linkOwner referencedObject ConfigurableUnit ownedVSpec ownedVariationPoint ownedConstraint configurableContainerObject ownedVSpecResolution CompositeVariationPoint bindingCVSpec CVSpec vInterface VConfiguration vSpecResolution isPartial super resolvedVIRef VSpec2VSpecMapping derivingConstraint LinkExistence optionalLink OpaqueVariationPoint PrimitiveValueSpecification value Expression ObjectSpecification object ReplacementFragmentSpecification VPackage packageElement ToBinding toPlacement toReplacement ToPlacement toReplacement propertyName insideBoundaryElement outsideBoundaryElement ToReplacement insideBoundaryElement toPlacement FromBinding fromPlacement fromReplacement FromPlacement fromReplacement outsideBoundaryElement FromReplacement propertyName insideBoundaryElement outsideBoundaryElement fromPlacement PropositionalExp logicalOp operand LogicalExp LogicalOp Not Not Iff Iff Implies Implies Or Or Xor Xor And And ImpliesElse ImpliesElse QuantifiedSet quantifier SetComprehension expression setComprVariable generalExpression SetComprVariable name Quantifier No No Lone Lone One One Some Some All All SetComprVarReference setComprVariable CompareExp compared compareOp CompareOp SetCompareOp Eq Eq NEq NEq In In StrictIn StrictIn ArithmeticCompareOp Lt Lt Gt Gt LtE LtE GtE GtE IntegerValueSpec BooleanValueSpec FloatValueSpec StringValueSpec Function FunctionExp function operand StringFunction Concatenation Concatenation Capitalize Capitalize SetFunction Union Union Difference Difference Intersection Intersection Join Join IntSetFunction SetCardinality SetCardinality Sum Sum Min Min Max Max ArithmeticFunction Negation Negation Plus Plus Minus Minus Multiply Multiply VSpecReference vSpec VSpecToConfigMapping thenConfiguration ifConstraint ParametricVariationPoint getPropertyValue propertyName bindingVariable SlotValueExistence slotIdentifier slotOwner ParametricLinkAssignment linkEndIdentifier link ParametricObjectSubstitution placementObject ParametricSlotAssignmet slotIdentifier slotOwner Expression1 expression expressionLanguage ChoiceDerivation derivingConstraint VariableDerivation derivingExpression CVSpecDerivation memberDerivation ConfigurableUnitUsage usedUnit usageReference linkEndIdentifier
null
{"directed":true,"nodes":[{"nsPrefix":"variability","nsURI":"http:///variability.ecore","name":"variability","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"instanceClassName":null,"name":"PrimitiveTypeEnum","instanceClass":null,"id":1,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Choice","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VSpec","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VPackageable","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiplicityInterval","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VSpecDerivation","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VClassifier","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VSpecResolution","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariationPoint","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FragmentSubstitution","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChoiceVariationPoint","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RepeatableVariationPoint","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BoundaryElementBinding","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PlacementFragment","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PlacementBoundaryElement","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReplacementFragmentType","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variabletype","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReplacementBoundaryElement","instanceClass":null,"abstract":true,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectSubstitution","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectHandle","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Existence","instanceClass":null,"abstract":true,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueSpecification","instanceClass":null,"abstract":true,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitveType","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectType","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VInterface","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constraint","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralExpression","instanceClass":null,"abstract":true,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SlotAssignment","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FixedSlotValueAssignment","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FixedObjectSubstitution","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectExistence","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkAssignment","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkHandle","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConfigurableUnit","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompositeVariationPoint","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CVSpec","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VConfiguration","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VSpec2VSpecMapping","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkExistence","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpaqueVariationPoint","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveValueSpecification","instanceClass":null,"abstract":true,"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":"ObjectSpecification","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReplacementFragmentSpecification","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VPackage","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ToBinding","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ToPlacement","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ToReplacement","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FromBinding","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FromPlacement","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FromReplacement","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropositionalExp","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LogicalExp","instanceClass":null,"abstract":true,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"LogicalOp","instanceClass":null,"id":55,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QuantifiedSet","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetComprehension","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetComprVariable","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Quantifier","instanceClass":null,"id":59,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetComprVarReference","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompareExp","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompareOp","instanceClass":null,"id":62,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"SetCompareOp","instanceClass":null,"id":63,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ArithmeticCompareOp","instanceClass":null,"id":64,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerValueSpec","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanValueSpec","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FloatValueSpec","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringValueSpec","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Function","instanceClass":null,"id":69,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionExp","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"StringFunction","instanceClass":null,"id":71,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"SetFunction","instanceClass":null,"id":72,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"IntSetFunction","instanceClass":null,"id":73,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ArithmeticFunction","instanceClass":null,"id":74,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VSpecReference","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VSpecToConfigMapping","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParametricVariationPoint","instanceClass":null,"abstract":true,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SlotValueExistence","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParametricLinkAssignment","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParametricObjectSubstitution","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParametricSlotAssignmet","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression1","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChoiceDerivation","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDerivation","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CVSpecDerivation","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConfigurableUnitUsage","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"name":"String","id":87,"value":0,"literal":"String","eClass":"EEnumLiteral"},{"name":"Integer","id":88,"value":1,"literal":"Integer","eClass":"EEnumLiteral"},{"name":"Float","id":89,"value":2,"literal":"Float","eClass":"EEnumLiteral"},{"name":"Boolean","id":90,"value":3,"literal":"Boolean","eClass":"EEnumLiteral"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"defaultResolution","changeable":true,"lowerBound":0,"iD":false,"id":91,"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":"isImpliedByParent","changeable":true,"lowerBound":1,"iD":false,"id":92,"derived":false},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"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":"groupMultiplicity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":96,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"resolutionTime","changeable":true,"lowerBound":1,"iD":false,"id":97,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"childVSpec","changeable":true,"resolveProxies":true,"lowerBound":0,"id":98,"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":"derivation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":99,"derived":false},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":105,"derived":false},{"id":106,"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":"upper","changeable":true,"lowerBound":1,"iD":false,"id":107,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lower","changeable":true,"lowerBound":1,"iD":false,"id":108,"derived":false},{"id":109,"eClass":"EGenericType"},{"id":110,"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":"derivedVSpec","changeable":true,"resolveProxies":true,"lowerBound":1,"id":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"instanceMultiplicity","changeable":true,"resolveProxies":true,"lowerBound":1,"id":113,"derived":false},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"resolvedVSpec","changeable":true,"resolveProxies":true,"lowerBound":1,"id":116,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"childResolution","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":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"bindingVspec","changeable":true,"resolveProxies":true,"lowerBound":0,"id":121,"derived":false},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"boundaryElementBinding","changeable":true,"resolveProxies":true,"lowerBound":0,"id":124,"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":"placement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":125,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"multi","changeable":true,"lowerBound":1,"iD":false,"id":126,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"replacement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":127,"derived":false},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"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":"bindingChoice","changeable":true,"resolveProxies":true,"lowerBound":0,"id":134,"derived":false},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"bindingClassifier","changeable":true,"resolveProxies":true,"lowerBound":1,"id":137,"derived":false},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":140,"derived":false},{"id":141,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"placementBoundaryElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":142,"derived":false},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":145,"derived":false},{"id":146,"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":"replacementBoundaryElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":147,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"placementFragment","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":153,"derived":false},{"id":154,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"placementObject","changeable":true,"resolveProxies":true,"lowerBound":1,"id":155,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"replacementObject","changeable":true,"resolveProxies":true,"lowerBound":1,"id":156,"derived":false},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getPropertyByName","lowerBound":0,"id":160,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getPropertyValue","lowerBound":0,"id":161,"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":"object","changeable":true,"resolveProxies":true,"lowerBound":0,"id":162,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ref","changeable":true,"lowerBound":0,"iD":false,"id":163,"derived":false},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"propertyName","lowerBound":0,"id":166,"many":false,"required":false,"eClass":"EParameter"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"propertyName","lowerBound":0,"id":169,"many":false,"required":false,"eClass":"EParameter"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"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":"replacementFragmentTypesubsetstype","changeable":true,"resolveProxies":true,"lowerBound":0,"id":175,"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":"defaulValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":176,"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":177,"derived":false},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"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":182,"derived":false},{"id":183,"eClass":"EGenericType"},{"id":184,"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":185,"derived":false},{"id":186,"eClass":"EGenericType"},{"id":187,"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":"theMetaClass","changeable":true,"lowerBound":1,"iD":false,"id":188,"derived":false},{"id":189,"eClass":"EGenericType"},{"id":190,"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":"vSpec","changeable":true,"resolveProxies":true,"lowerBound":0,"id":191,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedConstraint","changeable":true,"resolveProxies":true,"lowerBound":0,"id":192,"derived":false},{"container":false,"ordered":false,"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":193,"derived":false},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"id":197,"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":"generalExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":198,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"context","changeable":true,"resolveProxies":true,"lowerBound":0,"id":199,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"constraint","changeable":true,"lowerBound":1,"iD":false,"id":200,"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":"constraintLanguage","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"},{"id":206,"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":"slotIdentifier","changeable":true,"lowerBound":1,"iD":false,"id":207,"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":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":"SlotOwner","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":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"optionalObject","changeable":true,"resolveProxies":true,"lowerBound":1,"id":214,"derived":false},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"link","changeable":true,"resolveProxies":true,"lowerBound":1,"id":217,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"linkEndIdentifier","changeable":true,"lowerBound":1,"iD":false,"id":218,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"newEnd","changeable":true,"resolveProxies":true,"lowerBound":1,"id":219,"derived":false},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEnd","lowerBound":0,"id":224,"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":"linkRef","changeable":true,"lowerBound":0,"iD":false,"id":225,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"linkOwner","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":false,"unsettable":false,"transient":false,"unique":true,"name":"referencedObject","changeable":true,"resolveProxies":true,"lowerBound":0,"id":227,"derived":false},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"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":"ownedVSpec","changeable":true,"resolveProxies":true,"lowerBound":0,"id":234,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedVariationPoint","changeable":true,"resolveProxies":true,"lowerBound":0,"id":235,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedConstraint","changeable":true,"resolveProxies":true,"lowerBound":0,"id":236,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"configurableContainerObject","changeable":true,"resolveProxies":true,"lowerBound":1,"id":237,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedVSpecResolution","changeable":true,"resolveProxies":true,"lowerBound":0,"id":238,"derived":false},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"bindingCVSpec","changeable":true,"resolveProxies":true,"lowerBound":1,"id":245,"derived":false},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"vInterface","changeable":true,"resolveProxies":true,"lowerBound":1,"id":248,"derived":false},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"vSpecResolution","changeable":true,"resolveProxies":true,"lowerBound":0,"id":251,"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":"isPartial","changeable":true,"lowerBound":1,"iD":false,"id":252,"derived":false},{"container":false,"ordered":false,"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":253,"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":"resolvedVIRef","changeable":true,"resolveProxies":true,"lowerBound":1,"id":254,"derived":false},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"derivingConstraint","changeable":true,"resolveProxies":true,"lowerBound":0,"id":261,"derived":false},{"id":262,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"optionalLink","changeable":true,"resolveProxies":true,"lowerBound":1,"id":263,"derived":false},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"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":267,"derived":false},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"object","changeable":true,"resolveProxies":true,"lowerBound":1,"id":272,"derived":false},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"packageElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":276,"derived":false},{"id":277,"eClass":"EGenericType"},{"id":278,"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":"toPlacement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":279,"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":"toReplacement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":280,"derived":false},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"toReplacement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":284,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"propertyName","changeable":true,"lowerBound":1,"iD":false,"id":285,"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":"insideBoundaryElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":286,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outsideBoundaryElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":287,"derived":false},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"toPlacement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":290,"derived":false},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"insideBoundaryElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":294,"derived":false},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"fromPlacement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":298,"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":"fromReplacement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":299,"derived":false},{"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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"fromReplacement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":303,"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":"outsideBoundaryElement","changeable":true,"resolveProxies":true,"lowerBound":0,"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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"fromPlacement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":307,"derived":false},{"id":308,"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":"propertyName","changeable":true,"lowerBound":1,"iD":false,"id":309,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"insideBoundaryElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":310,"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":"outsideBoundaryElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":311,"derived":false},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"logicalOp","changeable":true,"lowerBound":1,"iD":false,"id":317,"derived":false},{"container":false,"ordered":false,"upperBound":3,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operand","changeable":true,"resolveProxies":true,"lowerBound":1,"id":318,"derived":false},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"name":"Not","id":323,"value":0,"literal":"Not","eClass":"EEnumLiteral"},{"name":"Iff","id":324,"value":1,"literal":"Iff","eClass":"EEnumLiteral"},{"name":"Implies","id":325,"value":2,"literal":"Implies","eClass":"EEnumLiteral"},{"name":"Or","id":326,"value":3,"literal":"Or","eClass":"EEnumLiteral"},{"name":"Xor","id":327,"value":4,"literal":"Xor","eClass":"EEnumLiteral"},{"name":"And","id":328,"value":5,"literal":"And","eClass":"EEnumLiteral"},{"name":"ImpliesElse","id":329,"value":6,"literal":"ImpliesElse","eClass":"EEnumLiteral"},{"ordered":false,"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":330,"derived":false},{"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":334,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"setComprVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":335,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"generalExpression","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"},{"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":341,"derived":false},{"id":342,"eClass":"EGenericType"},{"name":"No","id":343,"value":0,"literal":"No","eClass":"EEnumLiteral"},{"name":"Lone","id":344,"value":1,"literal":"Lone","eClass":"EEnumLiteral"},{"name":"One","id":345,"value":2,"literal":"One","eClass":"EEnumLiteral"},{"name":"Some","id":346,"value":3,"literal":"Some","eClass":"EEnumLiteral"},{"name":"All","id":347,"value":4,"literal":"All","eClass":"EEnumLiteral"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"setComprVariable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":348,"derived":false},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":2,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"compared","changeable":true,"resolveProxies":true,"lowerBound":2,"id":351,"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":"compareOp","changeable":true,"lowerBound":1,"iD":false,"id":352,"derived":false},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"name":"Eq","id":356,"value":0,"literal":"Eq","eClass":"EEnumLiteral"},{"name":"NEq","id":357,"value":1,"literal":"NEq","eClass":"EEnumLiteral"},{"name":"In","id":358,"value":2,"literal":"In","eClass":"EEnumLiteral"},{"name":"StrictIn","id":359,"value":3,"literal":"StrictIn","eClass":"EEnumLiteral"},{"name":"Lt","id":360,"value":0,"literal":"Lt","eClass":"EEnumLiteral"},{"name":"Gt","id":361,"value":1,"literal":"Gt","eClass":"EEnumLiteral"},{"name":"LtE","id":362,"value":2,"literal":"LtE","eClass":"EEnumLiteral"},{"name":"GtE","id":363,"value":3,"literal":"GtE","eClass":"EEnumLiteral"},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"id":367,"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":368,"derived":false},{"container":false,"ordered":false,"upperBound":2,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operand","changeable":true,"resolveProxies":true,"lowerBound":1,"id":369,"derived":false},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"name":"Concatenation","id":373,"value":0,"literal":"Concatenation","eClass":"EEnumLiteral"},{"name":"Capitalize","id":374,"value":1,"literal":"Capitalize","eClass":"EEnumLiteral"},{"name":"Union","id":375,"value":0,"literal":"Union","eClass":"EEnumLiteral"},{"name":"Difference","id":376,"value":1,"literal":"Difference","eClass":"EEnumLiteral"},{"name":"Intersection","id":377,"value":2,"literal":"Intersection","eClass":"EEnumLiteral"},{"name":"Join","id":378,"value":3,"literal":"Join","eClass":"EEnumLiteral"},{"name":"SetCardinality","id":379,"value":0,"literal":"SetCardinality","eClass":"EEnumLiteral"},{"name":"Sum","id":380,"value":1,"literal":"Sum","eClass":"EEnumLiteral"},{"name":"Min","id":381,"value":2,"literal":"Min","eClass":"EEnumLiteral"},{"name":"Max","id":382,"value":3,"literal":"Max","eClass":"EEnumLiteral"},{"name":"Negation","id":383,"value":0,"literal":"Negation","eClass":"EEnumLiteral"},{"name":"Plus","id":384,"value":1,"literal":"Plus","eClass":"EEnumLiteral"},{"name":"Minus","id":385,"value":2,"literal":"Minus","eClass":"EEnumLiteral"},{"name":"Multiply","id":386,"value":3,"literal":"Multiply","eClass":"EEnumLiteral"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"vSpec","changeable":true,"resolveProxies":true,"lowerBound":1,"id":387,"derived":false},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"thenConfiguration","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"ifConstraint","changeable":true,"resolveProxies":true,"lowerBound":1,"id":391,"derived":false},{"id":392,"eClass":"EGenericType"},{"id":393,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getPropertyValue","lowerBound":0,"id":394,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"bindingVariable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":395,"derived":false},{"id":396,"eClass":"EGenericType"},{"id":397,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"propertyName","lowerBound":0,"id":398,"many":false,"required":false,"eClass":"EParameter"},{"id":399,"eClass":"EGenericType"},{"id":400,"eClass":"EGenericType"},{"id":401,"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":"slotIdentifier","changeable":true,"lowerBound":1,"iD":false,"id":402,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"slotOwner","changeable":true,"resolveProxies":true,"lowerBound":1,"id":403,"derived":false},{"id":404,"eClass":"EGenericType"},{"id":405,"eClass":"EGenericType"},{"id":406,"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":"linkEndIdentifier","changeable":true,"lowerBound":1,"iD":false,"id":407,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"link","changeable":true,"resolveProxies":true,"lowerBound":1,"id":408,"derived":false},{"id":409,"eClass":"EGenericType"},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"placementObject","changeable":true,"resolveProxies":true,"lowerBound":1,"id":412,"derived":false},{"id":413,"eClass":"EGenericType"},{"id":414,"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":"slotIdentifier","changeable":true,"lowerBound":1,"iD":false,"id":415,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"slotOwner","changeable":true,"resolveProxies":true,"lowerBound":1,"id":416,"derived":false},{"id":417,"eClass":"EGenericType"},{"id":418,"eClass":"EGenericType"},{"id":419,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"lowerBound":1,"iD":false,"id":420,"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":"expressionLanguage","changeable":true,"lowerBound":1,"iD":false,"id":421,"derived":false},{"id":422,"eClass":"EGenericType"},{"id":423,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"derivingConstraint","changeable":true,"resolveProxies":true,"lowerBound":1,"id":424,"derived":false},{"id":425,"eClass":"EGenericType"},{"id":426,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"derivingExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":427,"derived":false},{"id":428,"eClass":"EGenericType"},{"id":429,"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":"memberDerivation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":430,"derived":false},{"id":431,"eClass":"EGenericType"},{"id":432,"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":"usedUnit","changeable":true,"resolveProxies":true,"lowerBound":1,"id":433,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"usageReference","changeable":true,"resolveProxies":true,"lowerBound":1,"id":434,"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":"linkEndIdentifier","changeable":true,"lowerBound":1,"iD":false,"id":435,"derived":false},{"id":436,"eClass":"EGenericType"},{"id":437,"eClass":"EGenericType"},{"id":438,"eClass":"EGenericType"},{"id":439,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":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":1,"target":0},{"source":1,"target":87},{"source":1,"target":88},{"source":1,"target":89},{"source":1,"target":90},{"source":87,"target":1},{"source":88,"target":1},{"source":89,"target":1},{"source":90,"target":1},{"source":2,"target":0},{"source":2,"target":3},{"source":2,"target":91},{"source":2,"target":92},{"source":2,"target":93},{"source":91,"target":94},{"source":91,"target":2},{"source":92,"target":95},{"source":92,"target":2},{"source":93,"target":3},{"source":3,"target":0},{"source":3,"target":4},{"source":3,"target":96},{"source":3,"target":97},{"source":3,"target":98},{"source":3,"target":99},{"source":3,"target":100},{"source":96,"target":5},{"source":96,"target":101},{"source":96,"target":3},{"source":101,"target":5},{"source":97,"target":102},{"source":97,"target":3},{"source":98,"target":3},{"source":98,"target":103},{"source":98,"target":3},{"source":103,"target":3},{"source":99,"target":6},{"source":99,"target":104},{"source":99,"target":3},{"source":104,"target":6},{"source":100,"target":4},{"source":4,"target":0},{"source":4,"target":105},{"source":105,"target":106},{"source":105,"target":4},{"source":5,"target":0},{"source":5,"target":107},{"source":5,"target":108},{"source":107,"target":109},{"source":107,"target":5},{"source":108,"target":110},{"source":108,"target":5},{"source":6,"target":0},{"source":6,"target":111},{"source":111,"target":3},{"source":111,"target":112},{"source":111,"target":6},{"source":112,"target":3},{"source":7,"target":0},{"source":7,"target":3},{"source":7,"target":113},{"source":7,"target":114},{"source":113,"target":5},{"source":113,"target":115},{"source":113,"target":7},{"source":115,"target":5},{"source":114,"target":3},{"source":8,"target":0},{"source":8,"target":4},{"source":8,"target":116},{"source":8,"target":117},{"source":8,"target":118},{"source":116,"target":3},{"source":116,"target":119},{"source":116,"target":8},{"source":119,"target":3},{"source":117,"target":8},{"source":117,"target":120},{"source":117,"target":8},{"source":120,"target":8},{"source":118,"target":4},{"source":9,"target":0},{"source":9,"target":4},{"source":9,"target":121},{"source":9,"target":122},{"source":121,"target":3},{"source":121,"target":123},{"source":121,"target":9},{"source":123,"target":3},{"source":122,"target":4},{"source":10,"target":0},{"source":10,"target":11},{"source":10,"target":12},{"source":10,"target":124},{"source":10,"target":125},{"source":10,"target":126},{"source":10,"target":127},{"source":10,"target":128},{"source":10,"target":129},{"source":124,"target":13},{"source":124,"target":130},{"source":124,"target":10},{"source":130,"target":13},{"source":125,"target":14},{"source":125,"target":131},{"source":125,"target":10},{"source":131,"target":14},{"source":126,"target":132},{"source":126,"target":10},{"source":127,"target":16},{"source":127,"target":133},{"source":127,"target":10},{"source":133,"target":16},{"source":128,"target":11},{"source":129,"target":12},{"source":11,"target":0},{"source":11,"target":9},{"source":11,"target":134},{"source":11,"target":135},{"source":134,"target":2},{"source":134,"target":136},{"source":134,"target":11},{"source":136,"target":2},{"source":135,"target":9},{"source":12,"target":0},{"source":12,"target":9},{"source":12,"target":137},{"source":12,"target":138},{"source":137,"target":7},{"source":137,"target":139},{"source":137,"target":12},{"source":139,"target":7},{"source":138,"target":9},{"source":13,"target":0},{"source":13,"target":140},{"source":140,"target":141},{"source":140,"target":13},{"source":14,"target":0},{"source":14,"target":9},{"source":14,"target":142},{"source":14,"target":143},{"source":142,"target":15},{"source":142,"target":144},{"source":142,"target":14},{"source":144,"target":15},{"source":143,"target":9},{"source":15,"target":0},{"source":15,"target":145},{"source":145,"target":146},{"source":145,"target":15},{"source":16,"target":0},{"source":16,"target":17},{"source":16,"target":4},{"source":16,"target":147},{"source":16,"target":148},{"source":16,"target":149},{"source":16,"target":150},{"source":147,"target":18},{"source":147,"target":151},{"source":147,"target":16},{"source":151,"target":18},{"source":148,"target":14},{"source":148,"target":152},{"source":148,"target":16},{"source":152,"target":14},{"source":149,"target":17},{"source":150,"target":4},{"source":17,"target":0},{"source":18,"target":0},{"source":18,"target":153},{"source":153,"target":154},{"source":153,"target":18},{"source":19,"target":0},{"source":19,"target":11},{"source":19,"target":155},{"source":19,"target":156},{"source":19,"target":157},{"source":155,"target":20},{"source":155,"target":158},{"source":155,"target":19},{"source":158,"target":20},{"source":156,"target":20},{"source":156,"target":159},{"source":156,"target":19},{"source":159,"target":20},{"source":157,"target":11},{"source":20,"target":0},{"source":20,"target":4},{"source":20,"target":160},{"source":20,"target":161},{"source":20,"target":162},{"source":20,"target":163},{"source":20,"target":164},{"source":160,"target":165},{"source":160,"target":20},{"source":160,"target":166},{"source":166,"target":167},{"source":166,"target":160},{"source":161,"target":168},{"source":161,"target":20},{"source":161,"target":169},{"source":168,"target":170},{"source":169,"target":171},{"source":169,"target":161},{"source":162,"target":172},{"source":162,"target":20},{"source":163,"target":173},{"source":163,"target":20},{"source":164,"target":4},{"source":21,"target":0},{"source":21,"target":11},{"source":21,"target":174},{"source":174,"target":11},{"source":22,"target":0},{"source":22,"target":3},{"source":22,"target":175},{"source":22,"target":176},{"source":22,"target":177},{"source":22,"target":178},{"source":175,"target":16},{"source":175,"target":179},{"source":175,"target":22},{"source":179,"target":16},{"source":176,"target":23},{"source":176,"target":180},{"source":176,"target":22},{"source":180,"target":23},{"source":177,"target":17},{"source":177,"target":181},{"source":177,"target":22},{"source":181,"target":17},{"source":178,"target":3},{"source":23,"target":0},{"source":23,"target":4},{"source":23,"target":182},{"source":23,"target":183},{"source":182,"target":17},{"source":182,"target":184},{"source":182,"target":23},{"source":184,"target":17},{"source":183,"target":4},{"source":24,"target":0},{"source":24,"target":17},{"source":24,"target":185},{"source":24,"target":186},{"source":185,"target":1},{"source":185,"target":187},{"source":185,"target":24},{"source":187,"target":1},{"source":186,"target":17},{"source":25,"target":0},{"source":25,"target":17},{"source":25,"target":188},{"source":25,"target":189},{"source":188,"target":190},{"source":188,"target":25},{"source":189,"target":17},{"source":26,"target":0},{"source":26,"target":4},{"source":26,"target":191},{"source":26,"target":192},{"source":26,"target":193},{"source":26,"target":194},{"source":191,"target":3},{"source":191,"target":195},{"source":191,"target":26},{"source":195,"target":3},{"source":192,"target":27},{"source":192,"target":196},{"source":192,"target":26},{"source":196,"target":27},{"source":193,"target":26},{"source":193,"target":197},{"source":193,"target":26},{"source":197,"target":26},{"source":194,"target":4},{"source":27,"target":0},{"source":27,"target":4},{"source":27,"target":198},{"source":27,"target":199},{"source":27,"target":200},{"source":27,"target":201},{"source":27,"target":202},{"source":198,"target":28},{"source":198,"target":203},{"source":198,"target":27},{"source":203,"target":28},{"source":199,"target":3},{"source":199,"target":204},{"source":199,"target":27},{"source":204,"target":3},{"source":200,"target":205},{"source":200,"target":27},{"source":201,"target":206},{"source":201,"target":27},{"source":202,"target":4},{"source":28,"target":0},{"source":29,"target":0},{"source":29,"target":11},{"source":29,"target":207},{"source":29,"target":208},{"source":29,"target":209},{"source":29,"target":210},{"source":207,"target":211},{"source":207,"target":29},{"source":208,"target":23},{"source":208,"target":212},{"source":208,"target":29},{"source":212,"target":23},{"source":209,"target":20},{"source":209,"target":213},{"source":209,"target":29},{"source":213,"target":20},{"source":210,"target":11},{"source":30,"target":0},{"source":31,"target":0},{"source":32,"target":0},{"source":32,"target":21},{"source":32,"target":214},{"source":32,"target":215},{"source":214,"target":20},{"source":214,"target":216},{"source":214,"target":32},{"source":216,"target":20},{"source":215,"target":21},{"source":33,"target":0},{"source":33,"target":11},{"source":33,"target":217},{"source":33,"target":218},{"source":33,"target":219},{"source":33,"target":220},{"source":217,"target":34},{"source":217,"target":221},{"source":217,"target":33},{"source":221,"target":34},{"source":218,"target":222},{"source":218,"target":33},{"source":219,"target":20},{"source":219,"target":223},{"source":219,"target":33},{"source":223,"target":20},{"source":220,"target":11},{"source":34,"target":0},{"source":34,"target":4},{"source":34,"target":224},{"source":34,"target":225},{"source":34,"target":226},{"source":34,"target":227},{"source":34,"target":228},{"source":224,"target":229},{"source":224,"target":34},{"source":229,"target":230},{"source":225,"target":231},{"source":225,"target":34},{"source":226,"target":232},{"source":226,"target":34},{"source":227,"target":233},{"source":227,"target":34},{"source":228,"target":4},{"source":35,"target":0},{"source":35,"target":36},{"source":35,"target":234},{"source":35,"target":235},{"source":35,"target":236},{"source":35,"target":237},{"source":35,"target":238},{"source":35,"target":239},{"source":234,"target":3},{"source":234,"target":240},{"source":234,"target":35},{"source":240,"target":3},{"source":235,"target":9},{"source":235,"target":241},{"source":235,"target":35},{"source":241,"target":9},{"source":236,"target":27},{"source":236,"target":242},{"source":236,"target":35},{"source":242,"target":27},{"source":237,"target":20},{"source":237,"target":243},{"source":237,"target":35},{"source":243,"target":20},{"source":238,"target":8},{"source":238,"target":244},{"source":238,"target":35},{"source":244,"target":8},{"source":239,"target":36},{"source":36,"target":0},{"source":36,"target":9},{"source":36,"target":245},{"source":36,"target":246},{"source":245,"target":37},{"source":245,"target":247},{"source":245,"target":36},{"source":247,"target":37},{"source":246,"target":9},{"source":37,"target":0},{"source":37,"target":3},{"source":37,"target":248},{"source":37,"target":249},{"source":248,"target":26},{"source":248,"target":250},{"source":248,"target":37},{"source":250,"target":26},{"source":249,"target":3},{"source":38,"target":0},{"source":38,"target":8},{"source":38,"target":4},{"source":38,"target":251},{"source":38,"target":252},{"source":38,"target":253},{"source":38,"target":254},{"source":38,"target":255},{"source":38,"target":256},{"source":251,"target":8},{"source":251,"target":257},{"source":251,"target":38},{"source":257,"target":8},{"source":252,"target":258},{"source":252,"target":38},{"source":253,"target":38},{"source":253,"target":259},{"source":253,"target":38},{"source":259,"target":38},{"source":254,"target":37},{"source":254,"target":260},{"source":254,"target":38},{"source":260,"target":37},{"source":255,"target":8},{"source":256,"target":4},{"source":39,"target":0},{"source":39,"target":261},{"source":261,"target":27},{"source":261,"target":262},{"source":261,"target":39},{"source":262,"target":27},{"source":40,"target":0},{"source":40,"target":21},{"source":40,"target":263},{"source":40,"target":264},{"source":263,"target":34},{"source":263,"target":265},{"source":263,"target":40},{"source":265,"target":34},{"source":264,"target":21},{"source":41,"target":0},{"source":41,"target":9},{"source":41,"target":266},{"source":266,"target":9},{"source":42,"target":0},{"source":42,"target":23},{"source":42,"target":82},{"source":42,"target":267},{"source":42,"target":268},{"source":42,"target":269},{"source":267,"target":270},{"source":267,"target":42},{"source":268,"target":23},{"source":269,"target":82},{"source":43,"target":0},{"source":43,"target":28},{"source":43,"target":271},{"source":271,"target":28},{"source":44,"target":0},{"source":44,"target":23},{"source":44,"target":272},{"source":44,"target":273},{"source":272,"target":20},{"source":272,"target":274},{"source":272,"target":44},{"source":274,"target":20},{"source":273,"target":23},{"source":45,"target":0},{"source":45,"target":23},{"source":45,"target":275},{"source":275,"target":23},{"source":46,"target":0},{"source":46,"target":4},{"source":46,"target":276},{"source":46,"target":277},{"source":276,"target":4},{"source":276,"target":278},{"source":276,"target":46},{"source":278,"target":4},{"source":277,"target":4},{"source":47,"target":0},{"source":47,"target":13},{"source":47,"target":279},{"source":47,"target":280},{"source":47,"target":281},{"source":279,"target":48},{"source":279,"target":282},{"source":279,"target":47},{"source":282,"target":48},{"source":280,"target":49},{"source":280,"target":283},{"source":280,"target":47},{"source":283,"target":49},{"source":281,"target":13},{"source":48,"target":0},{"source":48,"target":15},{"source":48,"target":284},{"source":48,"target":285},{"source":48,"target":286},{"source":48,"target":287},{"source":48,"target":288},{"source":284,"target":49},{"source":284,"target":289},{"source":284,"target":48},{"source":284,"target":290},{"source":289,"target":49},{"source":285,"target":291},{"source":285,"target":48},{"source":286,"target":20},{"source":286,"target":292},{"source":286,"target":48},{"source":292,"target":20},{"source":287,"target":20},{"source":287,"target":293},{"source":287,"target":48},{"source":293,"target":20},{"source":288,"target":15},{"source":49,"target":0},{"source":49,"target":18},{"source":49,"target":294},{"source":49,"target":290},{"source":49,"target":295},{"source":294,"target":20},{"source":294,"target":296},{"source":294,"target":49},{"source":296,"target":20},{"source":290,"target":48},{"source":290,"target":297},{"source":290,"target":49},{"source":290,"target":284},{"source":297,"target":48},{"source":295,"target":18},{"source":50,"target":0},{"source":50,"target":13},{"source":50,"target":298},{"source":50,"target":299},{"source":50,"target":300},{"source":298,"target":51},{"source":298,"target":301},{"source":298,"target":50},{"source":301,"target":51},{"source":299,"target":52},{"source":299,"target":302},{"source":299,"target":50},{"source":302,"target":52},{"source":300,"target":13},{"source":51,"target":0},{"source":51,"target":15},{"source":51,"target":303},{"source":51,"target":304},{"source":51,"target":305},{"source":303,"target":52},{"source":303,"target":306},{"source":303,"target":51},{"source":303,"target":307},{"source":306,"target":52},{"source":304,"target":20},{"source":304,"target":308},{"source":304,"target":51},{"source":308,"target":20},{"source":305,"target":15},{"source":52,"target":0},{"source":52,"target":18},{"source":52,"target":309},{"source":52,"target":310},{"source":52,"target":311},{"source":52,"target":307},{"source":52,"target":312},{"source":309,"target":313},{"source":309,"target":52},{"source":310,"target":20},{"source":310,"target":314},{"source":310,"target":52},{"source":314,"target":20},{"source":311,"target":20},{"source":311,"target":315},{"source":311,"target":52},{"source":315,"target":20},{"source":307,"target":51},{"source":307,"target":316},{"source":307,"target":52},{"source":307,"target":303},{"source":316,"target":51},{"source":312,"target":18},{"source":53,"target":0},{"source":53,"target":54},{"source":53,"target":317},{"source":53,"target":318},{"source":53,"target":319},{"source":317,"target":55},{"source":317,"target":320},{"source":317,"target":53},{"source":320,"target":55},{"source":318,"target":28},{"source":318,"target":321},{"source":318,"target":53},{"source":321,"target":28},{"source":319,"target":54},{"source":54,"target":0},{"source":54,"target":28},{"source":54,"target":322},{"source":322,"target":28},{"source":55,"target":0},{"source":55,"target":323},{"source":55,"target":324},{"source":55,"target":325},{"source":55,"target":326},{"source":55,"target":327},{"source":55,"target":328},{"source":55,"target":329},{"source":323,"target":55},{"source":324,"target":55},{"source":325,"target":55},{"source":326,"target":55},{"source":327,"target":55},{"source":328,"target":55},{"source":329,"target":55},{"source":56,"target":0},{"source":56,"target":57},{"source":56,"target":54},{"source":56,"target":330},{"source":56,"target":331},{"source":56,"target":332},{"source":330,"target":59},{"source":330,"target":333},{"source":330,"target":56},{"source":333,"target":59},{"source":331,"target":57},{"source":332,"target":54},{"source":57,"target":0},{"source":57,"target":43},{"source":57,"target":334},{"source":57,"target":335},{"source":57,"target":336},{"source":57,"target":337},{"source":334,"target":43},{"source":334,"target":338},{"source":334,"target":57},{"source":338,"target":43},{"source":335,"target":58},{"source":335,"target":339},{"source":335,"target":57},{"source":339,"target":58},{"source":336,"target":28},{"source":336,"target":340},{"source":336,"target":57},{"source":340,"target":28},{"source":337,"target":43},{"source":58,"target":0},{"source":58,"target":341},{"source":341,"target":342},{"source":341,"target":58},{"source":59,"target":0},{"source":59,"target":343},{"source":59,"target":344},{"source":59,"target":345},{"source":59,"target":346},{"source":59,"target":347},{"source":343,"target":59},{"source":344,"target":59},{"source":345,"target":59},{"source":346,"target":59},{"source":347,"target":59},{"source":60,"target":0},{"source":60,"target":43},{"source":60,"target":348},{"source":60,"target":349},{"source":348,"target":58},{"source":348,"target":350},{"source":348,"target":60},{"source":350,"target":58},{"source":349,"target":43},{"source":61,"target":0},{"source":61,"target":54},{"source":61,"target":351},{"source":61,"target":352},{"source":61,"target":353},{"source":351,"target":43},{"source":351,"target":354},{"source":351,"target":61},{"source":354,"target":43},{"source":352,"target":62},{"source":352,"target":355},{"source":352,"target":61},{"source":355,"target":62},{"source":353,"target":54},{"source":62,"target":0},{"source":63,"target":0},{"source":63,"target":356},{"source":63,"target":357},{"source":63,"target":358},{"source":63,"target":359},{"source":356,"target":63},{"source":357,"target":63},{"source":358,"target":63},{"source":359,"target":63},{"source":64,"target":0},{"source":64,"target":360},{"source":64,"target":361},{"source":64,"target":362},{"source":64,"target":363},{"source":360,"target":64},{"source":361,"target":64},{"source":362,"target":64},{"source":363,"target":64},{"source":65,"target":0},{"source":65,"target":42},{"source":65,"target":364},{"source":364,"target":42},{"source":66,"target":0},{"source":66,"target":42},{"source":66,"target":365},{"source":365,"target":42},{"source":67,"target":0},{"source":67,"target":42},{"source":67,"target":366},{"source":366,"target":42},{"source":68,"target":0},{"source":68,"target":42},{"source":68,"target":367},{"source":367,"target":42},{"source":69,"target":0},{"source":70,"target":0},{"source":70,"target":43},{"source":70,"target":368},{"source":70,"target":369},{"source":70,"target":370},{"source":368,"target":69},{"source":368,"target":371},{"source":368,"target":70},{"source":371,"target":69},{"source":369,"target":43},{"source":369,"target":372},{"source":369,"target":70},{"source":372,"target":43},{"source":370,"target":43},{"source":71,"target":0},{"source":71,"target":373},{"source":71,"target":374},{"source":373,"target":71},{"source":374,"target":71},{"source":72,"target":0},{"source":72,"target":375},{"source":72,"target":376},{"source":72,"target":377},{"source":72,"target":378},{"source":375,"target":72},{"source":376,"target":72},{"source":377,"target":72},{"source":378,"target":72},{"source":73,"target":0},{"source":73,"target":379},{"source":73,"target":380},{"source":73,"target":381},{"source":73,"target":382},{"source":379,"target":73},{"source":380,"target":73},{"source":381,"target":73},{"source":382,"target":73},{"source":74,"target":0},{"source":74,"target":383},{"source":74,"target":384},{"source":74,"target":385},{"source":74,"target":386},{"source":383,"target":74},{"source":384,"target":74},{"source":385,"target":74},{"source":386,"target":74},{"source":75,"target":0},{"source":75,"target":43},{"source":75,"target":387},{"source":75,"target":388},{"source":387,"target":3},{"source":387,"target":389},{"source":387,"target":75},{"source":389,"target":3},{"source":388,"target":43},{"source":76,"target":0},{"source":76,"target":390},{"source":76,"target":391},{"source":390,"target":38},{"source":390,"target":392},{"source":390,"target":76},{"source":392,"target":38},{"source":391,"target":27},{"source":391,"target":393},{"source":391,"target":76},{"source":393,"target":27},{"source":77,"target":0},{"source":77,"target":9},{"source":77,"target":394},{"source":77,"target":395},{"source":77,"target":396},{"source":394,"target":397},{"source":394,"target":77},{"source":394,"target":398},{"source":397,"target":399},{"source":398,"target":400},{"source":398,"target":394},{"source":395,"target":22},{"source":395,"target":401},{"source":395,"target":77},{"source":401,"target":22},{"source":396,"target":9},{"source":78,"target":0},{"source":78,"target":21},{"source":78,"target":402},{"source":78,"target":403},{"source":78,"target":404},{"source":402,"target":405},{"source":402,"target":78},{"source":403,"target":20},{"source":403,"target":406},{"source":403,"target":78},{"source":406,"target":20},{"source":404,"target":21},{"source":79,"target":0},{"source":79,"target":77},{"source":79,"target":407},{"source":79,"target":408},{"source":79,"target":409},{"source":407,"target":410},{"source":407,"target":79},{"source":408,"target":34},{"source":408,"target":411},{"source":408,"target":79},{"source":411,"target":34},{"source":409,"target":77},{"source":80,"target":0},{"source":80,"target":77},{"source":80,"target":412},{"source":80,"target":413},{"source":412,"target":20},{"source":412,"target":414},{"source":412,"target":80},{"source":414,"target":20},{"source":413,"target":77},{"source":81,"target":0},{"source":81,"target":77},{"source":81,"target":415},{"source":81,"target":416},{"source":81,"target":417},{"source":415,"target":418},{"source":415,"target":81},{"source":416,"target":20},{"source":416,"target":419},{"source":416,"target":81},{"source":419,"target":20},{"source":417,"target":77},{"source":82,"target":0},{"source":82,"target":420},{"source":82,"target":421},{"source":420,"target":422},{"source":420,"target":82},{"source":421,"target":423},{"source":421,"target":82},{"source":83,"target":0},{"source":83,"target":6},{"source":83,"target":424},{"source":83,"target":425},{"source":424,"target":27},{"source":424,"target":426},{"source":424,"target":83},{"source":426,"target":27},{"source":425,"target":6},{"source":84,"target":0},{"source":84,"target":6},{"source":84,"target":427},{"source":84,"target":428},{"source":427,"target":82},{"source":427,"target":429},{"source":427,"target":84},{"source":429,"target":82},{"source":428,"target":6},{"source":85,"target":0},{"source":85,"target":6},{"source":85,"target":430},{"source":85,"target":431},{"source":430,"target":6},{"source":430,"target":432},{"source":430,"target":85},{"source":432,"target":6},{"source":431,"target":6},{"source":86,"target":0},{"source":86,"target":36},{"source":86,"target":433},{"source":86,"target":434},{"source":86,"target":435},{"source":86,"target":436},{"source":433,"target":35},{"source":433,"target":437},{"source":433,"target":86},{"source":437,"target":35},{"source":434,"target":34},{"source":434,"target":438},{"source":434,"target":86},{"source":438,"target":34},{"source":435,"target":439},{"source":435,"target":86},{"source":436,"target":36}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="traceability" nsURI="http://www.mit.bme.hu/gamma/lowlevel/xsts/transformation/traceability" nsPrefix="hu.bme.mit.gamma.lowlevel.xsts.transformation"> <eClassifiers xsi:type="ecore:EClass" name="L2STrace"> <eStructuralFeatures xsi:type="ecore:EReference" name="traces" upperBound="-1" eType="#//AbstractTrace" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="lowlevelPackage" lowerBound="1" eType="ecore:EClass ../../hu.bme.mit.gamma.statechart.lowlevel.model/model/model.ecore#//Package"/> <eStructuralFeatures xsi:type="ecore:EReference" name="xSts" lowerBound="1" eType="ecore:EClass ../../hu.bme.mit.gamma.xsts.model/model/model.ecore#//XSTS"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractTrace" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="RegionTrace" eSuperTypes="#//AbstractTrace"> <eStructuralFeatures xsi:type="ecore:EReference" name="lowlevelRegion" lowerBound="1" eType="ecore:EClass ../../hu.bme.mit.gamma.statechart.lowlevel.model/model/model.ecore#//Region"/> <eStructuralFeatures xsi:type="ecore:EReference" name="xStsRegionVariable" lowerBound="1" eType="ecore:EClass ../../hu.bme.mit.gamma.expression.model/model/expression.ecore#//VariableDeclaration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableTrace" eSuperTypes="#//AbstractTrace"> <eStructuralFeatures xsi:type="ecore:EReference" name="lowlevelVariable" lowerBound="1" eType="ecore:EClass ../../hu.bme.mit.gamma.expression.model/model/expression.ecore#//VariableDeclaration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="xStsVariable" lowerBound="1" eType="ecore:EClass ../../hu.bme.mit.gamma.expression.model/model/expression.ecore#//VariableDeclaration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EventTrace" eSuperTypes="#//AbstractTrace"> <eStructuralFeatures xsi:type="ecore:EReference" name="lowlevelEvent" lowerBound="1" eType="ecore:EClass ../../hu.bme.mit.gamma.statechart.lowlevel.model/model/model.ecore#//EventDeclaration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="xStsVariable" lowerBound="1" eType="ecore:EClass ../../hu.bme.mit.gamma.expression.model/model/expression.ecore#//VariableDeclaration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StateTrace" eSuperTypes="#//AbstractTrace"> <eStructuralFeatures xsi:type="ecore:EReference" name="lowlevelState" lowerBound="1" eType="ecore:EClass ../../hu.bme.mit.gamma.statechart.lowlevel.model/model/model.ecore#//State"/> <eStructuralFeatures xsi:type="ecore:EReference" name="xStsEnumLiteral" lowerBound="1" eType="ecore:EClass ../../hu.bme.mit.gamma.expression.model/model/expression.ecore#//EnumerationLiteralDefinition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TransitionTrace" abstract="true" eSuperTypes="#//AbstractTrace"> <eStructuralFeatures xsi:type="ecore:EReference" name="xStsTransition" lowerBound="1" eType="ecore:EClass ../../hu.bme.mit.gamma.xsts.model/model/model.ecore#//XTransition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="xStsPrecondition" lowerBound="1" eType="ecore:EClass ../../hu.bme.mit.gamma.expression.model/model/expression.ecore#//Expression"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SimpleTransitionTrace" eSuperTypes="#//TransitionTrace"> <eStructuralFeatures xsi:type="ecore:EReference" name="lowlevelTransition" lowerBound="1" eType="ecore:EClass ../../hu.bme.mit.gamma.statechart.lowlevel.model/model/model.ecore#//Transition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ChoiceTransitionTrace" eSuperTypes="#//TransitionTrace"> <eStructuralFeatures xsi:type="ecore:EReference" name="lowlevelChoiceState" lowerBound="1" eType="ecore:EClass ../../hu.bme.mit.gamma.statechart.lowlevel.model/model/model.ecore#//ChoiceState"/> <eStructuralFeatures xsi:type="ecore:EReference" name="xStsChoiceAction" lowerBound="1" eType="ecore:EClass ../../hu.bme.mit.gamma.xsts.model/model/model.ecore#//NonDeterministicAction"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MergeTransitionTrace" eSuperTypes="#//TransitionTrace"> <eStructuralFeatures xsi:type="ecore:EReference" name="lowlevelMergeState" lowerBound="1" eType="ecore:EClass ../../hu.bme.mit.gamma.statechart.lowlevel.model/model/model.ecore#//MergeState"/> <eStructuralFeatures xsi:type="ecore:EReference" name="xStsMergeAction" lowerBound="1" eType="ecore:EClass ../../hu.bme.mit.gamma.xsts.model/model/model.ecore#//NonDeterministicAction"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForkTransitionTrace" eSuperTypes="#//TransitionTrace"> <eStructuralFeatures xsi:type="ecore:EReference" name="lowlevelForkState" lowerBound="1" eType="ecore:EClass ../../hu.bme.mit.gamma.statechart.lowlevel.model/model/model.ecore#//ForkState"/> <eStructuralFeatures xsi:type="ecore:EReference" name="xStsParallelAction" lowerBound="1" eType="ecore:EClass ../../hu.bme.mit.gamma.xsts.model/model/model.ecore#//ParallelAction"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JoinTransitionTrace" eSuperTypes="#//TransitionTrace"> <eStructuralFeatures xsi:type="ecore:EReference" name="lowlevelJoinState" lowerBound="1" eType="ecore:EClass ../../hu.bme.mit.gamma.statechart.lowlevel.model/model/model.ecore#//JoinState"/> <eStructuralFeatures xsi:type="ecore:EReference" name="xStsParallelAction" lowerBound="1" eType="ecore:EClass ../../hu.bme.mit.gamma.xsts.model/model/model.ecore#//ParallelAction"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeDeclarationTrace" eSuperTypes="#//AbstractTrace"> <eStructuralFeatures xsi:type="ecore:EReference" name="lowlevelTypeDeclaration" lowerBound="1" eType="ecore:EClass ../../hu.bme.mit.gamma.expression.model/model/expression.ecore#//TypeDeclaration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="xStsTypeDeclaration" lowerBound="1" eType="ecore:EClass ../../hu.bme.mit.gamma.expression.model/model/expression.ecore#//TypeDeclaration"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/ftsrg/gamma/plugins/xsts/hu.bme.mit.gamma.lowlevel.xsts.transformation.traceability/model/traceability.ecore
ecore
traceability L2STrace traces lowlevelPackage xSts AbstractTrace RegionTrace lowlevelRegion xStsRegionVariable VariableTrace lowlevelVariable xStsVariable EventTrace lowlevelEvent xStsVariable StateTrace lowlevelState xStsEnumLiteral TransitionTrace xStsTransition xStsPrecondition SimpleTransitionTrace lowlevelTransition ChoiceTransitionTrace lowlevelChoiceState xStsChoiceAction MergeTransitionTrace lowlevelMergeState xStsMergeAction ForkTransitionTrace lowlevelForkState xStsParallelAction JoinTransitionTrace lowlevelJoinState xStsParallelAction TypeDeclarationTrace lowlevelTypeDeclaration xStsTypeDeclaration
null
{"directed":true,"nodes":[{"nsPrefix":"hu.bme.mit.gamma.lowlevel.xsts.transformation","nsURI":"http://www.mit.bme.hu/gamma/lowlevel/xsts/transformation/traceability","name":"traceability","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"L2STrace","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractTrace","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RegionTrace","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableTrace","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventTrace","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateTrace","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TransitionTrace","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleTransitionTrace","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChoiceTransitionTrace","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MergeTransitionTrace","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForkTransitionTrace","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JoinTransitionTrace","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeDeclarationTrace","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"traces","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":"lowlevelPackage","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":"xSts","changeable":true,"resolveProxies":true,"lowerBound":1,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"lowlevelRegion","changeable":true,"resolveProxies":true,"lowerBound":1,"id":20,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"xStsRegionVariable","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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"lowlevelVariable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":25,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"xStsVariable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"lowlevelEvent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":30,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"xStsVariable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"lowlevelState","changeable":true,"resolveProxies":true,"lowerBound":1,"id":35,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"xStsEnumLiteral","changeable":true,"resolveProxies":true,"lowerBound":1,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"xStsTransition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":40,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"xStsPrecondition","changeable":true,"resolveProxies":true,"lowerBound":1,"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"lowlevelTransition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"lowlevelChoiceState","changeable":true,"resolveProxies":true,"lowerBound":1,"id":48,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"xStsChoiceAction","changeable":true,"resolveProxies":true,"lowerBound":1,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"lowlevelMergeState","changeable":true,"resolveProxies":true,"lowerBound":1,"id":53,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"xStsMergeAction","changeable":true,"resolveProxies":true,"lowerBound":1,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"lowlevelForkState","changeable":true,"resolveProxies":true,"lowerBound":1,"id":58,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"xStsParallelAction","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":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"lowlevelJoinState","changeable":true,"resolveProxies":true,"lowerBound":1,"id":63,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"xStsParallelAction","changeable":true,"resolveProxies":true,"lowerBound":1,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"lowlevelTypeDeclaration","changeable":true,"resolveProxies":true,"lowerBound":1,"id":68,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"xStsTypeDeclaration","changeable":true,"resolveProxies":true,"lowerBound":1,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":1,"target":0},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":14,"target":2},{"source":14,"target":17},{"source":14,"target":1},{"source":17,"target":2},{"source":15,"target":18},{"source":15,"target":1},{"source":16,"target":19},{"source":16,"target":1},{"source":2,"target":0},{"source":3,"target":0},{"source":3,"target":2},{"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":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":25},{"source":4,"target":26},{"source":4,"target":27},{"source":25,"target":28},{"source":25,"target":4},{"source":26,"target":29},{"source":26,"target":4},{"source":27,"target":2},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":30},{"source":5,"target":31},{"source":5,"target":32},{"source":30,"target":33},{"source":30,"target":5},{"source":31,"target":34},{"source":31,"target":5},{"source":32,"target":2},{"source":6,"target":0},{"source":6,"target":2},{"source":6,"target":35},{"source":6,"target":36},{"source":6,"target":37},{"source":35,"target":38},{"source":35,"target":6},{"source":36,"target":39},{"source":36,"target":6},{"source":37,"target":2},{"source":7,"target":0},{"source":7,"target":2},{"source":7,"target":40},{"source":7,"target":41},{"source":7,"target":42},{"source":40,"target":43},{"source":40,"target":7},{"source":41,"target":44},{"source":41,"target":7},{"source":42,"target":2},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":45},{"source":8,"target":46},{"source":45,"target":47},{"source":45,"target":8},{"source":46,"target":7},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":48},{"source":9,"target":49},{"source":9,"target":50},{"source":48,"target":51},{"source":48,"target":9},{"source":49,"target":52},{"source":49,"target":9},{"source":50,"target":7},{"source":10,"target":0},{"source":10,"target":7},{"source":10,"target":53},{"source":10,"target":54},{"source":10,"target":55},{"source":53,"target":56},{"source":53,"target":10},{"source":54,"target":57},{"source":54,"target":10},{"source":55,"target":7},{"source":11,"target":0},{"source":11,"target":7},{"source":11,"target":58},{"source":11,"target":59},{"source":11,"target":60},{"source":58,"target":61},{"source":58,"target":11},{"source":59,"target":62},{"source":59,"target":11},{"source":60,"target":7},{"source":12,"target":0},{"source":12,"target":7},{"source":12,"target":63},{"source":12,"target":64},{"source":12,"target":65},{"source":63,"target":66},{"source":63,"target":12},{"source":64,"target":67},{"source":64,"target":12},{"source":65,"target":7},{"source":13,"target":0},{"source":13,"target":2},{"source":13,"target":68},{"source":13,"target":69},{"source":13,"target":70},{"source":68,"target":71},{"source":68,"target":13},{"source":69,"target":72},{"source":69,"target":13},{"source":70,"target":2}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="a" nsURI="http://a/1.0" nsPrefix="a"> <eClassifiers xsi:type="ecore:EClass" name="A"> <eStructuralFeatures xsi:type="ecore:EReference" name="eobject" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="b" eType="ecore:EClass B.ecore#//B"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/pyecore/pyecoregen/tests/input/A.ecore
ecore
a A eobject b
null
{"directed":true,"nodes":[{"nsPrefix":"a","nsURI":"http://a/1.0","name":"a","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"A","instanceClass":null,"abstract":false,"id":1,"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":"eobject","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"b","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":5},{"source":3,"target":1}],"multigraph":true}