is_duplicated
bool 2
classes | xmi
stringlengths 506
392k
| ids
stringlengths 42
388
| model_type
stringclasses 1
value | txt
stringlengths 3
77k
| labels
null | graph
stringlengths 176
1.29M
|
---|---|---|---|---|---|---|
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="model" nsURI="http://activiti.org/bpmn" nsPrefix="activiti">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This XML Schema defines and documents BPMN 2.0 extension elements and attributes introduced by activiti."/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="DocumentRoot" eSuperTypes="../../org.eclipse.bpmn2/model/BPMN20.ecore#//DocumentRoot">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value=""/>
<details key="kind" value="mixed"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="executionListener" upperBound="-2"
eType="#//ExecutionListenerType" volatile="true" transient="true" derived="true"
containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Extension element for any activities and sequenceflow, used to execute custom Java logic or an expression upon the occurrence of a certain event."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="executionListener"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="field" upperBound="-2"
eType="#//FieldType" volatile="true" transient="true" derived="true" containment="true"
resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Extension Element for Service Tasks to inject values into the fields of delegate classes."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="field"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="formProperty" upperBound="-2"
eType="#//FormPropertyType" volatile="true" transient="true" derived="true"
containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Subelement of the extensionsElement of activities that support forms. Allows to specifies properties (!= process variables) for a form. See documentation chapter on form properties."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="formProperty"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="in" upperBound="-2" eType="#//InType"
volatile="true" transient="true" derived="true" containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Element to specify Data Input in activiti Shortcuts (compare to DataInputAssociation in BPMN)"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="in"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="out" upperBound="-2" eType="#//OutType"
volatile="true" transient="true" derived="true" containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Element to specify Data Output in activiti Shortcuts (compare to DataOutputAssociation in BPMN)"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="out"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="taskListener" upperBound="-2"
eType="#//TaskListenerType" volatile="true" transient="true" derived="true"
containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Extension element for User Tasks used to execute custom Java logic or an expression upon the occurrence of a certain event."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="taskListener"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="assignee" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="User Task attribute to set the human performer of a user task. Also supports expressions that evaluate to a String."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="assignee"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="candidateGroups" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="User Task attribute to set the potential owners of a user task. The provided group(s) will be candidate for performing the user task. In case of multiple group ids, a comma-separated list must be provided. Also supports expressions that evaluate to a String or Collection<String>."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="candidateGroups"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="candidateUsers" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="User Task attribute to set the potential owners of a user task. The provided user(s) will be candidate for performing the user task. In case of multiple user ids, a comma-separated list must be provided. Also supports expressions that evaluate to a String or Collection<String>."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="candidateUsers"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="class" eType="#//ClassType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Service Task attribute for specifying a fully qualified Java classname. The Java class must implement either org.activiti.activiti.delegate.JavaDelegate or org.activiti.activiti.impl.pvm.delegate.ActivityBehavior"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="class"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="collection" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="To be used on the multiInstanceLoopCharacteristics element, referencing a collection. For each element in the collection, an instance will be created. Can be an expression or reference to a process variable."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="collection"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="delegateExpression" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnySimpleType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Allows to specify an expression on a service task, taskListener or executionListener that at runtime must resolve to an object that implements the corresponsing interface (JavaDelegate, ActivityBehavior, TaskListener, ExecutionListener, etc.)"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="delegateExpression"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="dueDate" eType="#//TExpression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="User Task attribute to set the task due date. The expression should resolve to a value of typejava.util.Date."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="dueDate"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="elementVariable" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="To be used on the multiInstanceLoopCharacteristics element, used in conjunction with the activiti:collection attribute. Denotes the name of the process variable that will be set on each created instance, containing an element of the specified collection."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="elementVariable"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="formHandlerClass" eType="#//FormHandlerClassType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Attribute on a startEvent or userTask. Allows to specify a custom class that will be called during the parsing of the form information. Thus way, it is possible to use custom forms and form handling. This class must implement the org.activiti.activiti.inpl.form.FormHamdler/StartFormHandler/taskFormHandler interface (specific interface depending on the activity)."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="formHandlerClass"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="formKey" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Attribute used on a startEvent or a userTask. The value can be anything. The default form support in activiti assumes that this is a reference to a form html file inside the deployment of the process definition. But this key can also be something completely different, in case of external form resolving.
 "/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="formKey"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="history" eType="#//HistoryType"
unsettable="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Attribute on the process element. Allows to set the history level for this specific process definition differently from the history level set in the process activiti configuration."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="history"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="initiator" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Attribute on a start event. Denotes a process variable in which the process initiator set in the identityService.setAuthenticatedUserId(userId) is captured."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="initiator"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="resultVariable" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Attribute on Service and Script Task corresponding with a process variable name. The result of executing the service task logic or the script will be stored in this process variable."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="resultVariable"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//TypeType"
unsettable="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Service Task attribute specifying a built-in service task implementation."/>
</eAnnotations>
<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="async" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="async"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="actExpression" 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="expression"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="priority" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="50">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="User Task attribute to set the priority. The expression should resolve to a value of type int."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="priority"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="resultVariableName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Attribute on Service and Script Task corresponding with a process variable name. The result of executing the service task logic or the script will be stored in this process variable."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="resultVariableName"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="failedJobRetryTimeCycle"
upperBound="-2" eType="#//fox/FailedJobRetryTimeCycleType" 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="failedJobRetryTimeCycle"/>
<details key="namespace" value="http://www.camunda.com/fox"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="ClassType" instanceClassName="java.lang.String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="class_._type"/>
<details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#string"/>
<details key="pattern" value="([a-z]{2,3}(\.[a-zA-Z][a-zA-Z_$0-9]*)*)\.([A-Z][a-zA-Z_$0-9]*)"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="EventType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="event_._1_._type"/>
</eAnnotations>
<eLiterals name="create"/>
<eLiterals name="assignment" value="1"/>
<eLiterals name="complete" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="EventType1">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="event_._type"/>
</eAnnotations>
<eLiterals name="start"/>
<eLiterals name="end" value="1"/>
<eLiterals name="take" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="EventTypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="event_._1_._type:Object"/>
<details key="baseType" value="event_._1_._type"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="EventTypeObject1" instanceClassName="org.eclipse.emf.common.util.Enumerator">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="event_._type:Object"/>
<details key="baseType" value="event_._type"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExecutionListenerType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="executionListener_._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="field" upperBound="-1"
eType="#//FieldType" volatile="true" transient="true" derived="true" containment="true"
resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Extension Element for Service Tasks to inject values into the fields of delegate classes."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="field"/>
<details key="namespace" value="##targetNamespace"/>
<details key="group" value="#group:0"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="class" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="An implementation of the org.activiti.activiti.impl.pvm.delegate.ExecutionListener interface that will be called when the event occurs."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="class"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="delegateExpression" eType="#//TExpression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Expression that must resolve to an object implementing a compatible interface for an executionListener. Evaluation and delegation to the resulting object is done when the task event occurs."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="delegateExpression"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="event" eType="#//EventType1"
unsettable="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The event on which the delegation class or expression will be executed."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="event"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="expression" eType="#//TExpression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Expression that will be evaluated when the event occurs."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="expression"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FieldType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="field_._type"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="string" 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="string"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="expression" eType="#//TExpression">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="expression"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="expression1" eType="#//TExpression">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="expression"/>
</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"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="stringValue" 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="stringValue"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="FormHandlerClassType" instanceClassName="java.lang.String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="formHandlerClass_._type"/>
<details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#string"/>
<details key="pattern" value="([a-z]{2,3}(\.[a-zA-Z][a-zA-Z_$0-9]*)*)\.([A-Z][a-zA-Z_$0-9]*)"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FormPropertyType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="formProperty_._type"/>
<details key="kind" value="empty"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" upperBound="-1"
eType="#//ValueType" containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Defines a (potential) value for the form property. Especially usedful when using 'enum' as type."/>
</eAnnotations>
<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>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="datePattern" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Can be used when type is 'date' and defines how a date should be provided
 in the form. Any date pattern that is compatible
	 with java.text.SimpleDataFormat is valid."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="datePattern"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="expression" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Specifies an expression that maps the property, eg. ${street.address}"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="expression"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The key used to submit the property through the API."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="id"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" 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 display label of the property."/>
</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="readable" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Specifies if the property can be read and displayed in the form."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="readable"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="required" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Specifies if the property is a required field."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="required"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" 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 type of the property (see documentation for supported types). Default is 'string'."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="type"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value1" eType="#//TExpression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A literal or an expression that evaluates at runtime to the value for
 the form property."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="value"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="variable" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Specifies the process variable on which the variable is mapped."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="variable"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="writable" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Specifies if the property is expected when the form is submitted."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="writable"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="default" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="HistoryType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="history_._type"/>
</eAnnotations>
<eLiterals name="none"/>
<eLiterals name="activity" value="1"/>
<eLiterals name="audit" value="2"/>
<eLiterals name="full" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="HistoryTypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="history_._type:Object"/>
<details key="baseType" value="history_._type"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="in_._type"/>
<details key="kind" value="empty"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="source" 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="source"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceExpression" eType="#//TExpression">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="sourceExpression"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="target" 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="target"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OutType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="out_._type"/>
<details key="kind" value="empty"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="source" 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="source"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceExpression" eType="#//TExpression">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="sourceExpression"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="target" 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="target"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TaskListenerType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="taskListener_._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="field" upperBound="-1"
eType="#//FieldType" volatile="true" transient="true" derived="true" containment="true"
resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Extension Element for Service Tasks to inject values into the fields of delegate classes."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="field"/>
<details key="namespace" value="##targetNamespace"/>
<details key="group" value="#group:0"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="class" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="An implementation of the org.activiti.activiti.impl.pvm.delegate.TaskListener interface that will be called when the task event occurs."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="class"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="delegateExpression" eType="#//TExpression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Expression that must resolve to an object implementing a compatible interface for a taskListener. Evaluation and delegation to the resulting object is done when the task event occurs."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="delegateExpression"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="event" lowerBound="1" eType="#//EventType"
unsettable="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The event on which the delegation class or expression will be executed."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="event"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="expression" eType="#//TExpression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Expression that will be evaluated when the task event occurs."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="expression"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="TExpression" instanceClassName="java.lang.String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Expression using the language declared in the expressionLanguage attribute of BPMN's definitions element."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="tExpression"/>
<details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#string"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="TypeType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="type_._type"/>
</eAnnotations>
<eLiterals name="mail"/>
</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="type_._type:Object"/>
<details key="baseType" value="type_._type"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CallActivity" eSuperTypes="../../org.eclipse.bpmn2/model/BPMN20.ecore#//CallActivity">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="tCallActivity"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="calledElement" 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="calledElement"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BoundaryEvent" eSuperTypes="../../org.eclipse.bpmn2/model/BPMN20.ecore#//BoundaryEvent"/>
<eClassifiers xsi:type="ecore:EClass" name="ValueType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="value_._type"/>
<details key="kind" value="empty"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Defines a (potential) value for the form property. Especially useful when using 'enum' as type."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Defines the internal value for the form property value."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="id"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Defines the display label for the form property value."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="name"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eSubpackages name="fox" nsURI="http://www.camunda.com/fox" nsPrefix="fox">
<eClassifiers xsi:type="ecore:EClass" name="FailedJobRetryTimeCycleType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="tFailedJobRetryCycleType"/>
<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="text" ordered="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
volatile="true" derived="true"/>
</eClassifiers>
</eSubpackages>
</ecore:EPackage>
| github:ecore:/data/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/ActivitiExtensions.ecore | ecore | model
DocumentRoot
executionListener
field
formProperty
in
out
taskListener
assignee
candidateGroups
candidateUsers
class
collection
delegateExpression
dueDate
elementVariable
formHandlerClass
formKey
history
initiator
resultVariable
type
async
actExpression
priority
50
resultVariableName
failedJobRetryTimeCycle
ClassType
java.lang.String
java.lang.String
EventType
create
create
assignment
assignment
complete
complete
EventType1
start
start
end
end
take
take
EventTypeObject
org.eclipse.emf.common.util.Enumerator
org.eclipse.emf.common.util.Enumerator
EventTypeObject1
org.eclipse.emf.common.util.Enumerator
org.eclipse.emf.common.util.Enumerator
ExecutionListenerType
group
field
class
delegateExpression
event
expression
FieldType
string
expression
expression1
name
stringValue
FormHandlerClassType
java.lang.String
java.lang.String
FormPropertyType
value
datePattern
expression
id
name
readable
required
type
value1
variable
writable
default
HistoryType
none
none
activity
activity
audit
audit
full
full
HistoryTypeObject
org.eclipse.emf.common.util.Enumerator
org.eclipse.emf.common.util.Enumerator
InType
source
sourceExpression
target
OutType
source
sourceExpression
target
TaskListenerType
group
field
class
delegateExpression
event
expression
TExpression
java.lang.String
java.lang.String
TypeType
mail
mail
TypeTypeObject
org.eclipse.emf.common.util.Enumerator
org.eclipse.emf.common.util.Enumerator
CallActivity
calledElement
BoundaryEvent
ValueType
id
name
fox
FailedJobRetryTimeCycleType
mixed
text | null | {"directed":true,"nodes":[{"nsPrefix":"activiti","nsURI":"http://activiti.org/bpmn","name":"model","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentRoot","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"ClassType","instanceClass":"java.lang.String","id":2,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"instanceClassName":null,"name":"EventType","instanceClass":null,"id":3,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"EventType1","instanceClass":null,"id":4,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"EventTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":5,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"EventTypeObject1","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":6,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionListenerType","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FieldType","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"FormHandlerClassType","instanceClass":"java.lang.String","id":9,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FormPropertyType","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"HistoryType","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":"HistoryTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":12,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InType","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutType","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TaskListenerType","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"TExpression","instanceClass":"java.lang.String","id":16,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"instanceClassName":null,"name":"TypeType","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":"TypeTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":18,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallActivity","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BoundaryEvent","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueType","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"nsPrefix":"fox","nsURI":"http://www.camunda.com/fox","name":"fox","id":22,"eClass":"EPackage"},{"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":"executionListener","changeable":true,"resolveProxies":false,"lowerBound":0,"id":23,"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":"field","changeable":true,"resolveProxies":false,"lowerBound":0,"id":24,"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":"formProperty","changeable":true,"resolveProxies":false,"lowerBound":0,"id":25,"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":"in","changeable":true,"resolveProxies":false,"lowerBound":0,"id":26,"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":"out","changeable":true,"resolveProxies":false,"lowerBound":0,"id":27,"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":"taskListener","changeable":true,"resolveProxies":false,"lowerBound":0,"id":28,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"assignee","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"candidateGroups","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":"candidateUsers","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":"class","changeable":true,"lowerBound":0,"iD":false,"id":32,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"collection","changeable":true,"lowerBound":0,"iD":false,"id":33,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"delegateExpression","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":"dueDate","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":"elementVariable","changeable":true,"lowerBound":0,"iD":false,"id":36,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"formHandlerClass","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":"formKey","changeable":true,"lowerBound":0,"iD":false,"id":38,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"history","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":"initiator","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":"resultVariable","changeable":true,"lowerBound":0,"iD":false,"id":41,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"type","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":false,"transient":false,"unique":true,"name":"async","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":"actExpression","changeable":true,"lowerBound":0,"iD":false,"id":44,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":50,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"50","unsettable":false,"transient":false,"unique":true,"name":"priority","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":"resultVariableName","changeable":true,"lowerBound":0,"iD":false,"id":46,"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":"failedJobRetryTimeCycle","changeable":true,"resolveProxies":false,"lowerBound":0,"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"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FailedJobRetryTimeCycleType","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"id":74,"eClass":"EGenericType"},{"name":"create","id":75,"value":0,"literal":"create","eClass":"EEnumLiteral"},{"name":"assignment","id":76,"value":1,"literal":"assignment","eClass":"EEnumLiteral"},{"name":"complete","id":77,"value":2,"literal":"complete","eClass":"EEnumLiteral"},{"name":"start","id":78,"value":0,"literal":"start","eClass":"EEnumLiteral"},{"name":"end","id":79,"value":1,"literal":"end","eClass":"EEnumLiteral"},{"name":"take","id":80,"value":2,"literal":"take","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":81,"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":"field","changeable":true,"resolveProxies":false,"lowerBound":0,"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":"class","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":"delegateExpression","changeable":true,"lowerBound":0,"iD":false,"id":84,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"event","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":"expression","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"string","changeable":true,"lowerBound":0,"iD":false,"id":93,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"lowerBound":0,"iD":false,"id":94,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"expression1","changeable":true,"lowerBound":0,"iD":false,"id":95,"derived":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":96,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"stringValue","changeable":true,"lowerBound":0,"iD":false,"id":97,"derived":false},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"container":false,"ordered":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":false,"lowerBound":0,"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":"datePattern","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":"expression","changeable":true,"lowerBound":0,"iD":false,"id":105,"derived":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":106,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":107,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"readable","changeable":true,"lowerBound":0,"iD":false,"id":108,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"required","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":"type","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":"value1","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":"variable","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":"writable","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":"default","changeable":true,"lowerBound":0,"iD":false,"id":114,"derived":false},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"name":"none","id":127,"value":0,"literal":"none","eClass":"EEnumLiteral"},{"name":"activity","id":128,"value":1,"literal":"activity","eClass":"EEnumLiteral"},{"name":"audit","id":129,"value":2,"literal":"audit","eClass":"EEnumLiteral"},{"name":"full","id":130,"value":3,"literal":"full","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":"source","changeable":true,"lowerBound":0,"iD":false,"id":131,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sourceExpression","changeable":true,"lowerBound":0,"iD":false,"id":132,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"lowerBound":1,"iD":false,"id":133,"derived":false},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"source","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":"sourceExpression","changeable":true,"lowerBound":0,"iD":false,"id":138,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"lowerBound":1,"iD":false,"id":139,"derived":false},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"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":"group","changeable":true,"lowerBound":0,"iD":false,"id":143,"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":"field","changeable":true,"resolveProxies":false,"lowerBound":0,"id":144,"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":"class","changeable":true,"lowerBound":0,"iD":false,"id":145,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"delegateExpression","changeable":true,"lowerBound":0,"iD":false,"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":"event","changeable":true,"lowerBound":1,"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":"expression","changeable":true,"lowerBound":0,"iD":false,"id":148,"derived":false},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"name":"mail","id":155,"value":0,"literal":"mail","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":"calledElement","changeable":true,"lowerBound":0,"iD":false,"id":156,"derived":false},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":160,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":161,"derived":false},{"id":162,"eClass":"EGenericType"},{"id":163,"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":164,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"text","changeable":true,"lowerBound":1,"iD":false,"id":165,"derived":true},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":1,"target":0},{"source":1,"target":23},{"source":1,"target":24},{"source":1,"target":25},{"source":1,"target":26},{"source":1,"target":27},{"source":1,"target":28},{"source":1,"target":29},{"source":1,"target":30},{"source":1,"target":31},{"source":1,"target":32},{"source":1,"target":33},{"source":1,"target":34},{"source":1,"target":35},{"source":1,"target":36},{"source":1,"target":37},{"source":1,"target":38},{"source":1,"target":39},{"source":1,"target":40},{"source":1,"target":41},{"source":1,"target":42},{"source":1,"target":43},{"source":1,"target":44},{"source":1,"target":45},{"source":1,"target":46},{"source":1,"target":47},{"source":1,"target":48},{"source":23,"target":7},{"source":23,"target":49},{"source":23,"target":1},{"source":49,"target":7},{"source":24,"target":8},{"source":24,"target":50},{"source":24,"target":1},{"source":50,"target":8},{"source":25,"target":10},{"source":25,"target":51},{"source":25,"target":1},{"source":51,"target":10},{"source":26,"target":13},{"source":26,"target":52},{"source":26,"target":1},{"source":52,"target":13},{"source":27,"target":14},{"source":27,"target":53},{"source":27,"target":1},{"source":53,"target":14},{"source":28,"target":15},{"source":28,"target":54},{"source":28,"target":1},{"source":54,"target":15},{"source":29,"target":55},{"source":29,"target":1},{"source":30,"target":56},{"source":30,"target":1},{"source":31,"target":57},{"source":31,"target":1},{"source":32,"target":2},{"source":32,"target":58},{"source":32,"target":1},{"source":58,"target":2},{"source":33,"target":59},{"source":33,"target":1},{"source":34,"target":60},{"source":34,"target":1},{"source":35,"target":16},{"source":35,"target":61},{"source":35,"target":1},{"source":61,"target":16},{"source":36,"target":62},{"source":36,"target":1},{"source":37,"target":9},{"source":37,"target":63},{"source":37,"target":1},{"source":63,"target":9},{"source":38,"target":64},{"source":38,"target":1},{"source":39,"target":11},{"source":39,"target":65},{"source":39,"target":1},{"source":65,"target":11},{"source":40,"target":66},{"source":40,"target":1},{"source":41,"target":67},{"source":41,"target":1},{"source":42,"target":17},{"source":42,"target":68},{"source":42,"target":1},{"source":68,"target":17},{"source":43,"target":69},{"source":43,"target":1},{"source":44,"target":70},{"source":44,"target":1},{"source":45,"target":71},{"source":45,"target":1},{"source":46,"target":72},{"source":46,"target":1},{"source":47,"target":73},{"source":47,"target":74},{"source":47,"target":1},{"source":74,"target":73},{"source":2,"target":0},{"source":3,"target":0},{"source":3,"target":75},{"source":3,"target":76},{"source":3,"target":77},{"source":75,"target":3},{"source":76,"target":3},{"source":77,"target":3},{"source":4,"target":0},{"source":4,"target":78},{"source":4,"target":79},{"source":4,"target":80},{"source":78,"target":4},{"source":79,"target":4},{"source":80,"target":4},{"source":5,"target":0},{"source":6,"target":0},{"source":7,"target":0},{"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":81,"target":87},{"source":81,"target":7},{"source":82,"target":8},{"source":82,"target":88},{"source":82,"target":7},{"source":88,"target":8},{"source":83,"target":89},{"source":83,"target":7},{"source":84,"target":16},{"source":84,"target":90},{"source":84,"target":7},{"source":90,"target":16},{"source":85,"target":4},{"source":85,"target":91},{"source":85,"target":7},{"source":91,"target":4},{"source":86,"target":16},{"source":86,"target":92},{"source":86,"target":7},{"source":92,"target":16},{"source":8,"target":0},{"source":8,"target":93},{"source":8,"target":94},{"source":8,"target":95},{"source":8,"target":96},{"source":8,"target":97},{"source":93,"target":98},{"source":93,"target":8},{"source":94,"target":16},{"source":94,"target":99},{"source":94,"target":8},{"source":99,"target":16},{"source":95,"target":16},{"source":95,"target":100},{"source":95,"target":8},{"source":100,"target":16},{"source":96,"target":101},{"source":96,"target":8},{"source":97,"target":102},{"source":97,"target":8},{"source":9,"target":0},{"source":10,"target":0},{"source":10,"target":103},{"source":10,"target":104},{"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":10,"target":111},{"source":10,"target":112},{"source":10,"target":113},{"source":10,"target":114},{"source":103,"target":21},{"source":103,"target":115},{"source":103,"target":10},{"source":115,"target":21},{"source":104,"target":116},{"source":104,"target":10},{"source":105,"target":117},{"source":105,"target":10},{"source":106,"target":118},{"source":106,"target":10},{"source":107,"target":119},{"source":107,"target":10},{"source":108,"target":120},{"source":108,"target":10},{"source":109,"target":121},{"source":109,"target":10},{"source":110,"target":122},{"source":110,"target":10},{"source":111,"target":16},{"source":111,"target":123},{"source":111,"target":10},{"source":123,"target":16},{"source":112,"target":124},{"source":112,"target":10},{"source":113,"target":125},{"source":113,"target":10},{"source":114,"target":126},{"source":114,"target":10},{"source":11,"target":0},{"source":11,"target":127},{"source":11,"target":128},{"source":11,"target":129},{"source":11,"target":130},{"source":127,"target":11},{"source":128,"target":11},{"source":129,"target":11},{"source":130,"target":11},{"source":12,"target":0},{"source":13,"target":0},{"source":13,"target":131},{"source":13,"target":132},{"source":13,"target":133},{"source":131,"target":134},{"source":131,"target":13},{"source":132,"target":16},{"source":132,"target":135},{"source":132,"target":13},{"source":135,"target":16},{"source":133,"target":136},{"source":133,"target":13},{"source":14,"target":0},{"source":14,"target":137},{"source":14,"target":138},{"source":14,"target":139},{"source":137,"target":140},{"source":137,"target":14},{"source":138,"target":16},{"source":138,"target":141},{"source":138,"target":14},{"source":141,"target":16},{"source":139,"target":142},{"source":139,"target":14},{"source":15,"target":0},{"source":15,"target":143},{"source":15,"target":144},{"source":15,"target":145},{"source":15,"target":146},{"source":15,"target":147},{"source":15,"target":148},{"source":143,"target":149},{"source":143,"target":15},{"source":144,"target":8},{"source":144,"target":150},{"source":144,"target":15},{"source":150,"target":8},{"source":145,"target":151},{"source":145,"target":15},{"source":146,"target":16},{"source":146,"target":152},{"source":146,"target":15},{"source":152,"target":16},{"source":147,"target":3},{"source":147,"target":153},{"source":147,"target":15},{"source":153,"target":3},{"source":148,"target":16},{"source":148,"target":154},{"source":148,"target":15},{"source":154,"target":16},{"source":16,"target":0},{"source":17,"target":0},{"source":17,"target":155},{"source":155,"target":17},{"source":18,"target":0},{"source":19,"target":0},{"source":19,"target":156},{"source":19,"target":157},{"source":156,"target":158},{"source":156,"target":19},{"source":20,"target":0},{"source":20,"target":159},{"source":21,"target":0},{"source":21,"target":160},{"source":21,"target":161},{"source":160,"target":162},{"source":160,"target":21},{"source":161,"target":163},{"source":161,"target":21},{"source":22,"target":73},{"source":22,"target":0},{"source":73,"target":22},{"source":73,"target":164},{"source":73,"target":165},{"source":164,"target":166},{"source":164,"target":73},{"source":165,"target":167},{"source":165,"target":73}],"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="MultiClassQN" nsURI="MultiClassQN" nsPrefix="MultiClassQN">
<eClassifiers xsi:type="ecore:EClass" name="QNM">
<eStructuralFeatures xsi:type="ecore:EReference" name="workloads" lowerBound="1"
upperBound="-1" eType="#//Workload" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="nodes" upperBound="-1"
eType="#//Node" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="arcs" upperBound="-1" eType="#//Arc"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="serviceRequests" upperBound="-1"
eType="#//ServiceRequest" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="workloadRoutings" upperBound="-1"
eType="#//WorkloadRouting" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Arc">
<eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1"
eType="#//Node" eOpposite="#//Node/outgoing"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1"
eType="#//Node" eOpposite="#//Node/incoming"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="WorkloadRouting" upperBound="-1"
eType="#//WorkloadRouting" eOpposite="#//WorkloadRouting/arc"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
iD="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Workload">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="numOfJobs" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="serviceRequest" upperBound="-1"
eType="#//ServiceRequest" eOpposite="#//ServiceRequest/workload"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="workloadRouting" upperBound="-1"
eType="#//WorkloadRouting" eOpposite="#//WorkloadRouting/workload"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
iD="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Node" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
iD="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outgoing" upperBound="-1"
eType="#//Arc" eOpposite="#//Arc/source"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="incoming" upperBound="-1"
eType="#//Arc" eOpposite="#//Arc/target"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Server" eSuperTypes="#//Node">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="schedulingPolicy" lowerBound="1"
eType="#//SchedulingPolicy"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="serviceRequest" upperBound="-1"
eType="#//ServiceRequest" eOpposite="#//ServiceRequest/server"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="workload" upperBound="-1"
eType="#//Workload"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NonServerNode" eSuperTypes="#//Node">
<eStructuralFeatures xsi:type="ecore:EReference" name="workload" lowerBound="1"
eType="#//Workload"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ThinkDevice" eSuperTypes="#//Node">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="thinkTime" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="workload" lowerBound="1"
eType="#//Workload"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SourceNode" eSuperTypes="#//Node">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="arrivalDistribution" lowerBound="1"
eType="#//ProbabilityDistribution"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="arrivalParams" lowerBound="1"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="workload" lowerBound="1"
eType="#//Workload"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SinkNode" eSuperTypes="#//Node">
<eStructuralFeatures xsi:type="ecore:EReference" name="workload" lowerBound="1"
eType="#//Workload"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="SchedulingPolicy">
<eLiterals name="FCFS" value="1"/>
<eLiterals name="IS" value="2"/>
<eLiterals name="PS" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ProbabilityDistribution">
<eLiterals name="Exponential" value="1"/>
<eLiterals name="Poisson" value="2"/>
<eLiterals name="Constant" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ServiceRequest">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="serviceDistribution" lowerBound="1"
eType="#//ProbabilityDistribution"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="serviceParams" lowerBound="1"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="server" lowerBound="1"
eType="#//Server" eOpposite="#//Server/serviceRequest"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="workload" lowerBound="1"
eType="#//Workload" eOpposite="#//Workload/serviceRequest"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="WorkloadRouting">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="probability" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="arc" lowerBound="1" eType="#//Arc"
eOpposite="#//Arc/WorkloadRouting"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="workload" lowerBound="1"
eType="#//Workload" eOpposite="#//Workload/workloadRouting"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/ialazzon/TestEnvironment/metamodels/MultiClassQN.ecore | ecore | MultiClassQN
QNM
workloads
nodes
arcs
serviceRequests
workloadRoutings
Arc
source
target
WorkloadRouting
name
Workload
numOfJobs
serviceRequest
workloadRouting
name
Node
name
outgoing
incoming
Server
schedulingPolicy
serviceRequest
workload
NonServerNode
workload
ThinkDevice
thinkTime
workload
SourceNode
arrivalDistribution
arrivalParams
workload
SinkNode
workload
SchedulingPolicy
FCFS
FCFS
IS
IS
PS
PS
ProbabilityDistribution
Exponential
Exponential
Poisson
Poisson
Constant
Constant
ServiceRequest
serviceDistribution
serviceParams
server
workload
WorkloadRouting
probability
arc
workload | null | {"directed":true,"nodes":[{"nsPrefix":"MultiClassQN","nsURI":"MultiClassQN","name":"MultiClassQN","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QNM","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Arc","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Workload","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Server","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NonServerNode","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThinkDevice","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SourceNode","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SinkNode","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"SchedulingPolicy","instanceClass":null,"id":10,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ProbabilityDistribution","instanceClass":null,"id":11,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceRequest","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WorkloadRouting","instanceClass":null,"abstract":false,"id":13,"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":"workloads","changeable":true,"resolveProxies":true,"lowerBound":1,"id":14,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nodes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arcs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"serviceRequests","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"workloadRoutings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":24,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":25,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"WorkloadRouting","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":true,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outgoing","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":false,"unsettable":false,"transient":false,"unique":true,"name":"incoming","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"arc","changeable":true,"resolveProxies":true,"lowerBound":1,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"numOfJobs","changeable":true,"lowerBound":1,"iD":false,"id":35,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"serviceRequest","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"workloadRouting","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":true,"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"workload","changeable":true,"resolveProxies":true,"lowerBound":1,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"workload","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"name","changeable":true,"lowerBound":0,"iD":true,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"schedulingPolicy","changeable":true,"lowerBound":1,"iD":false,"id":49,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"serviceRequest","changeable":true,"resolveProxies":true,"lowerBound":0,"id":50,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"workload","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"server","changeable":true,"resolveProxies":true,"lowerBound":1,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"workload","changeable":true,"resolveProxies":true,"lowerBound":1,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"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":"thinkTime","changeable":true,"lowerBound":1,"iD":false,"id":60,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"workload","changeable":true,"resolveProxies":true,"lowerBound":1,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"arrivalDistribution","changeable":true,"lowerBound":1,"iD":false,"id":65,"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":"arrivalParams","changeable":true,"lowerBound":1,"iD":false,"id":66,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"workload","changeable":true,"resolveProxies":true,"lowerBound":1,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"workload","changeable":true,"resolveProxies":true,"lowerBound":1,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"name":"FCFS","id":75,"value":1,"literal":"FCFS","eClass":"EEnumLiteral"},{"name":"IS","id":76,"value":2,"literal":"IS","eClass":"EEnumLiteral"},{"name":"PS","id":77,"value":3,"literal":"PS","eClass":"EEnumLiteral"},{"name":"Exponential","id":78,"value":1,"literal":"Exponential","eClass":"EEnumLiteral"},{"name":"Poisson","id":79,"value":2,"literal":"Poisson","eClass":"EEnumLiteral"},{"name":"Constant","id":80,"value":3,"literal":"Constant","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"serviceDistribution","changeable":true,"lowerBound":1,"iD":false,"id":81,"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":"serviceParams","changeable":true,"lowerBound":1,"iD":false,"id":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"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":"probability","changeable":true,"lowerBound":1,"iD":false,"id":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":1,"target":0},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":14,"target":3},{"source":14,"target":19},{"source":14,"target":1},{"source":19,"target":3},{"source":15,"target":4},{"source":15,"target":20},{"source":15,"target":1},{"source":20,"target":4},{"source":16,"target":2},{"source":16,"target":21},{"source":16,"target":1},{"source":21,"target":2},{"source":17,"target":12},{"source":17,"target":22},{"source":17,"target":1},{"source":22,"target":12},{"source":18,"target":13},{"source":18,"target":23},{"source":18,"target":1},{"source":23,"target":13},{"source":2,"target":0},{"source":2,"target":24},{"source":2,"target":25},{"source":2,"target":26},{"source":2,"target":27},{"source":24,"target":4},{"source":24,"target":28},{"source":24,"target":2},{"source":24,"target":29},{"source":28,"target":4},{"source":25,"target":4},{"source":25,"target":30},{"source":25,"target":2},{"source":25,"target":31},{"source":30,"target":4},{"source":26,"target":13},{"source":26,"target":32},{"source":26,"target":2},{"source":26,"target":33},{"source":32,"target":13},{"source":27,"target":34},{"source":27,"target":2},{"source":3,"target":0},{"source":3,"target":35},{"source":3,"target":36},{"source":3,"target":37},{"source":3,"target":38},{"source":35,"target":39},{"source":35,"target":3},{"source":36,"target":12},{"source":36,"target":40},{"source":36,"target":3},{"source":36,"target":41},{"source":40,"target":12},{"source":37,"target":13},{"source":37,"target":42},{"source":37,"target":3},{"source":37,"target":43},{"source":42,"target":13},{"source":38,"target":44},{"source":38,"target":3},{"source":4,"target":0},{"source":4,"target":45},{"source":4,"target":29},{"source":4,"target":31},{"source":45,"target":46},{"source":45,"target":4},{"source":29,"target":2},{"source":29,"target":47},{"source":29,"target":4},{"source":29,"target":24},{"source":47,"target":2},{"source":31,"target":2},{"source":31,"target":48},{"source":31,"target":4},{"source":31,"target":25},{"source":48,"target":2},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":49},{"source":5,"target":50},{"source":5,"target":51},{"source":5,"target":52},{"source":49,"target":10},{"source":49,"target":53},{"source":49,"target":5},{"source":53,"target":10},{"source":50,"target":12},{"source":50,"target":54},{"source":50,"target":5},{"source":50,"target":55},{"source":54,"target":12},{"source":51,"target":3},{"source":51,"target":56},{"source":51,"target":5},{"source":56,"target":3},{"source":52,"target":4},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":57},{"source":6,"target":58},{"source":57,"target":3},{"source":57,"target":59},{"source":57,"target":6},{"source":59,"target":3},{"source":58,"target":4},{"source":7,"target":0},{"source":7,"target":4},{"source":7,"target":60},{"source":7,"target":61},{"source":7,"target":62},{"source":60,"target":63},{"source":60,"target":7},{"source":61,"target":3},{"source":61,"target":64},{"source":61,"target":7},{"source":64,"target":3},{"source":62,"target":4},{"source":8,"target":0},{"source":8,"target":4},{"source":8,"target":65},{"source":8,"target":66},{"source":8,"target":67},{"source":8,"target":68},{"source":65,"target":11},{"source":65,"target":69},{"source":65,"target":8},{"source":69,"target":11},{"source":66,"target":70},{"source":66,"target":8},{"source":67,"target":3},{"source":67,"target":71},{"source":67,"target":8},{"source":71,"target":3},{"source":68,"target":4},{"source":9,"target":0},{"source":9,"target":4},{"source":9,"target":72},{"source":9,"target":73},{"source":72,"target":3},{"source":72,"target":74},{"source":72,"target":9},{"source":74,"target":3},{"source":73,"target":4},{"source":10,"target":0},{"source":10,"target":75},{"source":10,"target":76},{"source":10,"target":77},{"source":75,"target":10},{"source":76,"target":10},{"source":77,"target":10},{"source":11,"target":0},{"source":11,"target":78},{"source":11,"target":79},{"source":11,"target":80},{"source":78,"target":11},{"source":79,"target":11},{"source":80,"target":11},{"source":12,"target":0},{"source":12,"target":81},{"source":12,"target":82},{"source":12,"target":55},{"source":12,"target":41},{"source":81,"target":11},{"source":81,"target":83},{"source":81,"target":12},{"source":83,"target":11},{"source":82,"target":84},{"source":82,"target":12},{"source":55,"target":5},{"source":55,"target":85},{"source":55,"target":12},{"source":55,"target":50},{"source":85,"target":5},{"source":41,"target":3},{"source":41,"target":86},{"source":41,"target":12},{"source":41,"target":36},{"source":86,"target":3},{"source":13,"target":0},{"source":13,"target":87},{"source":13,"target":33},{"source":13,"target":43},{"source":87,"target":88},{"source":87,"target":13},{"source":33,"target":2},{"source":33,"target":89},{"source":33,"target":13},{"source":33,"target":26},{"source":89,"target":2},{"source":43,"target":3},{"source":43,"target":90},{"source":43,"target":13},{"source":43,"target":37},{"source":90,"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="MMwC" nsURI="platform:/resource/ModelTransfoTestData/ModelCoverageCheckerv0.2/TestData/MMwCardinalityOne.ecore">
<eClassifiers xsi:type="ecore:EClass" name="Root">
<eStructuralFeatures xsi:type="ecore:EReference" name="b" lowerBound="1" eType="//B" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="B"/>
</ecore:EPackage>
| github:ecore:/data/diverse-project/kermeta/testing_projects/org.kermeta.testing.mmcc/TestData/MMwCardinalityOne.ecore | ecore | MMwC
Root
b
B | null | {"directed":true,"nodes":[{"nsPrefix":null,"nsURI":"platform:/resource/ModelTransfoTestData/ModelCoverageCheckerv0.2/TestData/MMwCardinalityOne.ecore","name":"MMwC","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Root","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"B","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"b","changeable":true,"resolveProxies":true,"lowerBound":1,"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="rules10"
nsURI="http://www.milyn.org/xsd/smooks/rules-1.0.xsd" nsPrefix="rules">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Smooks Rule Bases Configuration"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="Rules10DocumentRoot">
<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="ruleBases" upperBound="-2"
eType="#//RuleBasesType" 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="ruleBases"/>
<details key="namespace" value="##targetNamespace"/>
<details key="affiliation" value="http://www.milyn.org/xsd/smooks-1.1.xsd#abstract-resource-config"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RuleBase" eSuperTypes="smooks-1.1.ecore#//ElementVisitor">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="ruleBase"/>
<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://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
 The name that identifies this rule. This name will be used in Smooks configurations to refer to 
 this rule.
 "/>
</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="provider" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
 The fully qualifed class name of the Rules Provider. This could be a concrete implementation
 of the org.milyn.validation.RuleProvider.
 "/>
</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="src" 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 file containing the rules. The meaning of this attribute is Provier dependant. For example, a 
 Regular Expression Provider might allow a simple regex here so the meaning.
 "/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="src"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RuleBasesType" eSuperTypes="smooks-1.1.ecore#//ElementVisitor">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="ruleBases_._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:2"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ruleBase" lowerBound="1"
upperBound="-1" eType="#//RuleBase" 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="ruleBase"/>
<details key="namespace" value="##targetNamespace"/>
<details key="group" value="#group:2"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/robstryker/jbosstools-smooks/plugins/org.jboss.tools.smooks.core/model/smooks-1.2-models/rules10.ecore | ecore | rules10
Rules10DocumentRoot
mixed
xMLNSPrefixMap
xSISchemaLocation
ruleBases
RuleBase
name
provider
src
RuleBasesType
group
ruleBase | null | {"directed":true,"nodes":[{"nsPrefix":"rules","nsURI":"http://www.milyn.org/xsd/smooks/rules-1.0.xsd","name":"rules10","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rules10DocumentRoot","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RuleBase","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RuleBasesType","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":4,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xMLNSPrefixMap","changeable":true,"resolveProxies":false,"lowerBound":0,"id":5,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xSISchemaLocation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":6,"derived":false},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"ruleBases","changeable":true,"resolveProxies":false,"lowerBound":0,"id":7,"derived":true},{"id":8,"eClass":"EGenericType"},{"id":9,"eClass":"EGenericType"},{"id":10,"eClass":"EGenericType"},{"id":11,"eClass":"EGenericType"},{"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},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"provider","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":"src","changeable":true,"lowerBound":0,"iD":false,"id":14,"derived":false},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"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":19,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"ruleBase","changeable":true,"resolveProxies":false,"lowerBound":1,"id":20,"derived":true},{"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":1,"target":0},{"source":1,"target":4},{"source":1,"target":5},{"source":1,"target":6},{"source":1,"target":7},{"source":4,"target":8},{"source":4,"target":1},{"source":5,"target":9},{"source":5,"target":1},{"source":6,"target":10},{"source":6,"target":1},{"source":7,"target":3},{"source":7,"target":11},{"source":7,"target":1},{"source":11,"target":3},{"source":2,"target":0},{"source":2,"target":12},{"source":2,"target":13},{"source":2,"target":14},{"source":2,"target":15},{"source":12,"target":16},{"source":12,"target":2},{"source":13,"target":17},{"source":13,"target":2},{"source":14,"target":18},{"source":14,"target":2},{"source":3,"target":0},{"source":3,"target":19},{"source":3,"target":20},{"source":3,"target":21},{"source":19,"target":22},{"source":19,"target":3},{"source":20,"target":2},{"source":20,"target":23},{"source":20,"target":3},{"source":23,"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="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/gssi/metamodel-dataset-analysis-toolchain/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} |
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="kbuild" nsURI="http://www.jku.at/weiner/kefax/kbuild/Kbuild"
nsPrefix="kbuild">
<eClassifiers xsi:type="ecore:EClass" name="Model">
<eStructuralFeatures xsi:type="ecore:EReference" name="buildEntry" upperBound="-1"
eType="#//BuildEntry" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BuildEntry">
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Entry">
<eStructuralFeatures xsi:type="ecore:EReference" name="variable" eType="#//Variable"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//AssignExtra"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="If">
<eStructuralFeatures xsi:type="ecore:EReference" name="shell" eType="#//ShellCmd"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elsevalue" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Object_Y"/>
<eClassifiers xsi:type="ecore:EClass" name="Object_M"/>
<eClassifiers xsi:type="ecore:EClass" name="Assign" eSuperTypes="#//AssignExtra"/>
<eClassifiers xsi:type="ecore:EClass" name="AssignExtra"/>
<eClassifiers xsi:type="ecore:EClass" name="Values" eSuperTypes="#//Assign">
<eStructuralFeatures xsi:type="ecore:EReference" name="items" upperBound="-1"
eType="#//Value" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Value"/>
<eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//If #//VarSlashSym"/>
<eClassifiers xsi:type="ecore:EClass" name="ShellCmd">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="shellPart" upperBound="-1"
eType="#//ShellPart" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ShellPart">
<eStructuralFeatures xsi:type="ecore:EReference" name="val" eType="#//VarSlashSym"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="cmd" eType="#//ShellCmd"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VarSlashSym">
<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="IfEq" eSuperTypes="#//BuildEntry"/>
<eClassifiers xsi:type="ecore:EClass" name="IfNEq" eSuperTypes="#//BuildEntry"/>
<eClassifiers xsi:type="ecore:EClass" name="Ifndef" eSuperTypes="#//BuildEntry">
<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="HostProgram" eSuperTypes="#//BuildEntry">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="variable" eType="#//Variable"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inner" eType="#//Assign"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Object" eSuperTypes="#//BuildEntry"/>
<eClassifiers xsi:type="ecore:EClass" name="Target" eSuperTypes="#//BuildEntry">
<eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//Values"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="values" upperBound="-1"
eType="#//Values" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MyVariable" eSuperTypes="#//BuildEntry">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="variable" eType="#//Variable"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Obj_y" eSuperTypes="#//Object_Y">
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//AssignExtra"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Obj_m" eSuperTypes="#//Object_M">
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//AssignExtra"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ObjectFile" eSuperTypes="#//Value"/>
<eClassifiers xsi:type="ecore:EClass" name="ObjectSingleFile" eSuperTypes="#//Value">
<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="ObjectVariable" eSuperTypes="#//Value">
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Variable"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="additional" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ObjectShellCmd" eSuperTypes="#//Value">
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//ShellCmd"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ObjectString" eSuperTypes="#//Value"/>
<eClassifiers xsi:type="ecore:EClass" name="ObjectShellChar" eSuperTypes="#//Value">
<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="ObjectDir" eSuperTypes="#//Value"/>
<eClassifiers xsi:type="ecore:EClass" name="Include" eSuperTypes="#//ShellCmd"/>
</ecore:EPackage>
| github:ecore:/data/timeraider4u/kefax/workspace-others/at.jku.weiner.kefax.kbuild/model/generated/Kbuild.ecore | ecore | kbuild
Model
buildEntry
BuildEntry
value
Entry
variable
value
If
shell
value
elsevalue
Object_Y
Object_M
Assign
AssignExtra
Values
items
Value
Variable
ShellCmd
name
shellPart
ShellPart
val
cmd
VarSlashSym
name
IfEq
IfNEq
Ifndef
name
HostProgram
name
variable
inner
Object
Target
target
values
MyVariable
name
variable
Obj_y
value
Obj_m
value
ObjectFile
ObjectSingleFile
name
ObjectVariable
value
additional
ObjectShellCmd
value
ObjectString
ObjectShellChar
value
ObjectDir
Include | null | {"directed":true,"nodes":[{"nsPrefix":"kbuild","nsURI":"http://www.jku.at/weiner/kefax/kbuild/Kbuild","name":"kbuild","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":"BuildEntry","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Entry","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"If","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Object_Y","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Object_M","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assign","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignExtra","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Values","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Value","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ShellCmd","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ShellPart","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VarSlashSym","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfEq","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfNEq","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Ifndef","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HostProgram","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Object","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Target","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MyVariable","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Obj_y","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Obj_m","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectFile","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectSingleFile","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectVariable","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectShellCmd","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectString","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectShellChar","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectDir","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Include","instanceClass":null,"abstract":false,"id":31,"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":"buildEntry","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"container":false,"ordered":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":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","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":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"shell","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elsevalue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"items","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":52,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"shellPart","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"val","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":"cmd","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"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":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","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":"inner","changeable":true,"resolveProxies":true,"lowerBound":0,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","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":"values","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":80,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","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":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":92,"derived":false},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"additional","changeable":true,"lowerBound":0,"iD":false,"id":96,"derived":false},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":100,"derived":false},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":1,"target":0},{"source":1,"target":32},{"source":32,"target":2},{"source":32,"target":33},{"source":32,"target":1},{"source":33,"target":2},{"source":2,"target":0},{"source":2,"target":34},{"source":34,"target":35},{"source":34,"target":2},{"source":3,"target":0},{"source":3,"target":36},{"source":3,"target":37},{"source":36,"target":11},{"source":36,"target":38},{"source":36,"target":3},{"source":38,"target":11},{"source":37,"target":8},{"source":37,"target":39},{"source":37,"target":3},{"source":39,"target":8},{"source":4,"target":0},{"source":4,"target":40},{"source":4,"target":41},{"source":4,"target":42},{"source":40,"target":12},{"source":40,"target":43},{"source":40,"target":4},{"source":43,"target":12},{"source":41,"target":44},{"source":41,"target":4},{"source":42,"target":45},{"source":42,"target":4},{"source":5,"target":0},{"source":6,"target":0},{"source":7,"target":0},{"source":7,"target":8},{"source":7,"target":46},{"source":46,"target":8},{"source":8,"target":0},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":47},{"source":9,"target":48},{"source":47,"target":10},{"source":47,"target":49},{"source":47,"target":9},{"source":49,"target":10},{"source":48,"target":7},{"source":10,"target":0},{"source":11,"target":0},{"source":11,"target":4},{"source":11,"target":14},{"source":11,"target":50},{"source":11,"target":51},{"source":50,"target":4},{"source":51,"target":14},{"source":12,"target":0},{"source":12,"target":52},{"source":12,"target":53},{"source":52,"target":54},{"source":52,"target":12},{"source":53,"target":13},{"source":53,"target":55},{"source":53,"target":12},{"source":55,"target":13},{"source":13,"target":0},{"source":13,"target":56},{"source":13,"target":57},{"source":56,"target":14},{"source":56,"target":58},{"source":56,"target":13},{"source":58,"target":14},{"source":57,"target":12},{"source":57,"target":59},{"source":57,"target":13},{"source":59,"target":12},{"source":14,"target":0},{"source":14,"target":60},{"source":60,"target":61},{"source":60,"target":14},{"source":15,"target":0},{"source":15,"target":2},{"source":15,"target":62},{"source":62,"target":2},{"source":16,"target":0},{"source":16,"target":2},{"source":16,"target":63},{"source":63,"target":2},{"source":17,"target":0},{"source":17,"target":2},{"source":17,"target":64},{"source":17,"target":65},{"source":64,"target":66},{"source":64,"target":17},{"source":65,"target":2},{"source":18,"target":0},{"source":18,"target":2},{"source":18,"target":67},{"source":18,"target":68},{"source":18,"target":69},{"source":18,"target":70},{"source":67,"target":71},{"source":67,"target":18},{"source":68,"target":11},{"source":68,"target":72},{"source":68,"target":18},{"source":72,"target":11},{"source":69,"target":7},{"source":69,"target":73},{"source":69,"target":18},{"source":73,"target":7},{"source":70,"target":2},{"source":19,"target":0},{"source":19,"target":2},{"source":19,"target":74},{"source":74,"target":2},{"source":20,"target":0},{"source":20,"target":2},{"source":20,"target":75},{"source":20,"target":76},{"source":20,"target":77},{"source":75,"target":9},{"source":75,"target":78},{"source":75,"target":20},{"source":78,"target":9},{"source":76,"target":9},{"source":76,"target":79},{"source":76,"target":20},{"source":79,"target":9},{"source":77,"target":2},{"source":21,"target":0},{"source":21,"target":2},{"source":21,"target":80},{"source":21,"target":81},{"source":21,"target":82},{"source":80,"target":83},{"source":80,"target":21},{"source":81,"target":11},{"source":81,"target":84},{"source":81,"target":21},{"source":84,"target":11},{"source":82,"target":2},{"source":22,"target":0},{"source":22,"target":5},{"source":22,"target":85},{"source":22,"target":86},{"source":85,"target":8},{"source":85,"target":87},{"source":85,"target":22},{"source":87,"target":8},{"source":86,"target":5},{"source":23,"target":0},{"source":23,"target":6},{"source":23,"target":88},{"source":23,"target":89},{"source":88,"target":8},{"source":88,"target":90},{"source":88,"target":23},{"source":90,"target":8},{"source":89,"target":6},{"source":24,"target":0},{"source":24,"target":10},{"source":24,"target":91},{"source":91,"target":10},{"source":25,"target":0},{"source":25,"target":10},{"source":25,"target":92},{"source":25,"target":93},{"source":92,"target":94},{"source":92,"target":25},{"source":93,"target":10},{"source":26,"target":0},{"source":26,"target":10},{"source":26,"target":95},{"source":26,"target":96},{"source":26,"target":97},{"source":95,"target":11},{"source":95,"target":98},{"source":95,"target":26},{"source":98,"target":11},{"source":96,"target":99},{"source":96,"target":26},{"source":97,"target":10},{"source":27,"target":0},{"source":27,"target":10},{"source":27,"target":100},{"source":27,"target":101},{"source":100,"target":12},{"source":100,"target":102},{"source":100,"target":27},{"source":102,"target":12},{"source":101,"target":10},{"source":28,"target":0},{"source":28,"target":10},{"source":28,"target":103},{"source":103,"target":10},{"source":29,"target":0},{"source":29,"target":10},{"source":29,"target":104},{"source":29,"target":105},{"source":104,"target":106},{"source":104,"target":29},{"source":105,"target":10},{"source":30,"target":0},{"source":30,"target":10},{"source":30,"target":107},{"source":107,"target":10},{"source":31,"target":0},{"source":31,"target":12},{"source":31,"target":108},{"source":108,"target":12}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="qvtToMetrics"
nsURI="urn:qvtToMetrics.ecore" nsPrefix="qvtToMetrics">
<eClassifiers xsi:type="ecore:EClass" name="visitFunctions">
<eStructuralFeatures xsi:type="ecore:EReference" name="t" eType="ecore:EClass bundleentry://2721.fwk3975755/metamodel/SemanticsQvt.ecore#//model/qvtrelation/RelationalTransformation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="m" eType="ecore:EClass bundleentry://2721.fwk3975755/metamodel/QVTMetrics.ecore#//Transformation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="op" eType="ecore:EClass bundleentry://2721.fwk3975755/metamodel/SemanticsOcl.ecore#//bridge/DefinedOperation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="func" eType="ecore:EClass bundleentry://2721.fwk3975755/metamodel/QVTMetrics.ecore#//Function"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="visitRelations">
<eStructuralFeatures xsi:type="ecore:EReference" name="t" eType="ecore:EClass bundleentry://2721.fwk3975755/metamodel/SemanticsQvt.ecore#//model/qvtrelation/RelationalTransformation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="m" eType="ecore:EClass bundleentry://2721.fwk3975755/metamodel/QVTMetrics.ecore#//Transformation"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="relName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rul" eType="ecore:EClass bundleentry://2721.fwk3975755/metamodel/SemanticsQvt.ecore#//model/qvtbase/Rule"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rel" eType="ecore:EClass bundleentry://2721.fwk3975755/metamodel/QVTMetrics.ecore#//Relation"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="visitTransformation">
<eStructuralFeatures xsi:type="ecore:EReference" name="t" eType="ecore:EClass bundleentry://2721.fwk3975755/metamodel/SemanticsQvt.ecore#//model/qvtrelation/RelationalTransformation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="m" eType="ecore:EClass bundleentry://2721.fwk3975755/metamodel/QVTMetrics.ecore#//Transformation"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="varName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="calcRelationAvg">
<eStructuralFeatures xsi:type="ecore:EReference" name="r" eType="ecore:EClass bundleentry://2721.fwk3975755/metamodel/SemanticsQvt.ecore#//model/qvtrelation/Relation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="m" eType="ecore:EClass bundleentry://2721.fwk3975755/metamodel/QVTMetrics.ecore#//Relation"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="varName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="calcTransAvg">
<eStructuralFeatures xsi:type="ecore:EReference" name="t" eType="ecore:EClass bundleentry://2721.fwk3975755/metamodel/SemanticsQvt.ecore#//model/qvtrelation/RelationalTransformation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="m" eType="ecore:EClass bundleentry://2721.fwk3975755/metamodel/QVTMetrics.ecore#//Transformation"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="calcBalance">
<eStructuralFeatures xsi:type="ecore:EReference" name="t" eType="ecore:EClass bundleentry://2721.fwk3975755/metamodel/SemanticsQvt.ecore#//model/qvtrelation/RelationalTransformation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="ecore:EClass bundleentry://2721.fwk3975755/metamodel/QVTMetrics.ecore#//Transformation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="m" eType="ecore:EClass bundleentry://2721.fwk3975755/metamodel/QVTMetrics.ecore#//Transformation"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="calcRelationsAvg">
<eStructuralFeatures xsi:type="ecore:EReference" name="t" eType="ecore:EClass bundleentry://2721.fwk3975755/metamodel/SemanticsQvt.ecore#//model/qvtrelation/RelationalTransformation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="m" eType="ecore:EClass bundleentry://2721.fwk3975755/metamodel/QVTMetrics.ecore#//Transformation"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="varName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rul" eType="ecore:EClass bundleentry://2721.fwk3975755/metamodel/SemanticsQvt.ecore#//model/qvtbase/Rule"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rel" eType="ecore:EClass bundleentry://2721.fwk3975755/metamodel/QVTMetrics.ecore#//Relation"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="visitRelation">
<eStructuralFeatures xsi:type="ecore:EReference" name="r" eType="ecore:EClass bundleentry://2721.fwk3975755/metamodel/SemanticsQvt.ecore#//model/qvtrelation/Relation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="m" eType="ecore:EClass bundleentry://2721.fwk3975755/metamodel/QVTMetrics.ecore#//Relation"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="relationName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="dom" eType="ecore:EClass bundleentry://2721.fwk3975755/metamodel/SemanticsQvt.ecore#//model/qvtbase/Domain"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="pat" eType="ecore:EClass bundleentry://2721.fwk3975755/metamodel/QVTMetrics.ecore#//DomainPattern"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="visitFunction">
<eStructuralFeatures xsi:type="ecore:EReference" name="f" eType="ecore:EClass bundleentry://2721.fwk3975755/metamodel/SemanticsQvt.ecore#//model/qvtbase/Function"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="m" eType="ecore:EClass bundleentry://2721.fwk3975755/metamodel/QVTMetrics.ecore#//Function"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="functionName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="ecore:EClass bundleentry://2721.fwk3975755/metamodel/SemanticsOcl.ecore#//model/expressions/OclExpression"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/lehrig/m2m-quality/de.upb.m2m.quality.casestudies.results/trace/qvtToMetrics.ecore | ecore | qvtToMetrics
visitFunctions
t
m
op
func
visitRelations
t
m
relName
rul
rel
visitTransformation
t
m
varName
calcRelationAvg
r
m
varName
calcTransAvg
t
m
calcBalance
t
parent
m
calcRelationsAvg
t
m
varName
rul
rel
visitRelation
r
m
relationName
dom
pat
visitFunction
f
m
functionName
expr | null | {"directed":true,"nodes":[{"nsPrefix":"qvtToMetrics","nsURI":"urn:qvtToMetrics.ecore","name":"qvtToMetrics","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"visitFunctions","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"visitRelations","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"visitTransformation","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"calcRelationAvg","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"calcTransAvg","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"calcBalance","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"calcRelationsAvg","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"visitRelation","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"visitFunction","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"t","changeable":true,"resolveProxies":true,"lowerBound":0,"id":10,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"m","changeable":true,"resolveProxies":true,"lowerBound":0,"id":11,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"resolveProxies":true,"lowerBound":0,"id":12,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"func","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"derived":false},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"t","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"m","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"relName","changeable":true,"lowerBound":0,"iD":false,"id":20,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rul","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"t","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"m","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"varName","changeable":true,"lowerBound":0,"iD":false,"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":"r","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"m","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"varName","changeable":true,"lowerBound":0,"iD":false,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"t","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":"m","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":false,"unsettable":false,"transient":false,"unique":true,"name":"t","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"m","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"t","changeable":true,"resolveProxies":true,"lowerBound":0,"id":50,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"m","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":"varName","changeable":true,"lowerBound":0,"iD":false,"id":52,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rul","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"r","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":false,"unsettable":false,"transient":false,"unique":true,"name":"m","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"relationName","changeable":true,"lowerBound":0,"iD":false,"id":62,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dom","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"pat","changeable":true,"resolveProxies":true,"lowerBound":0,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"f","changeable":true,"resolveProxies":true,"lowerBound":0,"id":70,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"m","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"functionName","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"expr","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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":1,"target":0},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":10,"target":14},{"source":10,"target":1},{"source":11,"target":15},{"source":11,"target":1},{"source":12,"target":16},{"source":12,"target":1},{"source":13,"target":17},{"source":13,"target":1},{"source":2,"target":0},{"source":2,"target":18},{"source":2,"target":19},{"source":2,"target":20},{"source":2,"target":21},{"source":2,"target":22},{"source":18,"target":23},{"source":18,"target":2},{"source":19,"target":24},{"source":19,"target":2},{"source":20,"target":25},{"source":20,"target":2},{"source":21,"target":26},{"source":21,"target":2},{"source":22,"target":27},{"source":22,"target":2},{"source":3,"target":0},{"source":3,"target":28},{"source":3,"target":29},{"source":3,"target":30},{"source":28,"target":31},{"source":28,"target":3},{"source":29,"target":32},{"source":29,"target":3},{"source":30,"target":33},{"source":30,"target":3},{"source":4,"target":0},{"source":4,"target":34},{"source":4,"target":35},{"source":4,"target":36},{"source":34,"target":37},{"source":34,"target":4},{"source":35,"target":38},{"source":35,"target":4},{"source":36,"target":39},{"source":36,"target":4},{"source":5,"target":0},{"source":5,"target":40},{"source":5,"target":41},{"source":40,"target":42},{"source":40,"target":5},{"source":41,"target":43},{"source":41,"target":5},{"source":6,"target":0},{"source":6,"target":44},{"source":6,"target":45},{"source":6,"target":46},{"source":44,"target":47},{"source":44,"target":6},{"source":45,"target":48},{"source":45,"target":6},{"source":46,"target":49},{"source":46,"target":6},{"source":7,"target":0},{"source":7,"target":50},{"source":7,"target":51},{"source":7,"target":52},{"source":7,"target":53},{"source":7,"target":54},{"source":50,"target":55},{"source":50,"target":7},{"source":51,"target":56},{"source":51,"target":7},{"source":52,"target":57},{"source":52,"target":7},{"source":53,"target":58},{"source":53,"target":7},{"source":54,"target":59},{"source":54,"target":7},{"source":8,"target":0},{"source":8,"target":60},{"source":8,"target":61},{"source":8,"target":62},{"source":8,"target":63},{"source":8,"target":64},{"source":60,"target":65},{"source":60,"target":8},{"source":61,"target":66},{"source":61,"target":8},{"source":62,"target":67},{"source":62,"target":8},{"source":63,"target":68},{"source":63,"target":8},{"source":64,"target":69},{"source":64,"target":8},{"source":9,"target":0},{"source":9,"target":70},{"source":9,"target":71},{"source":9,"target":72},{"source":9,"target":73},{"source":70,"target":74},{"source":70,"target":9},{"source":71,"target":75},{"source":71,"target":9},{"source":72,"target":76},{"source":72,"target":9},{"source":73,"target":77},{"source":73,"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="ScopeDefinition" nsURI="http://mondo.org/ScopeDefinition" nsPrefix="def">
<eClassifiers xsi:type="ecore:EEnum" name="ScopeDefinitionEnum">
<eLiterals name="rSameWorkSpace" value="3"/>
<eLiterals name="rSameProject" value="2"/>
<eLiterals name="rSamePackage" value="1"/>
<eLiterals name="rSameUnit"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/tue-mdse/ocl-dataset/dataset-mtl/repos/antoniogarmendia/EMF-Splitter/org.mondo.generate.scope.project/model/ScopeDefinition.ecore | ecore | ScopeDefinition
ScopeDefinitionEnum
rSameWorkSpace
rSameWorkSpace
rSameProject
rSameProject
rSamePackage
rSamePackage
rSameUnit
rSameUnit | null | {"directed":true,"nodes":[{"nsPrefix":"def","nsURI":"http://mondo.org/ScopeDefinition","name":"ScopeDefinition","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"instanceClassName":null,"name":"ScopeDefinitionEnum","instanceClass":null,"id":1,"serializable":true,"eClass":"EEnum"},{"name":"rSameWorkSpace","id":2,"value":3,"literal":"rSameWorkSpace","eClass":"EEnumLiteral"},{"name":"rSameProject","id":3,"value":2,"literal":"rSameProject","eClass":"EEnumLiteral"},{"name":"rSamePackage","id":4,"value":1,"literal":"rSamePackage","eClass":"EEnumLiteral"},{"name":"rSameUnit","id":5,"value":0,"literal":"rSameUnit","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":1,"target":0},{"source":1,"target":2},{"source":1,"target":3},{"source":1,"target":4},{"source":1,"target":5},{"source":2,"target":1},{"source":3,"target":1},{"source":4,"target":1},{"source":5,"target":1}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="eval" nsURI="http://www.yamm.online/util/evalGrammar/Eval" nsPrefix="eval">
<eClassifiers xsi:type="ecore:EClass" name="Model">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="ecore:EClass platform:/resource/org.eclipse.xtext.xbase/model/Xbase.ecore#//XExpression"
containment="true"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/yetanothermetamodelmodel/yamm/online.yamm.util.evalGrammar/model/generated/Eval.ecore | ecore | eval
Model
expression | null | {"directed":true,"nodes":[{"nsPrefix":"eval","nsURI":"http://www.yamm.online/util/evalGrammar/Eval","name":"eval","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","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":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":2,"derived":false},{"id":3,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":1,"target":0},{"source":1,"target":2},{"source":2,"target":3},{"source":2,"target":1}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="SoaML" nsURI="http://Papyrus/SoaML/1" nsPrefix="SoaML">
<eClassifiers xsi:type="ecore:EClass" name="Agent" eSuperTypes="#//Participant">
<eOperations name="isActive" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="base_Class.isActive"/>
</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="Participant">
<eOperations name="noRealizedUsedInterface" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Realization.allInstances()->select(r|r.client->includes(self.base_Class))->size()=0 and 
Usage.allInstances()->select(r|r.client->includes(self.base_Class))->size()=0"/>
</eAnnotations>
<eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The chain of diagnostics to which problems are to be appended."/>
</eAnnotations>
</eParameters>
<eParameters name="context">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The cache of context-specific information."/>
</eAnnotations>
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eGenericType>
</eParameters>
</eOperations>
<eOperations name="portTypes" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=" let portsSet: OrderedSet(UML::Port)= self.base_Class.ownedPort() in
 portsSet->size()>0 implies 
 portsSet->forAll(p|p.getAppliedStereotypes()->select(s|s.name='Request' or s.name='Service')->size()=1 )"/>
</eAnnotations>
<eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The chain of diagnostics to which problems are to be appended."/>
</eAnnotations>
</eParameters>
<eParameters name="context">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The cache of context-specific information."/>
</eAnnotations>
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eGenericType>
</eParameters>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Class" ordered="false"
lowerBound="1" eType="ecore:EClass ../../org.eclipse.uml2.uml/model/UML.ecore#//Class"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Collaboration">
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Collaboration" ordered="false"
lowerBound="1" eType="ecore:EClass ../../org.eclipse.uml2.uml/model/UML.ecore#//Collaboration"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isStrict" ordered="false"
lowerBound="1" eType="ecore:EDataType ../../org.eclipse.uml2.types/model/Types.ecore#//Boolean"
defaultValueLiteral="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MotivationElement" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="Provider">
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Class" ordered="false"
eType="ecore:EClass ../../org.eclipse.uml2.uml/model/UML.ecore#//Class"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Interface" ordered="false"
eType="ecore:EClass ../../org.eclipse.uml2.uml/model/UML.ecore#//Interface"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FreeFormValue">
<eStructuralFeatures xsi:type="ecore:EReference" name="base_ValueSpecification"
ordered="false" lowerBound="1" eType="ecore:EClass ../../org.eclipse.uml2.uml/model/UML.ecore#//ValueSpecification"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MessageType">
<eOperations name="noOwnedBehaviors" 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.base_Class<>null implies self.base_Class.ownedBehavior->size()=0"/>
</eAnnotations>
<eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The chain of diagnostics to which problems are to be appended."/>
</eAnnotations>
</eParameters>
<eParameters name="context">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The cache of context-specific information."/>
</eAnnotations>
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eGenericType>
</eParameters>
</eOperations>
<eOperations name="noOwnedOperations" 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 self.base_Class<>null 
then self.base_Class.ownedOperation->size()=0 
else
	 if self.base_DataType<>null 
	 then self.base_DataType.ownedOperation->size()=0
	 else self.base_Signal<>null implies true endif 
endif"/>
</eAnnotations>
<eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The chain of diagnostics to which problems are to be appended."/>
</eAnnotations>
</eParameters>
<eParameters name="context">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The cache of context-specific information."/>
</eAnnotations>
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eGenericType>
</eParameters>
</eOperations>
<eOperations name="publicAttributes" 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 self.base_Class<>null then self.base_Class.attribute->size()>0 implies self.base_Class.attribute->forAll (a|a.visibility=UML::VisibilityKind::public)
 else 
	 (if self.base_DataType<>null then 
		 	self.base_DataType.attribute->size()>0 implies self.base_DataType.attribute->forAll(a|a.visibility=UML::VisibilityKind::public)
 		else 
 			self.base_Signal.attribute->size()>0 implies self.base_Signal.attribute-> forAll (a|a.visibility=UML::VisibilityKind::public)
		endif)
 endif"/>
</eAnnotations>
<eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The chain of diagnostics to which problems are to be appended."/>
</eAnnotations>
</eParameters>
<eParameters name="context">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The cache of context-specific information."/>
</eAnnotations>
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eGenericType>
</eParameters>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Signal" ordered="false"
eType="ecore:EClass ../../org.eclipse.uml2.uml/model/UML.ecore#//Signal"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="encoding" ordered="false"
eType="ecore:EDataType ../../org.eclipse.uml2.types/model/Types.ecore#//String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Class" ordered="false"
eType="ecore:EClass ../../org.eclipse.uml2.uml/model/UML.ecore#//Class"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_DataType" ordered="false"
eType="ecore:EClass ../../org.eclipse.uml2.uml/model/UML.ecore#//DataType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Category" eSuperTypes="#//NodeDescriptor"/>
<eClassifiers xsi:type="ecore:EClass" name="NodeDescriptor">
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Artifact" ordered="false"
lowerBound="1" eType="ecore:EClass ../../org.eclipse.uml2.uml/model/UML.ecore#//Artifact"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Milestone">
<eStructuralFeatures xsi:type="ecore:EReference" name="signal" ordered="false"
eType="ecore:EClass ../../org.eclipse.uml2.uml/model/UML.ecore#//Signal"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="progress" ordered="false"
lowerBound="1" eType="ecore:EDataType ../../org.eclipse.uml2.types/model/Types.ecore#//Integer"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false"
upperBound="-1" eType="ecore:EClass ../../org.eclipse.uml2.uml/model/UML.ecore#//ValueSpecification"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Comment" ordered="false"
lowerBound="1" eType="ecore:EClass ../../org.eclipse.uml2.uml/model/UML.ecore#//Comment"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FreeFormDescriptor">
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Property" ordered="false"
lowerBound="1" eType="ecore:EClass ../../org.eclipse.uml2.uml/model/UML.ecore#//Property"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CategoryValue" eSuperTypes="#//FreeFormValue"/>
<eClassifiers xsi:type="ecore:EClass" name="ServiceContract" eSuperTypes="#//Collaboration">
<eOperations name="RoleType" 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.base_Collaboration.role-> notEmpty() implies self.base_Collaboration.role-> forAll(role|
		role.type.oclIsTypeOf(UML::Interface) 
	or 
		(role.type.oclIsTypeOf(UML::Class)	and 
		(role.type.oclIsTypeOf(UML::Class) implies (role.type.getAppliedStereotypes()->select(s|s.name='Provider')->size()>0 
			and role.type.getAppliedStereotypes()->select(s|s.name='Consumer') ->size()>0
		)
			or role.type.getAppliedStereotypes()->select(s| s.name='ServiceInterface') ->size()>0
		))) "/>
</eAnnotations>
<eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The chain of diagnostics to which problems are to be appended."/>
</eAnnotations>
</eParameters>
<eParameters name="context">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The cache of context-specific information."/>
</eAnnotations>
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eGenericType>
</eParameters>
</eOperations>
<eOperations name="AttachedBehaviorCompatibility" 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.base_Collaboration.ownedBehavior->size()=1 implies
	self.base_Collaboration.ownedBehavior->asOrderedSet()->first().oclIsTypeOf(UML::Interaction) implies
		let attachedInteraction=self.base_Collaboration.ownedBehavior->asOrderedSet()->first().oclAsType(UML::Interaction),
		lifelines=self.base_Collaboration.ownedBehavior->asOrderedSet()->first().oclAsType(UML::Interaction).lifeline,
		messages= self.base_Collaboration.ownedBehavior->asOrderedSet()->first().oclAsType(UML::Interaction).message,
		messOccuSpec=self.base_Collaboration.ownedBehavior->asOrderedSet()->first().oclAsType(UML::Interaction).fragment
		->select(f|f.oclIsTypeOf(MessageOccurrenceSpecification)) in 
		lifelines->size()>0 implies lifelines->forAll(l| self.base_Collaboration.role -> includes(l.oclAsType(UML::Lifeline).represents) ) 
		and 
		messages->size()>0 implies messages->select(m|m.messageSort=MessageSort::asynchCall) 
		--signature of messages should be one of the operations or signal of the corresponding Service Declaration
		->forAll(m|m.signature.oclIsTypeOf(Operation) implies 
			m.receiveEvent->asOrderedSet()->first().oclAsType(MessageOccurrenceSpecification).covered->asOrderedSet()
			->first().oclAsType(Sequence)->asOrderedSet()->first().oclAsType(Lifeline).represents.type.oclAsType(Classifier).ownedElement->select(oclIsTypeOf(Operation))
			->includes(m.signature.oclAsType(Operation)) and 
				m.signature.oclIsTypeOf(Signal) implies 
				m.sendEvent->asOrderedSet()->first().oclAsType(MessageOccurrenceSpecification).covered->asOrderedSet()
				->first().oclAsType(Sequence)->asOrderedSet()->first().oclAsType(Lifeline).represents.type.oclAsType(Classifier).ownedElement->select(oclIsTypeOf(Signal))
			->includes(m.signature.oclAsType(Signal)
			)) "/>
</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="Request">
<eOperations name="requestType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=" let portType: Type= base_Port.type in
 portType.getAppliedStereotypes()->select(s|s.name='ServiceInterface' or s.name='Consumer')->size()=1 or portType.oclIsTypeOf(Interface) "/>
</eAnnotations>
<eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The chain of diagnostics to which problems are to be appended."/>
</eAnnotations>
</eParameters>
<eParameters name="context">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The cache of context-specific information."/>
</eAnnotations>
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eGenericType>
</eParameters>
</eOperations>
<eOperations name="isConjugatedTrue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="base_Port.isConjugated"/>
</eAnnotations>
<eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The chain of diagnostics to which problems are to be appended."/>
</eAnnotations>
</eParameters>
<eParameters name="context">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The cache of context-specific information."/>
</eAnnotations>
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eGenericType>
</eParameters>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Port" ordered="false"
lowerBound="1" eType="ecore:EClass ../../org.eclipse.uml2.uml/model/UML.ecore#//Port"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Consumer">
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Interface" ordered="false"
eType="ecore:EClass ../../org.eclipse.uml2.uml/model/UML.ecore#//Interface"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Class" ordered="false"
eType="ecore:EClass ../../org.eclipse.uml2.uml/model/UML.ecore#//Class"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Catalog" eSuperTypes="#//NodeDescriptor">
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Package" ordered="false"
lowerBound="1" eType="ecore:EClass ../../org.eclipse.uml2.uml/model/UML.ecore#//Package"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Capability">
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Class" ordered="false"
lowerBound="1" eType="ecore:EClass ../../org.eclipse.uml2.uml/model/UML.ecore#//Class"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Categorization">
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Dependency" ordered="false"
lowerBound="1" eType="ecore:EClass ../../org.eclipse.uml2.uml/model/UML.ecore#//Dependency"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MotivationRealization">
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Realization" ordered="false"
lowerBound="1" eType="ecore:EClass ../../org.eclipse.uml2.uml/model/UML.ecore#//Realization"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ServiceInterface">
<eOperations name="partsTypesOfServiceInterface" 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 self.base_Interface.oclIsUndefined()
then self.base_Class.ownedAttribute->forAll(a|self.base_Class.getAllUsedInterfaces()->includes(a.type) or 
	self.base_Class.allRealizedInterfaces()->includes(a.type)
)
else 
	self.base_Interface.ownedAttribute->forAll(a|self.base_Interface.getAllUsedInterfaces()->includes(a.type) or 	
		self.base_Interface.allRealizedInterfaces()->includes(a.type)
	)
endif"/>
</eAnnotations>
<eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The chain of diagnostics to which problems are to be appended."/>
</eAnnotations>
</eParameters>
<eParameters name="context">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The cache of context-specific information."/>
</eAnnotations>
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eGenericType>
</eParameters>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Interface" ordered="false"
eType="ecore:EClass ../../org.eclipse.uml2.uml/model/UML.ecore#//Interface"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Class" ordered="false"
eType="ecore:EClass ../../org.eclipse.uml2.uml/model/UML.ecore#//Class"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ServicesArchitecture" eSuperTypes="#//Collaboration">
<eOperations name="participantsRoleCompatibility" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="let properties : Set (UML::ConnectableElement) = self.base_Collaboration.role,
collBUses: Set(UML::Element)= self.base_Collaboration.collaborationUse in
collBUses->notEmpty() implies 
-- Each participant satisfying roles in a ServicesArchitecture shall have a port for each role binding attached to that participant. 
--This port shall have a type compliant with the type of the role used in the ServiceContract.
collBUses.oclAsType(UML::CollaborationUse).roleBinding-> forAll(rb| let 
	portTypesOfSupplier=	rb.oclAsType(UML::Dependency).supplier->select(s|s.oclIsTypeOf(UML::Property))->select(s|s.oclAsType(UML::Property).type.oclIsTypeOf(Class))->collect(oclAsType(UML::Property).type.oclAsType(Class).getAllAttributes())->select(att|att.oclIsTypeOf(UML::Port))->collect(oclAsType(UML::Port).type) , clientType=rb.oclAsType(UML::Dependency).client->select(s|s.oclIsTypeOf(UML::Property))->collect(t:UML::NamedElement|t.oclAsType(UML::Property).type)->asOrderedSet()->first()in 	
portTypesOfSupplier->includes(clientType)--1. The role correspond to a port type on the supplier.
--2. the supplier has a port type that specializes the type of the role.
or(clientType.oclAsType(Classifier).generalization.general->closure(general)->includes(portTypesOfSupplier)) 
--3. the supplier has a port type that realizes the type of the role.
or(clientType.oclAsType(Classifier).getRelationships().oclAsType(UML::Realization)->includes(portTypesOfSupplier)) 
--4. the supplier has a port type that contains at least the ownedAttributes and ownedOperations of the role.
or(portTypesOfSupplier.oclAsType(Classifier).getAllAttributes()->includesAll(clientType.oclAsType(Classifier).getAllAttributes()) 
	and portTypesOfSupplier.oclAsType(Classifier).getAllOperations()->includesAll(clientType.oclAsType(Classifier).getAllOperations())
) )"/>
</eAnnotations>
<eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The chain of diagnostics to which problems are to be appended."/>
</eAnnotations>
</eParameters>
<eParameters name="context">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The cache of context-specific information."/>
</eAnnotations>
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eGenericType>
</eParameters>
</eOperations>
<eOperations name="partsTypes" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="let properties : Set (UML::ConnectableElement) = self.base_Collaboration.role,
collBUses: Set(UML::Element)= self.base_Collaboration.collaborationUse in
properties->notEmpty() implies 
properties-> forAll(p|p.type->exists(p|p.getAppliedStereotypes()->select(s|s.name='Participant' or s.name='Capability')->size()=1) )
"/>
</eAnnotations>
<eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The chain of diagnostics to which problems are to be appended."/>
</eAnnotations>
</eParameters>
<eParameters name="context">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The cache of context-specific information."/>
</eAnnotations>
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eGenericType>
</eParameters>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Attachment">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="encoding" ordered="false"
lowerBound="1" eType="ecore:EDataType ../../org.eclipse.uml2.types/model/Types.ecore#//String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Property" ordered="false"
lowerBound="1" eType="ecore:EClass ../../org.eclipse.uml2.uml/model/UML.ecore#//Property"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="mimetype" ordered="false"
lowerBound="1" eType="ecore:EDataType ../../org.eclipse.uml2.types/model/Types.ecore#//String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CollaborationUse">
<eOperations name="RoleBindingClientSupplierCompatibility" 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 in case of defining Contract collaboratinUse inside the ServiceInterface
--If the CollaborationUse has isStrict=true, then the parts must be compatible with the roles they are bound to.
self.isStrict=true and self.base_CollaborationUse.owner.oclIsTypeOf(Classifier) 
and self.base_CollaborationUse.type.oclAsType(UML::Collaboration).getAppliedStereotypes()->select(s|s.name='ServiceContract')->size()=1 implies
--For parts to be compatible with a role, one of the following must be true:
--1. The role and part have the same type.
self.base_CollaborationUse.roleBinding-> forAll(rb|
	(let supplierType =(rb.oclAsType(UML::Dependency).supplier->select(s|s.oclIsTypeOf(UML::Property))->select(s|s.oclAsType(UML::Property).type.oclIsTypeOf(Class))
	->collect(oclAsType(UML::Property).type ->asOrderedSet()->first())),
	clientType= (rb.oclAsType(UML::Dependency).client->select(s|s.oclIsTypeOf(UML::Property))->collect(t:UML::NamedElement|t.oclAsType(UML::Property).type)->asOrderedSet()->first())in (
	supplierType= clientType
--2. The part (the supplier) has a type that specializes the type of the role.
or(clientType.oclAsType(Classifier).generalization.general->closure(general)->includes(supplierType)) 
--3. The part has a type that realizes the type of the role.
or(clientType.oclAsType(Classifier).getRelationships().oclAsType(UML::Realization)->includes(supplierType)) 
--4. The part has a type that contains at least the ownedAttributes and ownedOperations of the role. In general this is a
--special case of item 3 where the part has an Interface type that realizes another Interface.
or(supplierType.oclAsType(Classifier).getAllAttributes()->includesAll(clientType.oclAsType(Classifier).getAllAttributes()) 
	and supplierType.oclAsType(Classifier).getAllOperations()->includesAll(clientType.oclAsType(Classifier).getAllOperations())
) )
--5. The type of each role in a service contract shall have a uses dependency to the type of all roles that role is connected to.
)
)"/>
</eAnnotations>
<eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The chain of diagnostics to which problems are to be appended."/>
</eAnnotations>
</eParameters>
<eParameters name="context">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The cache of context-specific information."/>
</eAnnotations>
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eGenericType>
</eParameters>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_CollaborationUse"
ordered="false" lowerBound="1" eType="ecore:EClass ../../org.eclipse.uml2.uml/model/UML.ecore#//CollaborationUse"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isStrict" ordered="false"
lowerBound="1" eType="ecore:EDataType ../../org.eclipse.uml2.types/model/Types.ecore#//Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ServiceChannel">
<eOperations name="Onlybinaryconnectorsallowed" 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.base_Connector.end->size() = 2 
--and self.base_Connector.end->forAll(e|e.oclIsTypeOf(UML::Port)) "/>
</eAnnotations>
<eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The chain of diagnostics to which problems are to be appended."/>
</eAnnotations>
</eParameters>
<eParameters name="context">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The cache of context-specific information."/>
</eAnnotations>
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eGenericType>
</eParameters>
</eOperations>
<eOperations name="serviceChannelEndTypes" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="let portsSet: OrderedSet(UML::ConnectorEnd)= self.base_Connector.end ->select(e|e.oclIsTypeOf(UML::Port)) in
 portsSet->size()>0 implies 
 portsSet->forAll(p|p.getAppliedStereotypes()->select(s|s.name='Request' or s.name='Service')->size()=1 )
"/>
</eAnnotations>
<eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The chain of diagnostics to which problems are to be appended."/>
</eAnnotations>
</eParameters>
<eParameters name="context">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The cache of context-specific information."/>
</eAnnotations>
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eGenericType>
</eParameters>
</eOperations>
<eOperations name="Compatibility" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="let 
 requestTypeClassifier: UML::Classifier=self.base_Connector.end->select(p|p.oclIsTypeOf(UML::Port) and 	oclIsTypeOf(SoaML::Request))
 -> select(p|p.oclAsType(UML::Port).type.oclIsTypeOf(Classifier))->first().oclAsType(UML::Port).type.oclAsType(Classifier),
 serviceTypeClassifier: UML::Classifier=self.base_Connector.end->select(p|p.oclIsTypeOf(UML::Port) and oclIsTypeOf(SoaML::Service))
 ->select(p|p.oclAsType(UML::Port).type.oclIsTypeOf(Classifier))->first().oclAsType(UML::Port).type.oclAsType(Classifier) in 
--The Request and Service connected by a ServiceChannel must be compatible
 --1. The Request and Service have the same type, either an Interface or ServiceInterface.
not requestTypeClassifier.oclIsUndefined() and not serviceTypeClassifier.oclIsUndefined() implies requestTypeClassifier=serviceTypeClassifier or
 --2. The type of the Service is a specialization or realization of the type of the Request. --2 implies 1
serviceTypeClassifier.Generalization.general->closure(general)-> includes(requestTypeClassifier) or
 requestTypeClassifier.allUsedInterfaces()->includes(serviceTypeClassifier) or
 --3. The Request and Service have compatible needs and capabilities respectively. This means the Service must provide an 
--Operation for every Operation used through the Request, the Request must provide an Operation for every Operation used 
--through the Service, and the protocols for how the capabilities are compatible between the Request and Service. 
(requestTypeClassifier.allUsedInterfaces().getAllOperations()->includesAll(serviceTypeClassifier.allRealizedInterfaces().getAllOperations() )and 
	requestTypeClassifier.allRealizedInterfaces().getAllOperations()-> includesAll(serviceTypeClassifier.allUsedInterfaces().getAllOperations()))"/>
</eAnnotations>
<eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The chain of diagnostics to which problems are to be appended."/>
</eAnnotations>
</eParameters>
<eParameters name="context">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The cache of context-specific information."/>
</eAnnotations>
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eGenericType>
</eParameters>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Connector" ordered="false"
lowerBound="1" eType="ecore:EClass ../../org.eclipse.uml2.uml/model/UML.ecore#//Connector"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Service">
<eOperations name="serviceType" 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 base_Port.type.oclIsUndefined() then false else
 let portType: Type= base_Port.type in
 portType.getAppliedStereotypes()->select(s|s.name='ServiceInterface' or s.name='Provider' )->size()=1 or portType.oclIsTypeOf(Interface)
 endif "/>
</eAnnotations>
<eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The chain of diagnostics to which problems are to be appended."/>
</eAnnotations>
</eParameters>
<eParameters name="context">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The cache of context-specific information."/>
</eAnnotations>
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eGenericType>
</eParameters>
</eOperations>
<eOperations name="isConjugatedFalse" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=" 
 not base_Port.isConjugated"/>
</eAnnotations>
<eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The chain of diagnostics to which problems are to be appended."/>
</eAnnotations>
</eParameters>
<eParameters name="context">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The cache of context-specific information."/>
</eAnnotations>
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eGenericType>
</eParameters>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Port" ordered="false"
lowerBound="1" eType="ecore:EClass ../../org.eclipse.uml2.uml/model/UML.ecore#//Port"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Port">
<eOperations name="connectorRequired" 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.connectorRequired=true implies self.base_Port.owner.
true"/>
</eAnnotations>
<eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The chain of diagnostics to which problems are to be appended."/>
</eAnnotations>
</eParameters>
<eParameters name="context">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The cache of context-specific information."/>
</eAnnotations>
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eGenericType>
</eParameters>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Port" ordered="false"
lowerBound="1" eType="ecore:EClass ../../org.eclipse.uml2.uml/model/UML.ecore#//Port"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="connectorRequired" ordered="false"
lowerBound="1" eType="ecore:EDataType ../../org.eclipse.uml2.types/model/Types.ecore#//Boolean"
defaultValueLiteral="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Property">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isID" ordered="false" lowerBound="1"
eType="ecore:EDataType ../../org.eclipse.uml2.types/model/Types.ecore#//Boolean"
defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Property" ordered="false"
lowerBound="1" eType="ecore:EClass ../../org.eclipse.uml2.uml/model/UML.ecore#//Property"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Expose">
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Dependency" ordered="false"
lowerBound="1" eType="ecore:EClass ../../org.eclipse.uml2.uml/model/UML.ecore#//Dependency"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/rpc1/org.eclipse.papyrus/extraplugins/soaml/org.eclipse.papyrus.soaml.profile/model/SoaML.ecore | ecore | SoaML
Agent
isActive
diagnostics
context
Participant
noRealizedUsedInterface
diagnostics
context
portTypes
diagnostics
context
base_Class
Collaboration
base_Collaboration
isStrict
true
MotivationElement
Provider
base_Class
base_Interface
FreeFormValue
base_ValueSpecification
MessageType
noOwnedBehaviors
diagnostics
context
noOwnedOperations
diagnostics
context
publicAttributes
diagnostics
context
base_Signal
encoding
base_Class
base_DataType
Category
NodeDescriptor
base_Artifact
Milestone
signal
progress
value
base_Comment
FreeFormDescriptor
base_Property
CategoryValue
ServiceContract
RoleType
diagnostics
context
AttachedBehaviorCompatibility
diagnostics
context
Request
requestType
diagnostics
context
isConjugatedTrue
diagnostics
context
base_Port
Consumer
base_Interface
base_Class
Catalog
base_Package
Capability
base_Class
Categorization
base_Dependency
MotivationRealization
base_Realization
ServiceInterface
partsTypesOfServiceInterface
diagnostics
context
base_Interface
base_Class
ServicesArchitecture
participantsRoleCompatibility
diagnostics
context
partsTypes
diagnostics
context
Attachment
encoding
base_Property
mimetype
CollaborationUse
RoleBindingClientSupplierCompatibility
diagnostics
context
base_CollaborationUse
isStrict
ServiceChannel
Onlybinaryconnectorsallowed
diagnostics
context
serviceChannelEndTypes
diagnostics
context
Compatibility
diagnostics
context
base_Connector
Service
serviceType
diagnostics
context
isConjugatedFalse
diagnostics
context
base_Port
Port
connectorRequired
diagnostics
context
base_Port
connectorRequired
true
Property
isID
false
base_Property
Expose
base_Dependency | null | {"directed":true,"nodes":[{"nsPrefix":"SoaML","nsURI":"http://Papyrus/SoaML/1","name":"SoaML","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Agent","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Participant","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Collaboration","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MotivationElement","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Provider","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FreeFormValue","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageType","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Category","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NodeDescriptor","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Milestone","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FreeFormDescriptor","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CategoryValue","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceContract","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Request","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Consumer","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Catalog","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Capability","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Categorization","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MotivationRealization","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceInterface","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServicesArchitecture","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attachment","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollaborationUse","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceChannel","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Service","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expose","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"isActive","lowerBound":0,"id":29,"many":false,"required":false,"eClass":"EOperation"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":32,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":33,"many":false,"required":false,"eClass":"EParameter"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"noRealizedUsedInterface","lowerBound":0,"id":38,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"portTypes","lowerBound":0,"id":39,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Class","changeable":true,"resolveProxies":true,"lowerBound":1,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":42,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":43,"many":false,"required":false,"eClass":"EParameter"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":49,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":50,"many":false,"required":false,"eClass":"EParameter"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"container":false,"ordered":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_Collaboration","changeable":true,"resolveProxies":true,"lowerBound":1,"id":56,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"isStrict","changeable":true,"lowerBound":1,"iD":false,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Class","changeable":true,"resolveProxies":true,"lowerBound":0,"id":60,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Interface","changeable":true,"resolveProxies":true,"lowerBound":0,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"container":false,"ordered":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_ValueSpecification","changeable":true,"resolveProxies":true,"lowerBound":1,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"noOwnedBehaviors","lowerBound":0,"id":66,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"noOwnedOperations","lowerBound":0,"id":67,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"publicAttributes","lowerBound":0,"id":68,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Signal","changeable":true,"resolveProxies":true,"lowerBound":0,"id":69,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"encoding","changeable":true,"lowerBound":0,"iD":false,"id":70,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Class","changeable":true,"resolveProxies":true,"lowerBound":0,"id":71,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_DataType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":74,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":75,"many":false,"required":false,"eClass":"EParameter"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":81,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":82,"many":false,"required":false,"eClass":"EParameter"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":88,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":89,"many":false,"required":false,"eClass":"EParameter"},{"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"},{"container":false,"ordered":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_Artifact","changeable":true,"resolveProxies":true,"lowerBound":1,"id":99,"derived":false},{"id":100,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"signal","changeable":true,"resolveProxies":true,"lowerBound":0,"id":101,"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":"progress","changeable":true,"lowerBound":1,"iD":false,"id":102,"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":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":103,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Comment","changeable":true,"resolveProxies":true,"lowerBound":1,"id":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Property","changeable":true,"resolveProxies":true,"lowerBound":1,"id":109,"derived":false},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"RoleType","lowerBound":0,"id":112,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"AttachedBehaviorCompatibility","lowerBound":0,"id":113,"many":false,"required":false,"eClass":"EOperation"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":116,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":117,"many":false,"required":false,"eClass":"EParameter"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":123,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":124,"many":false,"required":false,"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":"requestType","lowerBound":0,"id":129,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isConjugatedTrue","lowerBound":0,"id":130,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Port","changeable":true,"resolveProxies":true,"lowerBound":1,"id":131,"derived":false},{"id":132,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":133,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":134,"many":false,"required":false,"eClass":"EParameter"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":140,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":141,"many":false,"required":false,"eClass":"EParameter"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Interface","changeable":true,"resolveProxies":true,"lowerBound":0,"id":147,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Class","changeable":true,"resolveProxies":true,"lowerBound":0,"id":148,"derived":false},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Package","changeable":true,"resolveProxies":true,"lowerBound":1,"id":151,"derived":false},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Class","changeable":true,"resolveProxies":true,"lowerBound":1,"id":154,"derived":false},{"id":155,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Dependency","changeable":true,"resolveProxies":true,"lowerBound":1,"id":156,"derived":false},{"id":157,"eClass":"EGenericType"},{"container":false,"ordered":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_Realization","changeable":true,"resolveProxies":true,"lowerBound":1,"id":158,"derived":false},{"id":159,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"partsTypesOfServiceInterface","lowerBound":0,"id":160,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Interface","changeable":true,"resolveProxies":true,"lowerBound":0,"id":161,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Class","changeable":true,"resolveProxies":true,"lowerBound":0,"id":162,"derived":false},{"id":163,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":164,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":165,"many":false,"required":false,"eClass":"EParameter"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"participantsRoleCompatibility","lowerBound":0,"id":172,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"partsTypes","lowerBound":0,"id":173,"many":false,"required":false,"eClass":"EOperation"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":176,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":177,"many":false,"required":false,"eClass":"EParameter"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":183,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":184,"many":false,"required":false,"eClass":"EParameter"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"encoding","changeable":true,"lowerBound":1,"iD":false,"id":189,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Property","changeable":true,"resolveProxies":true,"lowerBound":1,"id":190,"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":"mimetype","changeable":true,"lowerBound":1,"iD":false,"id":191,"derived":false},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"RoleBindingClientSupplierCompatibility","lowerBound":0,"id":195,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_CollaborationUse","changeable":true,"resolveProxies":true,"lowerBound":1,"id":196,"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":"isStrict","changeable":true,"lowerBound":1,"iD":false,"id":197,"derived":false},{"id":198,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":199,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":200,"many":false,"required":false,"eClass":"EParameter"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"Onlybinaryconnectorsallowed","lowerBound":0,"id":207,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"serviceChannelEndTypes","lowerBound":0,"id":208,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"Compatibility","lowerBound":0,"id":209,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Connector","changeable":true,"resolveProxies":true,"lowerBound":1,"id":210,"derived":false},{"id":211,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":212,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":213,"many":false,"required":false,"eClass":"EParameter"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":219,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":220,"many":false,"required":false,"eClass":"EParameter"},{"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":"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"},{"ordered":true,"upperBound":1,"unique":true,"name":"serviceType","lowerBound":0,"id":233,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isConjugatedFalse","lowerBound":0,"id":234,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Port","changeable":true,"resolveProxies":true,"lowerBound":1,"id":235,"derived":false},{"id":236,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":237,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":238,"many":false,"required":false,"eClass":"EParameter"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":244,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":245,"many":false,"required":false,"eClass":"EParameter"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"connectorRequired","lowerBound":0,"id":251,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Port","changeable":true,"resolveProxies":true,"lowerBound":1,"id":252,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"connectorRequired","changeable":true,"lowerBound":1,"iD":false,"id":253,"derived":false},{"id":254,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":255,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":256,"many":false,"required":false,"eClass":"EParameter"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isID","changeable":true,"lowerBound":1,"iD":false,"id":263,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Property","changeable":true,"resolveProxies":true,"lowerBound":1,"id":264,"derived":false},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"container":false,"ordered":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_Dependency","changeable":true,"resolveProxies":true,"lowerBound":1,"id":267,"derived":false},{"id":268,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":1,"target":0},{"source":1,"target":2},{"source":1,"target":29},{"source":1,"target":30},{"source":29,"target":31},{"source":29,"target":1},{"source":29,"target":32},{"source":29,"target":33},{"source":32,"target":34},{"source":32,"target":29},{"source":33,"target":35},{"source":33,"target":29},{"source":35,"target":36},{"source":35,"target":37},{"source":30,"target":2},{"source":2,"target":0},{"source":2,"target":38},{"source":2,"target":39},{"source":2,"target":40},{"source":38,"target":41},{"source":38,"target":2},{"source":38,"target":42},{"source":38,"target":43},{"source":42,"target":44},{"source":42,"target":38},{"source":43,"target":45},{"source":43,"target":38},{"source":45,"target":46},{"source":45,"target":47},{"source":39,"target":48},{"source":39,"target":2},{"source":39,"target":49},{"source":39,"target":50},{"source":49,"target":51},{"source":49,"target":39},{"source":50,"target":52},{"source":50,"target":39},{"source":52,"target":53},{"source":52,"target":54},{"source":40,"target":55},{"source":40,"target":2},{"source":3,"target":0},{"source":3,"target":56},{"source":3,"target":57},{"source":56,"target":58},{"source":56,"target":3},{"source":57,"target":59},{"source":57,"target":3},{"source":4,"target":0},{"source":5,"target":0},{"source":5,"target":60},{"source":5,"target":61},{"source":60,"target":62},{"source":60,"target":5},{"source":61,"target":63},{"source":61,"target":5},{"source":6,"target":0},{"source":6,"target":64},{"source":64,"target":65},{"source":64,"target":6},{"source":7,"target":0},{"source":7,"target":66},{"source":7,"target":67},{"source":7,"target":68},{"source":7,"target":69},{"source":7,"target":70},{"source":7,"target":71},{"source":7,"target":72},{"source":66,"target":73},{"source":66,"target":7},{"source":66,"target":74},{"source":66,"target":75},{"source":74,"target":76},{"source":74,"target":66},{"source":75,"target":77},{"source":75,"target":66},{"source":77,"target":78},{"source":77,"target":79},{"source":67,"target":80},{"source":67,"target":7},{"source":67,"target":81},{"source":67,"target":82},{"source":81,"target":83},{"source":81,"target":67},{"source":82,"target":84},{"source":82,"target":67},{"source":84,"target":85},{"source":84,"target":86},{"source":68,"target":87},{"source":68,"target":7},{"source":68,"target":88},{"source":68,"target":89},{"source":88,"target":90},{"source":88,"target":68},{"source":89,"target":91},{"source":89,"target":68},{"source":91,"target":92},{"source":91,"target":93},{"source":69,"target":94},{"source":69,"target":7},{"source":70,"target":95},{"source":70,"target":7},{"source":71,"target":96},{"source":71,"target":7},{"source":72,"target":97},{"source":72,"target":7},{"source":8,"target":0},{"source":8,"target":9},{"source":8,"target":98},{"source":98,"target":9},{"source":9,"target":0},{"source":9,"target":99},{"source":99,"target":100},{"source":99,"target":9},{"source":10,"target":0},{"source":10,"target":101},{"source":10,"target":102},{"source":10,"target":103},{"source":10,"target":104},{"source":101,"target":105},{"source":101,"target":10},{"source":102,"target":106},{"source":102,"target":10},{"source":103,"target":107},{"source":103,"target":10},{"source":104,"target":108},{"source":104,"target":10},{"source":11,"target":0},{"source":11,"target":109},{"source":109,"target":110},{"source":109,"target":11},{"source":12,"target":0},{"source":12,"target":6},{"source":12,"target":111},{"source":111,"target":6},{"source":13,"target":0},{"source":13,"target":3},{"source":13,"target":112},{"source":13,"target":113},{"source":13,"target":114},{"source":112,"target":115},{"source":112,"target":13},{"source":112,"target":116},{"source":112,"target":117},{"source":116,"target":118},{"source":116,"target":112},{"source":117,"target":119},{"source":117,"target":112},{"source":119,"target":120},{"source":119,"target":121},{"source":113,"target":122},{"source":113,"target":13},{"source":113,"target":123},{"source":113,"target":124},{"source":123,"target":125},{"source":123,"target":113},{"source":124,"target":126},{"source":124,"target":113},{"source":126,"target":127},{"source":126,"target":128},{"source":114,"target":3},{"source":14,"target":0},{"source":14,"target":129},{"source":14,"target":130},{"source":14,"target":131},{"source":129,"target":132},{"source":129,"target":14},{"source":129,"target":133},{"source":129,"target":134},{"source":133,"target":135},{"source":133,"target":129},{"source":134,"target":136},{"source":134,"target":129},{"source":136,"target":137},{"source":136,"target":138},{"source":130,"target":139},{"source":130,"target":14},{"source":130,"target":140},{"source":130,"target":141},{"source":140,"target":142},{"source":140,"target":130},{"source":141,"target":143},{"source":141,"target":130},{"source":143,"target":144},{"source":143,"target":145},{"source":131,"target":146},{"source":131,"target":14},{"source":15,"target":0},{"source":15,"target":147},{"source":15,"target":148},{"source":147,"target":149},{"source":147,"target":15},{"source":148,"target":150},{"source":148,"target":15},{"source":16,"target":0},{"source":16,"target":9},{"source":16,"target":151},{"source":16,"target":152},{"source":151,"target":153},{"source":151,"target":16},{"source":152,"target":9},{"source":17,"target":0},{"source":17,"target":154},{"source":154,"target":155},{"source":154,"target":17},{"source":18,"target":0},{"source":18,"target":156},{"source":156,"target":157},{"source":156,"target":18},{"source":19,"target":0},{"source":19,"target":158},{"source":158,"target":159},{"source":158,"target":19},{"source":20,"target":0},{"source":20,"target":160},{"source":20,"target":161},{"source":20,"target":162},{"source":160,"target":163},{"source":160,"target":20},{"source":160,"target":164},{"source":160,"target":165},{"source":164,"target":166},{"source":164,"target":160},{"source":165,"target":167},{"source":165,"target":160},{"source":167,"target":168},{"source":167,"target":169},{"source":161,"target":170},{"source":161,"target":20},{"source":162,"target":171},{"source":162,"target":20},{"source":21,"target":0},{"source":21,"target":3},{"source":21,"target":172},{"source":21,"target":173},{"source":21,"target":174},{"source":172,"target":175},{"source":172,"target":21},{"source":172,"target":176},{"source":172,"target":177},{"source":176,"target":178},{"source":176,"target":172},{"source":177,"target":179},{"source":177,"target":172},{"source":179,"target":180},{"source":179,"target":181},{"source":173,"target":182},{"source":173,"target":21},{"source":173,"target":183},{"source":173,"target":184},{"source":183,"target":185},{"source":183,"target":173},{"source":184,"target":186},{"source":184,"target":173},{"source":186,"target":187},{"source":186,"target":188},{"source":174,"target":3},{"source":22,"target":0},{"source":22,"target":189},{"source":22,"target":190},{"source":22,"target":191},{"source":189,"target":192},{"source":189,"target":22},{"source":190,"target":193},{"source":190,"target":22},{"source":191,"target":194},{"source":191,"target":22},{"source":23,"target":0},{"source":23,"target":195},{"source":23,"target":196},{"source":23,"target":197},{"source":195,"target":198},{"source":195,"target":23},{"source":195,"target":199},{"source":195,"target":200},{"source":199,"target":201},{"source":199,"target":195},{"source":200,"target":202},{"source":200,"target":195},{"source":202,"target":203},{"source":202,"target":204},{"source":196,"target":205},{"source":196,"target":23},{"source":197,"target":206},{"source":197,"target":23},{"source":24,"target":0},{"source":24,"target":207},{"source":24,"target":208},{"source":24,"target":209},{"source":24,"target":210},{"source":207,"target":211},{"source":207,"target":24},{"source":207,"target":212},{"source":207,"target":213},{"source":212,"target":214},{"source":212,"target":207},{"source":213,"target":215},{"source":213,"target":207},{"source":215,"target":216},{"source":215,"target":217},{"source":208,"target":218},{"source":208,"target":24},{"source":208,"target":219},{"source":208,"target":220},{"source":219,"target":221},{"source":219,"target":208},{"source":220,"target":222},{"source":220,"target":208},{"source":222,"target":223},{"source":222,"target":224},{"source":209,"target":225},{"source":209,"target":24},{"source":209,"target":226},{"source":209,"target":227},{"source":226,"target":228},{"source":226,"target":209},{"source":227,"target":229},{"source":227,"target":209},{"source":229,"target":230},{"source":229,"target":231},{"source":210,"target":232},{"source":210,"target":24},{"source":25,"target":0},{"source":25,"target":233},{"source":25,"target":234},{"source":25,"target":235},{"source":233,"target":236},{"source":233,"target":25},{"source":233,"target":237},{"source":233,"target":238},{"source":237,"target":239},{"source":237,"target":233},{"source":238,"target":240},{"source":238,"target":233},{"source":240,"target":241},{"source":240,"target":242},{"source":234,"target":243},{"source":234,"target":25},{"source":234,"target":244},{"source":234,"target":245},{"source":244,"target":246},{"source":244,"target":234},{"source":245,"target":247},{"source":245,"target":234},{"source":247,"target":248},{"source":247,"target":249},{"source":235,"target":250},{"source":235,"target":25},{"source":26,"target":0},{"source":26,"target":251},{"source":26,"target":252},{"source":26,"target":253},{"source":251,"target":254},{"source":251,"target":26},{"source":251,"target":255},{"source":251,"target":256},{"source":255,"target":257},{"source":255,"target":251},{"source":256,"target":258},{"source":256,"target":251},{"source":258,"target":259},{"source":258,"target":260},{"source":252,"target":261},{"source":252,"target":26},{"source":253,"target":262},{"source":253,"target":26},{"source":27,"target":0},{"source":27,"target":263},{"source":27,"target":264},{"source":263,"target":265},{"source":263,"target":27},{"source":264,"target":266},{"source":264,"target":27},{"source":28,"target":0},{"source":28,"target":267},{"source":267,"target":268},{"source":267,"target":28}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="ScenarioTablePackage" nsURI="se.studieren.mdd.transformer.ScenarioTablePackage"
nsPrefix="mdd">
<eClassifiers xsi:type="ecore:EClass" name="ScenarioTablePackage">
<eStructuralFeatures xsi:type="ecore:EReference" name="scenario" upperBound="-1"
eType="ecore:EClass ScenarioTable.ecore#//Scenario" containment="true"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/elordin/model-transformer/model/02_ScenarioTable/ScenarioTablePackage.ecore | ecore | ScenarioTablePackage
ScenarioTablePackage
scenario | null | {"directed":true,"nodes":[{"nsPrefix":"mdd","nsURI":"se.studieren.mdd.transformer.ScenarioTablePackage","name":"ScenarioTablePackage","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScenarioTablePackage","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":"scenario","changeable":true,"resolveProxies":true,"lowerBound":0,"id":2,"derived":false},{"id":3,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":1,"target":0},{"source":1,"target":2},{"source":2,"target":3},{"source":2,"target":1}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="swdesign" nsURI="http://www.uniba.de/wiai/seda/fha/swarchitektur/Swdesign"
nsPrefix="swdesign">
<eClassifiers xsi:type="ecore:EClass" name="Design">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="modules" upperBound="-1"
eType="#//EJBModule" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EJBModule">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ejb" upperBound="-1" eType="#//EJB"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="interfaces" upperBound="-1"
eType="#//BusinessInterface" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="entities" upperBound="-1"
eType="#//JPAEntity" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EJB">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="package" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attribute" upperBound="-1"
eType="#//Attribut" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="methode" upperBound="-1"
eType="#//Methode" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SessionBean" eSuperTypes="#//EJB"/>
<eClassifiers xsi:type="ecore:EClass" name="BusinessInterface">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="package" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="methoden" upperBound="-1"
eType="#//Methodensignatur" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Methodensignatur">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="outputTyp" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="inputTypen" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Methode">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="outputTyp" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="inputTypen" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="invoke" upperBound="-1"
eType="#//Invoke" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Invoke"/>
<eClassifiers xsi:type="ecore:EClass" name="InvokeEJBSync" eSuperTypes="#//Invoke">
<eStructuralFeatures xsi:type="ecore:EReference" name="ejb" eType="#//SessionBean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="methodensignatur" eType="#//Methodensignatur"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="parameterTypen" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InvokeQueueAsync" eSuperTypes="#//Invoke">
<eStructuralFeatures xsi:type="ecore:EReference" name="queueName" eType="#//MessageQueue"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nachrichtenTypen" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StatefulSessionBean" eSuperTypes="#//SessionBean"/>
<eClassifiers xsi:type="ecore:EClass" name="StatelessSessionBean" eSuperTypes="#//SessionBean"/>
<eClassifiers xsi:type="ecore:EClass" name="MessageDrivenBean" eSuperTypes="#//EJB">
<eStructuralFeatures xsi:type="ecore:EReference" name="queue" eType="#//MessageQueue"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MessageQueue">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nachrichtenTypen" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="JPAEntity">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="package" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attribute" upperBound="-1"
eType="#//Attribut" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="methode" upperBound="-1"
eType="#//Methode" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Attribut">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="typ" 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>
</ecore:EPackage>
| github:ecore:/data/fhaer/AWS-Java-Template-Code-Generator/Metamodels/3_Softwaremodell_Design/Swdesign.ecore | ecore | swdesign
Design
name
version
modules
EJBModule
name
ejb
interfaces
entities
EJB
package
name
attribute
methode
SessionBean
BusinessInterface
package
name
methoden
Methodensignatur
outputTyp
name
inputTypen
Methode
outputTyp
name
inputTypen
invoke
Invoke
InvokeEJBSync
ejb
methodensignatur
parameterTypen
InvokeQueueAsync
queueName
nachrichtenTypen
StatefulSessionBean
StatelessSessionBean
MessageDrivenBean
queue
MessageQueue
name
nachrichtenTypen
JPAEntity
package
name
attribute
methode
Attribut
typ
name | null | {"directed":true,"nodes":[{"nsPrefix":"swdesign","nsURI":"http://www.uniba.de/wiai/seda/fha/swarchitektur/Swdesign","name":"swdesign","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Design","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EJBModule","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EJB","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SessionBean","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BusinessInterface","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Methodensignatur","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Methode","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Invoke","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvokeEJBSync","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvokeQueueAsync","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StatefulSessionBean","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StatelessSessionBean","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageDrivenBean","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageQueue","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JPAEntity","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribut","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},{"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":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":"modules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ejb","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"interfaces","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"entities","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"package","changeable":true,"lowerBound":0,"iD":false,"id":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":"name","changeable":true,"lowerBound":0,"iD":false,"id":32,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"methode","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"package","changeable":true,"lowerBound":0,"iD":false,"id":40,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":41,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"methoden","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"outputTyp","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":47,"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":"inputTypen","changeable":true,"lowerBound":0,"iD":false,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"outputTyp","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":53,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"inputTypen","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":"invoke","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ejb","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":false,"unsettable":false,"transient":false,"unique":true,"name":"methodensignatur","changeable":true,"resolveProxies":true,"lowerBound":0,"id":61,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"parameterTypen","changeable":true,"lowerBound":0,"iD":false,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"queueName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":67,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"nachrichtenTypen","changeable":true,"lowerBound":0,"iD":false,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"queue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":77,"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":"nachrichtenTypen","changeable":true,"lowerBound":0,"iD":false,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"package","changeable":true,"lowerBound":0,"iD":false,"id":81,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":82,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"methode","changeable":true,"resolveProxies":true,"lowerBound":0,"id":84,"derived":false},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"typ","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":90,"derived":false},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":1,"target":0},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":17,"target":20},{"source":17,"target":1},{"source":18,"target":21},{"source":18,"target":1},{"source":19,"target":2},{"source":19,"target":22},{"source":19,"target":1},{"source":22,"target":2},{"source":2,"target":0},{"source":2,"target":23},{"source":2,"target":24},{"source":2,"target":25},{"source":2,"target":26},{"source":23,"target":27},{"source":23,"target":2},{"source":24,"target":3},{"source":24,"target":28},{"source":24,"target":2},{"source":28,"target":3},{"source":25,"target":5},{"source":25,"target":29},{"source":25,"target":2},{"source":29,"target":5},{"source":26,"target":15},{"source":26,"target":30},{"source":26,"target":2},{"source":30,"target":15},{"source":3,"target":0},{"source":3,"target":31},{"source":3,"target":32},{"source":3,"target":33},{"source":3,"target":34},{"source":31,"target":35},{"source":31,"target":3},{"source":32,"target":36},{"source":32,"target":3},{"source":33,"target":16},{"source":33,"target":37},{"source":33,"target":3},{"source":37,"target":16},{"source":34,"target":7},{"source":34,"target":38},{"source":34,"target":3},{"source":38,"target":7},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":39},{"source":39,"target":3},{"source":5,"target":0},{"source":5,"target":40},{"source":5,"target":41},{"source":5,"target":42},{"source":40,"target":43},{"source":40,"target":5},{"source":41,"target":44},{"source":41,"target":5},{"source":42,"target":6},{"source":42,"target":45},{"source":42,"target":5},{"source":45,"target":6},{"source":6,"target":0},{"source":6,"target":46},{"source":6,"target":47},{"source":6,"target":48},{"source":46,"target":49},{"source":46,"target":6},{"source":47,"target":50},{"source":47,"target":6},{"source":48,"target":51},{"source":48,"target":6},{"source":7,"target":0},{"source":7,"target":52},{"source":7,"target":53},{"source":7,"target":54},{"source":7,"target":55},{"source":52,"target":56},{"source":52,"target":7},{"source":53,"target":57},{"source":53,"target":7},{"source":54,"target":58},{"source":54,"target":7},{"source":55,"target":8},{"source":55,"target":59},{"source":55,"target":7},{"source":59,"target":8},{"source":8,"target":0},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":60},{"source":9,"target":61},{"source":9,"target":62},{"source":9,"target":63},{"source":60,"target":4},{"source":60,"target":64},{"source":60,"target":9},{"source":64,"target":4},{"source":61,"target":6},{"source":61,"target":65},{"source":61,"target":9},{"source":65,"target":6},{"source":62,"target":66},{"source":62,"target":9},{"source":63,"target":8},{"source":10,"target":0},{"source":10,"target":8},{"source":10,"target":67},{"source":10,"target":68},{"source":10,"target":69},{"source":67,"target":14},{"source":67,"target":70},{"source":67,"target":10},{"source":70,"target":14},{"source":68,"target":71},{"source":68,"target":10},{"source":69,"target":8},{"source":11,"target":0},{"source":11,"target":4},{"source":11,"target":72},{"source":72,"target":4},{"source":12,"target":0},{"source":12,"target":4},{"source":12,"target":73},{"source":73,"target":4},{"source":13,"target":0},{"source":13,"target":3},{"source":13,"target":74},{"source":13,"target":75},{"source":74,"target":14},{"source":74,"target":76},{"source":74,"target":13},{"source":76,"target":14},{"source":75,"target":3},{"source":14,"target":0},{"source":14,"target":77},{"source":14,"target":78},{"source":77,"target":79},{"source":77,"target":14},{"source":78,"target":80},{"source":78,"target":14},{"source":15,"target":0},{"source":15,"target":81},{"source":15,"target":82},{"source":15,"target":83},{"source":15,"target":84},{"source":81,"target":85},{"source":81,"target":15},{"source":82,"target":86},{"source":82,"target":15},{"source":83,"target":16},{"source":83,"target":87},{"source":83,"target":15},{"source":87,"target":16},{"source":84,"target":7},{"source":84,"target":88},{"source":84,"target":15},{"source":88,"target":7},{"source":16,"target":0},{"source":16,"target":89},{"source":16,"target":90},{"source":89,"target":91},{"source":89,"target":16},{"source":90,"target":92},{"source":90,"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="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/model/BoolExp.ecore#//Exp"
containment="true"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/manuelleduc/sle18_artifact/examples/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} |
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="website" nsURI="http://www.eclipse.org/sirius/sample/website"
nsPrefix="website">
<eClassifiers xsi:type="ecore:EClass" name="Website">
<eStructuralFeatures xsi:type="ecore:EReference" name="pages" lowerBound="1" upperBound="-1"
eType="#//Page" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Html" eSuperTypes="#//Page">
<eStructuralFeatures xsi:type="ecore:EReference" name="head" lowerBound="1" eType="#//Head"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="body" lowerBound="1" eType="#//Body"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lang" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="footer" lowerBound="1"
eType="#//Footer" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Paragraph" eSuperTypes="#//Content">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="content" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Image" eSuperTypes="#//Content">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="source" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="altText" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Section" eSuperTypes="#//Content">
<eStructuralFeatures xsi:type="ecore:EReference" name="childSections" upperBound="-1"
eType="#//Section" eOpposite="#//Section/parentSections"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parentSections" lowerBound="1"
eType="#//Section" eOpposite="#//Section/childSections"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="contentInSection" upperBound="-1"
eType="#//Content" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Link" eSuperTypes="#//Content">
<eStructuralFeatures xsi:type="ecore:EReference" name="targetPage" eType="#//Html"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="targetParagraph" eType="#//Paragraph"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="targetExternalWebsite"
eType="#//Website"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="href" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Button" eSuperTypes="#//Content">
<eStructuralFeatures xsi:type="ecore:EReference" name="targetPage" eType="#//Html"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="targetParagraph" eType="#//Paragraph"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="targetExternalWebsite"
eType="#//Website"/>
<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="Content" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Class" 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="Lists" abstract="true" eSuperTypes="#//Content">
<eStructuralFeatures xsi:type="ecore:EReference" name="parentList" lowerBound="1"
eType="#//Lists" eOpposite="#//Lists/childsLists"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="childsLists" upperBound="-1"
eType="#//Lists" eOpposite="#//Lists/parentList"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OLists" eSuperTypes="#//Lists">
<eStructuralFeatures xsi:type="ecore:EReference" name="listitem" upperBound="-1"
eType="#//ListItem" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ULists" eSuperTypes="#//Lists">
<eStructuralFeatures xsi:type="ecore:EReference" name="listitem" upperBound="-1"
eType="#//ListItem" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ListItem">
<eStructuralFeatures xsi:type="ecore:EReference" name="content" upperBound="-1"
eType="#//Content" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Scripts" eSuperTypes="#//Content"/>
<eClassifiers xsi:type="ecore:EClass" name="Div" eSuperTypes="#//Content">
<eStructuralFeatures xsi:type="ecore:EReference" name="content" upperBound="-1"
eType="#//Content" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Head">
<eStructuralFeatures xsi:type="ecore:EReference" name="title" lowerBound="1" eType="#//Title"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="meta" lowerBound="1" upperBound="-1"
eType="#//Meta" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="scripts" upperBound="-1"
eType="#//Scripts" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Body">
<eStructuralFeatures xsi:type="ecore:EReference" name="contentInBody" upperBound="-1"
eType="#//Content" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Title">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="content" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Meta"/>
<eClassifiers xsi:type="ecore:EClass" name="Footer">
<eStructuralFeatures xsi:type="ecore:EReference" name="contentInFooter" upperBound="-1"
eType="#//Content" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Page" abstract="true"/>
</ecore:EPackage>
| github:ecore:/data/shunny13/IDM_Bontemps_Campan/TP4/Atelier_2/org.eclipse.sirius.sample.website/model/website.ecore | ecore | website
Website
pages
Html
head
body
lang
footer
Paragraph
content
Image
source
altText
Section
childSections
parentSections
contentInSection
Link
targetPage
targetParagraph
targetExternalWebsite
href
Button
targetPage
targetParagraph
targetExternalWebsite
type
Content
ID
Class
Name
Lists
parentList
childsLists
OLists
listitem
ULists
listitem
ListItem
content
Scripts
Div
content
Head
title
meta
scripts
Body
contentInBody
Title
content
Meta
Footer
contentInFooter
Page | null | {"directed":true,"nodes":[{"nsPrefix":"website","nsURI":"http://www.eclipse.org/sirius/sample/website","name":"website","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Website","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Html","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Paragraph","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Image","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Section","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Link","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Button","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Content","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Lists","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OLists","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ULists","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListItem","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Scripts","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Div","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Head","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Body","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Title","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Meta","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Footer","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Page","instanceClass":null,"abstract":true,"id":20,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pages","changeable":true,"resolveProxies":true,"lowerBound":1,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"head","changeable":true,"resolveProxies":true,"lowerBound":1,"id":23,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":24,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lang","changeable":true,"lowerBound":0,"iD":false,"id":25,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"footer","changeable":true,"resolveProxies":true,"lowerBound":1,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"lowerBound":0,"iD":false,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"source","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":"altText","changeable":true,"lowerBound":0,"iD":false,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"childSections","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parentSections","changeable":true,"resolveProxies":true,"lowerBound":1,"id":41,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contentInSection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"targetPage","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":"targetParagraph","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"targetExternalWebsite","changeable":true,"resolveProxies":true,"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":true,"name":"href","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"targetPage","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":"targetParagraph","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"targetExternalWebsite","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"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":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":"Class","changeable":true,"lowerBound":0,"iD":false,"id":66,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Name","changeable":true,"lowerBound":0,"iD":false,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parentList","changeable":true,"resolveProxies":true,"lowerBound":1,"id":71,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"childsLists","changeable":true,"resolveProxies":true,"lowerBound":0,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"listitem","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"listitem","changeable":true,"resolveProxies":true,"lowerBound":0,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"resolveProxies":true,"lowerBound":0,"id":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"resolveProxies":true,"lowerBound":0,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"resolveProxies":true,"lowerBound":1,"id":88,"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":"meta","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"scripts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":90,"derived":false},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contentInBody","changeable":true,"resolveProxies":true,"lowerBound":0,"id":94,"derived":false},{"id":95,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"lowerBound":0,"iD":false,"id":96,"derived":false},{"id":97,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contentInFooter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":98,"derived":false},{"id":99,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":1,"target":0},{"source":1,"target":21},{"source":21,"target":20},{"source":21,"target":22},{"source":21,"target":1},{"source":22,"target":20},{"source":2,"target":0},{"source":2,"target":20},{"source":2,"target":23},{"source":2,"target":24},{"source":2,"target":25},{"source":2,"target":26},{"source":2,"target":27},{"source":23,"target":15},{"source":23,"target":28},{"source":23,"target":2},{"source":28,"target":15},{"source":24,"target":16},{"source":24,"target":29},{"source":24,"target":2},{"source":29,"target":16},{"source":25,"target":30},{"source":25,"target":2},{"source":26,"target":19},{"source":26,"target":31},{"source":26,"target":2},{"source":31,"target":19},{"source":27,"target":20},{"source":3,"target":0},{"source":3,"target":8},{"source":3,"target":32},{"source":3,"target":33},{"source":32,"target":34},{"source":32,"target":3},{"source":33,"target":8},{"source":4,"target":0},{"source":4,"target":8},{"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":8},{"source":5,"target":0},{"source":5,"target":8},{"source":5,"target":40},{"source":5,"target":41},{"source":5,"target":42},{"source":5,"target":43},{"source":40,"target":5},{"source":40,"target":44},{"source":40,"target":5},{"source":40,"target":41},{"source":44,"target":5},{"source":41,"target":5},{"source":41,"target":45},{"source":41,"target":5},{"source":41,"target":40},{"source":45,"target":5},{"source":42,"target":8},{"source":42,"target":46},{"source":42,"target":5},{"source":46,"target":8},{"source":43,"target":8},{"source":6,"target":0},{"source":6,"target":8},{"source":6,"target":47},{"source":6,"target":48},{"source":6,"target":49},{"source":6,"target":50},{"source":6,"target":51},{"source":47,"target":2},{"source":47,"target":52},{"source":47,"target":6},{"source":52,"target":2},{"source":48,"target":3},{"source":48,"target":53},{"source":48,"target":6},{"source":53,"target":3},{"source":49,"target":1},{"source":49,"target":54},{"source":49,"target":6},{"source":54,"target":1},{"source":50,"target":55},{"source":50,"target":6},{"source":51,"target":8},{"source":7,"target":0},{"source":7,"target":8},{"source":7,"target":56},{"source":7,"target":57},{"source":7,"target":58},{"source":7,"target":59},{"source":7,"target":60},{"source":56,"target":2},{"source":56,"target":61},{"source":56,"target":7},{"source":61,"target":2},{"source":57,"target":3},{"source":57,"target":62},{"source":57,"target":7},{"source":62,"target":3},{"source":58,"target":1},{"source":58,"target":63},{"source":58,"target":7},{"source":63,"target":1},{"source":59,"target":64},{"source":59,"target":7},{"source":60,"target":8},{"source":8,"target":0},{"source":8,"target":65},{"source":8,"target":66},{"source":8,"target":67},{"source":65,"target":68},{"source":65,"target":8},{"source":66,"target":69},{"source":66,"target":8},{"source":67,"target":70},{"source":67,"target":8},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":71},{"source":9,"target":72},{"source":9,"target":73},{"source":71,"target":9},{"source":71,"target":74},{"source":71,"target":9},{"source":71,"target":72},{"source":74,"target":9},{"source":72,"target":9},{"source":72,"target":75},{"source":72,"target":9},{"source":72,"target":71},{"source":75,"target":9},{"source":73,"target":8},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":76},{"source":10,"target":77},{"source":76,"target":12},{"source":76,"target":78},{"source":76,"target":10},{"source":78,"target":12},{"source":77,"target":9},{"source":11,"target":0},{"source":11,"target":9},{"source":11,"target":79},{"source":11,"target":80},{"source":79,"target":12},{"source":79,"target":81},{"source":79,"target":11},{"source":81,"target":12},{"source":80,"target":9},{"source":12,"target":0},{"source":12,"target":82},{"source":82,"target":8},{"source":82,"target":83},{"source":82,"target":12},{"source":83,"target":8},{"source":13,"target":0},{"source":13,"target":8},{"source":13,"target":84},{"source":84,"target":8},{"source":14,"target":0},{"source":14,"target":8},{"source":14,"target":85},{"source":14,"target":86},{"source":85,"target":8},{"source":85,"target":87},{"source":85,"target":14},{"source":87,"target":8},{"source":86,"target":8},{"source":15,"target":0},{"source":15,"target":88},{"source":15,"target":89},{"source":15,"target":90},{"source":88,"target":17},{"source":88,"target":91},{"source":88,"target":15},{"source":91,"target":17},{"source":89,"target":18},{"source":89,"target":92},{"source":89,"target":15},{"source":92,"target":18},{"source":90,"target":13},{"source":90,"target":93},{"source":90,"target":15},{"source":93,"target":13},{"source":16,"target":0},{"source":16,"target":94},{"source":94,"target":8},{"source":94,"target":95},{"source":94,"target":16},{"source":95,"target":8},{"source":17,"target":0},{"source":17,"target":96},{"source":96,"target":97},{"source":96,"target":17},{"source":18,"target":0},{"source":19,"target":0},{"source":19,"target":98},{"source":98,"target":8},{"source":98,"target":99},{"source":98,"target":19},{"source":99,"target":8},{"source":20,"target":0}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="simapa"
nsURI="http:///es/gva/cit/simapa.ecore" nsPrefix="es.gva.cit.simapa">
<eClassifiers xsi:type="ecore:EClass" name="Repositorio">
<eStructuralFeatures xsi:type="ecore:EReference" name="procedimientos" lowerBound="1"
eType="#//Procedimientos" containment="true" eOpposite="#//Procedimientos/repositorio"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="documentos" lowerBound="1"
eType="#//Documentos" containment="true" eOpposite="#//Documentos/repositorio"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="estructurasFuncionales"
lowerBound="1" eType="#//EstructurasFuncionales" containment="true" eOpposite="#//EstructurasFuncionales/repositorio"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="glosario" lowerBound="1"
eType="#//Glosario" containment="true" eOpposite="#//Glosario/repositorio"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="normativas" lowerBound="1"
eType="#//NormativasYLegislaciones" containment="true" eOpposite="#//NormativasYLegislaciones/repositorio"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="unidadesOrganicas" lowerBound="1"
eType="#//UnidadesOrganicas" containment="true" eOpposite="#//UnidadesOrganicas/repositorio"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="unidadesExternas" lowerBound="1"
eType="#//UnidadesExternas" containment="true" eOpposite="#//UnidadesExternas/repositorio"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="clasesDocumento" lowerBound="1"
eType="#//ClasesDocumento" containment="true" eOpposite="#//ClasesDocumento/repositorio"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="aplicaciones" lowerBound="1"
eType="#//Aplicaciones" containment="true" eOpposite="#//Aplicaciones/repositorio"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NormativasYLegislaciones">
<eStructuralFeatures xsi:type="ecore:EReference" name="repositorio" lowerBound="1"
eType="#//Repositorio" changeable="false" transient="true" eOpposite="#//Repositorio/normativas"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="normativas" upperBound="-1"
eType="#//NormativaYLegislacion" containment="true" eOpposite="#//NormativaYLegislacion/normativas"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NormativaYLegislacion">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="etiqueta" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false" volatile="true" transient="true">
<eAnnotations source="http://www.eclipse.org/OCL/examples/ocl">
<details key="derive" value="(if codigo->notEmpty() and codigo.size() > 0 then '('.concat( codigo).concat(') ') else '' endif).concat(
 if nombre->notEmpty() and nombre.size() > 0 then nombre else '?' endif
)"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nombre" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="descripcion" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="codigo" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="normativas" lowerBound="1"
eType="#//NormativasYLegislaciones" changeable="false" transient="true" eOpposite="#//NormativasYLegislaciones/normativas"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="procedimientos" upperBound="-1"
eType="#//Procedimiento" changeable="false" eOpposite="#//Procedimiento/normativas"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Unidad" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="etiqueta" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false" volatile="true" transient="true">
<eAnnotations source="http://www.eclipse.org/OCL/examples/ocl">
<details key="derive" value="if self.oclIsTypeOf( UnidadOrganica) then
(if self.oclAsType( UnidadOrganica).codigo->notEmpty() and self.oclAsType( UnidadOrganica).codigo.size() > 0 then '('.concat( self.oclAsType( UnidadOrganica).codigo).concat(') ') else '' endif).concat(
 if nombre->notEmpty() and nombre.size() > 0 then nombre else '?' endif
)
else
if self.oclIsTypeOf( UnidadExterna) then
(
 if nombre->notEmpty() and nombre.size() > 0 then nombre else '?' endif
)
else
 if nombre->notEmpty() and nombre.size() > 0 then nombre else '?' endif
endif

endif
"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nombre" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="persona" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="telefono" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fax" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="direccion" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="notas" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="observaciones" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="operaciones" upperBound="-1"
eType="#//Operacion" changeable="false" eOpposite="#//Operacion/unidad"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ContenedorUnidadOrganica" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="descomposicion" upperBound="-1"
eType="#//UnidadOrganica" containment="true" eOpposite="#//UnidadOrganica/descompone"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UnidadesOrganicas" eSuperTypes="#//ContenedorUnidadOrganica">
<eStructuralFeatures xsi:type="ecore:EReference" name="repositorio" lowerBound="1"
eType="#//Repositorio" changeable="false" transient="true" eOpposite="#//Repositorio/unidadesOrganicas"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UnidadOrganica" eSuperTypes="#//Unidad #//ContenedorUnidadOrganica">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="codigo" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="descripcion" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tipoUnidad" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="codigoOrganico" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="unidadDeProcedimientos"
upperBound="-1" eType="#//Procedimiento" eOpposite="#//Procedimiento/unidades"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="descompone" lowerBound="1"
eType="#//ContenedorUnidadOrganica" changeable="false" transient="true" eOpposite="#//ContenedorUnidadOrganica/descomposicion"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="estructurasFuncionales"
upperBound="-1" eType="#//EstructuraFuncional" eOpposite="#//EstructuraFuncional/unidadesOrganicas"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="responsableDeProcedimientos"
upperBound="-1" eType="#//Procedimiento" changeable="false" eOpposite="#//Procedimiento/responsable"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ContenedorUnidadExterna" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="descomposicion" upperBound="-1"
eType="#//UnidadExterna" containment="true" eOpposite="#//UnidadExterna/descompone"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UnidadesExternas" eSuperTypes="#//ContenedorUnidadExterna">
<eStructuralFeatures xsi:type="ecore:EReference" name="repositorio" lowerBound="1"
eType="#//Repositorio" changeable="false" transient="true" eOpposite="#//Repositorio/unidadesExternas"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UnidadExterna" eSuperTypes="#//Unidad #//ContenedorUnidadExterna">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tipoEntidad" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="descompone" lowerBound="1"
eType="#//ContenedorUnidadExterna" changeable="false" transient="true" eOpposite="#//ContenedorUnidadExterna/descomposicion"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ContenedorEstructuraFuncional" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="descomposicion" upperBound="-1"
eType="#//EstructuraFuncional" containment="true" eOpposite="#//EstructuraFuncional/descompone"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EstructurasFuncionales" eSuperTypes="#//ContenedorEstructuraFuncional">
<eStructuralFeatures xsi:type="ecore:EReference" name="repositorio" lowerBound="1"
eType="#//Repositorio" changeable="false" transient="true" eOpposite="#//Repositorio/estructurasFuncionales"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EstructuraFuncional" eSuperTypes="#//ContenedorEstructuraFuncional">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="etiqueta" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false" volatile="true" transient="true">
<eAnnotations source="http://www.eclipse.org/OCL/examples/ocl">
<details key="derive" value="(if codigo->notEmpty() and codigo.size() > 0 then '('.concat( codigo).concat(') ') else '' endif).concat(
 if nombre->notEmpty() and nombre.size() > 0 then nombre else '?' endif
)"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nombre" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="codigo" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="descripcion" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="descompone" lowerBound="1"
eType="#//ContenedorEstructuraFuncional" changeable="false" transient="true"
eOpposite="#//ContenedorEstructuraFuncional/descomposicion"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="unidadesOrganicas" upperBound="-1"
eType="#//UnidadOrganica" eOpposite="#//UnidadOrganica/estructurasFuncionales"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="procedimientos" upperBound="-1"
eType="#//Procedimiento" changeable="false" eOpposite="#//Procedimiento/servicio"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ClasesDocumento">
<eStructuralFeatures xsi:type="ecore:EReference" name="clasesDocumento" upperBound="-1"
eType="#//ClaseDocumento" containment="true" eOpposite="#//ClaseDocumento/clasesDocumento"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="repositorio" lowerBound="1"
eType="#//Repositorio" changeable="false" transient="true" eOpposite="#//Repositorio/clasesDocumento"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ClaseDocumento">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="etiqueta" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false" volatile="true" transient="true">
<eAnnotations source="http://www.eclipse.org/OCL/examples/ocl">
<details key="derive" value="(if codigo->notEmpty() and codigo.size() > 0 then '('.concat( codigo).concat(') ') else '' endif).concat(
 if nombre->notEmpty() and nombre.size() > 0 then nombre else '?' endif
)"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="codigo" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nombre" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="observaciones" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="clasesDocumento" lowerBound="1"
eType="#//ClasesDocumento" changeable="false" transient="true" eOpposite="#//ClasesDocumento/clasesDocumento"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="documentos" upperBound="-1"
eType="#//Documento" changeable="false" eOpposite="#//Documento/claseDocumento"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Documentos">
<eStructuralFeatures xsi:type="ecore:EReference" name="documentos" upperBound="-1"
eType="#//Documento" containment="true" eOpposite="#//Documento/documentos"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="repositorio" lowerBound="1"
eType="#//Repositorio" changeable="false" transient="true" eOpposite="#//Repositorio/documentos"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Documento">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="etiqueta" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false" volatile="true" transient="true">
<eAnnotations source="http://www.eclipse.org/OCL/examples/ocl">
<details key="derive" value="(if codigo->notEmpty() and codigo.size() > 0 then '('.concat( codigo).concat(') ') else '' endif).concat(
 if titulo->notEmpty() and titulo.size() > 0 then titulo else '?' endif
)"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="titulo" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="codigo" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ficheroModeloFomulario"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="observaciones" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tipoAlmacenamiento" eType="#//TipoAlmacenamientoDocumento"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tipoMedio" eType="#//TipoMedioDocumento"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tipoAmbito" eType="#//TipoAmbitoDocumento"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="claseDocumento" lowerBound="1"
eType="#//ClaseDocumento" eOpposite="#//ClaseDocumento/documentos">
<eAnnotations source="http://www.eclipse.org/OCL/examples/ocl">
<details key="candidates" value="documentos.repositorio.clasesDocumento.clasesDocumento"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="procedimientos" upperBound="-1"
eType="#//Procedimiento" changeable="false" eOpposite="#//Procedimiento/documentos"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="documentosFinales" upperBound="-1"
eType="#//DocumentoFinal" changeable="false" eOpposite="#//DocumentoFinal/documento"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="flujos" upperBound="-1"
eType="#//Flujo" changeable="false" eOpposite="#//Flujo/documentos"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="documentos" lowerBound="1"
eType="#//Documentos" changeable="false" transient="true" eOpposite="#//Documentos/documentos"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Aplicaciones">
<eStructuralFeatures xsi:type="ecore:EReference" name="aplicaciones" upperBound="-1"
eType="#//Aplicacion" containment="true" eOpposite="#//Aplicacion/aplicaciones"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="repositorio" lowerBound="1"
eType="#//Repositorio" changeable="false" transient="true" eOpposite="#//Repositorio/aplicaciones"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Aplicacion">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="etiqueta" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false" volatile="true" transient="true">
<eAnnotations source="http://www.eclipse.org/OCL/examples/ocl">
<details key="derive" value="(if codigo->notEmpty() and codigo.size() > 0 then '('.concat( codigo).concat(') ') else '' endif).concat(
 if nombre->notEmpty() and nombre.size() > 0 then nombre else '?' endif
)"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nombre" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="descripcion" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="codigo" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="herramienta" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="baseDeDatos" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="numeroUsuarios" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="estadoAplicacion" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nivelSeguridad" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="desarrollador" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tipoDesarrollo" eType="#//TipoDesarrollo"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tipoAplicacion" eType="#//TipoAplicacion"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="complejidad" eType="#//Rango1_10"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="importancia" eType="#//Rango1_10"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="operaciones" upperBound="-1"
eType="#//Operacion" changeable="false" eOpposite="#//Operacion/aplicaciones"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="aplicaciones" lowerBound="1"
eType="#//Aplicaciones" changeable="false" transient="true" eOpposite="#//Aplicaciones/aplicaciones"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="procedimientos" upperBound="-1"
eType="#//Procedimiento" changeable="false" eOpposite="#//Procedimiento/aplicaciones"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Glosario">
<eStructuralFeatures xsi:type="ecore:EReference" name="terminos" upperBound="-1"
eType="#//TerminoGlosario" containment="true" eOpposite="#//TerminoGlosario/glosario"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="repositorio" lowerBound="1"
eType="#//Repositorio" changeable="false" transient="true" eOpposite="#//Repositorio/glosario"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TerminoGlosario">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="etiqueta" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false" volatile="true" transient="true">
<eAnnotations source="http://www.eclipse.org/OCL/examples/ocl">
<details key="derive" value="(if nombre->notEmpty() and nombre.size() > 0 then '('.concat( nombre).concat(') ') else '' endif).concat(
 if descripcion->notEmpty() and descripcion.size() > 0 then descripcion else '?' endif
)"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nombre" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="descripcion" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="procedimientos" upperBound="-1"
eType="#//Procedimiento" changeable="false" eOpposite="#//Procedimiento/terminos"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="glosario" lowerBound="1"
eType="#//Glosario" changeable="false" transient="true" eOpposite="#//Glosario/terminos"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Procedimientos">
<eStructuralFeatures xsi:type="ecore:EReference" name="repositorio" lowerBound="1"
eType="#//Repositorio" changeable="false" transient="true" eOpposite="#//Repositorio/procedimientos"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="procedimientos" upperBound="-1"
eType="#//Procedimiento" containment="true" eOpposite="#//Procedimiento/procedimientos"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Procedimiento">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="etiqueta" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false" volatile="true" transient="true">
<eAnnotations source="http://www.eclipse.org/OCL/examples/ocl">
<details key="derive" value="(if codigo->notEmpty() and codigo.size() > 0 then '('.concat( codigo).concat(') ') else '' endif).concat(
 if titulo->notEmpty() and titulo.size() > 0 then titulo else '?' endif
)"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="codigo" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="codigoCompleto" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="prop" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="titulo" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="objeto" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="observaciones" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="persona" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tipoProcedimiento" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="notas" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="periodicidad" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tituloUltimaConvocatoria"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="operaciones" eType="#//Operaciones"
containment="true" eOpposite="#//Operaciones/procedimiento"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="documentos" upperBound="-1"
eType="#//Documento" eOpposite="#//Documento/procedimientos">
<eAnnotations source="http://www.eclipse.org/OCL/examples/ocl">
<details key="candidates" value="procedimientos.repositorio.documentos.documentos"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="terminos" upperBound="-1"
eType="#//TerminoGlosario" eOpposite="#//TerminoGlosario/procedimientos"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fichaArchivistica" lowerBound="1"
eType="#//FichaArchivistica" containment="true" eOpposite="#//FichaArchivistica/procedimiento"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="unidades" upperBound="-1"
eType="#//UnidadOrganica" eOpposite="#//UnidadOrganica/unidadDeProcedimientos">
<eAnnotations source="http://www.eclipse.org/OCL/examples/ocl">
<details key="candidates" value="procedimientos.repositorio.unidadesOrganicas.descomposicion->union(procedimientos.repositorio.unidadesExternas.descomposicion)"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="procedimientos" lowerBound="1"
eType="#//Procedimientos" changeable="false" transient="true" eOpposite="#//Procedimientos/procedimientos"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tramitacionProcedimiento"
lowerBound="1" eType="#//TramitacionProcedimiento" containment="true" eOpposite="#//TramitacionProcedimiento/procedimiento"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="usosComoSubProcedimientos"
upperBound="-1" eType="#//Subprocedimiento" changeable="false" eOpposite="#//Subprocedimiento/subProcedimiento"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="convocatorias" upperBound="-1"
eType="#//Convocatoria" containment="true" eOpposite="#//Convocatoria/procedimiento"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="responsable" lowerBound="1"
eType="#//UnidadOrganica" eOpposite="#//UnidadOrganica/responsableDeProcedimientos">
<eAnnotations source="http://www.eclipse.org/OCL/examples/ocl">
<details key="candidates" value="procedimientos.repositorio.unidadesOrganicas->closure(descomposicion)"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="controlProcedimiento" lowerBound="1"
eType="#//ControlProcedimiento" containment="true" eOpposite="#//ControlProcedimiento/procedimiento"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="normativas" upperBound="-1"
eType="#//NormativaYLegislacion" eOpposite="#//NormativaYLegislacion/procedimientos">
<eAnnotations source="http://www.eclipse.org/OCL/examples/ocl">
<details key="candidates" value="procedimientos.repositorio.normativas.normativas"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="servicio" eType="#//EstructuraFuncional"
eOpposite="#//EstructuraFuncional/procedimientos"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="aplicaciones" upperBound="-1"
eType="#//Aplicacion" eOpposite="#//Aplicacion/procedimientos">
<eAnnotations source="http://www.eclipse.org/OCL/examples/ocl">
<details key="candidates" value="procedimientos.repositorio.aplicaciones.aplicaciones"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FichaArchivistica">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="etiqueta" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
volatile="true" transient="true">
<eAnnotations source="http://www.eclipse.org/OCL/examples/ocl">
<details key="derive" value="if procedimiento->isEmpty() then '?' else procedimiento.etiqueta endif"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tieneValorLegal" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tieneValorAdministrativo"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tieneValorInformativoHistorico"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tipoAcceso" eType="#//TipoAccesoArchivo"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="reglasEliminacion" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="reglasConservacion" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="observaciones" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="procedimiento" lowerBound="1"
eType="#//Procedimiento" changeable="false" transient="true" eOpposite="#//Procedimiento/fichaArchivistica"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Convocatoria">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="etiqueta" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
volatile="true" transient="true">
<eAnnotations source="http://www.eclipse.org/OCL/examples/ocl">
<details key="derive" value="(if codigo->notEmpty() and codigo.size() > 0 then '('.concat( codigo).concat(') ') else '' endif).concat(
 if nombre->notEmpty() and nombre.size() > 0 then nombre else '?' endif
)"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nombre" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="descripcion" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="codigo" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="procedimiento" lowerBound="1"
eType="#//Procedimiento" changeable="false" transient="true" eOpposite="#//Procedimiento/convocatorias"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ControlProcedimiento">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="etiqueta" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
volatile="true" transient="true">
<eAnnotations source="http://www.eclipse.org/OCL/examples/ocl">
<details key="derive" value="if procedimiento->isEmpty() then '?' else procedimiento.etiqueta endif"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="usuario" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="situacion" eType="#//TipoSituacionProcedimiento"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fechaHoraModificacion"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fechaInicioVigencia" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fechaFinVigencia" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="comentarioVersion" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fechaElaborado" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nombrePersonaElaborado"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="puestoPersonaElaborado"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fechaRevisado" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nombrePersonaRevisado"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="puestoPersonaRevisado"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fechaAprobado" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nombrePersonaAprobado"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="puestoPersonaAprobado"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="procedimiento" lowerBound="1"
eType="#//Procedimiento" changeable="false" transient="true" eOpposite="#//Procedimiento/controlProcedimiento"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TramitacionProcedimiento">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="etiqueta" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
volatile="true" transient="true">
<eAnnotations source="http://www.eclipse.org/OCL/examples/ocl">
<details key="derive" value="if procedimiento->isEmpty() then '?' else procedimiento.etiqueta endif"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="inicioInstanciaDeParte"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="inicioDeOficio" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="volumenExpedientesEjercicio"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="presupuestoAnualAproximado"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="plazoSolicitud" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="plazoResolucion" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="silencioAdministrativo"
eType="#//TipoSilencioAdministrativo"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="recurso" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="esWorkflow" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="procedimiento" lowerBound="1"
eType="#//Procedimiento" changeable="false" transient="true" eOpposite="#//Procedimiento/tramitacionProcedimiento"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Operaciones">
<eStructuralFeatures xsi:type="ecore:EReference" name="procedimiento" lowerBound="1"
eType="#//Procedimiento" changeable="false" eOpposite="#//Procedimiento/operaciones"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="operaciones" upperBound="-1"
eType="#//Operacion" containment="true" eOpposite="#//Operacion/operaciones"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Operacion">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="etiqueta" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false" volatile="true" transient="true">
<eAnnotations source="http://www.eclipse.org/OCL/examples/ocl">
<details key="derive" value="(if titulo->notEmpty() and titulo.size() > 0 then titulo else '' endif).concat( ' ').concat( 
 if self.oclIsTypeOf(DocumentoFinal) then (
 if self.oclAsType( DocumentoFinal).documento->isEmpty() then '?' 
 else self.oclAsType( DocumentoFinal).documento.etiqueta endif 
 ) else ( 
 if self.oclIsTypeOf(Subprocedimiento) then (
 if self.oclAsType( Subprocedimiento).subProcedimiento->isEmpty() then '?' 
 else self.oclAsType( Subprocedimiento).subProcedimiento.etiqueta endif
 ) else (
 '' 
 ) endif
 ) endif
) 

"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="titulo" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="descripcion" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="plazoEjecucion" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="esWorkflow" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="numeroPagina" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="numeroOrden" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="operaciones" lowerBound="1"
eType="#//Operaciones" changeable="false" transient="true" eOpposite="#//Operaciones/operaciones"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="aplicaciones" upperBound="-1"
eType="#//Aplicacion" eOpposite="#//Aplicacion/operaciones"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="flujosEntrantes" upperBound="-1"
eType="#//Flujo" changeable="false" eOpposite="#//Flujo/destino"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="flujosSalientes" upperBound="-1"
eType="#//Flujo" containment="true" eOpposite="#//Flujo/origen"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="unidad" lowerBound="1"
upperBound="-1" eType="#//Unidad" eOpposite="#//Unidad/operaciones"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Decision" eSuperTypes="#//Operacion"/>
<eClassifiers xsi:type="ecore:EClass" name="Subprocedimiento" eSuperTypes="#//Operacion">
<eStructuralFeatures xsi:type="ecore:EReference" name="subProcedimiento" lowerBound="1"
eType="#//Procedimiento" eOpposite="#//Procedimiento/usosComoSubProcedimientos">
<eAnnotations source="http://www.eclipse.org/OCL/examples/ocl">
<details key="candidates" value="operaciones.procedimiento.procedimientos"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DocumentoFinal" abstract="true" eSuperTypes="#//Operacion">
<eStructuralFeatures xsi:type="ecore:EReference" name="documento" lowerBound="1"
eType="#//Documento" eOpposite="#//Documento/documentosFinales">
<eAnnotations source="http://www.eclipse.org/OCL/examples/ocl">
<details key="candidates" value="operaciones.procedimiento.documentos"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DocumentoFinalInterno" eSuperTypes="#//DocumentoFinal"/>
<eClassifiers xsi:type="ecore:EClass" name="EntradaDocumentoFinal" eSuperTypes="#//DocumentoFinal"/>
<eClassifiers xsi:type="ecore:EClass" name="SalidaDocumentoFinal" eSuperTypes="#//DocumentoFinal"/>
<eClassifiers xsi:type="ecore:EClass" name="FinProceso" eSuperTypes="#//Operacion"/>
<eClassifiers xsi:type="ecore:EClass" name="Flujo">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="etiqueta" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false" volatile="true" transient="true">
<eAnnotations source="http://www.eclipse.org/OCL/examples/ocl">
<details key="derive" value="'de '.concat( if origen->isEmpty() then '?' else origen.etiqueta endif).concat( ' a ').concat(if destino->isEmpty() then '?' else destino.etiqueta endif) "/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="texto" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="esConector" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="guarda" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="origen" lowerBound="1"
eType="#//Operacion" changeable="false" transient="true" eOpposite="#//Operacion/flujosSalientes">
<eAnnotations source="http://www.eclipse.org/OCL/examples/ocl">
<details key="candidates" value="origen.operaciones.procedimiento.operaciones.operaciones"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="destino" lowerBound="1"
eType="#//Operacion" eOpposite="#//Operacion/flujosEntrantes">
<eAnnotations source="http://www.eclipse.org/OCL/examples/ocl">
<details key="candidates" value="origen.operaciones.procedimiento.operaciones.operaciones"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="documentos" upperBound="-1"
eType="#//Documento" eOpposite="#//Documento/flujos">
<eAnnotations source="http://www.eclipse.org/OCL/examples/ocl">
<details key="candidates" value="origen.operaciones.procedimiento.documentos"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="TipoMedioDocumento">
<eLiterals name="Electronico"/>
<eLiterals name="Papel" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="TipoSilencioAdministrativo">
<eLiterals name="Positivo"/>
<eLiterals name="Negativo" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="TipoSituacionProcedimiento">
<eLiterals name="Definitivo"/>
<eLiterals name="Borrador" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="TipoAccesoArchivo">
<eLiterals name="NoEstablecido"/>
<eLiterals name="Restringido" value="1"/>
<eLiterals name="Libre" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="TipoAmbitoDocumento">
<eLiterals name="Entrada"/>
<eLiterals name="Salida" value="1"/>
<eLiterals name="Interno" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="TipoAlmacenamientoDocumento">
<eLiterals name="NoEstablecido"/>
<eLiterals name="Fichero" value="1"/>
<eLiterals name="BaseDatos" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="TipoDesarrollo">
<eLiterals name="Externa"/>
<eLiterals name="ServicioInformatica" value="1"/>
<eLiterals name="Propia" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="TipoAplicacion">
<eLiterals name="Corporativa"/>
<eLiterals name="Usuario" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="Rango1_10">
<eLiterals name="NoEstablecido"/>
<eLiterals name="_1" value="1"/>
<eLiterals name="_2" value="2"/>
<eLiterals name="_3" value="3"/>
<eLiterals name="_4" value="4"/>
<eLiterals name="_5" value="5"/>
<eLiterals name="_6" value="6"/>
<eLiterals name="_7" value="7"/>
<eLiterals name="_8" value="8"/>
<eLiterals name="_9" value="9"/>
<eLiterals name="_10" value="10"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/carrascoMDD/gvCASE_ALBA/gvCASE_ALBA_release_wksp/es.gva.cit.gvmetrica.orgcasi/model/simapa.ecore | ecore | simapa
Repositorio
procedimientos
documentos
estructurasFuncionales
glosario
normativas
unidadesOrganicas
unidadesExternas
clasesDocumento
aplicaciones
NormativasYLegislaciones
repositorio
normativas
NormativaYLegislacion
etiqueta
nombre
descripcion
codigo
normativas
procedimientos
Unidad
etiqueta
nombre
persona
telefono
fax
direccion
notas
observaciones
operaciones
ContenedorUnidadOrganica
descomposicion
UnidadesOrganicas
repositorio
UnidadOrganica
codigo
descripcion
tipoUnidad
codigoOrganico
unidadDeProcedimientos
descompone
estructurasFuncionales
responsableDeProcedimientos
ContenedorUnidadExterna
descomposicion
UnidadesExternas
repositorio
UnidadExterna
tipoEntidad
descompone
ContenedorEstructuraFuncional
descomposicion
EstructurasFuncionales
repositorio
EstructuraFuncional
etiqueta
nombre
codigo
descripcion
descompone
unidadesOrganicas
procedimientos
ClasesDocumento
clasesDocumento
repositorio
ClaseDocumento
etiqueta
codigo
nombre
observaciones
clasesDocumento
documentos
Documentos
documentos
repositorio
Documento
etiqueta
titulo
codigo
ficheroModeloFomulario
observaciones
tipoAlmacenamiento
tipoMedio
tipoAmbito
claseDocumento
procedimientos
documentosFinales
flujos
documentos
Aplicaciones
aplicaciones
repositorio
Aplicacion
etiqueta
nombre
descripcion
codigo
herramienta
baseDeDatos
numeroUsuarios
estadoAplicacion
nivelSeguridad
desarrollador
tipoDesarrollo
tipoAplicacion
complejidad
importancia
operaciones
aplicaciones
procedimientos
Glosario
terminos
repositorio
TerminoGlosario
etiqueta
nombre
descripcion
procedimientos
glosario
Procedimientos
repositorio
procedimientos
Procedimiento
etiqueta
codigo
version
codigoCompleto
prop
titulo
objeto
observaciones
persona
tipoProcedimiento
notas
periodicidad
tituloUltimaConvocatoria
operaciones
documentos
terminos
fichaArchivistica
unidades
procedimientos
tramitacionProcedimiento
usosComoSubProcedimientos
convocatorias
responsable
controlProcedimiento
normativas
servicio
aplicaciones
FichaArchivistica
etiqueta
tieneValorLegal
false
tieneValorAdministrativo
false
tieneValorInformativoHistorico
false
tipoAcceso
reglasEliminacion
reglasConservacion
observaciones
procedimiento
Convocatoria
etiqueta
nombre
descripcion
codigo
procedimiento
ControlProcedimiento
etiqueta
usuario
situacion
fechaHoraModificacion
fechaInicioVigencia
fechaFinVigencia
comentarioVersion
fechaElaborado
nombrePersonaElaborado
puestoPersonaElaborado
fechaRevisado
nombrePersonaRevisado
puestoPersonaRevisado
fechaAprobado
nombrePersonaAprobado
puestoPersonaAprobado
procedimiento
TramitacionProcedimiento
etiqueta
inicioInstanciaDeParte
false
inicioDeOficio
false
volumenExpedientesEjercicio
presupuestoAnualAproximado
plazoSolicitud
plazoResolucion
silencioAdministrativo
recurso
esWorkflow
false
procedimiento
Operaciones
procedimiento
operaciones
Operacion
etiqueta
titulo
descripcion
plazoEjecucion
esWorkflow
false
numeroPagina
numeroOrden
operaciones
aplicaciones
flujosEntrantes
flujosSalientes
unidad
Decision
Subprocedimiento
subProcedimiento
DocumentoFinal
documento
DocumentoFinalInterno
EntradaDocumentoFinal
SalidaDocumentoFinal
FinProceso
Flujo
etiqueta
texto
esConector
false
guarda
origen
destino
documentos
TipoMedioDocumento
Electronico
Electronico
Papel
Papel
TipoSilencioAdministrativo
Positivo
Positivo
Negativo
Negativo
TipoSituacionProcedimiento
Definitivo
Definitivo
Borrador
Borrador
TipoAccesoArchivo
NoEstablecido
NoEstablecido
Restringido
Restringido
Libre
Libre
TipoAmbitoDocumento
Entrada
Entrada
Salida
Salida
Interno
Interno
TipoAlmacenamientoDocumento
NoEstablecido
NoEstablecido
Fichero
Fichero
BaseDatos
BaseDatos
TipoDesarrollo
Externa
Externa
ServicioInformatica
ServicioInformatica
Propia
Propia
TipoAplicacion
Corporativa
Corporativa
Usuario
Usuario
Rango1_10
NoEstablecido
NoEstablecido
_1
_1
_2
_2
_3
_3
_4
_4
_5
_5
_6
_6
_7
_7
_8
_8
_9
_9
_10
_10 | null | {"directed":true,"nodes":[{"nsPrefix":"es.gva.cit.simapa","nsURI":"http:///es/gva/cit/simapa.ecore","name":"simapa","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Repositorio","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NormativasYLegislaciones","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NormativaYLegislacion","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Unidad","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContenedorUnidadOrganica","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnidadesOrganicas","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnidadOrganica","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContenedorUnidadExterna","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnidadesExternas","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnidadExterna","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContenedorEstructuraFuncional","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EstructurasFuncionales","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EstructuraFuncional","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClasesDocumento","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClaseDocumento","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Documentos","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Documento","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Aplicaciones","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Aplicacion","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Glosario","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TerminoGlosario","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Procedimientos","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Procedimiento","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FichaArchivistica","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Convocatoria","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlProcedimiento","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TramitacionProcedimiento","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operaciones","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operacion","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Decision","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Subprocedimiento","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentoFinal","instanceClass":null,"abstract":true,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentoFinalInterno","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntradaDocumentoFinal","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SalidaDocumentoFinal","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinProceso","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Flujo","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"TipoMedioDocumento","instanceClass":null,"id":38,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"TipoSilencioAdministrativo","instanceClass":null,"id":39,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"TipoSituacionProcedimiento","instanceClass":null,"id":40,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"TipoAccesoArchivo","instanceClass":null,"id":41,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"TipoAmbitoDocumento","instanceClass":null,"id":42,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"TipoAlmacenamientoDocumento","instanceClass":null,"id":43,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"TipoDesarrollo","instanceClass":null,"id":44,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"TipoAplicacion","instanceClass":null,"id":45,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Rango1_10","instanceClass":null,"id":46,"serializable":true,"eClass":"EEnum"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"procedimientos","changeable":true,"resolveProxies":true,"lowerBound":1,"id":47,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"documentos","changeable":true,"resolveProxies":true,"lowerBound":1,"id":48,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"estructurasFuncionales","changeable":true,"resolveProxies":true,"lowerBound":1,"id":49,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"glosario","changeable":true,"resolveProxies":true,"lowerBound":1,"id":50,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"normativas","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":"unidadesOrganicas","changeable":true,"resolveProxies":true,"lowerBound":1,"id":52,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"unidadesExternas","changeable":true,"resolveProxies":true,"lowerBound":1,"id":53,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"clasesDocumento","changeable":true,"resolveProxies":true,"lowerBound":1,"id":54,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"aplicaciones","changeable":true,"resolveProxies":true,"lowerBound":1,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"repositorio","changeable":false,"resolveProxies":true,"lowerBound":1,"id":57,"derived":false},{"id":58,"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":"repositorio","changeable":false,"resolveProxies":true,"lowerBound":1,"id":59,"derived":false},{"id":60,"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":"repositorio","changeable":false,"resolveProxies":true,"lowerBound":1,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"repositorio","changeable":false,"resolveProxies":true,"lowerBound":1,"id":63,"derived":false},{"id":64,"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":"repositorio","changeable":false,"resolveProxies":true,"lowerBound":1,"id":65,"derived":false},{"id":66,"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":"repositorio","changeable":false,"resolveProxies":true,"lowerBound":1,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"repositorio","changeable":false,"resolveProxies":true,"lowerBound":1,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"repositorio","changeable":false,"resolveProxies":true,"lowerBound":1,"id":71,"derived":false},{"id":72,"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":"repositorio","changeable":false,"resolveProxies":true,"lowerBound":1,"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":"normativas","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"id":76,"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":"normativas","changeable":false,"resolveProxies":true,"lowerBound":1,"id":77,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"etiqueta","changeable":false,"lowerBound":0,"iD":false,"id":78,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nombre","changeable":true,"lowerBound":0,"iD":false,"id":79,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"descripcion","changeable":true,"lowerBound":0,"iD":false,"id":80,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"codigo","changeable":true,"lowerBound":0,"iD":false,"id":81,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"procedimientos","changeable":false,"resolveProxies":true,"lowerBound":0,"id":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"normativas","changeable":true,"resolveProxies":true,"lowerBound":0,"id":89,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"etiqueta","changeable":false,"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":"nombre","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":"persona","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":"telefono","changeable":true,"lowerBound":0,"iD":false,"id":93,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fax","changeable":true,"lowerBound":0,"iD":false,"id":94,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"direccion","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":"notas","changeable":true,"lowerBound":0,"iD":false,"id":96,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"observaciones","changeable":true,"lowerBound":0,"iD":false,"id":97,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"operaciones","changeable":false,"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"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"unidad","changeable":true,"resolveProxies":true,"lowerBound":1,"id":108,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"descomposicion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":109,"derived":false},{"id":110,"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":"descompone","changeable":false,"resolveProxies":true,"lowerBound":1,"id":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"codigo","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":"descripcion","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":"tipoUnidad","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":"codigoOrganico","changeable":true,"lowerBound":0,"iD":false,"id":117,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"unidadDeProcedimientos","changeable":true,"resolveProxies":true,"lowerBound":0,"id":118,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"estructurasFuncionales","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":"responsableDeProcedimientos","changeable":false,"resolveProxies":true,"lowerBound":0,"id":120,"derived":false},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"unidades","changeable":true,"resolveProxies":true,"lowerBound":0,"id":128,"derived":false},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"unidadesOrganicas","changeable":true,"resolveProxies":true,"lowerBound":0,"id":131,"derived":false},{"id":132,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"responsable","changeable":true,"resolveProxies":true,"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":"descomposicion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":134,"derived":false},{"id":135,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"descompone","changeable":false,"resolveProxies":true,"lowerBound":1,"id":136,"derived":false},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tipoEntidad","changeable":true,"lowerBound":0,"iD":false,"id":139,"derived":false},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"descomposicion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":144,"derived":false},{"id":145,"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":"descompone","changeable":false,"resolveProxies":true,"lowerBound":1,"id":146,"derived":false},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"etiqueta","changeable":false,"lowerBound":0,"iD":false,"id":149,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nombre","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":"codigo","changeable":true,"lowerBound":0,"iD":false,"id":151,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"descripcion","changeable":true,"lowerBound":0,"iD":false,"id":152,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"procedimientos","changeable":false,"resolveProxies":true,"lowerBound":0,"id":153,"derived":false},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"container":false,"ordered":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":162,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"clasesDocumento","changeable":true,"resolveProxies":true,"lowerBound":0,"id":163,"derived":false},{"id":164,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"clasesDocumento","changeable":false,"resolveProxies":true,"lowerBound":1,"id":165,"derived":false},{"id":166,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"etiqueta","changeable":false,"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":"codigo","changeable":true,"lowerBound":0,"iD":false,"id":168,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nombre","changeable":true,"lowerBound":0,"iD":false,"id":169,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"observaciones","changeable":true,"lowerBound":0,"iD":false,"id":170,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"documentos","changeable":false,"resolveProxies":true,"lowerBound":0,"id":171,"derived":false},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"claseDocumento","changeable":true,"resolveProxies":true,"lowerBound":1,"id":178,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"documentos","changeable":true,"resolveProxies":true,"lowerBound":0,"id":179,"derived":false},{"id":180,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"documentos","changeable":false,"resolveProxies":true,"lowerBound":1,"id":181,"derived":false},{"id":182,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"etiqueta","changeable":false,"lowerBound":0,"iD":false,"id":183,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"titulo","changeable":true,"lowerBound":0,"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":"codigo","changeable":true,"lowerBound":0,"iD":false,"id":185,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ficheroModeloFomulario","changeable":true,"lowerBound":0,"iD":false,"id":186,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"observaciones","changeable":true,"lowerBound":0,"iD":false,"id":187,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tipoAlmacenamiento","changeable":true,"lowerBound":0,"iD":false,"id":188,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tipoMedio","changeable":true,"lowerBound":0,"iD":false,"id":189,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tipoAmbito","changeable":true,"lowerBound":0,"iD":false,"id":190,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"procedimientos","changeable":false,"resolveProxies":true,"lowerBound":0,"id":191,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"documentosFinales","changeable":false,"resolveProxies":true,"lowerBound":0,"id":192,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"flujos","changeable":false,"resolveProxies":true,"lowerBound":0,"id":193,"derived":false},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"documentos","changeable":true,"resolveProxies":true,"lowerBound":0,"id":204,"derived":false},{"id":205,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"documento","changeable":true,"resolveProxies":true,"lowerBound":1,"id":206,"derived":false},{"id":207,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"documentos","changeable":true,"resolveProxies":true,"lowerBound":0,"id":208,"derived":false},{"id":209,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"aplicaciones","changeable":true,"resolveProxies":true,"lowerBound":0,"id":210,"derived":false},{"id":211,"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":"aplicaciones","changeable":false,"resolveProxies":true,"lowerBound":1,"id":212,"derived":false},{"id":213,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"etiqueta","changeable":false,"lowerBound":0,"iD":false,"id":214,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nombre","changeable":true,"lowerBound":0,"iD":false,"id":215,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"descripcion","changeable":true,"lowerBound":0,"iD":false,"id":216,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"codigo","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":"herramienta","changeable":true,"lowerBound":0,"iD":false,"id":218,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"baseDeDatos","changeable":true,"lowerBound":0,"iD":false,"id":219,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"numeroUsuarios","changeable":true,"lowerBound":0,"iD":false,"id":220,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"estadoAplicacion","changeable":true,"lowerBound":0,"iD":false,"id":221,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nivelSeguridad","changeable":true,"lowerBound":0,"iD":false,"id":222,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"desarrollador","changeable":true,"lowerBound":0,"iD":false,"id":223,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tipoDesarrollo","changeable":true,"lowerBound":0,"iD":false,"id":224,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tipoAplicacion","changeable":true,"lowerBound":0,"iD":false,"id":225,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"complejidad","changeable":true,"lowerBound":0,"iD":false,"id":226,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"importancia","changeable":true,"lowerBound":0,"iD":false,"id":227,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"operaciones","changeable":false,"resolveProxies":true,"lowerBound":0,"id":228,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"procedimientos","changeable":false,"resolveProxies":true,"lowerBound":0,"id":229,"derived":false},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"aplicaciones","changeable":true,"resolveProxies":true,"lowerBound":0,"id":245,"derived":false},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"aplicaciones","changeable":true,"resolveProxies":true,"lowerBound":0,"id":248,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"terminos","changeable":true,"resolveProxies":true,"lowerBound":0,"id":249,"derived":false},{"id":250,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"glosario","changeable":false,"resolveProxies":true,"lowerBound":1,"id":251,"derived":false},{"id":252,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"etiqueta","changeable":false,"lowerBound":0,"iD":false,"id":253,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nombre","changeable":true,"lowerBound":0,"iD":false,"id":254,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"descripcion","changeable":true,"lowerBound":0,"iD":false,"id":255,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"procedimientos","changeable":false,"resolveProxies":true,"lowerBound":0,"id":256,"derived":false},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"terminos","changeable":true,"resolveProxies":true,"lowerBound":0,"id":261,"derived":false},{"id":262,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"procedimientos","changeable":true,"resolveProxies":true,"lowerBound":0,"id":263,"derived":false},{"id":264,"eClass":"EGenericType"},{"id":265,"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":"procedimientos","changeable":false,"resolveProxies":true,"lowerBound":1,"id":266,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"etiqueta","changeable":false,"lowerBound":0,"iD":false,"id":267,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"codigo","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":"version","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":"codigoCompleto","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":"prop","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":"titulo","changeable":true,"lowerBound":0,"iD":false,"id":272,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"objeto","changeable":true,"lowerBound":0,"iD":false,"id":273,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"observaciones","changeable":true,"lowerBound":0,"iD":false,"id":274,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"persona","changeable":true,"lowerBound":0,"iD":false,"id":275,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tipoProcedimiento","changeable":true,"lowerBound":0,"iD":false,"id":276,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"notas","changeable":true,"lowerBound":0,"iD":false,"id":277,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"periodicidad","changeable":true,"lowerBound":0,"iD":false,"id":278,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tituloUltimaConvocatoria","changeable":true,"lowerBound":0,"iD":false,"id":279,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operaciones","changeable":true,"resolveProxies":true,"lowerBound":0,"id":280,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fichaArchivistica","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":"tramitacionProcedimiento","changeable":true,"resolveProxies":true,"lowerBound":1,"id":282,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"usosComoSubProcedimientos","changeable":false,"resolveProxies":true,"lowerBound":0,"id":283,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"convocatorias","changeable":true,"resolveProxies":true,"lowerBound":0,"id":284,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"controlProcedimiento","changeable":true,"resolveProxies":true,"lowerBound":1,"id":285,"derived":false},{"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"},{"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":"procedimiento","changeable":false,"resolveProxies":true,"lowerBound":1,"id":300,"derived":false},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"id":303,"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":"procedimiento","changeable":false,"resolveProxies":true,"lowerBound":1,"id":304,"derived":false},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"id":307,"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":"procedimiento","changeable":false,"resolveProxies":true,"lowerBound":1,"id":308,"derived":false},{"id":309,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"subProcedimiento","changeable":true,"resolveProxies":true,"lowerBound":1,"id":310,"derived":false},{"id":311,"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":"procedimiento","changeable":false,"resolveProxies":true,"lowerBound":1,"id":312,"derived":false},{"id":313,"eClass":"EGenericType"},{"id":314,"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":"procedimiento","changeable":false,"resolveProxies":true,"lowerBound":1,"id":315,"derived":false},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"etiqueta","changeable":true,"lowerBound":0,"iD":false,"id":319,"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":"tieneValorLegal","changeable":true,"lowerBound":0,"iD":false,"id":320,"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":"tieneValorAdministrativo","changeable":true,"lowerBound":0,"iD":false,"id":321,"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":"tieneValorInformativoHistorico","changeable":true,"lowerBound":0,"iD":false,"id":322,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tipoAcceso","changeable":true,"lowerBound":0,"iD":false,"id":323,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"reglasEliminacion","changeable":true,"lowerBound":0,"iD":false,"id":324,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"reglasConservacion","changeable":true,"lowerBound":0,"iD":false,"id":325,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"observaciones","changeable":true,"lowerBound":0,"iD":false,"id":326,"derived":false},{"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":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"etiqueta","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":"nombre","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":"descripcion","changeable":true,"lowerBound":0,"iD":false,"id":338,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"codigo","changeable":true,"lowerBound":0,"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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"etiqueta","changeable":true,"lowerBound":0,"iD":false,"id":345,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"usuario","changeable":true,"lowerBound":0,"iD":false,"id":346,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"situacion","changeable":true,"lowerBound":0,"iD":false,"id":347,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fechaHoraModificacion","changeable":true,"lowerBound":0,"iD":false,"id":348,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fechaInicioVigencia","changeable":true,"lowerBound":0,"iD":false,"id":349,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fechaFinVigencia","changeable":true,"lowerBound":0,"iD":false,"id":350,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"comentarioVersion","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":"fechaElaborado","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":"nombrePersonaElaborado","changeable":true,"lowerBound":0,"iD":false,"id":353,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"puestoPersonaElaborado","changeable":true,"lowerBound":0,"iD":false,"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":"fechaRevisado","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":"nombrePersonaRevisado","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":"puestoPersonaRevisado","changeable":true,"lowerBound":0,"iD":false,"id":357,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fechaAprobado","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":"nombrePersonaAprobado","changeable":true,"lowerBound":0,"iD":false,"id":359,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"puestoPersonaAprobado","changeable":true,"lowerBound":0,"iD":false,"id":360,"derived":false},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"etiqueta","changeable":true,"lowerBound":0,"iD":false,"id":378,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"inicioInstanciaDeParte","changeable":true,"lowerBound":0,"iD":false,"id":379,"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":"inicioDeOficio","changeable":true,"lowerBound":0,"iD":false,"id":380,"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":"volumenExpedientesEjercicio","changeable":true,"lowerBound":0,"iD":false,"id":381,"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":"presupuestoAnualAproximado","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":"plazoSolicitud","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":"plazoResolucion","changeable":true,"lowerBound":0,"iD":false,"id":384,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"silencioAdministrativo","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":"recurso","changeable":true,"lowerBound":0,"iD":false,"id":386,"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":"esWorkflow","changeable":true,"lowerBound":0,"iD":false,"id":387,"derived":false},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"id":391,"eClass":"EGenericType"},{"id":392,"eClass":"EGenericType"},{"id":393,"eClass":"EGenericType"},{"id":394,"eClass":"EGenericType"},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"id":397,"eClass":"EGenericType"},{"id":398,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operaciones","changeable":true,"resolveProxies":true,"lowerBound":0,"id":399,"derived":false},{"id":400,"eClass":"EGenericType"},{"id":401,"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":"operaciones","changeable":false,"resolveProxies":true,"lowerBound":1,"id":402,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"etiqueta","changeable":false,"lowerBound":0,"iD":false,"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":"titulo","changeable":true,"lowerBound":0,"iD":false,"id":404,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"descripcion","changeable":true,"lowerBound":0,"iD":false,"id":405,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"plazoEjecucion","changeable":true,"lowerBound":0,"iD":false,"id":406,"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":"esWorkflow","changeable":true,"lowerBound":0,"iD":false,"id":407,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"numeroPagina","changeable":true,"lowerBound":0,"iD":false,"id":408,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"numeroOrden","changeable":true,"lowerBound":0,"iD":false,"id":409,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"flujosEntrantes","changeable":false,"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":"flujosSalientes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":411,"derived":false},{"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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"destino","changeable":true,"resolveProxies":true,"lowerBound":1,"id":422,"derived":false},{"id":423,"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":"origen","changeable":false,"resolveProxies":true,"lowerBound":1,"id":424,"derived":false},{"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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"etiqueta","changeable":false,"lowerBound":0,"iD":false,"id":435,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"texto","changeable":true,"lowerBound":0,"iD":false,"id":436,"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":"esConector","changeable":true,"lowerBound":0,"iD":false,"id":437,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"guarda","changeable":true,"lowerBound":0,"iD":false,"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"},{"name":"Electronico","id":446,"value":0,"literal":"Electronico","eClass":"EEnumLiteral"},{"name":"Papel","id":447,"value":1,"literal":"Papel","eClass":"EEnumLiteral"},{"name":"Positivo","id":448,"value":0,"literal":"Positivo","eClass":"EEnumLiteral"},{"name":"Negativo","id":449,"value":1,"literal":"Negativo","eClass":"EEnumLiteral"},{"name":"Definitivo","id":450,"value":0,"literal":"Definitivo","eClass":"EEnumLiteral"},{"name":"Borrador","id":451,"value":1,"literal":"Borrador","eClass":"EEnumLiteral"},{"name":"NoEstablecido","id":452,"value":0,"literal":"NoEstablecido","eClass":"EEnumLiteral"},{"name":"Restringido","id":453,"value":1,"literal":"Restringido","eClass":"EEnumLiteral"},{"name":"Libre","id":454,"value":2,"literal":"Libre","eClass":"EEnumLiteral"},{"name":"Entrada","id":455,"value":0,"literal":"Entrada","eClass":"EEnumLiteral"},{"name":"Salida","id":456,"value":1,"literal":"Salida","eClass":"EEnumLiteral"},{"name":"Interno","id":457,"value":2,"literal":"Interno","eClass":"EEnumLiteral"},{"name":"NoEstablecido","id":458,"value":0,"literal":"NoEstablecido","eClass":"EEnumLiteral"},{"name":"Fichero","id":459,"value":1,"literal":"Fichero","eClass":"EEnumLiteral"},{"name":"BaseDatos","id":460,"value":2,"literal":"BaseDatos","eClass":"EEnumLiteral"},{"name":"Externa","id":461,"value":0,"literal":"Externa","eClass":"EEnumLiteral"},{"name":"ServicioInformatica","id":462,"value":1,"literal":"ServicioInformatica","eClass":"EEnumLiteral"},{"name":"Propia","id":463,"value":2,"literal":"Propia","eClass":"EEnumLiteral"},{"name":"Corporativa","id":464,"value":0,"literal":"Corporativa","eClass":"EEnumLiteral"},{"name":"Usuario","id":465,"value":1,"literal":"Usuario","eClass":"EEnumLiteral"},{"name":"NoEstablecido","id":466,"value":0,"literal":"NoEstablecido","eClass":"EEnumLiteral"},{"name":"_1","id":467,"value":1,"literal":"_1","eClass":"EEnumLiteral"},{"name":"_2","id":468,"value":2,"literal":"_2","eClass":"EEnumLiteral"},{"name":"_3","id":469,"value":3,"literal":"_3","eClass":"EEnumLiteral"},{"name":"_4","id":470,"value":4,"literal":"_4","eClass":"EEnumLiteral"},{"name":"_5","id":471,"value":5,"literal":"_5","eClass":"EEnumLiteral"},{"name":"_6","id":472,"value":6,"literal":"_6","eClass":"EEnumLiteral"},{"name":"_7","id":473,"value":7,"literal":"_7","eClass":"EEnumLiteral"},{"name":"_8","id":474,"value":8,"literal":"_8","eClass":"EEnumLiteral"},{"name":"_9","id":475,"value":9,"literal":"_9","eClass":"EEnumLiteral"},{"name":"_10","id":476,"value":10,"literal":"_10","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":1,"target":0},{"source":1,"target":47},{"source":1,"target":48},{"source":1,"target":49},{"source":1,"target":50},{"source":1,"target":51},{"source":1,"target":52},{"source":1,"target":53},{"source":1,"target":54},{"source":1,"target":55},{"source":47,"target":22},{"source":47,"target":56},{"source":47,"target":1},{"source":47,"target":57},{"source":56,"target":22},{"source":48,"target":16},{"source":48,"target":58},{"source":48,"target":1},{"source":48,"target":59},{"source":58,"target":16},{"source":49,"target":12},{"source":49,"target":60},{"source":49,"target":1},{"source":49,"target":61},{"source":60,"target":12},{"source":50,"target":20},{"source":50,"target":62},{"source":50,"target":1},{"source":50,"target":63},{"source":62,"target":20},{"source":51,"target":2},{"source":51,"target":64},{"source":51,"target":1},{"source":51,"target":65},{"source":64,"target":2},{"source":52,"target":6},{"source":52,"target":66},{"source":52,"target":1},{"source":52,"target":67},{"source":66,"target":6},{"source":53,"target":9},{"source":53,"target":68},{"source":53,"target":1},{"source":53,"target":69},{"source":68,"target":9},{"source":54,"target":14},{"source":54,"target":70},{"source":54,"target":1},{"source":54,"target":71},{"source":70,"target":14},{"source":55,"target":18},{"source":55,"target":72},{"source":55,"target":1},{"source":55,"target":73},{"source":72,"target":18},{"source":2,"target":0},{"source":2,"target":65},{"source":2,"target":74},{"source":65,"target":1},{"source":65,"target":75},{"source":65,"target":2},{"source":65,"target":51},{"source":75,"target":1},{"source":74,"target":3},{"source":74,"target":76},{"source":74,"target":2},{"source":74,"target":77},{"source":76,"target":3},{"source":3,"target":0},{"source":3,"target":78},{"source":3,"target":79},{"source":3,"target":80},{"source":3,"target":81},{"source":3,"target":77},{"source":3,"target":82},{"source":78,"target":83},{"source":78,"target":3},{"source":79,"target":84},{"source":79,"target":3},{"source":80,"target":85},{"source":80,"target":3},{"source":81,"target":86},{"source":81,"target":3},{"source":77,"target":2},{"source":77,"target":87},{"source":77,"target":3},{"source":77,"target":74},{"source":87,"target":2},{"source":82,"target":23},{"source":82,"target":88},{"source":82,"target":3},{"source":82,"target":89},{"source":88,"target":23},{"source":4,"target":0},{"source":4,"target":90},{"source":4,"target":91},{"source":4,"target":92},{"source":4,"target":93},{"source":4,"target":94},{"source":4,"target":95},{"source":4,"target":96},{"source":4,"target":97},{"source":4,"target":98},{"source":90,"target":99},{"source":90,"target":4},{"source":91,"target":100},{"source":91,"target":4},{"source":92,"target":101},{"source":92,"target":4},{"source":93,"target":102},{"source":93,"target":4},{"source":94,"target":103},{"source":94,"target":4},{"source":95,"target":104},{"source":95,"target":4},{"source":96,"target":105},{"source":96,"target":4},{"source":97,"target":106},{"source":97,"target":4},{"source":98,"target":29},{"source":98,"target":107},{"source":98,"target":4},{"source":98,"target":108},{"source":107,"target":29},{"source":5,"target":0},{"source":5,"target":109},{"source":109,"target":7},{"source":109,"target":110},{"source":109,"target":5},{"source":109,"target":111},{"source":110,"target":7},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":67},{"source":6,"target":112},{"source":67,"target":1},{"source":67,"target":113},{"source":67,"target":6},{"source":67,"target":52},{"source":113,"target":1},{"source":112,"target":5},{"source":7,"target":0},{"source":7,"target":4},{"source":7,"target":5},{"source":7,"target":114},{"source":7,"target":115},{"source":7,"target":116},{"source":7,"target":117},{"source":7,"target":118},{"source":7,"target":111},{"source":7,"target":119},{"source":7,"target":120},{"source":7,"target":121},{"source":7,"target":122},{"source":114,"target":123},{"source":114,"target":7},{"source":115,"target":124},{"source":115,"target":7},{"source":116,"target":125},{"source":116,"target":7},{"source":117,"target":126},{"source":117,"target":7},{"source":118,"target":23},{"source":118,"target":127},{"source":118,"target":7},{"source":118,"target":128},{"source":127,"target":23},{"source":111,"target":5},{"source":111,"target":129},{"source":111,"target":7},{"source":111,"target":109},{"source":129,"target":5},{"source":119,"target":13},{"source":119,"target":130},{"source":119,"target":7},{"source":119,"target":131},{"source":130,"target":13},{"source":120,"target":23},{"source":120,"target":132},{"source":120,"target":7},{"source":120,"target":133},{"source":132,"target":23},{"source":121,"target":4},{"source":122,"target":5},{"source":8,"target":0},{"source":8,"target":134},{"source":134,"target":10},{"source":134,"target":135},{"source":134,"target":8},{"source":134,"target":136},{"source":135,"target":10},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":69},{"source":9,"target":137},{"source":69,"target":1},{"source":69,"target":138},{"source":69,"target":9},{"source":69,"target":53},{"source":138,"target":1},{"source":137,"target":8},{"source":10,"target":0},{"source":10,"target":4},{"source":10,"target":8},{"source":10,"target":139},{"source":10,"target":136},{"source":10,"target":140},{"source":10,"target":141},{"source":139,"target":142},{"source":139,"target":10},{"source":136,"target":8},{"source":136,"target":143},{"source":136,"target":10},{"source":136,"target":134},{"source":143,"target":8},{"source":140,"target":4},{"source":141,"target":8},{"source":11,"target":0},{"source":11,"target":144},{"source":144,"target":13},{"source":144,"target":145},{"source":144,"target":11},{"source":144,"target":146},{"source":145,"target":13},{"source":12,"target":0},{"source":12,"target":11},{"source":12,"target":61},{"source":12,"target":147},{"source":61,"target":1},{"source":61,"target":148},{"source":61,"target":12},{"source":61,"target":49},{"source":148,"target":1},{"source":147,"target":11},{"source":13,"target":0},{"source":13,"target":11},{"source":13,"target":149},{"source":13,"target":150},{"source":13,"target":151},{"source":13,"target":152},{"source":13,"target":146},{"source":13,"target":131},{"source":13,"target":153},{"source":13,"target":154},{"source":149,"target":155},{"source":149,"target":13},{"source":150,"target":156},{"source":150,"target":13},{"source":151,"target":157},{"source":151,"target":13},{"source":152,"target":158},{"source":152,"target":13},{"source":146,"target":11},{"source":146,"target":159},{"source":146,"target":13},{"source":146,"target":144},{"source":159,"target":11},{"source":131,"target":7},{"source":131,"target":160},{"source":131,"target":13},{"source":131,"target":119},{"source":160,"target":7},{"source":153,"target":23},{"source":153,"target":161},{"source":153,"target":13},{"source":153,"target":162},{"source":161,"target":23},{"source":154,"target":11},{"source":14,"target":0},{"source":14,"target":163},{"source":14,"target":71},{"source":163,"target":15},{"source":163,"target":164},{"source":163,"target":14},{"source":163,"target":165},{"source":164,"target":15},{"source":71,"target":1},{"source":71,"target":166},{"source":71,"target":14},{"source":71,"target":54},{"source":166,"target":1},{"source":15,"target":0},{"source":15,"target":167},{"source":15,"target":168},{"source":15,"target":169},{"source":15,"target":170},{"source":15,"target":165},{"source":15,"target":171},{"source":167,"target":172},{"source":167,"target":15},{"source":168,"target":173},{"source":168,"target":15},{"source":169,"target":174},{"source":169,"target":15},{"source":170,"target":175},{"source":170,"target":15},{"source":165,"target":14},{"source":165,"target":176},{"source":165,"target":15},{"source":165,"target":163},{"source":176,"target":14},{"source":171,"target":17},{"source":171,"target":177},{"source":171,"target":15},{"source":171,"target":178},{"source":177,"target":17},{"source":16,"target":0},{"source":16,"target":179},{"source":16,"target":59},{"source":179,"target":17},{"source":179,"target":180},{"source":179,"target":16},{"source":179,"target":181},{"source":180,"target":17},{"source":59,"target":1},{"source":59,"target":182},{"source":59,"target":16},{"source":59,"target":48},{"source":182,"target":1},{"source":17,"target":0},{"source":17,"target":183},{"source":17,"target":184},{"source":17,"target":185},{"source":17,"target":186},{"source":17,"target":187},{"source":17,"target":188},{"source":17,"target":189},{"source":17,"target":190},{"source":17,"target":178},{"source":17,"target":191},{"source":17,"target":192},{"source":17,"target":193},{"source":17,"target":181},{"source":183,"target":194},{"source":183,"target":17},{"source":184,"target":195},{"source":184,"target":17},{"source":185,"target":196},{"source":185,"target":17},{"source":186,"target":197},{"source":186,"target":17},{"source":187,"target":198},{"source":187,"target":17},{"source":188,"target":43},{"source":188,"target":199},{"source":188,"target":17},{"source":199,"target":43},{"source":189,"target":38},{"source":189,"target":200},{"source":189,"target":17},{"source":200,"target":38},{"source":190,"target":42},{"source":190,"target":201},{"source":190,"target":17},{"source":201,"target":42},{"source":178,"target":15},{"source":178,"target":202},{"source":178,"target":17},{"source":178,"target":171},{"source":202,"target":15},{"source":191,"target":23},{"source":191,"target":203},{"source":191,"target":17},{"source":191,"target":204},{"source":203,"target":23},{"source":192,"target":32},{"source":192,"target":205},{"source":192,"target":17},{"source":192,"target":206},{"source":205,"target":32},{"source":193,"target":37},{"source":193,"target":207},{"source":193,"target":17},{"source":193,"target":208},{"source":207,"target":37},{"source":181,"target":16},{"source":181,"target":209},{"source":181,"target":17},{"source":181,"target":179},{"source":209,"target":16},{"source":18,"target":0},{"source":18,"target":210},{"source":18,"target":73},{"source":210,"target":19},{"source":210,"target":211},{"source":210,"target":18},{"source":210,"target":212},{"source":211,"target":19},{"source":73,"target":1},{"source":73,"target":213},{"source":73,"target":18},{"source":73,"target":55},{"source":213,"target":1},{"source":19,"target":0},{"source":19,"target":214},{"source":19,"target":215},{"source":19,"target":216},{"source":19,"target":217},{"source":19,"target":218},{"source":19,"target":219},{"source":19,"target":220},{"source":19,"target":221},{"source":19,"target":222},{"source":19,"target":223},{"source":19,"target":224},{"source":19,"target":225},{"source":19,"target":226},{"source":19,"target":227},{"source":19,"target":228},{"source":19,"target":212},{"source":19,"target":229},{"source":214,"target":230},{"source":214,"target":19},{"source":215,"target":231},{"source":215,"target":19},{"source":216,"target":232},{"source":216,"target":19},{"source":217,"target":233},{"source":217,"target":19},{"source":218,"target":234},{"source":218,"target":19},{"source":219,"target":235},{"source":219,"target":19},{"source":220,"target":236},{"source":220,"target":19},{"source":221,"target":237},{"source":221,"target":19},{"source":222,"target":238},{"source":222,"target":19},{"source":223,"target":239},{"source":223,"target":19},{"source":224,"target":44},{"source":224,"target":240},{"source":224,"target":19},{"source":240,"target":44},{"source":225,"target":45},{"source":225,"target":241},{"source":225,"target":19},{"source":241,"target":45},{"source":226,"target":46},{"source":226,"target":242},{"source":226,"target":19},{"source":242,"target":46},{"source":227,"target":46},{"source":227,"target":243},{"source":227,"target":19},{"source":243,"target":46},{"source":228,"target":29},{"source":228,"target":244},{"source":228,"target":19},{"source":228,"target":245},{"source":244,"target":29},{"source":212,"target":18},{"source":212,"target":246},{"source":212,"target":19},{"source":212,"target":210},{"source":246,"target":18},{"source":229,"target":23},{"source":229,"target":247},{"source":229,"target":19},{"source":229,"target":248},{"source":247,"target":23},{"source":20,"target":0},{"source":20,"target":249},{"source":20,"target":63},{"source":249,"target":21},{"source":249,"target":250},{"source":249,"target":20},{"source":249,"target":251},{"source":250,"target":21},{"source":63,"target":1},{"source":63,"target":252},{"source":63,"target":20},{"source":63,"target":50},{"source":252,"target":1},{"source":21,"target":0},{"source":21,"target":253},{"source":21,"target":254},{"source":21,"target":255},{"source":21,"target":256},{"source":21,"target":251},{"source":253,"target":257},{"source":253,"target":21},{"source":254,"target":258},{"source":254,"target":21},{"source":255,"target":259},{"source":255,"target":21},{"source":256,"target":23},{"source":256,"target":260},{"source":256,"target":21},{"source":256,"target":261},{"source":260,"target":23},{"source":251,"target":20},{"source":251,"target":262},{"source":251,"target":21},{"source":251,"target":249},{"source":262,"target":20},{"source":22,"target":0},{"source":22,"target":57},{"source":22,"target":263},{"source":57,"target":1},{"source":57,"target":264},{"source":57,"target":22},{"source":57,"target":47},{"source":264,"target":1},{"source":263,"target":23},{"source":263,"target":265},{"source":263,"target":22},{"source":263,"target":266},{"source":265,"target":23},{"source":23,"target":0},{"source":23,"target":267},{"source":23,"target":268},{"source":23,"target":269},{"source":23,"target":270},{"source":23,"target":271},{"source":23,"target":272},{"source":23,"target":273},{"source":23,"target":274},{"source":23,"target":275},{"source":23,"target":276},{"source":23,"target":277},{"source":23,"target":278},{"source":23,"target":279},{"source":23,"target":280},{"source":23,"target":204},{"source":23,"target":261},{"source":23,"target":281},{"source":23,"target":128},{"source":23,"target":266},{"source":23,"target":282},{"source":23,"target":283},{"source":23,"target":284},{"source":23,"target":133},{"source":23,"target":285},{"source":23,"target":89},{"source":23,"target":162},{"source":23,"target":248},{"source":267,"target":286},{"source":267,"target":23},{"source":268,"target":287},{"source":268,"target":23},{"source":269,"target":288},{"source":269,"target":23},{"source":270,"target":289},{"source":270,"target":23},{"source":271,"target":290},{"source":271,"target":23},{"source":272,"target":291},{"source":272,"target":23},{"source":273,"target":292},{"source":273,"target":23},{"source":274,"target":293},{"source":274,"target":23},{"source":275,"target":294},{"source":275,"target":23},{"source":276,"target":295},{"source":276,"target":23},{"source":277,"target":296},{"source":277,"target":23},{"source":278,"target":297},{"source":278,"target":23},{"source":279,"target":298},{"source":279,"target":23},{"source":280,"target":28},{"source":280,"target":299},{"source":280,"target":23},{"source":280,"target":300},{"source":299,"target":28},{"source":204,"target":17},{"source":204,"target":301},{"source":204,"target":23},{"source":204,"target":191},{"source":301,"target":17},{"source":261,"target":21},{"source":261,"target":302},{"source":261,"target":23},{"source":261,"target":256},{"source":302,"target":21},{"source":281,"target":24},{"source":281,"target":303},{"source":281,"target":23},{"source":281,"target":304},{"source":303,"target":24},{"source":128,"target":7},{"source":128,"target":305},{"source":128,"target":23},{"source":128,"target":118},{"source":305,"target":7},{"source":266,"target":22},{"source":266,"target":306},{"source":266,"target":23},{"source":266,"target":263},{"source":306,"target":22},{"source":282,"target":27},{"source":282,"target":307},{"source":282,"target":23},{"source":282,"target":308},{"source":307,"target":27},{"source":283,"target":31},{"source":283,"target":309},{"source":283,"target":23},{"source":283,"target":310},{"source":309,"target":31},{"source":284,"target":25},{"source":284,"target":311},{"source":284,"target":23},{"source":284,"target":312},{"source":311,"target":25},{"source":133,"target":7},{"source":133,"target":313},{"source":133,"target":23},{"source":133,"target":120},{"source":313,"target":7},{"source":285,"target":26},{"source":285,"target":314},{"source":285,"target":23},{"source":285,"target":315},{"source":314,"target":26},{"source":89,"target":3},{"source":89,"target":316},{"source":89,"target":23},{"source":89,"target":82},{"source":316,"target":3},{"source":162,"target":13},{"source":162,"target":317},{"source":162,"target":23},{"source":162,"target":153},{"source":317,"target":13},{"source":248,"target":19},{"source":248,"target":318},{"source":248,"target":23},{"source":248,"target":229},{"source":318,"target":19},{"source":24,"target":0},{"source":24,"target":319},{"source":24,"target":320},{"source":24,"target":321},{"source":24,"target":322},{"source":24,"target":323},{"source":24,"target":324},{"source":24,"target":325},{"source":24,"target":326},{"source":24,"target":304},{"source":319,"target":327},{"source":319,"target":24},{"source":320,"target":328},{"source":320,"target":24},{"source":321,"target":329},{"source":321,"target":24},{"source":322,"target":330},{"source":322,"target":24},{"source":323,"target":41},{"source":323,"target":331},{"source":323,"target":24},{"source":331,"target":41},{"source":324,"target":332},{"source":324,"target":24},{"source":325,"target":333},{"source":325,"target":24},{"source":326,"target":334},{"source":326,"target":24},{"source":304,"target":23},{"source":304,"target":335},{"source":304,"target":24},{"source":304,"target":281},{"source":335,"target":23},{"source":25,"target":0},{"source":25,"target":336},{"source":25,"target":337},{"source":25,"target":338},{"source":25,"target":339},{"source":25,"target":312},{"source":336,"target":340},{"source":336,"target":25},{"source":337,"target":341},{"source":337,"target":25},{"source":338,"target":342},{"source":338,"target":25},{"source":339,"target":343},{"source":339,"target":25},{"source":312,"target":23},{"source":312,"target":344},{"source":312,"target":25},{"source":312,"target":284},{"source":344,"target":23},{"source":26,"target":0},{"source":26,"target":345},{"source":26,"target":346},{"source":26,"target":347},{"source":26,"target":348},{"source":26,"target":349},{"source":26,"target":350},{"source":26,"target":351},{"source":26,"target":352},{"source":26,"target":353},{"source":26,"target":354},{"source":26,"target":355},{"source":26,"target":356},{"source":26,"target":357},{"source":26,"target":358},{"source":26,"target":359},{"source":26,"target":360},{"source":26,"target":315},{"source":345,"target":361},{"source":345,"target":26},{"source":346,"target":362},{"source":346,"target":26},{"source":347,"target":40},{"source":347,"target":363},{"source":347,"target":26},{"source":363,"target":40},{"source":348,"target":364},{"source":348,"target":26},{"source":349,"target":365},{"source":349,"target":26},{"source":350,"target":366},{"source":350,"target":26},{"source":351,"target":367},{"source":351,"target":26},{"source":352,"target":368},{"source":352,"target":26},{"source":353,"target":369},{"source":353,"target":26},{"source":354,"target":370},{"source":354,"target":26},{"source":355,"target":371},{"source":355,"target":26},{"source":356,"target":372},{"source":356,"target":26},{"source":357,"target":373},{"source":357,"target":26},{"source":358,"target":374},{"source":358,"target":26},{"source":359,"target":375},{"source":359,"target":26},{"source":360,"target":376},{"source":360,"target":26},{"source":315,"target":23},{"source":315,"target":377},{"source":315,"target":26},{"source":315,"target":285},{"source":377,"target":23},{"source":27,"target":0},{"source":27,"target":378},{"source":27,"target":379},{"source":27,"target":380},{"source":27,"target":381},{"source":27,"target":382},{"source":27,"target":383},{"source":27,"target":384},{"source":27,"target":385},{"source":27,"target":386},{"source":27,"target":387},{"source":27,"target":308},{"source":378,"target":388},{"source":378,"target":27},{"source":379,"target":389},{"source":379,"target":27},{"source":380,"target":390},{"source":380,"target":27},{"source":381,"target":391},{"source":381,"target":27},{"source":382,"target":392},{"source":382,"target":27},{"source":383,"target":393},{"source":383,"target":27},{"source":384,"target":394},{"source":384,"target":27},{"source":385,"target":39},{"source":385,"target":395},{"source":385,"target":27},{"source":395,"target":39},{"source":386,"target":396},{"source":386,"target":27},{"source":387,"target":397},{"source":387,"target":27},{"source":308,"target":23},{"source":308,"target":398},{"source":308,"target":27},{"source":308,"target":282},{"source":398,"target":23},{"source":28,"target":0},{"source":28,"target":300},{"source":28,"target":399},{"source":300,"target":23},{"source":300,"target":400},{"source":300,"target":28},{"source":300,"target":280},{"source":400,"target":23},{"source":399,"target":29},{"source":399,"target":401},{"source":399,"target":28},{"source":399,"target":402},{"source":401,"target":29},{"source":29,"target":0},{"source":29,"target":403},{"source":29,"target":404},{"source":29,"target":405},{"source":29,"target":406},{"source":29,"target":407},{"source":29,"target":408},{"source":29,"target":409},{"source":29,"target":402},{"source":29,"target":245},{"source":29,"target":410},{"source":29,"target":411},{"source":29,"target":108},{"source":403,"target":412},{"source":403,"target":29},{"source":404,"target":413},{"source":404,"target":29},{"source":405,"target":414},{"source":405,"target":29},{"source":406,"target":415},{"source":406,"target":29},{"source":407,"target":416},{"source":407,"target":29},{"source":408,"target":417},{"source":408,"target":29},{"source":409,"target":418},{"source":409,"target":29},{"source":402,"target":28},{"source":402,"target":419},{"source":402,"target":29},{"source":402,"target":399},{"source":419,"target":28},{"source":245,"target":19},{"source":245,"target":420},{"source":245,"target":29},{"source":245,"target":228},{"source":420,"target":19},{"source":410,"target":37},{"source":410,"target":421},{"source":410,"target":29},{"source":410,"target":422},{"source":421,"target":37},{"source":411,"target":37},{"source":411,"target":423},{"source":411,"target":29},{"source":411,"target":424},{"source":423,"target":37},{"source":108,"target":4},{"source":108,"target":425},{"source":108,"target":29},{"source":108,"target":98},{"source":425,"target":4},{"source":30,"target":0},{"source":30,"target":29},{"source":30,"target":426},{"source":426,"target":29},{"source":31,"target":0},{"source":31,"target":29},{"source":31,"target":310},{"source":31,"target":427},{"source":310,"target":23},{"source":310,"target":428},{"source":310,"target":31},{"source":310,"target":283},{"source":428,"target":23},{"source":427,"target":29},{"source":32,"target":0},{"source":32,"target":29},{"source":32,"target":206},{"source":32,"target":429},{"source":206,"target":17},{"source":206,"target":430},{"source":206,"target":32},{"source":206,"target":192},{"source":430,"target":17},{"source":429,"target":29},{"source":33,"target":0},{"source":33,"target":32},{"source":33,"target":431},{"source":431,"target":32},{"source":34,"target":0},{"source":34,"target":32},{"source":34,"target":432},{"source":432,"target":32},{"source":35,"target":0},{"source":35,"target":32},{"source":35,"target":433},{"source":433,"target":32},{"source":36,"target":0},{"source":36,"target":29},{"source":36,"target":434},{"source":434,"target":29},{"source":37,"target":0},{"source":37,"target":435},{"source":37,"target":436},{"source":37,"target":437},{"source":37,"target":438},{"source":37,"target":424},{"source":37,"target":422},{"source":37,"target":208},{"source":435,"target":439},{"source":435,"target":37},{"source":436,"target":440},{"source":436,"target":37},{"source":437,"target":441},{"source":437,"target":37},{"source":438,"target":442},{"source":438,"target":37},{"source":424,"target":29},{"source":424,"target":443},{"source":424,"target":37},{"source":424,"target":411},{"source":443,"target":29},{"source":422,"target":29},{"source":422,"target":444},{"source":422,"target":37},{"source":422,"target":410},{"source":444,"target":29},{"source":208,"target":17},{"source":208,"target":445},{"source":208,"target":37},{"source":208,"target":193},{"source":445,"target":17},{"source":38,"target":0},{"source":38,"target":446},{"source":38,"target":447},{"source":446,"target":38},{"source":447,"target":38},{"source":39,"target":0},{"source":39,"target":448},{"source":39,"target":449},{"source":448,"target":39},{"source":449,"target":39},{"source":40,"target":0},{"source":40,"target":450},{"source":40,"target":451},{"source":450,"target":40},{"source":451,"target":40},{"source":41,"target":0},{"source":41,"target":452},{"source":41,"target":453},{"source":41,"target":454},{"source":452,"target":41},{"source":453,"target":41},{"source":454,"target":41},{"source":42,"target":0},{"source":42,"target":455},{"source":42,"target":456},{"source":42,"target":457},{"source":455,"target":42},{"source":456,"target":42},{"source":457,"target":42},{"source":43,"target":0},{"source":43,"target":458},{"source":43,"target":459},{"source":43,"target":460},{"source":458,"target":43},{"source":459,"target":43},{"source":460,"target":43},{"source":44,"target":0},{"source":44,"target":461},{"source":44,"target":462},{"source":44,"target":463},{"source":461,"target":44},{"source":462,"target":44},{"source":463,"target":44},{"source":45,"target":0},{"source":45,"target":464},{"source":45,"target":465},{"source":464,"target":45},{"source":465,"target":45},{"source":46,"target":0},{"source":46,"target":466},{"source":46,"target":467},{"source":46,"target":468},{"source":46,"target":469},{"source":46,"target":470},{"source":46,"target":471},{"source":46,"target":472},{"source":46,"target":473},{"source":46,"target":474},{"source":46,"target":475},{"source":46,"target":476},{"source":466,"target":46},{"source":467,"target":46},{"source":468,"target":46},{"source":469,"target":46},{"source":470,"target":46},{"source":471,"target":46},{"source":472,"target":46},{"source":473,"target":46},{"source":474,"target":46},{"source":475,"target":46},{"source":476,"target":46}],"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="blocky" nsURI="http://tu-berlin.de/silvawb/blocky" nsPrefix="de.silvawb.blocky">
<eClassifiers xsi:type="ecore:EClass" name="Element" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
iD="true"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/wbombardellis/BachelorThesis_WilliamBombardelliDaSilva/Examples/de.silvawb.blocky/model/blocky.ecore | ecore | blocky
Element
name | null | {"directed":true,"nodes":[{"nsPrefix":"de.silvawb.blocky","nsURI":"http://tu-berlin.de/silvawb/blocky","name":"blocky","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Element","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":true,"id":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="sherlock" nsURI="http://eclipse.org/rcptt/sherlock/core" nsPrefix="sh">
<eClassifiers xsi:type="ecore:EClass" name="SystemInfo">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="osName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="osVersion" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="osArch" 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"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="variables" upperBound="-1"
eType="#//SystemVariable" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SystemVariable">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="JavaInfo">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="runtimeName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="runtimeVersion" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="maxMemory" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="freeMemory" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="totalMemory" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="args" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1"
eType="#//JavaProperty" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="JavaProperty">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EclipseInfo">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="workspaceLocation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="productId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="applicationId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="applicationArgs" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="buildId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="uptime" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="plugins" upperBound="-1"
eType="#//EclipsePlugin" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="features" upperBound="-1"
eType="#//EclipseFeature" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="workspacePartitionTotalDiskspace"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="workspacePartitionUsableDiskspace"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="workspacePartitionFreeDiskspace"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="preferences" upperBound="-1"
eType="#//EclipsePreference" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EclipsePlugin">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="provider" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EclipseFeature">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="provider" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EclipsePreference">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="path" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/xored/rcptt/watson/org.eclipse.rcptt.watson.core/model/sherlock.ecore | ecore | sherlock
SystemInfo
osName
osVersion
osArch
username
variables
SystemVariable
name
value
JavaInfo
runtimeName
runtimeVersion
maxMemory
freeMemory
totalMemory
args
properties
JavaProperty
name
value
EclipseInfo
workspaceLocation
productId
applicationId
applicationArgs
buildId
uptime
plugins
features
workspacePartitionTotalDiskspace
workspacePartitionUsableDiskspace
workspacePartitionFreeDiskspace
preferences
EclipsePlugin
id
name
version
provider
EclipseFeature
id
name
version
provider
EclipsePreference
name
value
path | null | {"directed":true,"nodes":[{"nsPrefix":"sh","nsURI":"http://eclipse.org/rcptt/sherlock/core","name":"sherlock","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SystemInfo","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SystemVariable","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JavaInfo","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JavaProperty","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EclipseInfo","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EclipsePlugin","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EclipseFeature","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EclipsePreference","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":"osName","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":"osVersion","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":"osArch","changeable":true,"lowerBound":0,"iD":false,"id":11,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"username","changeable":true,"lowerBound":0,"iD":false,"id":12,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"derived":false},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":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},{"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":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"runtimeName","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":"runtimeVersion","changeable":true,"lowerBound":0,"iD":false,"id":24,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"maxMemory","changeable":true,"lowerBound":0,"iD":false,"id":25,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"freeMemory","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":"totalMemory","changeable":true,"lowerBound":0,"iD":false,"id":27,"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":"args","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":"properties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":37,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"workspaceLocation","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":"productId","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":"applicationId","changeable":true,"lowerBound":0,"iD":false,"id":43,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"applicationArgs","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":"buildId","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":"uptime","changeable":true,"lowerBound":0,"iD":false,"id":46,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"plugins","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"features","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"workspacePartitionTotalDiskspace","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":"workspacePartitionUsableDiskspace","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":"workspacePartitionFreeDiskspace","changeable":true,"lowerBound":0,"iD":false,"id":51,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"preferences","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"},{"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":"id","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":66,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"version","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":"provider","changeable":true,"lowerBound":0,"iD":false,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"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":73,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","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":"version","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":"provider","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":81,"derived":false},{"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":82,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"path","changeable":true,"lowerBound":0,"iD":false,"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":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":16},{"source":11,"target":1},{"source":12,"target":17},{"source":12,"target":1},{"source":13,"target":2},{"source":13,"target":18},{"source":13,"target":1},{"source":18,"target":2},{"source":2,"target":0},{"source":2,"target":19},{"source":2,"target":20},{"source":19,"target":21},{"source":19,"target":2},{"source":20,"target":22},{"source":20,"target":2},{"source":3,"target":0},{"source":3,"target":23},{"source":3,"target":24},{"source":3,"target":25},{"source":3,"target":26},{"source":3,"target":27},{"source":3,"target":28},{"source":3,"target":29},{"source":23,"target":30},{"source":23,"target":3},{"source":24,"target":31},{"source":24,"target":3},{"source":25,"target":32},{"source":25,"target":3},{"source":26,"target":33},{"source":26,"target":3},{"source":27,"target":34},{"source":27,"target":3},{"source":28,"target":35},{"source":28,"target":3},{"source":29,"target":4},{"source":29,"target":36},{"source":29,"target":3},{"source":36,"target":4},{"source":4,"target":0},{"source":4,"target":37},{"source":4,"target":38},{"source":37,"target":39},{"source":37,"target":4},{"source":38,"target":40},{"source":38,"target":4},{"source":5,"target":0},{"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":41,"target":53},{"source":41,"target":5},{"source":42,"target":54},{"source":42,"target":5},{"source":43,"target":55},{"source":43,"target":5},{"source":44,"target":56},{"source":44,"target":5},{"source":45,"target":57},{"source":45,"target":5},{"source":46,"target":58},{"source":46,"target":5},{"source":47,"target":6},{"source":47,"target":59},{"source":47,"target":5},{"source":59,"target":6},{"source":48,"target":7},{"source":48,"target":60},{"source":48,"target":5},{"source":60,"target":7},{"source":49,"target":61},{"source":49,"target":5},{"source":50,"target":62},{"source":50,"target":5},{"source":51,"target":63},{"source":51,"target":5},{"source":52,"target":8},{"source":52,"target":64},{"source":52,"target":5},{"source":64,"target":8},{"source":6,"target":0},{"source":6,"target":65},{"source":6,"target":66},{"source":6,"target":67},{"source":6,"target":68},{"source":65,"target":69},{"source":65,"target":6},{"source":66,"target":70},{"source":66,"target":6},{"source":67,"target":71},{"source":67,"target":6},{"source":68,"target":72},{"source":68,"target":6},{"source":7,"target":0},{"source":7,"target":73},{"source":7,"target":74},{"source":7,"target":75},{"source":7,"target":76},{"source":73,"target":77},{"source":73,"target":7},{"source":74,"target":78},{"source":74,"target":7},{"source":75,"target":79},{"source":75,"target":7},{"source":76,"target":80},{"source":76,"target":7},{"source":8,"target":0},{"source":8,"target":81},{"source":8,"target":82},{"source":8,"target":83},{"source":81,"target":84},{"source":81,"target":8},{"source":82,"target":85},{"source":82,"target":8},{"source":83,"target":86},{"source":83,"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="texturedsurface"
nsURI="http://www.opengis.net/citygml/texturedsurface/1.0" nsPrefix="tex">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Top level GML schema
 Copyright (c) 2002-2005 OGC, All Rights Reserved.
	For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr
Basic support for tracking moving objects and objects with changing state. 
 Copyright (c) 2002-2005 OGC, All Rights Reserved.
	For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr
GML Feature schema. 		 
 Copyright (c) 2001-2005 OGC, All Rights Reserved.
	For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr
Copyright (c) 2001-2005 OGC, All Rights Reserved.
	For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr
Copyright (c) 2001-2005 OGC, All Rights Reserved.
	For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr
Extends the units.xsd and basicTypes.xsd schemas with types for recording measures using specific types of units, especially the measures and units needed for coordinate reference systems and coordinate operations. The specific unit types encoded are length, angle, scale factor, time, area, volume, speed, and grid length. This schema allows angle values to be recorded as single numbers or in degree-minute-second format. 
		Copyright (c) 2002-2005 OGC, All Rights Reserved. For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr
		Parts of this schema are based on Subclause 6.5.7 of ISO/CD 19103 Geographic information - Conceptual schema language, on Subclause A.5.2.2.3 of ISO/CD 19118 Geographic information - Encoding, and on Subclause 4.7 of OpenGIS Recommendation Paper OGC 02-007r4 Units of Measure Use and Definition Recommendations.
Builds on gmlBase.xsd to encode units of measure (or uom), including definitions of units of measure and dictionaries of such definitions. GML 3.0 candidate schema, primary editor: Arliss Whiteside. Last updated 2005-06-22.
	Copyright (c) 2002-2005 OGC, All Rights Reserved.
	For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr
	Parts of this schema are based on Subclause 6.5.7 of ISO/CD 19103 Geographic information - Conceptual schema language, on Subclause A.5.2.2.3 of ISO/CD 19118 Geographic information - Encoding, and on most of OpenGIS Recommendation Paper OGC 02-007r4 Units of Measure Use and Definition Recommendations.

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

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

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

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

			<sch:title xmlns:sch="http://www.ascc.net/xml/schematron">Schematron validation</sch:title>
			<sch:pattern name="Check SRS tags" xmlns:sch="http://www.ascc.net/xml/schematron">
				<sch:rule abstract="true" id="CRSLabels">
					<sch:report test="not(@srsDimension) or @srsName">The presence of a dimension attribute implies the presence of the srsName attribute.</sch:report>
					<sch:report test="not(@axisLabels) or @srsName">The presence of an axisLabels attribute implies the presence of the srsName attribute.</sch:report>
					<sch:report test="not(@uomLabels) or @srsName">The presence of an uomLabels attribute implies the presence of the srsName attribute.</sch:report>
					<sch:report test="(not(@uomLabels) and not(@axisLabels)) or (@uomLabels and @axisLabels)">The presence of an uomLabels attribute implies the presence of the axisLabels attribute and vice versa.</sch:report>
				</sch:rule>
			</sch:pattern>
			<sch:pattern name="Check Dimension" xmlns:sch="http://www.ascc.net/xml/schematron">
				<sch:rule abstract="true" id="Count">
					<sch:report test="not(@count) or @srsDimension">The presence of a count attribute implies the presence of the dimension attribute.</sch:report>
				</sch:rule>
			</sch:pattern>
		"/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-measures:3.1.1">
<details key="appinfo" value=""/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-units:3.1.1">
<details key="appinfo" value=""/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:dictionary:3.1.1">
<details key="appinfo" value=""/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:gmlBase:3.1.1">
<details key="appinfo" value="
			<sch:title xmlns:sch="http://www.ascc.net/xml/schematron">Schematron validation</sch:title>
			<sch:ns prefix="gml" uri="http://www.opengis.net/gml" xmlns:sch="http://www.ascc.net/xml/schematron"/>
			<sch:ns prefix="xlink" uri="http://www.w3.org/1999/xlink" xmlns:sch="http://www.ascc.net/xml/schematron"/>
			<sch:pattern name="Check either href or content not both" xmlns:sch="http://www.ascc.net/xml/schematron">
				<sch:rule abstract="true" id="hrefOrContent">
					<sch:report test="@xlink:href and (*|text())">Property element may not carry both a reference to an object and contain an object.</sch:report>
					<sch:assert test="@xlink:href | (*|text())">Property element must either carry a reference to an object or contain an object.</sch:assert>
				</sch:rule>
			</sch:pattern>
		"/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:basicTypes:3.1.1">
<details key="appinfo" value="basicTypes.xsd"/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xlinks:v3.0c2">
<details key="appinfo" value="xlinks.xsd v3.0b2 2001-07"/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:temporal:3.1.1">
<details key="appinfo" value=""/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:direction:3.1.1">
<details key="appinfo" value="direction.xsd"/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:topology:3.1.1">
<details key="appinfo" value="topology.xsd"/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:geometryComplexes:v3.1.1">
<details key="appinfo" value="geometryComplexes.xsd"/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:geometryAggregates:3.1.1">
<details key="appinfo" value="geometryAggregates.xsd"/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:geometryPrimitives:3.1.1">
<details key="appinfo" value="geometryPrimitives.xsd"/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:coverage:3.1.1">
<details key="appinfo" value="coverage.xsd"/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:valueObjects:3.1.1">
<details key="appinfo" value="valueObjects.xsd"/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:grids:3.1.1">
<details key="appinfo" value="grids.xsd"/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:coordinateReferenceSystems:3.1.1">
<details key="appinfo" value=""/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:coordinateSystems:3.1.1">
<details key="appinfo" value=""/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:referenceSystems:3.1.1">
<details key="appinfo" value=""/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:datums:3.1.1">
<details key="appinfo" value=""/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:coordinateOperations:3.1.1">
<details key="appinfo" value=""/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:dataQuality:3.1.1">
<details key="appinfo" value=""/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:observation:3.1.1">
<details key="appinfo" value="observation.xsd"/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-defaultStyle:v3.1.0">
<details key="appinfo" value="defaultStyle.xsd"/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:temporalReferenceSystems:3.1.1">
<details key="appinfo" value=""/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:temporalTopology:3.1.1">
<details key="appinfo" value=""/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="AbstractAppearanceType" abstract="true"
eSuperTypes="gml.ecore#//AbstractGMLType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Deprecated since CityGML version 0.4.0. Use the concepts of the CityGML Appearance module instead.
 This abstract type is the parent type of MaterialType and SimpleTextureType. It is derived from
 gml:AbstractGMLType, thus it inherits the attribute gml:id and may be referenced by an appearanceProperty,
 although it is defined elsewhere in another appearanceProperty. "/>
</eAnnotations>
<eAnnotations>
<details key="appinfo" value="deprecated"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="AbstractAppearanceType"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AppearancePropertyType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Deprecated since CityGML version 0.4.0. Use the concepts of the CityGML Appearance module instead. A
 property that has an _Appearance as its value domain, which can either be a Material (Color,...) or a Texture. The
 _Appearance Element can either be encapsulated in an element of this type or an XLink reference to a remote
 _Appearance element (where remote geometry elements are located in another document or elsewhere in the same
 document). Either the reference or the contained element must be given, but neither both nor none. The side of the
 surface the _Appearance refers to is given by the orientation attribute, which refers to the corresponding sign
 attribute of the orientable surface: + means the side with positive orientation, and - the side with negative
 orientation. "/>
</eAnnotations>
<eAnnotations>
<details key="appinfo" value="deprecated"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="AppearancePropertyType"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="appearanceGroup" 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="_Appearance:group"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="appearance" eType="#//AbstractAppearanceType"
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="_Appearance"/>
<details key="namespace" value="##targetNamespace"/>
<details key="group" value="_Appearance:group"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="actuate" eType="ecore:EEnum xlink.ecore#//ActuateType"
unsettable="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
 The 'actuate' attribute is used to communicate the desired timing 
 of traversal from the starting resource to the ending resource; 
 it's value should be treated as follows:
 onLoad - traverse to the ending resource immediately on loading 
 the starting resource 
 onRequest - traverse from the starting resource to the ending 
 resource only on a post-loading event triggered for 
 this purpose 
 other - behavior is unconstrained; examine other markup in link 
 for hints 
 none - behavior is unconstrained
 "/>
</eAnnotations>
<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="arcrole" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnyURI">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="arcrole"/>
<details key="namespace" value="http://www.w3.org/1999/xlink"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="href" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//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="orientation" eType="ecore:EEnum gml.ecore#//SignType"
defaultValueLiteral="+" unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="orientation"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="remoteSchema" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnyURI">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Reference to an XML Schema fragment that specifies the content model of the propertys value. This is in conformance with the XML Schema Section 4.14 Referencing Schemas from Elsewhere."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="remoteSchema"/>
<details key="namespace" value="http://www.opengis.net/gml"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="role" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnyURI">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="role"/>
<details key="namespace" value="http://www.w3.org/1999/xlink"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="show" eType="ecore:EEnum xlink.ecore#//ShowType"
unsettable="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
 The 'show' attribute is used to communicate the desired presentation 
 of the ending resource on traversal from the starting resource; it's 
 value should be treated as follows: 
 new - load ending resource in a new window, frame, pane, or other 
 presentation context
 replace - load the resource in the same window, frame, pane, or 
 other presentation context
 embed - load ending resource in place of the presentation of the 
 starting resource
 other - behavior is unconstrained; examine other markup in the 
 link for hints 
 none - behavior is unconstrained 
 "/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="show"/>
<details key="namespace" value="http://www.w3.org/1999/xlink"/>
</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="http://www.w3.org/1999/xlink"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"
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:EDataType" name="Color" instanceClassName="java.util.List">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Deprecated since CityGML version 0.4.0. Use the concepts of the CityGML Appearance module instead.
 List of three values (red, green, blue), separated by spaces. The values must be in the range between zero and
 one. "/>
</eAnnotations>
<eAnnotations>
<details key="appinfo" value="deprecated"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="Color"/>
<details key="baseType" value="http://www.opengis.net/citygml/1.0#doubleBetween0and1List"/>
<details key="length" value="3"/>
</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="appearance" upperBound="-2"
eType="#//AbstractAppearanceType" 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="_Appearance"/>
<details key="namespace" value="##targetNamespace"/>
<details key="affiliation" value="http://www.opengis.net/gml#_GML"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="appearance1" upperBound="-2"
eType="#//AppearancePropertyType" 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="appearance"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="material" upperBound="-2"
eType="#//MaterialType" 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="Material"/>
<details key="namespace" value="##targetNamespace"/>
<details key="affiliation" value="_Appearance"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="simpleTexture" upperBound="-2"
eType="#//SimpleTextureType" 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="SimpleTexture"/>
<details key="namespace" value="##targetNamespace"/>
<details key="affiliation" value="_Appearance"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="texturedSurface" upperBound="-2"
eType="#//TexturedSurfaceType" 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="TexturedSurface"/>
<details key="namespace" value="##targetNamespace"/>
<details key="affiliation" value="http://www.opengis.net/gml#OrientableSurface"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MaterialType" eSuperTypes="#//AbstractAppearanceType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Deprecated since CityGML version 0.4.0. Use the concepts of the CityGML Appearance module instead.
 Adopted from X3D standard (http://www.web3d.org/x3d/) "/>
</eAnnotations>
<eAnnotations>
<details key="appinfo" value="deprecated"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="MaterialType"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="shininess" eType="ecore:EDataType citygml.ecore#//DoubleBetween0and1"
unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="shininess"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="transparency" eType="ecore:EDataType citygml.ecore#//DoubleBetween0and1"
unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="transparency"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ambientIntensity" eType="ecore:EDataType citygml.ecore#//DoubleBetween0and1"
unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="ambientIntensity"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="specularColor" eType="#//Color">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="specularColor"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="diffuseColor" eType="#//Color">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="diffuseColor"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="emissiveColor" eType="#//Color">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="emissiveColor"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SimpleTextureType" eSuperTypes="#//AbstractAppearanceType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Deprecated since CityGML version 0.4.0. Use the concepts of the CityGML Appearance module instead.
 Adopted from X3D standard (http://www.web3d.org/x3d/). ToDo: repeat "/>
</eAnnotations>
<eAnnotations>
<details key="appinfo" value="deprecated"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="SimpleTextureType"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="textureMap" 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="textureMap"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="textureCoordinates" lowerBound="1"
eType="ecore:EDataType gml.ecore#//DoubleList">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="textureCoordinates"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="textureType" eType="#//TextureTypeType"
unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="textureType"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="repeat" 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="element"/>
<details key="name" value="repeat"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TexturedSurfaceType" eSuperTypes="gml.ecore#//OrientableSurfaceType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Deprecated since CityGML version 0.4.0. Use the concepts of the CityGML Appearance module instead.
 The concept of positioning textures on surfaces complies with the standard X3D. Because there has been no
 appropriate texturing concept in GML3, CityGML adds the class TexturedSurface to the geometry model of GML 3. A
 texture is specified as a raster image referenced by an URI, and can be an arbitrary resource, even in the
 internet. Textures are positioned by employing the concept of texture coordinates, i.e. each texture coordinate
 matches with exactly one 3D coordinate of the TexturedSurface. The use of texture coordinates allows an exact
 positioning and trimming of the texture on the surface geometry. Each surface may be assigned one or more
 appearances, each refering to one side of the surface. "/>
</eAnnotations>
<eAnnotations>
<details key="appinfo" value="deprecated"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="TexturedSurfaceType"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="appearance" lowerBound="1"
upperBound="-1" eType="#//AppearancePropertyType" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="appearance"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="TextureTypeType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Deprecated since CityGML version 0.4.0. Use the concepts of the CityGML Appearance module instead.
 Textures can be qualified by the attribute textureType. The textureType differentiates between textures, which are
 specific for a certain object and are only used for that object (specific), and prototypic textures being typical
 for that kind of object and are used many times for all objects of that kind (typical). A typical texture may be
 replaced by a specific, if available. Textures may also be classified as unknown. "/>
</eAnnotations>
<eAnnotations>
<details key="appinfo" value="deprecated"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="TextureTypeType"/>
</eAnnotations>
<eLiterals name="specific"/>
<eLiterals name="typical" value="1"/>
<eLiterals name="unknown" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="TextureTypeTypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="TextureTypeType:Object"/>
<details key="baseType" value="TextureTypeType"/>
</eAnnotations>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/markus1978/citygml4emf/de.hub.citygml.emf.ecore/model/texturedsurface.ecore | ecore | texturedsurface
AbstractAppearanceType
AppearancePropertyType
appearanceGroup
appearance
actuate
arcrole
href
orientation
+
remoteSchema
role
show
title
type
simple
Color
java.util.List
java.util.List
DocumentRoot
mixed
xMLNSPrefixMap
xSISchemaLocation
appearance
appearance1
material
simpleTexture
texturedSurface
MaterialType
shininess
transparency
ambientIntensity
specularColor
diffuseColor
emissiveColor
SimpleTextureType
textureMap
textureCoordinates
textureType
repeat
TexturedSurfaceType
appearance
TextureTypeType
specific
specific
typical
typical
unknown
unknown
TextureTypeTypeObject
org.eclipse.emf.common.util.Enumerator
org.eclipse.emf.common.util.Enumerator | null | {"directed":true,"nodes":[{"nsPrefix":"tex","nsURI":"http://www.opengis.net/citygml/texturedsurface/1.0","name":"texturedsurface","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractAppearanceType","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AppearancePropertyType","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.List","defaultValue":null,"instanceClassName":"java.util.List","name":"Color","instanceClass":"java.util.List","id":3,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentRoot","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MaterialType","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleTextureType","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TexturedSurfaceType","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"TextureTypeType","instanceClass":null,"id":8,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"TextureTypeTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":9,"serializable":true,"eClass":"EDataType"},{"id":10,"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":"appearanceGroup","changeable":true,"lowerBound":0,"iD":false,"id":11,"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":"appearance","changeable":false,"resolveProxies":false,"lowerBound":0,"id":12,"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":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":"arcrole","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":"href","changeable":true,"lowerBound":0,"iD":false,"id":15,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"+","unsettable":true,"transient":false,"unique":true,"name":"orientation","changeable":true,"lowerBound":0,"iD":false,"id":16,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"remoteSchema","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":"role","changeable":true,"lowerBound":0,"iD":false,"id":18,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"show","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":"title","changeable":true,"lowerBound":0,"iD":false,"id":20,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"simple","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":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"},{"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":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":"xMLNSPrefixMap","changeable":true,"resolveProxies":false,"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":true,"unique":true,"name":"xSISchemaLocation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":35,"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":"appearance","changeable":false,"resolveProxies":false,"lowerBound":0,"id":36,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"appearance1","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":"material","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":"simpleTexture","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":"texturedSurface","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"},{"id":48,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"shininess","changeable":true,"lowerBound":0,"iD":false,"id":49,"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":"transparency","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"ambientIntensity","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":"specularColor","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":"diffuseColor","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":"emissiveColor","changeable":true,"lowerBound":0,"iD":false,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"textureMap","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":"textureCoordinates","changeable":true,"lowerBound":1,"iD":false,"id":63,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"textureType","changeable":true,"lowerBound":0,"iD":false,"id":64,"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":"repeat","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":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"appearance","changeable":true,"resolveProxies":false,"lowerBound":1,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"name":"specific","id":74,"value":0,"literal":"specific","eClass":"EEnumLiteral"},{"name":"typical","id":75,"value":1,"literal":"typical","eClass":"EEnumLiteral"},{"name":"unknown","id":76,"value":2,"literal":"unknown","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":1,"target":0},{"source":1,"target":10},{"source":2,"target":0},{"source":2,"target":11},{"source":2,"target":12},{"source":2,"target":13},{"source":2,"target":14},{"source":2,"target":15},{"source":2,"target":16},{"source":2,"target":17},{"source":2,"target":18},{"source":2,"target":19},{"source":2,"target":20},{"source":2,"target":21},{"source":11,"target":22},{"source":11,"target":2},{"source":12,"target":1},{"source":12,"target":23},{"source":12,"target":2},{"source":23,"target":1},{"source":13,"target":24},{"source":13,"target":2},{"source":14,"target":25},{"source":14,"target":2},{"source":15,"target":26},{"source":15,"target":2},{"source":16,"target":27},{"source":16,"target":2},{"source":17,"target":28},{"source":17,"target":2},{"source":18,"target":29},{"source":18,"target":2},{"source":19,"target":30},{"source":19,"target":2},{"source":20,"target":31},{"source":20,"target":2},{"source":21,"target":32},{"source":21,"target":2},{"source":3,"target":0},{"source":4,"target":0},{"source":4,"target":33},{"source":4,"target":34},{"source":4,"target":35},{"source":4,"target":36},{"source":4,"target":37},{"source":4,"target":38},{"source":4,"target":39},{"source":4,"target":40},{"source":33,"target":41},{"source":33,"target":4},{"source":34,"target":42},{"source":34,"target":4},{"source":35,"target":43},{"source":35,"target":4},{"source":36,"target":1},{"source":36,"target":44},{"source":36,"target":4},{"source":44,"target":1},{"source":37,"target":2},{"source":37,"target":45},{"source":37,"target":4},{"source":45,"target":2},{"source":38,"target":5},{"source":38,"target":46},{"source":38,"target":4},{"source":46,"target":5},{"source":39,"target":6},{"source":39,"target":47},{"source":39,"target":4},{"source":47,"target":6},{"source":40,"target":7},{"source":40,"target":48},{"source":40,"target":4},{"source":48,"target":7},{"source":5,"target":0},{"source":5,"target":1},{"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":49,"target":56},{"source":49,"target":5},{"source":50,"target":57},{"source":50,"target":5},{"source":51,"target":58},{"source":51,"target":5},{"source":52,"target":3},{"source":52,"target":59},{"source":52,"target":5},{"source":59,"target":3},{"source":53,"target":3},{"source":53,"target":60},{"source":53,"target":5},{"source":60,"target":3},{"source":54,"target":3},{"source":54,"target":61},{"source":54,"target":5},{"source":61,"target":3},{"source":55,"target":1},{"source":6,"target":0},{"source":6,"target":1},{"source":6,"target":62},{"source":6,"target":63},{"source":6,"target":64},{"source":6,"target":65},{"source":6,"target":66},{"source":62,"target":67},{"source":62,"target":6},{"source":63,"target":68},{"source":63,"target":6},{"source":64,"target":8},{"source":64,"target":69},{"source":64,"target":6},{"source":69,"target":8},{"source":65,"target":70},{"source":65,"target":6},{"source":66,"target":1},{"source":7,"target":0},{"source":7,"target":71},{"source":7,"target":72},{"source":71,"target":2},{"source":71,"target":73},{"source":71,"target":7},{"source":73,"target":2},{"source":8,"target":0},{"source":8,"target":74},{"source":8,"target":75},{"source":8,"target":76},{"source":74,"target":8},{"source":75,"target":8},{"source":76,"target":8},{"source":9,"target":0}],"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:///qvtbase.ecore" 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#emof.Boolean"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="qvtbase.Domain.isEnforceable" name="isEnforceable">
<eType xsi:type="ecore:EDataType" href="emof.ecore#emof.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" ordered="false" 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" lowerBound="1" 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/archive/org.eclipse.qvt.declarative.test.emof/src/org/eclipse/qvt/declarative/test/emof/omg20070708Rose/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:///qvtbase.ecore","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":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"domain","changeable":true,"resolveProxies":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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"transformation","changeable":true,"resolveProxies":false,"lowerBound":1,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"container":false,"ordered":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="attributes"
nsURI="http://www.emftext.org/language/pl0/attributes" nsPrefix="attributes">
<eClassifiers xsi:type="ecore:EClass" name="StringSet">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="contents" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/DevBoost/EMFText-Zoo/BreedingStation/Misc/org.emftext.language.pl0.attributes/metamodel/attributes.ecore | ecore | attributes
StringSet
contents | null | {"directed":true,"nodes":[{"nsPrefix":"attributes","nsURI":"http://www.emftext.org/language/pl0/attributes","name":"attributes","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringSet","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":true,"name":"contents","changeable":true,"lowerBound":0,"iD":false,"id":2,"derived":false},{"id":3,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":1,"target":0},{"source":1,"target":2},{"source":2,"target":3},{"source":2,"target":1}],"multigraph":true} |
true | <?xml version="1.0" encoding="ISO-8859-1"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="ecoreDiff"
nsURI="http://www.eclipse.org/emf/2002/EcoreDiff" nsPrefix="ecoreDiff">
<eClassifiers xsi:type="ecore:EClass" name="EAnnotation" eSuperTypes="//EModelElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="WellFormedSourceURI"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="source" eType="//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="details" upperBound="-1"
eType="//EStringToStringMapEntry" containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eModelElement" eType="//EModelElement"
transient="true" resolveProxies="false" eOpposite="//EModelElement/eAnnotations"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="contents" upperBound="-1"
eType="//EObject" containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="references" upperBound="-1"
eType="//EObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="EString" instanceClassName="java.lang.String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="baseType" value="http://www.w3.org/2001/XMLSchema#string"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EStringToStringMapEntry" instanceClassName="java.util.Map$Entry">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="key" eType="//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EObject"/>
<eClassifiers xsi:type="ecore:EDataType" name="EObject_EEList_EObject" instanceTypeName="EObject_EEList_EObject"/>
<eClassifiers xsi:type="ecore:EDataType" name="EObject_ETreeIterator_EObject" instanceTypeName="EObject_ETreeIterator_EObject"/>
<eClassifiers xsi:type="ecore:EClass" name="EClass" eSuperTypes="//EClassifier">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="InterfaceIsAbstract AtMostOneID UniqueFeatureNames UniqueOperationSignatures NoCircularSuperTypes WellFormedMapEntryClass ConsistentSuperTypes"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="abstract" eType="//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="interface" eType="//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eSuperTypes" upperBound="-1"
eType="//EClass" unsettable="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="suppressedIsSetVisibility" value="true"/>
<details key="suppressedUnsetVisibility" value="true"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="eOperations" upperBound="-1"
eType="//EOperation" containment="true" resolveProxies="false" eOpposite="//EOperation/eContainingClass"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eAllAttributes" upperBound="-1"
eType="//EAttribute" changeable="false" volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eStructuralFeatures" upperBound="-1"
eType="//EStructuralFeature" containment="true" resolveProxies="false" eOpposite="//EStructuralFeature/eContainingClass"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eAllReferences" upperBound="-1"
eType="//EReference" changeable="false" volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eReferences" upperBound="-1"
eType="//EReference" changeable="false" volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eAttributes" upperBound="-1"
eType="//EAttribute" changeable="false" volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eAllContainments" upperBound="-1"
eType="//EReference" changeable="false" volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eAllOperations" upperBound="-1"
eType="//EOperation" changeable="false" volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eAllStructuralFeatures"
upperBound="-1" eType="//EStructuralFeature" changeable="false" volatile="true"
transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eAllSuperTypes" upperBound="-1"
eType="//EClass" changeable="false" volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eIDAttribute" eType="//EAttribute"
changeable="false" volatile="true" transient="true" derived="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eGenericSuperTypes" upperBound="-1"
eType="//EGenericType" unsettable="true" containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="suppressedIsSetVisibility" value="true"/>
<details key="suppressedUnsetVisibility" value="true"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="eAllGenericSuperTypes"
upperBound="-1" eType="//EGenericType" changeable="false" volatile="true"
transient="true" derived="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EClassifier" abstract="true" eSuperTypes="//ENamedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="WellFormedInstanceTypeName UniqueTypeParameterNames"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="instanceClassName" eType="//EString"
volatile="true" unsettable="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="suppressedIsSetVisibility" value="true"/>
<details key="suppressedUnsetVisibility" value="true"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="instanceClass" eType="//EClassifier_EJavaClass_Wildcard"
changeable="false" volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValue" eType="//EJavaObject"
changeable="false" volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="instanceTypeName" eType="//EString"
volatile="true" unsettable="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="suppressedIsSetVisibility" value="true"/>
<details key="suppressedUnsetVisibility" value="true"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ePackage" eType="//EPackage"
changeable="false" transient="true" eOpposite="//EPackage/eClassifiers"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eTypeParameters" upperBound="-1"
eType="//ETypeParameter" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ENamedElement" abstract="true" eSuperTypes="//EModelElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="WellFormedName"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="EClassifier_EJavaClass_Wildcard"
instanceTypeName="EClassifier_EJavaClass_Wildcard"/>
<eClassifiers xsi:type="ecore:EDataType" name="EJavaObject" instanceClassName="java.lang.Object"/>
<eClassifiers xsi:type="ecore:EClass" name="EPackage" eSuperTypes="//ENamedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="WellFormedNsURI WellFormedNsPrefix UniqueSubpackageNames UniqueClassifierNames UniqueNsURIs"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nsURI" eType="//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nsPrefix" eType="//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eFactoryInstance" lowerBound="1"
eType="//EFactory" transient="true" resolveProxies="false" eOpposite="//EFactory/ePackage"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eSubpackages" upperBound="-1"
eType="//EPackage" containment="true" eOpposite="//EPackage/eSuperPackage"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eSuperPackage" eType="//EPackage"
changeable="false" transient="true" eOpposite="//EPackage/eSubpackages"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eClassifiers" upperBound="-1"
eType="//EClassifier" containment="true" eOpposite="//EClassifier/ePackage"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EFactory" eSuperTypes="//EModelElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="ePackage" lowerBound="1"
eType="//EPackage" transient="true" resolveProxies="false" eOpposite="//EPackage/eFactoryInstance"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EDataType" eSuperTypes="//EClassifier">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="serializable" eType="//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="EBoolean" instanceClassName="boolean">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="baseType" value="http://www.w3.org/2001/XMLSchema#boolean"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ETypeParameter" eSuperTypes="//ENamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="eBounds" upperBound="-1"
eType="//EGenericType" containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EGenericType" eSuperTypes="//EObject">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="ConsistentType ConsistentBounds ConsistentArguments"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="eUpperBound" eType="//EGenericType"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eTypeArguments" upperBound="-1"
eType="//EGenericType" containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eRawType" lowerBound="1"
eType="//EClassifier" changeable="false" volatile="true" transient="true"
derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eLowerBound" eType="//EGenericType"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eTypeParameter" eType="//ETypeParameter"
resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eClassifier" eType="//EClassifier"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EClassifier_Wildcard"/>
<eClassifiers xsi:type="ecore:EDataType" name="EInt" instanceClassName="int">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="baseType" value="http://www.w3.org/2001/XMLSchema#int"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EOperation" eSuperTypes="//ETypedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="UniqueParameterNames UniqueTypeParameterNames NoRepeatingVoid"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="eTypeParameters" upperBound="-1"
eType="//ETypeParameter" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eParameters" upperBound="-1"
eType="//EParameter" containment="true" resolveProxies="false" eOpposite="//EParameter/eOperation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eExceptions" upperBound="-1"
eType="//EClassifier" unsettable="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="suppressedIsSetVisibility" value="true"/>
<details key="suppressedUnsetVisibility" value="true"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="eGenericExceptions" upperBound="-1"
eType="//EGenericType" unsettable="true" containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="suppressedIsSetVisibility" value="true"/>
<details key="suppressedUnsetVisibility" value="true"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="eContainingClass" eType="//EClass"
changeable="false" transient="true" resolveProxies="false" eOpposite="//EClass/eOperations"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ETypedElement" abstract="true" eSuperTypes="//ENamedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="ValidLowerBound ValidUpperBound ConsistentBounds ValidType"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ordered" eType="//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="unique" eType="//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lowerBound" eType="//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="upperBound" eType="//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="many" eType="//EBoolean"
changeable="false" volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="required" eType="//EBoolean"
changeable="false" volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eType" volatile="true"
unsettable="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="suppressedIsSetVisibility" value="true"/>
<details key="suppressedUnsetVisibility" value="true"/>
</eAnnotations>
<eType xsi:type="ecore:EClass" href="http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="eGenericType" eType="//EGenericType"
volatile="true" unsettable="true" containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="suppressedIsSetVisibility" value="true"/>
<details key="suppressedUnsetVisibility" value="true"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EParameter" eSuperTypes="//ETypedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="eOperation" eType="//EOperation"
changeable="false" transient="true" resolveProxies="false" eOpposite="//EOperation/eParameters"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EAttribute" eSuperTypes="//EStructuralFeature">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="ConsistentTransient"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="iD" eType="//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eAttributeType" lowerBound="1"
eType="//EDataType" changeable="false" volatile="true" transient="true" derived="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EStructuralFeature" abstract="true"
eSuperTypes="//ETypedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="eContainingClass" eType="//EClass"
changeable="false" transient="true" resolveProxies="false" eOpposite="//EClass/eStructuralFeatures"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="changeable" eType="//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="volatile" eType="//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="transient" eType="//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValueLiteral" eType="//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValue" eType="//EJavaObject"
changeable="false" volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="unsettable" eType="//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="derived" eType="//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EStructuralFeature_Wildcard"/>
<eClassifiers xsi:type="ecore:EDataType" name="EStructuralFeature_EJavaClass_Wildcard"
instanceTypeName="EStructuralFeature_EJavaClass_Wildcard"/>
<eClassifiers xsi:type="ecore:EClass" name="EReference" eSuperTypes="//EStructuralFeature">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="ConsistentOpposite SingleContainer ConsistentKeys"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="containment" eType="//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="container" eType="//EBoolean"
changeable="false" volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="resolveProxies" eType="//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eOpposite" eType="//EReference"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eReferenceType" lowerBound="1"
eType="//EClass" changeable="false" volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eKeys" upperBound="-1"
eType="//EAttribute"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="EResource" instanceClassName="org.eclipse.emf.ecore.resource.Resource"/>
<eClassifiers xsi:type="ecore:EClass" name="EEnum" eSuperTypes="//EDataType">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="UniqueEnumeratorNames UniqueEnumeratorLiterals"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="eLiterals" upperBound="-1"
eType="//EEnumLiteral" containment="true" resolveProxies="false" eOpposite="//EEnumLiteral/eEnum"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EEnumLiteral" eSuperTypes="//ENamedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="instance" eType="//EEnumerator"
transient="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="literal" eType="//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eEnum" eType="//EEnum"
changeable="false" transient="true" resolveProxies="false" eOpposite="//EEnum/eLiterals"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="EEnumerator" instanceClassName="org.eclipse.emf.common.util.Enumerator"/>
<eClassifiers xsi:type="ecore:EDataType" name="EBigDecimal" instanceClassName="java.math.BigDecimal">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="baseType" value="http://www.w3.org/2001/XMLSchema#decimal"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="EBigInteger" instanceClassName="java.math.BigInteger">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="baseType" value="http://www.w3.org/2001/XMLSchema#integer"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="EBooleanObject" instanceClassName="java.lang.Boolean">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="baseType" value="EBoolean"/>
<details key="name" value="EBoolean:Object"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="EByte" instanceClassName="byte">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="baseType" value="http://www.w3.org/2001/XMLSchema#byte"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="EByteArray" instanceClassName="byte[]">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="baseType" value="http://www.w3.org/2001/XMLSchema#hexBinary"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="EByteObject" instanceClassName="java.lang.Byte">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="baseType" value="EByte"/>
<details key="name" value="EByte:Object"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="EChar" instanceClassName="char"/>
<eClassifiers xsi:type="ecore:EDataType" name="ECharacterObject" instanceClassName="java.lang.Character">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="baseType" value="EChar"/>
<details key="name" value="EChar:Object"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="EDate" instanceClassName="java.util.Date"/>
<eClassifiers xsi:type="ecore:EDataType" name="EDiagnosticChain" instanceClassName="org.eclipse.emf.common.util.DiagnosticChain"/>
<eClassifiers xsi:type="ecore:EDataType" name="EDouble" instanceClassName="double">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="baseType" value="http://www.w3.org/2001/XMLSchema#double"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="EDoubleObject" instanceClassName="java.lang.Double">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="baseType" value="EDouble"/>
<details key="name" value="EDouble:Object"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="EEList" instanceClassName="org.eclipse.emf.common.util.EList">
<eTypeParameters name="E"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="EFeatureMap" instanceClassName="org.eclipse.emf.ecore.util.FeatureMap"/>
<eClassifiers xsi:type="ecore:EDataType" name="EFeatureMapEntry" instanceClassName="org.eclipse.emf.ecore.util.FeatureMap$Entry"/>
<eClassifiers xsi:type="ecore:EDataType" name="EFloat" instanceClassName="float">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="baseType" value="http://www.w3.org/2001/XMLSchema#float"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="EFloatObject" instanceClassName="java.lang.Float">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="baseType" value="EFloat"/>
<details key="name" value="EFloat:Object"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="EIntegerObject" instanceClassName="java.lang.Integer">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="baseType" value="EInt"/>
<details key="name" value="EInt:Object"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="EJavaClass" instanceClassName="java.lang.Class">
<eTypeParameters name="T"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="ELong" instanceClassName="long">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="baseType" value="http://www.w3.org/2001/XMLSchema#long"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="ELongObject" instanceClassName="java.lang.Long">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="baseType" value="ELong"/>
<details key="name" value="ELong:Object"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="EMap" instanceClassName="java.util.Map">
<eTypeParameters name="K"/>
<eTypeParameters name="V"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="EResourceSet" instanceClassName="org.eclipse.emf.ecore.resource.ResourceSet"/>
<eClassifiers xsi:type="ecore:EDataType" name="EShort" instanceClassName="short">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="baseType" value="http://www.w3.org/2001/XMLSchema#short"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="EShortObject" instanceClassName="java.lang.Short">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="baseType" value="EShort"/>
<details key="name" value="EShort:Object"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="ETreeIterator" instanceClassName="org.eclipse.emf.common.util.TreeIterator">
<eTypeParameters name="E"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EModelElement" abstract="true" eSuperTypes="//EObject //DifferenceElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="eAnnotations" upperBound="-1"
eType="//EAnnotation" containment="true" resolveProxies="false" eOpposite="//EAnnotation/eModelElement"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DifferenceModel">
<eStructuralFeatures xsi:type="ecore:EReference" name="differenceElements" upperBound="-1"
eType="//DifferenceElement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DifferenceElement"/>
<eClassifiers xsi:type="ecore:EClass" name="AddedEAnnotation" eSuperTypes="//EAnnotation"/>
<eClassifiers xsi:type="ecore:EClass" name="DeletedEAnnotation" eSuperTypes="//EAnnotation">
<eStructuralFeatures xsi:type="ecore:EReference" name="applicationElement">
<eType xsi:type="ecore:EClass" href="http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ChangedEAnnotation" eSuperTypes="//EAnnotation">
<eStructuralFeatures xsi:type="ecore:EReference" name="updatedElement" upperBound="-1"
eType="//EAnnotation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="applicationElement">
<eType xsi:type="ecore:EClass" href="http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AddedEStringToStringMapEntry" instanceClassName="java.util.Map$Entry"
eSuperTypes="//EStringToStringMapEntry"/>
<eClassifiers xsi:type="ecore:EClass" name="DeletedEStringToStringMapEntry" instanceClassName="java.util.Map$Entry"
eSuperTypes="//EStringToStringMapEntry">
<eStructuralFeatures xsi:type="ecore:EReference" name="applicationElement">
<eType xsi:type="ecore:EClass" href="http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ChangedEStringToStringMapEntry" instanceClassName="java.util.Map$Entry"
eSuperTypes="//EStringToStringMapEntry">
<eStructuralFeatures xsi:type="ecore:EReference" name="updatedElement" upperBound="-1"
eType="//EStringToStringMapEntry"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="applicationElement">
<eType xsi:type="ecore:EClass" href="http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AddedEObject" eSuperTypes="//EObject"/>
<eClassifiers xsi:type="ecore:EClass" name="DeletedEObject" eSuperTypes="//EObject">
<eStructuralFeatures xsi:type="ecore:EReference" name="applicationElement">
<eType xsi:type="ecore:EClass" href="http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ChangedEObject" eSuperTypes="//EObject">
<eStructuralFeatures xsi:type="ecore:EReference" name="updatedElement" upperBound="-1"
eType="//EObject"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="applicationElement">
<eType xsi:type="ecore:EClass" href="http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AddedEClass" eSuperTypes="//EClass"/>
<eClassifiers xsi:type="ecore:EClass" name="DeletedEClass" eSuperTypes="//EClass">
<eStructuralFeatures xsi:type="ecore:EReference" name="applicationElement">
<eType xsi:type="ecore:EClass" href="http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ChangedEClass" eSuperTypes="//EClass">
<eStructuralFeatures xsi:type="ecore:EReference" name="updatedElement" upperBound="-1"
eType="//EClass"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="applicationElement">
<eType xsi:type="ecore:EClass" href="http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AddedEClassifier" eSuperTypes="//EClassifier"/>
<eClassifiers xsi:type="ecore:EClass" name="DeletedEClassifier" eSuperTypes="//EClassifier">
<eStructuralFeatures xsi:type="ecore:EReference" name="applicationElement">
<eType xsi:type="ecore:EClass" href="http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ChangedEClassifier" eSuperTypes="//EClassifier">
<eStructuralFeatures xsi:type="ecore:EReference" name="updatedElement" upperBound="-1"
eType="//EClassifier"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="applicationElement">
<eType xsi:type="ecore:EClass" href="http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AddedENamedElement" eSuperTypes="//ENamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="DeletedENamedElement" eSuperTypes="//ENamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="applicationElement">
<eType xsi:type="ecore:EClass" href="http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ChangedENamedElement" eSuperTypes="//ENamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="updatedElement" upperBound="-1"
eType="//ENamedElement"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="applicationElement">
<eType xsi:type="ecore:EClass" href="http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AddedEPackage" eSuperTypes="//EPackage"/>
<eClassifiers xsi:type="ecore:EClass" name="DeletedEPackage" eSuperTypes="//EPackage">
<eStructuralFeatures xsi:type="ecore:EReference" name="applicationElement">
<eType xsi:type="ecore:EClass" href="http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ChangedEPackage" eSuperTypes="//EPackage">
<eStructuralFeatures xsi:type="ecore:EReference" name="updatedElement" upperBound="-1"
eType="//EPackage"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="applicationElement">
<eType xsi:type="ecore:EClass" href="http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AddedEFactory" eSuperTypes="//EFactory"/>
<eClassifiers xsi:type="ecore:EClass" name="DeletedEFactory" eSuperTypes="//EFactory">
<eStructuralFeatures xsi:type="ecore:EReference" name="applicationElement">
<eType xsi:type="ecore:EClass" href="http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ChangedEFactory" eSuperTypes="//EFactory">
<eStructuralFeatures xsi:type="ecore:EReference" name="updatedElement" upperBound="-1"
eType="//EFactory"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="applicationElement">
<eType xsi:type="ecore:EClass" href="http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AddedEDataType" eSuperTypes="//EDataType"/>
<eClassifiers xsi:type="ecore:EClass" name="DeletedEDataType" eSuperTypes="//EDataType">
<eStructuralFeatures xsi:type="ecore:EReference" name="applicationElement">
<eType xsi:type="ecore:EClass" href="http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ChangedEDataType" eSuperTypes="//EDataType">
<eStructuralFeatures xsi:type="ecore:EReference" name="updatedElement" upperBound="-1"
eType="//EDataType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="applicationElement">
<eType xsi:type="ecore:EClass" href="http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AddedETypeParameter" eSuperTypes="//ETypeParameter"/>
<eClassifiers xsi:type="ecore:EClass" name="DeletedETypeParameter" eSuperTypes="//ETypeParameter">
<eStructuralFeatures xsi:type="ecore:EReference" name="applicationElement">
<eType xsi:type="ecore:EClass" href="http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ChangedETypeParameter" eSuperTypes="//ETypeParameter">
<eStructuralFeatures xsi:type="ecore:EReference" name="updatedElement" upperBound="-1"
eType="//ETypeParameter"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="applicationElement">
<eType xsi:type="ecore:EClass" href="http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AddedEGenericType" eSuperTypes="//EGenericType"/>
<eClassifiers xsi:type="ecore:EClass" name="DeletedEGenericType" eSuperTypes="//EGenericType">
<eStructuralFeatures xsi:type="ecore:EReference" name="applicationElement">
<eType xsi:type="ecore:EClass" href="http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ChangedEGenericType" eSuperTypes="//EGenericType">
<eStructuralFeatures xsi:type="ecore:EReference" name="updatedElement" upperBound="-1"
eType="//EGenericType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="applicationElement">
<eType xsi:type="ecore:EClass" href="http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AddedEClassifier_Wildcard" eSuperTypes="//EClassifier_Wildcard"/>
<eClassifiers xsi:type="ecore:EClass" name="DeletedEClassifier_Wildcard" eSuperTypes="//EClassifier_Wildcard">
<eStructuralFeatures xsi:type="ecore:EReference" name="applicationElement">
<eType xsi:type="ecore:EClass" href="http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ChangedEClassifier_Wildcard" eSuperTypes="//EClassifier_Wildcard">
<eStructuralFeatures xsi:type="ecore:EReference" name="updatedElement" upperBound="-1"
eType="//EClassifier_Wildcard"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="applicationElement">
<eType xsi:type="ecore:EClass" href="http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AddedEOperation" eSuperTypes="//EOperation"/>
<eClassifiers xsi:type="ecore:EClass" name="DeletedEOperation" eSuperTypes="//EOperation">
<eStructuralFeatures xsi:type="ecore:EReference" name="applicationElement">
<eType xsi:type="ecore:EClass" href="http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ChangedEOperation" eSuperTypes="//EOperation">
<eStructuralFeatures xsi:type="ecore:EReference" name="updatedElement" upperBound="-1"
eType="//EOperation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="applicationElement">
<eType xsi:type="ecore:EClass" href="http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AddedETypedElement" eSuperTypes="//ETypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="DeletedETypedElement" eSuperTypes="//ETypedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="applicationElement">
<eType xsi:type="ecore:EClass" href="http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ChangedETypedElement" eSuperTypes="//ETypedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="updatedElement" upperBound="-1"
eType="//ETypedElement"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="applicationElement">
<eType xsi:type="ecore:EClass" href="http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AddedEParameter" eSuperTypes="//EParameter"/>
<eClassifiers xsi:type="ecore:EClass" name="DeletedEParameter" eSuperTypes="//EParameter">
<eStructuralFeatures xsi:type="ecore:EReference" name="applicationElement">
<eType xsi:type="ecore:EClass" href="http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ChangedEParameter" eSuperTypes="//EParameter">
<eStructuralFeatures xsi:type="ecore:EReference" name="updatedElement" upperBound="-1"
eType="//EParameter"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="applicationElement">
<eType xsi:type="ecore:EClass" href="http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AddedEAttribute" eSuperTypes="//EAttribute"/>
<eClassifiers xsi:type="ecore:EClass" name="DeletedEAttribute" eSuperTypes="//EAttribute">
<eStructuralFeatures xsi:type="ecore:EReference" name="applicationElement">
<eType xsi:type="ecore:EClass" href="http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ChangedEAttribute" eSuperTypes="//EAttribute">
<eStructuralFeatures xsi:type="ecore:EReference" name="updatedElement" upperBound="-1"
eType="//EAttribute"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="applicationElement">
<eType xsi:type="ecore:EClass" href="http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AddedEStructuralFeature" eSuperTypes="//EStructuralFeature"/>
<eClassifiers xsi:type="ecore:EClass" name="DeletedEStructuralFeature" eSuperTypes="//EStructuralFeature">
<eStructuralFeatures xsi:type="ecore:EReference" name="applicationElement">
<eType xsi:type="ecore:EClass" href="http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ChangedEStructuralFeature" eSuperTypes="//EStructuralFeature">
<eStructuralFeatures xsi:type="ecore:EReference" name="updatedElement" upperBound="-1"
eType="//EStructuralFeature"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="applicationElement">
<eType xsi:type="ecore:EClass" href="http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AddedEStructuralFeature_Wildcard" eSuperTypes="//EStructuralFeature_Wildcard"/>
<eClassifiers xsi:type="ecore:EClass" name="DeletedEStructuralFeature_Wildcard"
eSuperTypes="//EStructuralFeature_Wildcard">
<eStructuralFeatures xsi:type="ecore:EReference" name="applicationElement">
<eType xsi:type="ecore:EClass" href="http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ChangedEStructuralFeature_Wildcard"
eSuperTypes="//EStructuralFeature_Wildcard">
<eStructuralFeatures xsi:type="ecore:EReference" name="updatedElement" upperBound="-1"
eType="//EStructuralFeature_Wildcard"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="applicationElement">
<eType xsi:type="ecore:EClass" href="http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AddedEReference" eSuperTypes="//EReference"/>
<eClassifiers xsi:type="ecore:EClass" name="DeletedEReference" eSuperTypes="//EReference">
<eStructuralFeatures xsi:type="ecore:EReference" name="applicationElement">
<eType xsi:type="ecore:EClass" href="http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ChangedEReference" eSuperTypes="//EReference">
<eStructuralFeatures xsi:type="ecore:EReference" name="updatedElement" upperBound="-1"
eType="//EReference"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="applicationElement">
<eType xsi:type="ecore:EClass" href="http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AddedEEnum" eSuperTypes="//EEnum"/>
<eClassifiers xsi:type="ecore:EClass" name="DeletedEEnum" eSuperTypes="//EEnum">
<eStructuralFeatures xsi:type="ecore:EReference" name="applicationElement">
<eType xsi:type="ecore:EClass" href="http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ChangedEEnum" eSuperTypes="//EEnum">
<eStructuralFeatures xsi:type="ecore:EReference" name="updatedElement" upperBound="-1"
eType="//EEnum"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="applicationElement">
<eType xsi:type="ecore:EClass" href="http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AddedEEnumLiteral" eSuperTypes="//EEnumLiteral"/>
<eClassifiers xsi:type="ecore:EClass" name="DeletedEEnumLiteral" eSuperTypes="//EEnumLiteral">
<eStructuralFeatures xsi:type="ecore:EReference" name="applicationElement">
<eType xsi:type="ecore:EClass" href="http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ChangedEEnumLiteral" eSuperTypes="//EEnumLiteral">
<eStructuralFeatures xsi:type="ecore:EReference" name="updatedElement" upperBound="-1"
eType="//EEnumLiteral"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="applicationElement">
<eType xsi:type="ecore:EClass" href="http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AddedEModelElement" eSuperTypes="//EModelElement"/>
<eClassifiers xsi:type="ecore:EClass" name="DeletedEModelElement" eSuperTypes="//EModelElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="applicationElement">
<eType xsi:type="ecore:EClass" href="http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ChangedEModelElement" eSuperTypes="//EModelElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="updatedElement" upperBound="-1"
eType="//EModelElement"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="applicationElement">
<eType xsi:type="ecore:EClass" href="http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
</eStructuralFeatures>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/MDEGroup/EMFMigrate/xtext-based/utils/EcoreDiff2EDelta/it.univaq.coevolution.emfmigrate.utils.ECoreDiff2EDelta/metamodel/ECoreDiff.ecore | ecore | ecoreDiff
EAnnotation
source
details
eModelElement
contents
references
EString
java.lang.String
java.lang.String
EStringToStringMapEntry
java.util.Map$Entry
java.util.Map$Entry
key
value
EObject
EObject_EEList_EObject
java.lang.Object
EObject_EEList_EObject
EObject_ETreeIterator_EObject
java.lang.Object
EObject_ETreeIterator_EObject
EClass
abstract
interface
eSuperTypes
eOperations
eAllAttributes
eStructuralFeatures
eAllReferences
eReferences
eAttributes
eAllContainments
eAllOperations
eAllStructuralFeatures
eAllSuperTypes
eIDAttribute
eGenericSuperTypes
eAllGenericSuperTypes
EClassifier
instanceClassName
instanceClass
defaultValue
instanceTypeName
ePackage
eTypeParameters
ENamedElement
name
EClassifier_EJavaClass_Wildcard
java.lang.Object
EClassifier_EJavaClass_Wildcard
EJavaObject
java.lang.Object
java.lang.Object
EPackage
nsURI
nsPrefix
eFactoryInstance
eSubpackages
eSuperPackage
eClassifiers
EFactory
ePackage
EDataType
serializable
EBoolean
boolean
boolean
ETypeParameter
eBounds
EGenericType
eUpperBound
eTypeArguments
eRawType
eLowerBound
eTypeParameter
eClassifier
EClassifier_Wildcard
EInt
int
int
EOperation
eTypeParameters
eParameters
eExceptions
eGenericExceptions
eContainingClass
ETypedElement
ordered
unique
lowerBound
upperBound
many
required
eType
eGenericType
EParameter
eOperation
EAttribute
iD
eAttributeType
EStructuralFeature
eContainingClass
changeable
volatile
transient
defaultValueLiteral
defaultValue
unsettable
derived
EStructuralFeature_Wildcard
EStructuralFeature_EJavaClass_Wildcard
java.lang.Object
EStructuralFeature_EJavaClass_Wildcard
EReference
containment
container
resolveProxies
eOpposite
eReferenceType
eKeys
EResource
org.eclipse.emf.ecore.resource.Resource
org.eclipse.emf.ecore.resource.Resource
EEnum
eLiterals
EEnumLiteral
value
instance
literal
eEnum
EEnumerator
org.eclipse.emf.common.util.Enumerator
org.eclipse.emf.common.util.Enumerator
EBigDecimal
java.math.BigDecimal
java.math.BigDecimal
EBigInteger
java.math.BigInteger
java.math.BigInteger
EBooleanObject
java.lang.Boolean
java.lang.Boolean
EByte
byte
byte
EByteArray
byte[]
byte[]
EByteObject
java.lang.Byte
java.lang.Byte
EChar
char
char
ECharacterObject
java.lang.Character
java.lang.Character
EDate
java.util.Date
java.util.Date
EDiagnosticChain
org.eclipse.emf.common.util.DiagnosticChain
org.eclipse.emf.common.util.DiagnosticChain
EDouble
double
double
EDoubleObject
java.lang.Double
java.lang.Double
EEList
org.eclipse.emf.common.util.EList
org.eclipse.emf.common.util.EList
E
EFeatureMap
org.eclipse.emf.ecore.util.FeatureMap
org.eclipse.emf.ecore.util.FeatureMap
EFeatureMapEntry
org.eclipse.emf.ecore.util.FeatureMap$Entry
org.eclipse.emf.ecore.util.FeatureMap$Entry
EFloat
float
float
EFloatObject
java.lang.Float
java.lang.Float
EIntegerObject
java.lang.Integer
java.lang.Integer
EJavaClass
java.lang.Class
java.lang.Class
T
ELong
long
long
ELongObject
java.lang.Long
java.lang.Long
EMap
java.util.Map
java.util.Map
K
V
EResourceSet
org.eclipse.emf.ecore.resource.ResourceSet
org.eclipse.emf.ecore.resource.ResourceSet
EShort
short
short
EShortObject
java.lang.Short
java.lang.Short
ETreeIterator
org.eclipse.emf.common.util.TreeIterator
org.eclipse.emf.common.util.TreeIterator
E
EModelElement
eAnnotations
DifferenceModel
differenceElements
DifferenceElement
AddedEAnnotation
DeletedEAnnotation
applicationElement
ChangedEAnnotation
updatedElement
applicationElement
AddedEStringToStringMapEntry
java.util.Map$Entry
java.util.Map$Entry
DeletedEStringToStringMapEntry
java.util.Map$Entry
java.util.Map$Entry
applicationElement
ChangedEStringToStringMapEntry
java.util.Map$Entry
java.util.Map$Entry
updatedElement
applicationElement
AddedEObject
DeletedEObject
applicationElement
ChangedEObject
updatedElement
applicationElement
AddedEClass
DeletedEClass
applicationElement
ChangedEClass
updatedElement
applicationElement
AddedEClassifier
DeletedEClassifier
applicationElement
ChangedEClassifier
updatedElement
applicationElement
AddedENamedElement
DeletedENamedElement
applicationElement
ChangedENamedElement
updatedElement
applicationElement
AddedEPackage
DeletedEPackage
applicationElement
ChangedEPackage
updatedElement
applicationElement
AddedEFactory
DeletedEFactory
applicationElement
ChangedEFactory
updatedElement
applicationElement
AddedEDataType
DeletedEDataType
applicationElement
ChangedEDataType
updatedElement
applicationElement
AddedETypeParameter
DeletedETypeParameter
applicationElement
ChangedETypeParameter
updatedElement
applicationElement
AddedEGenericType
DeletedEGenericType
applicationElement
ChangedEGenericType
updatedElement
applicationElement
AddedEClassifier_Wildcard
DeletedEClassifier_Wildcard
applicationElement
ChangedEClassifier_Wildcard
updatedElement
applicationElement
AddedEOperation
DeletedEOperation
applicationElement
ChangedEOperation
updatedElement
applicationElement
AddedETypedElement
DeletedETypedElement
applicationElement
ChangedETypedElement
updatedElement
applicationElement
AddedEParameter
DeletedEParameter
applicationElement
ChangedEParameter
updatedElement
applicationElement
AddedEAttribute
DeletedEAttribute
applicationElement
ChangedEAttribute
updatedElement
applicationElement
AddedEStructuralFeature
DeletedEStructuralFeature
applicationElement
ChangedEStructuralFeature
updatedElement
applicationElement
AddedEStructuralFeature_Wildcard
DeletedEStructuralFeature_Wildcard
applicationElement
ChangedEStructuralFeature_Wildcard
updatedElement
applicationElement
AddedEReference
DeletedEReference
applicationElement
ChangedEReference
updatedElement
applicationElement
AddedEEnum
DeletedEEnum
applicationElement
ChangedEEnum
updatedElement
applicationElement
AddedEEnumLiteral
DeletedEEnumLiteral
applicationElement
ChangedEEnumLiteral
updatedElement
applicationElement
AddedEModelElement
DeletedEModelElement
applicationElement
ChangedEModelElement
updatedElement
applicationElement | null | {"directed":true,"nodes":[{"nsPrefix":"ecoreDiff","nsURI":"http://www.eclipse.org/emf/2002/EcoreDiff","name":"ecoreDiff","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EAnnotation","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"EString","instanceClass":"java.lang.String","id":2,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"EStringToStringMapEntry","instanceClass":"java.util.Map$Entry","abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EObject","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":"EObject_EEList_EObject","defaultValue":null,"instanceClassName":"java.lang.Object","name":"EObject_EEList_EObject","instanceClass":"java.lang.Object","id":5,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"EObject_ETreeIterator_EObject","defaultValue":null,"instanceClassName":"java.lang.Object","name":"EObject_ETreeIterator_EObject","instanceClass":"java.lang.Object","id":6,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EClass","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EClassifier","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ENamedElement","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":"EClassifier_EJavaClass_Wildcard","defaultValue":null,"instanceClassName":"java.lang.Object","name":"EClassifier_EJavaClass_Wildcard","instanceClass":"java.lang.Object","id":10,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Object","defaultValue":null,"instanceClassName":"java.lang.Object","name":"EJavaObject","instanceClass":"java.lang.Object","id":11,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EPackage","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EFactory","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EDataType","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":"boolean","defaultValue":false,"instanceClassName":"boolean","name":"EBoolean","instanceClass":"boolean","id":15,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETypeParameter","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EGenericType","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EClassifier_Wildcard","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":"int","defaultValue":0,"instanceClassName":"int","name":"EInt","instanceClass":"int","id":19,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EOperation","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETypedElement","instanceClass":null,"abstract":true,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EParameter","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EAttribute","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EStructuralFeature","instanceClass":null,"abstract":true,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EStructuralFeature_Wildcard","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":"EStructuralFeature_EJavaClass_Wildcard","defaultValue":null,"instanceClassName":"java.lang.Object","name":"EStructuralFeature_EJavaClass_Wildcard","instanceClass":"java.lang.Object","id":26,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EReference","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.emf.ecore.resource.Resource","defaultValue":null,"instanceClassName":"org.eclipse.emf.ecore.resource.Resource","name":"EResource","instanceClass":"org.eclipse.emf.ecore.resource.Resource","id":28,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EEnum","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EEnumLiteral","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"EEnumerator","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":31,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.math.BigDecimal","defaultValue":null,"instanceClassName":"java.math.BigDecimal","name":"EBigDecimal","instanceClass":"java.math.BigDecimal","id":32,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.math.BigInteger","defaultValue":null,"instanceClassName":"java.math.BigInteger","name":"EBigInteger","instanceClass":"java.math.BigInteger","id":33,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Boolean","defaultValue":null,"instanceClassName":"java.lang.Boolean","name":"EBooleanObject","instanceClass":"java.lang.Boolean","id":34,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"byte","defaultValue":0,"instanceClassName":"byte","name":"EByte","instanceClass":"byte","id":35,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"byte[]","defaultValue":null,"instanceClassName":"byte[]","name":"EByteArray","instanceClass":"[B","id":36,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Byte","defaultValue":null,"instanceClassName":"java.lang.Byte","name":"EByteObject","instanceClass":"java.lang.Byte","id":37,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"char","defaultValue":"\u0000","instanceClassName":"char","name":"EChar","instanceClass":"char","id":38,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Character","defaultValue":null,"instanceClassName":"java.lang.Character","name":"ECharacterObject","instanceClass":"java.lang.Character","id":39,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.util.Date","defaultValue":null,"instanceClassName":"java.util.Date","name":"EDate","instanceClass":"java.util.Date","id":40,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.common.util.DiagnosticChain","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.DiagnosticChain","name":"EDiagnosticChain","instanceClass":"org.eclipse.emf.common.util.DiagnosticChain","id":41,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"double","defaultValue":0.0,"instanceClassName":"double","name":"EDouble","instanceClass":"double","id":42,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Double","defaultValue":null,"instanceClassName":"java.lang.Double","name":"EDoubleObject","instanceClass":"java.lang.Double","id":43,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.common.util.EList","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.EList","name":"EEList","instanceClass":"org.eclipse.emf.common.util.EList","id":44,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.ecore.util.FeatureMap","defaultValue":null,"instanceClassName":"org.eclipse.emf.ecore.util.FeatureMap","name":"EFeatureMap","instanceClass":"org.eclipse.emf.ecore.util.FeatureMap","id":45,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.ecore.util.FeatureMap$Entry","defaultValue":null,"instanceClassName":"org.eclipse.emf.ecore.util.FeatureMap$Entry","name":"EFeatureMapEntry","instanceClass":"org.eclipse.emf.ecore.util.FeatureMap$Entry","id":46,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"float","defaultValue":0.0,"instanceClassName":"float","name":"EFloat","instanceClass":"float","id":47,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Float","defaultValue":null,"instanceClassName":"java.lang.Float","name":"EFloatObject","instanceClass":"java.lang.Float","id":48,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Integer","defaultValue":null,"instanceClassName":"java.lang.Integer","name":"EIntegerObject","instanceClass":"java.lang.Integer","id":49,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Class","defaultValue":null,"instanceClassName":"java.lang.Class","name":"EJavaClass","instanceClass":"java.lang.Class","id":50,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"long","defaultValue":0,"instanceClassName":"long","name":"ELong","instanceClass":"long","id":51,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Long","defaultValue":null,"instanceClassName":"java.lang.Long","name":"ELongObject","instanceClass":"java.lang.Long","id":52,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.util.Map","defaultValue":null,"instanceClassName":"java.util.Map","name":"EMap","instanceClass":"java.util.Map","id":53,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.ecore.resource.ResourceSet","defaultValue":null,"instanceClassName":"org.eclipse.emf.ecore.resource.ResourceSet","name":"EResourceSet","instanceClass":"org.eclipse.emf.ecore.resource.ResourceSet","id":54,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"short","defaultValue":0,"instanceClassName":"short","name":"EShort","instanceClass":"short","id":55,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Short","defaultValue":null,"instanceClassName":"java.lang.Short","name":"EShortObject","instanceClass":"java.lang.Short","id":56,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.common.util.TreeIterator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.TreeIterator","name":"ETreeIterator","instanceClass":"org.eclipse.emf.common.util.TreeIterator","id":57,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EModelElement","instanceClass":null,"abstract":true,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DifferenceModel","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DifferenceElement","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddedEAnnotation","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeletedEAnnotation","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChangedEAnnotation","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"AddedEStringToStringMapEntry","instanceClass":"java.util.Map$Entry","abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"DeletedEStringToStringMapEntry","instanceClass":"java.util.Map$Entry","abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"ChangedEStringToStringMapEntry","instanceClass":"java.util.Map$Entry","abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddedEObject","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeletedEObject","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChangedEObject","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddedEClass","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeletedEClass","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChangedEClass","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddedEClassifier","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeletedEClassifier","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChangedEClassifier","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddedENamedElement","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeletedENamedElement","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChangedENamedElement","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddedEPackage","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeletedEPackage","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChangedEPackage","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddedEFactory","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeletedEFactory","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChangedEFactory","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddedEDataType","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeletedEDataType","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChangedEDataType","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddedETypeParameter","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeletedETypeParameter","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChangedETypeParameter","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddedEGenericType","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeletedEGenericType","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChangedEGenericType","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddedEClassifier_Wildcard","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeletedEClassifier_Wildcard","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChangedEClassifier_Wildcard","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddedEOperation","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeletedEOperation","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChangedEOperation","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddedETypedElement","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeletedETypedElement","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChangedETypedElement","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddedEParameter","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeletedEParameter","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChangedEParameter","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddedEAttribute","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeletedEAttribute","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChangedEAttribute","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddedEStructuralFeature","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeletedEStructuralFeature","instanceClass":null,"abstract":false,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChangedEStructuralFeature","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddedEStructuralFeature_Wildcard","instanceClass":null,"abstract":false,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeletedEStructuralFeature_Wildcard","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChangedEStructuralFeature_Wildcard","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddedEReference","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeletedEReference","instanceClass":null,"abstract":false,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChangedEReference","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddedEEnum","instanceClass":null,"abstract":false,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeletedEEnum","instanceClass":null,"abstract":false,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChangedEEnum","instanceClass":null,"abstract":false,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddedEEnumLiteral","instanceClass":null,"abstract":false,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeletedEEnumLiteral","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChangedEEnumLiteral","instanceClass":null,"abstract":false,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddedEModelElement","instanceClass":null,"abstract":false,"id":124,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeletedEModelElement","instanceClass":null,"abstract":false,"id":125,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChangedEModelElement","instanceClass":null,"abstract":false,"id":126,"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":"source","changeable":true,"lowerBound":0,"iD":false,"id":127,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"details","changeable":true,"resolveProxies":false,"lowerBound":0,"id":128,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eModelElement","changeable":true,"resolveProxies":false,"lowerBound":0,"id":129,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contents","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":false,"unsettable":false,"transient":false,"unique":true,"name":"references","changeable":true,"resolveProxies":true,"lowerBound":0,"id":131,"derived":false},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eAnnotations","changeable":true,"resolveProxies":false,"lowerBound":0,"id":136,"derived":false},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"key","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":"value","changeable":true,"lowerBound":0,"iD":false,"id":140,"derived":false},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"abstract","changeable":true,"lowerBound":0,"iD":false,"id":143,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"interface","changeable":true,"lowerBound":0,"iD":false,"id":144,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":true,"transient":false,"unique":true,"name":"eSuperTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":145,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eOperations","changeable":true,"resolveProxies":false,"lowerBound":0,"id":146,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAllAttributes","changeable":false,"resolveProxies":true,"lowerBound":0,"id":147,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eStructuralFeatures","changeable":true,"resolveProxies":false,"lowerBound":0,"id":148,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAllReferences","changeable":false,"resolveProxies":true,"lowerBound":0,"id":149,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eReferences","changeable":false,"resolveProxies":true,"lowerBound":0,"id":150,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAttributes","changeable":false,"resolveProxies":true,"lowerBound":0,"id":151,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAllContainments","changeable":false,"resolveProxies":true,"lowerBound":0,"id":152,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAllOperations","changeable":false,"resolveProxies":true,"lowerBound":0,"id":153,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAllStructuralFeatures","changeable":false,"resolveProxies":true,"lowerBound":0,"id":154,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAllSuperTypes","changeable":false,"resolveProxies":true,"lowerBound":0,"id":155,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eIDAttribute","changeable":false,"resolveProxies":false,"lowerBound":0,"id":156,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":true,"transient":false,"unique":true,"name":"eGenericSuperTypes","changeable":true,"resolveProxies":false,"lowerBound":0,"id":157,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAllGenericSuperTypes","changeable":false,"resolveProxies":true,"lowerBound":0,"id":158,"derived":true},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eContainingClass","changeable":false,"resolveProxies":false,"lowerBound":0,"id":164,"derived":false},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eContainingClass","changeable":false,"resolveProxies":false,"lowerBound":0,"id":167,"derived":false},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"instanceClassName","changeable":true,"lowerBound":0,"iD":false,"id":178,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"instanceClass","changeable":false,"lowerBound":0,"iD":false,"id":179,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"defaultValue","changeable":false,"lowerBound":0,"iD":false,"id":180,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"instanceTypeName","changeable":true,"lowerBound":0,"iD":false,"id":181,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"ePackage","changeable":false,"resolveProxies":true,"lowerBound":0,"id":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":"eTypeParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":183,"derived":false},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eClassifiers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":190,"derived":false},{"id":191,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":192,"derived":false},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nsURI","changeable":true,"lowerBound":0,"iD":false,"id":195,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nsPrefix","changeable":true,"lowerBound":0,"iD":false,"id":196,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eFactoryInstance","changeable":true,"resolveProxies":false,"lowerBound":1,"id":197,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eSubpackages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":198,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eSuperPackage","changeable":false,"resolveProxies":true,"lowerBound":0,"id":199,"derived":false},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"ePackage","changeable":true,"resolveProxies":false,"lowerBound":1,"id":204,"derived":false},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"serializable","changeable":true,"lowerBound":0,"iD":false,"id":210,"derived":false},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eBounds","changeable":true,"resolveProxies":false,"lowerBound":0,"id":213,"derived":false},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eUpperBound","changeable":true,"resolveProxies":false,"lowerBound":0,"id":216,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eTypeArguments","changeable":true,"resolveProxies":false,"lowerBound":0,"id":217,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eRawType","changeable":false,"resolveProxies":true,"lowerBound":1,"id":218,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eLowerBound","changeable":true,"resolveProxies":false,"lowerBound":0,"id":219,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eTypeParameter","changeable":true,"resolveProxies":false,"lowerBound":0,"id":220,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eClassifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":221,"derived":false},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eTypeParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":229,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eParameters","changeable":true,"resolveProxies":false,"lowerBound":0,"id":230,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":true,"transient":false,"unique":true,"name":"eExceptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":231,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":true,"transient":false,"unique":true,"name":"eGenericExceptions","changeable":true,"resolveProxies":false,"lowerBound":0,"id":232,"derived":false},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eOperation","changeable":false,"resolveProxies":false,"lowerBound":0,"id":236,"derived":false},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ordered","changeable":true,"lowerBound":0,"iD":false,"id":240,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"unique","changeable":true,"lowerBound":0,"iD":false,"id":241,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lowerBound","changeable":true,"lowerBound":0,"iD":false,"id":242,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"upperBound","changeable":true,"lowerBound":0,"iD":false,"id":243,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"many","changeable":false,"lowerBound":0,"iD":false,"id":244,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"required","changeable":false,"lowerBound":0,"iD":false,"id":245,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":true,"transient":false,"unique":true,"name":"eType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":246,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":true,"transient":false,"unique":true,"name":"eGenericType","changeable":true,"resolveProxies":false,"lowerBound":0,"id":247,"derived":false},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"iD","changeable":true,"lowerBound":0,"iD":false,"id":259,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAttributeType","changeable":false,"resolveProxies":true,"lowerBound":1,"id":260,"derived":true},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"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":"changeable","changeable":true,"lowerBound":0,"iD":false,"id":264,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"volatile","changeable":true,"lowerBound":0,"iD":false,"id":265,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"transient","changeable":true,"lowerBound":0,"iD":false,"id":266,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"defaultValueLiteral","changeable":true,"lowerBound":0,"iD":false,"id":267,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"defaultValue","changeable":false,"lowerBound":0,"iD":false,"id":268,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"unsettable","changeable":true,"lowerBound":0,"iD":false,"id":269,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"derived","changeable":true,"lowerBound":0,"iD":false,"id":270,"derived":false},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"containment","changeable":true,"lowerBound":0,"iD":false,"id":280,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"container","changeable":false,"lowerBound":0,"iD":false,"id":281,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"resolveProxies","changeable":true,"lowerBound":0,"iD":false,"id":282,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eOpposite","changeable":true,"resolveProxies":true,"lowerBound":0,"id":283,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eReferenceType","changeable":false,"resolveProxies":true,"lowerBound":1,"id":284,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eKeys","changeable":true,"resolveProxies":true,"lowerBound":0,"id":285,"derived":false},{"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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eLiterals","changeable":true,"resolveProxies":false,"lowerBound":0,"id":293,"derived":false},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eEnum","changeable":false,"resolveProxies":false,"lowerBound":0,"id":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":"value","changeable":true,"lowerBound":0,"iD":false,"id":297,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"instance","changeable":true,"lowerBound":0,"iD":false,"id":298,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"literal","changeable":true,"lowerBound":0,"iD":false,"id":299,"derived":false},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"name":"E","id":305,"eClass":"ETypeParameter"},{"name":"T","id":306,"eClass":"ETypeParameter"},{"name":"K","id":307,"eClass":"ETypeParameter"},{"name":"V","id":308,"eClass":"ETypeParameter"},{"name":"E","id":309,"eClass":"ETypeParameter"},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"differenceElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":313,"derived":false},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"applicationElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":316,"derived":false},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"updatedElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":319,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"applicationElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":320,"derived":false},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"applicationElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":325,"derived":false},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"updatedElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":328,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"applicationElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":329,"derived":false},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"applicationElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":334,"derived":false},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"updatedElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":337,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"applicationElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":338,"derived":false},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"applicationElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":343,"derived":false},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"updatedElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":346,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"applicationElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":347,"derived":false},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"id":351,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"applicationElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":352,"derived":false},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"updatedElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":355,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"applicationElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":356,"derived":false},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"applicationElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":361,"derived":false},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"updatedElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":364,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"applicationElement","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"applicationElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":370,"derived":false},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"updatedElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":373,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"applicationElement","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"applicationElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":379,"derived":false},{"id":380,"eClass":"EGenericType"},{"id":381,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"updatedElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":382,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"applicationElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":383,"derived":false},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"applicationElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":388,"derived":false},{"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":"updatedElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":391,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"applicationElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":392,"derived":false},{"id":393,"eClass":"EGenericType"},{"id":394,"eClass":"EGenericType"},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"applicationElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":397,"derived":false},{"id":398,"eClass":"EGenericType"},{"id":399,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"updatedElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":400,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"applicationElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":401,"derived":false},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"id":405,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"applicationElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":406,"derived":false},{"id":407,"eClass":"EGenericType"},{"id":408,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"updatedElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":409,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"applicationElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":410,"derived":false},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"},{"id":413,"eClass":"EGenericType"},{"id":414,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"applicationElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":415,"derived":false},{"id":416,"eClass":"EGenericType"},{"id":417,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"updatedElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":418,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"applicationElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":419,"derived":false},{"id":420,"eClass":"EGenericType"},{"id":421,"eClass":"EGenericType"},{"id":422,"eClass":"EGenericType"},{"id":423,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"applicationElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":424,"derived":false},{"id":425,"eClass":"EGenericType"},{"id":426,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"updatedElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":427,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"applicationElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":428,"derived":false},{"id":429,"eClass":"EGenericType"},{"id":430,"eClass":"EGenericType"},{"id":431,"eClass":"EGenericType"},{"id":432,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"applicationElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":433,"derived":false},{"id":434,"eClass":"EGenericType"},{"id":435,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"updatedElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":436,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"applicationElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":437,"derived":false},{"id":438,"eClass":"EGenericType"},{"id":439,"eClass":"EGenericType"},{"id":440,"eClass":"EGenericType"},{"id":441,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"applicationElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":442,"derived":false},{"id":443,"eClass":"EGenericType"},{"id":444,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"updatedElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":445,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"applicationElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":446,"derived":false},{"id":447,"eClass":"EGenericType"},{"id":448,"eClass":"EGenericType"},{"id":449,"eClass":"EGenericType"},{"id":450,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"applicationElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":451,"derived":false},{"id":452,"eClass":"EGenericType"},{"id":453,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"updatedElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":454,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"applicationElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":455,"derived":false},{"id":456,"eClass":"EGenericType"},{"id":457,"eClass":"EGenericType"},{"id":458,"eClass":"EGenericType"},{"id":459,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"applicationElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":460,"derived":false},{"id":461,"eClass":"EGenericType"},{"id":462,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"updatedElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":463,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"applicationElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":464,"derived":false},{"id":465,"eClass":"EGenericType"},{"id":466,"eClass":"EGenericType"},{"id":467,"eClass":"EGenericType"},{"id":468,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"applicationElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":469,"derived":false},{"id":470,"eClass":"EGenericType"},{"id":471,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"updatedElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":472,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"applicationElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":473,"derived":false},{"id":474,"eClass":"EGenericType"},{"id":475,"eClass":"EGenericType"},{"id":476,"eClass":"EGenericType"},{"id":477,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"applicationElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":478,"derived":false},{"id":479,"eClass":"EGenericType"},{"id":480,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"updatedElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":481,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"applicationElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":482,"derived":false},{"id":483,"eClass":"EGenericType"},{"id":484,"eClass":"EGenericType"},{"id":485,"eClass":"EGenericType"},{"id":486,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"applicationElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":487,"derived":false},{"id":488,"eClass":"EGenericType"},{"id":489,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"updatedElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":490,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"applicationElement","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"applicationElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":496,"derived":false},{"id":497,"eClass":"EGenericType"},{"id":498,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"updatedElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":499,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"applicationElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":500,"derived":false},{"id":501,"eClass":"EGenericType"},{"id":502,"eClass":"EGenericType"},{"id":503,"eClass":"EGenericType"},{"id":504,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"applicationElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":505,"derived":false},{"id":506,"eClass":"EGenericType"},{"id":507,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"updatedElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":508,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"applicationElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":509,"derived":false},{"id":510,"eClass":"EGenericType"},{"id":511,"eClass":"EGenericType"},{"id":512,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":0,"target":57},{"source":0,"target":58},{"source":0,"target":59},{"source":0,"target":60},{"source":0,"target":61},{"source":0,"target":62},{"source":0,"target":63},{"source":0,"target":64},{"source":0,"target":65},{"source":0,"target":66},{"source":0,"target":67},{"source":0,"target":68},{"source":0,"target":69},{"source":0,"target":70},{"source":0,"target":71},{"source":0,"target":72},{"source":0,"target":73},{"source":0,"target":74},{"source":0,"target":75},{"source":0,"target":76},{"source":0,"target":77},{"source":0,"target":78},{"source":0,"target":79},{"source":0,"target":80},{"source":0,"target":81},{"source":0,"target":82},{"source":0,"target":83},{"source":0,"target":84},{"source":0,"target":85},{"source":0,"target":86},{"source":0,"target":87},{"source":0,"target":88},{"source":0,"target":89},{"source":0,"target":90},{"source":0,"target":91},{"source":0,"target":92},{"source":0,"target":93},{"source":0,"target":94},{"source":0,"target":95},{"source":0,"target":96},{"source":0,"target":97},{"source":0,"target":98},{"source":0,"target":99},{"source":0,"target":100},{"source":0,"target":101},{"source":0,"target":102},{"source":0,"target":103},{"source":0,"target":104},{"source":0,"target":105},{"source":0,"target":106},{"source":0,"target":107},{"source":0,"target":108},{"source":0,"target":109},{"source":0,"target":110},{"source":0,"target":111},{"source":0,"target":112},{"source":0,"target":113},{"source":0,"target":114},{"source":0,"target":115},{"source":0,"target":116},{"source":0,"target":117},{"source":0,"target":118},{"source":0,"target":119},{"source":0,"target":120},{"source":0,"target":121},{"source":0,"target":122},{"source":0,"target":123},{"source":0,"target":124},{"source":0,"target":125},{"source":0,"target":126},{"source":1,"target":0},{"source":1,"target":58},{"source":1,"target":127},{"source":1,"target":128},{"source":1,"target":129},{"source":1,"target":130},{"source":1,"target":131},{"source":1,"target":132},{"source":127,"target":2},{"source":127,"target":133},{"source":127,"target":1},{"source":133,"target":2},{"source":128,"target":3},{"source":128,"target":134},{"source":128,"target":1},{"source":134,"target":3},{"source":129,"target":58},{"source":129,"target":135},{"source":129,"target":1},{"source":129,"target":136},{"source":135,"target":58},{"source":130,"target":4},{"source":130,"target":137},{"source":130,"target":1},{"source":137,"target":4},{"source":131,"target":4},{"source":131,"target":138},{"source":131,"target":1},{"source":138,"target":4},{"source":132,"target":58},{"source":2,"target":0},{"source":3,"target":0},{"source":3,"target":139},{"source":3,"target":140},{"source":139,"target":2},{"source":139,"target":141},{"source":139,"target":3},{"source":141,"target":2},{"source":140,"target":2},{"source":140,"target":142},{"source":140,"target":3},{"source":142,"target":2},{"source":4,"target":0},{"source":5,"target":0},{"source":6,"target":0},{"source":7,"target":0},{"source":7,"target":8},{"source":7,"target":143},{"source":7,"target":144},{"source":7,"target":145},{"source":7,"target":146},{"source":7,"target":147},{"source":7,"target":148},{"source":7,"target":149},{"source":7,"target":150},{"source":7,"target":151},{"source":7,"target":152},{"source":7,"target":153},{"source":7,"target":154},{"source":7,"target":155},{"source":7,"target":156},{"source":7,"target":157},{"source":7,"target":158},{"source":7,"target":159},{"source":143,"target":15},{"source":143,"target":160},{"source":143,"target":7},{"source":160,"target":15},{"source":144,"target":15},{"source":144,"target":161},{"source":144,"target":7},{"source":161,"target":15},{"source":145,"target":7},{"source":145,"target":162},{"source":145,"target":7},{"source":162,"target":7},{"source":146,"target":20},{"source":146,"target":163},{"source":146,"target":7},{"source":146,"target":164},{"source":163,"target":20},{"source":147,"target":23},{"source":147,"target":165},{"source":147,"target":7},{"source":165,"target":23},{"source":148,"target":24},{"source":148,"target":166},{"source":148,"target":7},{"source":148,"target":167},{"source":166,"target":24},{"source":149,"target":27},{"source":149,"target":168},{"source":149,"target":7},{"source":168,"target":27},{"source":150,"target":27},{"source":150,"target":169},{"source":150,"target":7},{"source":169,"target":27},{"source":151,"target":23},{"source":151,"target":170},{"source":151,"target":7},{"source":170,"target":23},{"source":152,"target":27},{"source":152,"target":171},{"source":152,"target":7},{"source":171,"target":27},{"source":153,"target":20},{"source":153,"target":172},{"source":153,"target":7},{"source":172,"target":20},{"source":154,"target":24},{"source":154,"target":173},{"source":154,"target":7},{"source":173,"target":24},{"source":155,"target":7},{"source":155,"target":174},{"source":155,"target":7},{"source":174,"target":7},{"source":156,"target":23},{"source":156,"target":175},{"source":156,"target":7},{"source":175,"target":23},{"source":157,"target":17},{"source":157,"target":176},{"source":157,"target":7},{"source":176,"target":17},{"source":158,"target":17},{"source":158,"target":177},{"source":158,"target":7},{"source":177,"target":17},{"source":159,"target":8},{"source":8,"target":0},{"source":8,"target":9},{"source":8,"target":178},{"source":8,"target":179},{"source":8,"target":180},{"source":8,"target":181},{"source":8,"target":182},{"source":8,"target":183},{"source":8,"target":184},{"source":178,"target":2},{"source":178,"target":185},{"source":178,"target":8},{"source":185,"target":2},{"source":179,"target":10},{"source":179,"target":186},{"source":179,"target":8},{"source":186,"target":10},{"source":180,"target":11},{"source":180,"target":187},{"source":180,"target":8},{"source":187,"target":11},{"source":181,"target":2},{"source":181,"target":188},{"source":181,"target":8},{"source":188,"target":2},{"source":182,"target":12},{"source":182,"target":189},{"source":182,"target":8},{"source":182,"target":190},{"source":189,"target":12},{"source":183,"target":16},{"source":183,"target":191},{"source":183,"target":8},{"source":191,"target":16},{"source":184,"target":9},{"source":9,"target":0},{"source":9,"target":58},{"source":9,"target":192},{"source":9,"target":193},{"source":192,"target":2},{"source":192,"target":194},{"source":192,"target":9},{"source":194,"target":2},{"source":193,"target":58},{"source":10,"target":0},{"source":11,"target":0},{"source":12,"target":0},{"source":12,"target":9},{"source":12,"target":195},{"source":12,"target":196},{"source":12,"target":197},{"source":12,"target":198},{"source":12,"target":199},{"source":12,"target":190},{"source":12,"target":200},{"source":195,"target":2},{"source":195,"target":201},{"source":195,"target":12},{"source":201,"target":2},{"source":196,"target":2},{"source":196,"target":202},{"source":196,"target":12},{"source":202,"target":2},{"source":197,"target":13},{"source":197,"target":203},{"source":197,"target":12},{"source":197,"target":204},{"source":203,"target":13},{"source":198,"target":12},{"source":198,"target":205},{"source":198,"target":12},{"source":198,"target":199},{"source":205,"target":12},{"source":199,"target":12},{"source":199,"target":206},{"source":199,"target":12},{"source":199,"target":198},{"source":206,"target":12},{"source":190,"target":8},{"source":190,"target":207},{"source":190,"target":12},{"source":190,"target":182},{"source":207,"target":8},{"source":200,"target":9},{"source":13,"target":0},{"source":13,"target":58},{"source":13,"target":204},{"source":13,"target":208},{"source":204,"target":12},{"source":204,"target":209},{"source":204,"target":13},{"source":204,"target":197},{"source":209,"target":12},{"source":208,"target":58},{"source":14,"target":0},{"source":14,"target":8},{"source":14,"target":210},{"source":14,"target":211},{"source":210,"target":15},{"source":210,"target":212},{"source":210,"target":14},{"source":212,"target":15},{"source":211,"target":8},{"source":15,"target":0},{"source":16,"target":0},{"source":16,"target":9},{"source":16,"target":213},{"source":16,"target":214},{"source":213,"target":17},{"source":213,"target":215},{"source":213,"target":16},{"source":215,"target":17},{"source":214,"target":9},{"source":17,"target":0},{"source":17,"target":4},{"source":17,"target":216},{"source":17,"target":217},{"source":17,"target":218},{"source":17,"target":219},{"source":17,"target":220},{"source":17,"target":221},{"source":17,"target":222},{"source":216,"target":17},{"source":216,"target":223},{"source":216,"target":17},{"source":223,"target":17},{"source":217,"target":17},{"source":217,"target":224},{"source":217,"target":17},{"source":224,"target":17},{"source":218,"target":8},{"source":218,"target":225},{"source":218,"target":17},{"source":225,"target":8},{"source":219,"target":17},{"source":219,"target":226},{"source":219,"target":17},{"source":226,"target":17},{"source":220,"target":16},{"source":220,"target":227},{"source":220,"target":17},{"source":227,"target":16},{"source":221,"target":8},{"source":221,"target":228},{"source":221,"target":17},{"source":228,"target":8},{"source":222,"target":4},{"source":18,"target":0},{"source":19,"target":0},{"source":20,"target":0},{"source":20,"target":21},{"source":20,"target":229},{"source":20,"target":230},{"source":20,"target":231},{"source":20,"target":232},{"source":20,"target":164},{"source":20,"target":233},{"source":229,"target":16},{"source":229,"target":234},{"source":229,"target":20},{"source":234,"target":16},{"source":230,"target":22},{"source":230,"target":235},{"source":230,"target":20},{"source":230,"target":236},{"source":235,"target":22},{"source":231,"target":8},{"source":231,"target":237},{"source":231,"target":20},{"source":237,"target":8},{"source":232,"target":17},{"source":232,"target":238},{"source":232,"target":20},{"source":238,"target":17},{"source":164,"target":7},{"source":164,"target":239},{"source":164,"target":20},{"source":164,"target":146},{"source":239,"target":7},{"source":233,"target":21},{"source":21,"target":0},{"source":21,"target":9},{"source":21,"target":240},{"source":21,"target":241},{"source":21,"target":242},{"source":21,"target":243},{"source":21,"target":244},{"source":21,"target":245},{"source":21,"target":246},{"source":21,"target":247},{"source":21,"target":248},{"source":240,"target":15},{"source":240,"target":249},{"source":240,"target":21},{"source":249,"target":15},{"source":241,"target":15},{"source":241,"target":250},{"source":241,"target":21},{"source":250,"target":15},{"source":242,"target":19},{"source":242,"target":251},{"source":242,"target":21},{"source":251,"target":19},{"source":243,"target":19},{"source":243,"target":252},{"source":243,"target":21},{"source":252,"target":19},{"source":244,"target":15},{"source":244,"target":253},{"source":244,"target":21},{"source":253,"target":15},{"source":245,"target":15},{"source":245,"target":254},{"source":245,"target":21},{"source":254,"target":15},{"source":246,"target":255},{"source":246,"target":21},{"source":247,"target":17},{"source":247,"target":256},{"source":247,"target":21},{"source":256,"target":17},{"source":248,"target":9},{"source":22,"target":0},{"source":22,"target":21},{"source":22,"target":236},{"source":22,"target":257},{"source":236,"target":20},{"source":236,"target":258},{"source":236,"target":22},{"source":236,"target":230},{"source":258,"target":20},{"source":257,"target":21},{"source":23,"target":0},{"source":23,"target":24},{"source":23,"target":259},{"source":23,"target":260},{"source":23,"target":261},{"source":259,"target":15},{"source":259,"target":262},{"source":259,"target":23},{"source":262,"target":15},{"source":260,"target":14},{"source":260,"target":263},{"source":260,"target":23},{"source":263,"target":14},{"source":261,"target":24},{"source":24,"target":0},{"source":24,"target":21},{"source":24,"target":167},{"source":24,"target":264},{"source":24,"target":265},{"source":24,"target":266},{"source":24,"target":267},{"source":24,"target":268},{"source":24,"target":269},{"source":24,"target":270},{"source":24,"target":271},{"source":167,"target":7},{"source":167,"target":272},{"source":167,"target":24},{"source":167,"target":148},{"source":272,"target":7},{"source":264,"target":15},{"source":264,"target":273},{"source":264,"target":24},{"source":273,"target":15},{"source":265,"target":15},{"source":265,"target":274},{"source":265,"target":24},{"source":274,"target":15},{"source":266,"target":15},{"source":266,"target":275},{"source":266,"target":24},{"source":275,"target":15},{"source":267,"target":2},{"source":267,"target":276},{"source":267,"target":24},{"source":276,"target":2},{"source":268,"target":11},{"source":268,"target":277},{"source":268,"target":24},{"source":277,"target":11},{"source":269,"target":15},{"source":269,"target":278},{"source":269,"target":24},{"source":278,"target":15},{"source":270,"target":15},{"source":270,"target":279},{"source":270,"target":24},{"source":279,"target":15},{"source":271,"target":21},{"source":25,"target":0},{"source":26,"target":0},{"source":27,"target":0},{"source":27,"target":24},{"source":27,"target":280},{"source":27,"target":281},{"source":27,"target":282},{"source":27,"target":283},{"source":27,"target":284},{"source":27,"target":285},{"source":27,"target":286},{"source":280,"target":15},{"source":280,"target":287},{"source":280,"target":27},{"source":287,"target":15},{"source":281,"target":15},{"source":281,"target":288},{"source":281,"target":27},{"source":288,"target":15},{"source":282,"target":15},{"source":282,"target":289},{"source":282,"target":27},{"source":289,"target":15},{"source":283,"target":27},{"source":283,"target":290},{"source":283,"target":27},{"source":290,"target":27},{"source":284,"target":7},{"source":284,"target":291},{"source":284,"target":27},{"source":291,"target":7},{"source":285,"target":23},{"source":285,"target":292},{"source":285,"target":27},{"source":292,"target":23},{"source":286,"target":24},{"source":28,"target":0},{"source":29,"target":0},{"source":29,"target":14},{"source":29,"target":293},{"source":29,"target":294},{"source":293,"target":30},{"source":293,"target":295},{"source":293,"target":29},{"source":293,"target":296},{"source":295,"target":30},{"source":294,"target":14},{"source":30,"target":0},{"source":30,"target":9},{"source":30,"target":297},{"source":30,"target":298},{"source":30,"target":299},{"source":30,"target":296},{"source":30,"target":300},{"source":297,"target":19},{"source":297,"target":301},{"source":297,"target":30},{"source":301,"target":19},{"source":298,"target":31},{"source":298,"target":302},{"source":298,"target":30},{"source":302,"target":31},{"source":299,"target":2},{"source":299,"target":303},{"source":299,"target":30},{"source":303,"target":2},{"source":296,"target":29},{"source":296,"target":304},{"source":296,"target":30},{"source":296,"target":293},{"source":304,"target":29},{"source":300,"target":9},{"source":31,"target":0},{"source":32,"target":0},{"source":33,"target":0},{"source":34,"target":0},{"source":35,"target":0},{"source":36,"target":0},{"source":37,"target":0},{"source":38,"target":0},{"source":39,"target":0},{"source":40,"target":0},{"source":41,"target":0},{"source":42,"target":0},{"source":43,"target":0},{"source":44,"target":0},{"source":44,"target":305},{"source":45,"target":0},{"source":46,"target":0},{"source":47,"target":0},{"source":48,"target":0},{"source":49,"target":0},{"source":50,"target":0},{"source":50,"target":306},{"source":51,"target":0},{"source":52,"target":0},{"source":53,"target":0},{"source":53,"target":307},{"source":53,"target":308},{"source":54,"target":0},{"source":55,"target":0},{"source":56,"target":0},{"source":57,"target":0},{"source":57,"target":309},{"source":58,"target":0},{"source":58,"target":4},{"source":58,"target":60},{"source":58,"target":136},{"source":58,"target":310},{"source":58,"target":311},{"source":136,"target":1},{"source":136,"target":312},{"source":136,"target":58},{"source":136,"target":129},{"source":312,"target":1},{"source":310,"target":4},{"source":311,"target":60},{"source":59,"target":0},{"source":59,"target":313},{"source":313,"target":60},{"source":313,"target":314},{"source":313,"target":59},{"source":314,"target":60},{"source":60,"target":0},{"source":61,"target":0},{"source":61,"target":1},{"source":61,"target":315},{"source":315,"target":1},{"source":62,"target":0},{"source":62,"target":1},{"source":62,"target":316},{"source":62,"target":317},{"source":316,"target":318},{"source":316,"target":62},{"source":317,"target":1},{"source":63,"target":0},{"source":63,"target":1},{"source":63,"target":319},{"source":63,"target":320},{"source":63,"target":321},{"source":319,"target":1},{"source":319,"target":322},{"source":319,"target":63},{"source":322,"target":1},{"source":320,"target":323},{"source":320,"target":63},{"source":321,"target":1},{"source":64,"target":0},{"source":64,"target":3},{"source":64,"target":324},{"source":324,"target":3},{"source":65,"target":0},{"source":65,"target":3},{"source":65,"target":325},{"source":65,"target":326},{"source":325,"target":327},{"source":325,"target":65},{"source":326,"target":3},{"source":66,"target":0},{"source":66,"target":3},{"source":66,"target":328},{"source":66,"target":329},{"source":66,"target":330},{"source":328,"target":3},{"source":328,"target":331},{"source":328,"target":66},{"source":331,"target":3},{"source":329,"target":332},{"source":329,"target":66},{"source":330,"target":3},{"source":67,"target":0},{"source":67,"target":4},{"source":67,"target":333},{"source":333,"target":4},{"source":68,"target":0},{"source":68,"target":4},{"source":68,"target":334},{"source":68,"target":335},{"source":334,"target":336},{"source":334,"target":68},{"source":335,"target":4},{"source":69,"target":0},{"source":69,"target":4},{"source":69,"target":337},{"source":69,"target":338},{"source":69,"target":339},{"source":337,"target":4},{"source":337,"target":340},{"source":337,"target":69},{"source":340,"target":4},{"source":338,"target":341},{"source":338,"target":69},{"source":339,"target":4},{"source":70,"target":0},{"source":70,"target":7},{"source":70,"target":342},{"source":342,"target":7},{"source":71,"target":0},{"source":71,"target":7},{"source":71,"target":343},{"source":71,"target":344},{"source":343,"target":345},{"source":343,"target":71},{"source":344,"target":7},{"source":72,"target":0},{"source":72,"target":7},{"source":72,"target":346},{"source":72,"target":347},{"source":72,"target":348},{"source":346,"target":7},{"source":346,"target":349},{"source":346,"target":72},{"source":349,"target":7},{"source":347,"target":350},{"source":347,"target":72},{"source":348,"target":7},{"source":73,"target":0},{"source":73,"target":8},{"source":73,"target":351},{"source":351,"target":8},{"source":74,"target":0},{"source":74,"target":8},{"source":74,"target":352},{"source":74,"target":353},{"source":352,"target":354},{"source":352,"target":74},{"source":353,"target":8},{"source":75,"target":0},{"source":75,"target":8},{"source":75,"target":355},{"source":75,"target":356},{"source":75,"target":357},{"source":355,"target":8},{"source":355,"target":358},{"source":355,"target":75},{"source":358,"target":8},{"source":356,"target":359},{"source":356,"target":75},{"source":357,"target":8},{"source":76,"target":0},{"source":76,"target":9},{"source":76,"target":360},{"source":360,"target":9},{"source":77,"target":0},{"source":77,"target":9},{"source":77,"target":361},{"source":77,"target":362},{"source":361,"target":363},{"source":361,"target":77},{"source":362,"target":9},{"source":78,"target":0},{"source":78,"target":9},{"source":78,"target":364},{"source":78,"target":365},{"source":78,"target":366},{"source":364,"target":9},{"source":364,"target":367},{"source":364,"target":78},{"source":367,"target":9},{"source":365,"target":368},{"source":365,"target":78},{"source":366,"target":9},{"source":79,"target":0},{"source":79,"target":12},{"source":79,"target":369},{"source":369,"target":12},{"source":80,"target":0},{"source":80,"target":12},{"source":80,"target":370},{"source":80,"target":371},{"source":370,"target":372},{"source":370,"target":80},{"source":371,"target":12},{"source":81,"target":0},{"source":81,"target":12},{"source":81,"target":373},{"source":81,"target":374},{"source":81,"target":375},{"source":373,"target":12},{"source":373,"target":376},{"source":373,"target":81},{"source":376,"target":12},{"source":374,"target":377},{"source":374,"target":81},{"source":375,"target":12},{"source":82,"target":0},{"source":82,"target":13},{"source":82,"target":378},{"source":378,"target":13},{"source":83,"target":0},{"source":83,"target":13},{"source":83,"target":379},{"source":83,"target":380},{"source":379,"target":381},{"source":379,"target":83},{"source":380,"target":13},{"source":84,"target":0},{"source":84,"target":13},{"source":84,"target":382},{"source":84,"target":383},{"source":84,"target":384},{"source":382,"target":13},{"source":382,"target":385},{"source":382,"target":84},{"source":385,"target":13},{"source":383,"target":386},{"source":383,"target":84},{"source":384,"target":13},{"source":85,"target":0},{"source":85,"target":14},{"source":85,"target":387},{"source":387,"target":14},{"source":86,"target":0},{"source":86,"target":14},{"source":86,"target":388},{"source":86,"target":389},{"source":388,"target":390},{"source":388,"target":86},{"source":389,"target":14},{"source":87,"target":0},{"source":87,"target":14},{"source":87,"target":391},{"source":87,"target":392},{"source":87,"target":393},{"source":391,"target":14},{"source":391,"target":394},{"source":391,"target":87},{"source":394,"target":14},{"source":392,"target":395},{"source":392,"target":87},{"source":393,"target":14},{"source":88,"target":0},{"source":88,"target":16},{"source":88,"target":396},{"source":396,"target":16},{"source":89,"target":0},{"source":89,"target":16},{"source":89,"target":397},{"source":89,"target":398},{"source":397,"target":399},{"source":397,"target":89},{"source":398,"target":16},{"source":90,"target":0},{"source":90,"target":16},{"source":90,"target":400},{"source":90,"target":401},{"source":90,"target":402},{"source":400,"target":16},{"source":400,"target":403},{"source":400,"target":90},{"source":403,"target":16},{"source":401,"target":404},{"source":401,"target":90},{"source":402,"target":16},{"source":91,"target":0},{"source":91,"target":17},{"source":91,"target":405},{"source":405,"target":17},{"source":92,"target":0},{"source":92,"target":17},{"source":92,"target":406},{"source":92,"target":407},{"source":406,"target":408},{"source":406,"target":92},{"source":407,"target":17},{"source":93,"target":0},{"source":93,"target":17},{"source":93,"target":409},{"source":93,"target":410},{"source":93,"target":411},{"source":409,"target":17},{"source":409,"target":412},{"source":409,"target":93},{"source":412,"target":17},{"source":410,"target":413},{"source":410,"target":93},{"source":411,"target":17},{"source":94,"target":0},{"source":94,"target":18},{"source":94,"target":414},{"source":414,"target":18},{"source":95,"target":0},{"source":95,"target":18},{"source":95,"target":415},{"source":95,"target":416},{"source":415,"target":417},{"source":415,"target":95},{"source":416,"target":18},{"source":96,"target":0},{"source":96,"target":18},{"source":96,"target":418},{"source":96,"target":419},{"source":96,"target":420},{"source":418,"target":18},{"source":418,"target":421},{"source":418,"target":96},{"source":421,"target":18},{"source":419,"target":422},{"source":419,"target":96},{"source":420,"target":18},{"source":97,"target":0},{"source":97,"target":20},{"source":97,"target":423},{"source":423,"target":20},{"source":98,"target":0},{"source":98,"target":20},{"source":98,"target":424},{"source":98,"target":425},{"source":424,"target":426},{"source":424,"target":98},{"source":425,"target":20},{"source":99,"target":0},{"source":99,"target":20},{"source":99,"target":427},{"source":99,"target":428},{"source":99,"target":429},{"source":427,"target":20},{"source":427,"target":430},{"source":427,"target":99},{"source":430,"target":20},{"source":428,"target":431},{"source":428,"target":99},{"source":429,"target":20},{"source":100,"target":0},{"source":100,"target":21},{"source":100,"target":432},{"source":432,"target":21},{"source":101,"target":0},{"source":101,"target":21},{"source":101,"target":433},{"source":101,"target":434},{"source":433,"target":435},{"source":433,"target":101},{"source":434,"target":21},{"source":102,"target":0},{"source":102,"target":21},{"source":102,"target":436},{"source":102,"target":437},{"source":102,"target":438},{"source":436,"target":21},{"source":436,"target":439},{"source":436,"target":102},{"source":439,"target":21},{"source":437,"target":440},{"source":437,"target":102},{"source":438,"target":21},{"source":103,"target":0},{"source":103,"target":22},{"source":103,"target":441},{"source":441,"target":22},{"source":104,"target":0},{"source":104,"target":22},{"source":104,"target":442},{"source":104,"target":443},{"source":442,"target":444},{"source":442,"target":104},{"source":443,"target":22},{"source":105,"target":0},{"source":105,"target":22},{"source":105,"target":445},{"source":105,"target":446},{"source":105,"target":447},{"source":445,"target":22},{"source":445,"target":448},{"source":445,"target":105},{"source":448,"target":22},{"source":446,"target":449},{"source":446,"target":105},{"source":447,"target":22},{"source":106,"target":0},{"source":106,"target":23},{"source":106,"target":450},{"source":450,"target":23},{"source":107,"target":0},{"source":107,"target":23},{"source":107,"target":451},{"source":107,"target":452},{"source":451,"target":453},{"source":451,"target":107},{"source":452,"target":23},{"source":108,"target":0},{"source":108,"target":23},{"source":108,"target":454},{"source":108,"target":455},{"source":108,"target":456},{"source":454,"target":23},{"source":454,"target":457},{"source":454,"target":108},{"source":457,"target":23},{"source":455,"target":458},{"source":455,"target":108},{"source":456,"target":23},{"source":109,"target":0},{"source":109,"target":24},{"source":109,"target":459},{"source":459,"target":24},{"source":110,"target":0},{"source":110,"target":24},{"source":110,"target":460},{"source":110,"target":461},{"source":460,"target":462},{"source":460,"target":110},{"source":461,"target":24},{"source":111,"target":0},{"source":111,"target":24},{"source":111,"target":463},{"source":111,"target":464},{"source":111,"target":465},{"source":463,"target":24},{"source":463,"target":466},{"source":463,"target":111},{"source":466,"target":24},{"source":464,"target":467},{"source":464,"target":111},{"source":465,"target":24},{"source":112,"target":0},{"source":112,"target":25},{"source":112,"target":468},{"source":468,"target":25},{"source":113,"target":0},{"source":113,"target":25},{"source":113,"target":469},{"source":113,"target":470},{"source":469,"target":471},{"source":469,"target":113},{"source":470,"target":25},{"source":114,"target":0},{"source":114,"target":25},{"source":114,"target":472},{"source":114,"target":473},{"source":114,"target":474},{"source":472,"target":25},{"source":472,"target":475},{"source":472,"target":114},{"source":475,"target":25},{"source":473,"target":476},{"source":473,"target":114},{"source":474,"target":25},{"source":115,"target":0},{"source":115,"target":27},{"source":115,"target":477},{"source":477,"target":27},{"source":116,"target":0},{"source":116,"target":27},{"source":116,"target":478},{"source":116,"target":479},{"source":478,"target":480},{"source":478,"target":116},{"source":479,"target":27},{"source":117,"target":0},{"source":117,"target":27},{"source":117,"target":481},{"source":117,"target":482},{"source":117,"target":483},{"source":481,"target":27},{"source":481,"target":484},{"source":481,"target":117},{"source":484,"target":27},{"source":482,"target":485},{"source":482,"target":117},{"source":483,"target":27},{"source":118,"target":0},{"source":118,"target":29},{"source":118,"target":486},{"source":486,"target":29},{"source":119,"target":0},{"source":119,"target":29},{"source":119,"target":487},{"source":119,"target":488},{"source":487,"target":489},{"source":487,"target":119},{"source":488,"target":29},{"source":120,"target":0},{"source":120,"target":29},{"source":120,"target":490},{"source":120,"target":491},{"source":120,"target":492},{"source":490,"target":29},{"source":490,"target":493},{"source":490,"target":120},{"source":493,"target":29},{"source":491,"target":494},{"source":491,"target":120},{"source":492,"target":29},{"source":121,"target":0},{"source":121,"target":30},{"source":121,"target":495},{"source":495,"target":30},{"source":122,"target":0},{"source":122,"target":30},{"source":122,"target":496},{"source":122,"target":497},{"source":496,"target":498},{"source":496,"target":122},{"source":497,"target":30},{"source":123,"target":0},{"source":123,"target":30},{"source":123,"target":499},{"source":123,"target":500},{"source":123,"target":501},{"source":499,"target":30},{"source":499,"target":502},{"source":499,"target":123},{"source":502,"target":30},{"source":500,"target":503},{"source":500,"target":123},{"source":501,"target":30},{"source":124,"target":0},{"source":124,"target":58},{"source":124,"target":504},{"source":504,"target":58},{"source":125,"target":0},{"source":125,"target":58},{"source":125,"target":505},{"source":125,"target":506},{"source":505,"target":507},{"source":505,"target":125},{"source":506,"target":58},{"source":126,"target":0},{"source":126,"target":58},{"source":126,"target":508},{"source":126,"target":509},{"source":126,"target":510},{"source":508,"target":58},{"source":508,"target":511},{"source":508,"target":126},{"source":511,"target":58},{"source":509,"target":512},{"source":509,"target":126},{"source":510,"target":58}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="sysadl" nsURI="http://org.sysadl" nsPrefix="sysadl">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="modelDirectory" value="/org.sysadl/src"/>
<details key="prefix" value="SysADL"/>
<details key="fileExtensions" value="sysadl"/>
<details key="modelName" value="SysADL"/>
<details key="importerID" value="org.eclipse.emf.importer.ecore"/>
<details key="basePackage" value="org"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2011/Xcore">
<details key="Aspect" value="aspect"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" unique="false" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EString"
defaultValueLiteral="newElement"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1"
eType="#//Property" containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1"
eType="#//Package" eKeys="#//NamedElement/name"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="importedDefinitions" upperBound="-1"
eType="#//ElementDef" eKeys="#//NamedElement/name"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="definitions" upperBound="-1"
eType="#//ElementDef" containment="true" resolveProxies="false" eKeys="#//NamedElement/name"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="appliedStyle" upperBound="-1"
eType="#//Style" eKeys="#//NamedElement/name"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Style" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="invariants" upperBound="-1"
eType="#//Invariant" containment="true" resolveProxies="false" eKeys="#//NamedElement/name"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="definitions" upperBound="-1"
eType="#//AbstractDef" containment="true" resolveProxies="false" eKeys="#//NamedElement/name"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="archs" upperBound="-1"
eType="#//ExampleArchitecture" containment="true" resolveProxies="false" eKeys="#//NamedElement/name"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExampleArchitecture" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Invariant" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="expr" unique="false" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AbstractDef" abstract="true" interface="true"
eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="AbstractComponentDef" eSuperTypes="#//AbstractDef">
<eStructuralFeatures xsi:type="ecore:EReference" name="ports" upperBound="-1"
eType="#//AbstractPortUse" containment="true" resolveProxies="false" eKeys="#//NamedElement/name"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lowerBound" unique="false"
eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"
defaultValueLiteral="1"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="upperBound" unique="false"
eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"
defaultValueLiteral="1"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="composition" upperBound="-1"
eType="#//AbstractComponentDef" eKeys="#//NamedElement/name"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AbstractConnectorDef" eSuperTypes="#//AbstractDef">
<eStructuralFeatures xsi:type="ecore:EReference" name="ports" upperBound="-1"
eType="#//AbstractPortUse" containment="true" resolveProxies="false" eKeys="#//NamedElement/name"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="flows" upperBound="-1"
eType="#//AbstractFlow" containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AbstractFlow" eSuperTypes="#//AbstractDef">
<eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//AbstractPortUse"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//AbstractPortUse"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AbstractPortUse" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="flowProperty" unique="false"
lowerBound="1" eType="#//FlowProperty" defaultValueLiteral="inout"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lowerBound" unique="false"
eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"
defaultValueLiteral="1"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="upperBound" unique="false"
eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"
defaultValueLiteral="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AbstractActivityDef" eSuperTypes="#//AbstractDef"/>
<eClassifiers xsi:type="ecore:EClass" name="Model" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="packages" upperBound="-1"
eType="#//Package" containment="true" resolveProxies="false" eKeys="#//NamedElement/name"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="requirements" upperBound="-1"
eType="#//Requirement" containment="true" resolveProxies="false" eKeys="#//NamedElement/name"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="involvedElements" upperBound="-1"
eType="#//ElementDef" eKeys="#//NamedElement/name"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="allocation" eType="#//AllocationTable"
derived="true" containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="styles" upperBound="-1"
eType="#//Style" containment="true" resolveProxies="false" eKeys="#//NamedElement/name"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ElementDef" abstract="true" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="DataDef" abstract="true" eSuperTypes="#//ElementDef"/>
<eClassifiers xsi:type="ecore:EClass" name="DataTypeDef" eSuperTypes="#//TypeDef">
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1"
eType="#//TypeUse" containment="true" resolveProxies="false" eKeys="#//NamedElement/name"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="superType" eType="#//DataTypeDef"
eKeys="#//NamedElement/name"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DimensionDef" eSuperTypes="#//DataDef"/>
<eClassifiers xsi:type="ecore:EClass" name="TypeDef" abstract="true" eSuperTypes="#//DataDef">
<eOperations name="isCompatible" unique="false" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypeUse" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="definition" lowerBound="1"
eType="#//TypeDef" eKeys="#//NamedElement/name"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="arrayIndex" eType="#//ArrayIndex"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UnitDef" eSuperTypes="#//DataDef">
<eStructuralFeatures xsi:type="ecore:EReference" name="dimension" eType="#//DimensionDef"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ValueTypeDef" eSuperTypes="#//TypeDef">
<eStructuralFeatures xsi:type="ecore:EReference" name="unit" eType="#//UnitDef"
eKeys="#//NamedElement/name"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="dimension" eType="#//DimensionDef"
eKeys="#//NamedElement/name"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="superType" eType="#//ValueTypeDef"
eKeys="#//NamedElement/name"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ConstraintKind">
<eLiterals name="preCondition"/>
<eLiterals name="postCondition" value="1"/>
<eLiterals name="invariant" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Enumeration" eSuperTypes="#//TypeDef">
<eStructuralFeatures xsi:type="ecore:EReference" name="literals" upperBound="-1"
eType="#//EnumLiteralValue" containment="true" resolveProxies="false" eOpposite="#//EnumLiteralValue/enum"
eKeys="#//EnumLiteralValue/name"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EnumLiteralValue">
<eStructuralFeatures xsi:type="ecore:EReference" name="enum" lowerBound="1" eType="#//Enumeration"
eOpposite="#//Enumeration/literals"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" unique="false" lowerBound="1"
eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Property">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" unique="false" lowerBound="1"
eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//TypeDef"
eKeys="#//NamedElement/name"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Expression"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StructuralDef" abstract="true" eSuperTypes="#//ElementDef">
<eStructuralFeatures xsi:type="ecore:EReference" name="structuralDefs" upperBound="-1"
eType="#//StructuralDef" containment="true" resolveProxies="false" eKeys="#//NamedElement/name"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="dataDefs" upperBound="-1"
eType="#//DataDef" containment="true" resolveProxies="false" eKeys="#//NamedElement/name"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="invariants" upperBound="-1"
eType="#//Invariant" containment="true" resolveProxies="false" eKeys="#//NamedElement/name"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StructuralUse" abstract="true" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lowerBound" unique="false"
eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"
defaultValueLiteral="1"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="upperBound" unique="false"
eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"
defaultValueLiteral="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ComponentDef" eSuperTypes="#//StructuralDef">
<eStructuralFeatures xsi:type="ecore:EReference" name="ports" upperBound="-1"
eType="#//PortUse" containment="true" resolveProxies="false" eKeys="#//NamedElement/name"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="composite" eType="#//Configuration"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isBoundary" unique="false"
lowerBound="1" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"
defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="abstractComponent" eType="#//AbstractComponentDef"
eKeys="#//NamedElement/name"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="appliedStyle" upperBound="-1"
eType="#//Style" eKeys="#//NamedElement/name"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ArchitectureDef" eSuperTypes="#//ComponentDef"/>
<eClassifiers xsi:type="ecore:EClass" name="ComponentUse" eSuperTypes="#//StructuralUse">
<eStructuralFeatures xsi:type="ecore:EReference" name="definition" lowerBound="1"
eType="#//ComponentDef" eKeys="#//NamedElement/name"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ports" upperBound="-1"
eType="#//PortUse" containment="true" resolveProxies="false" eKeys="#//NamedElement/name"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConnectorDef" eSuperTypes="#//StructuralDef">
<eStructuralFeatures xsi:type="ecore:EReference" name="ports" upperBound="2" eType="#//PortUse"
containment="true" resolveProxies="false" eKeys="#//NamedElement/name"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="flows" upperBound="-1"
eType="#//Flow" containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="composite" eType="#//Configuration"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="abstractConnector" eType="#//AbstractConnectorDef"
eKeys="#//NamedElement/name"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConnectorUse" eSuperTypes="#//StructuralUse">
<eStructuralFeatures xsi:type="ecore:EReference" name="definition" lowerBound="1"
eType="#//ConnectorDef" eKeys="#//NamedElement/name"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ports" upperBound="-1"
eType="#//PortUse" containment="true" resolveProxies="false" eKeys="#//NamedElement/name"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="bindings" upperBound="-1"
eType="#//ConnectorBinding" containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Configuration">
<eStructuralFeatures xsi:type="ecore:EReference" name="components" upperBound="-1"
eType="#//ComponentUse" containment="true" resolveProxies="false" eKeys="#//NamedElement/name"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="connectors" upperBound="-1"
eType="#//ConnectorUse" containment="true" resolveProxies="false" eKeys="#//NamedElement/name"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="delegations" upperBound="-1"
eType="#//Delegation" containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RelationUse" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1"
eType="#//PortUse" eKeys="#//NamedElement/name"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="destination" lowerBound="1"
eType="#//PortUse" eKeys="#//NamedElement/name"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Delegation" eSuperTypes="#//RelationUse">
<eOperations name="checkCompatibility" unique="false" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PortDef" abstract="true" eSuperTypes="#//StructuralDef"/>
<eClassifiers xsi:type="ecore:EClass" name="CompositePortDef" eSuperTypes="#//PortDef">
<eStructuralFeatures xsi:type="ecore:EReference" name="ports" lowerBound="2" upperBound="-1"
eType="#//PortUse" containment="true" resolveProxies="false" eKeys="#//NamedElement/name"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SimplePortDef" eSuperTypes="#//PortDef">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="flowProperties" unique="false"
lowerBound="1" eType="#//FlowProperty" defaultValueLiteral="in"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="flowType" lowerBound="1"
eType="#//TypeDef" eKeys="#//NamedElement/name"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="arrayIndex" eType="#//ArrayIndex"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PortUse" eSuperTypes="#//StructuralUse">
<eStructuralFeatures xsi:type="ecore:EReference" name="definition" lowerBound="1"
eType="#//PortDef" eKeys="#//NamedElement/name"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="abstractPort" eType="#//AbstractPortUse"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConnectorBinding" eSuperTypes="#//RelationUse"/>
<eClassifiers xsi:type="ecore:EClass" name="Flow" eSuperTypes="#//RelationUse">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//TypeDef"
eKeys="#//NamedElement/name"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="FlowProperty">
<eLiterals name="inout"/>
<eLiterals name="in"/>
<eLiterals name="out"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BehaviorDef" abstract="true" interface="true"
eSuperTypes="#//ElementDef">
<eStructuralFeatures xsi:type="ecore:EReference" name="inParameters" upperBound="-1"
eType="#//Pin" containment="true" resolveProxies="false" eKeys="#//NamedElement/name"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outParameters" upperBound="-1"
eType="#//Pin" containment="true" resolveProxies="false" eKeys="#//NamedElement/name"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="behaviorDefs" upperBound="-1"
eType="#//BehaviorDef" containment="true" resolveProxies="false" eKeys="#//NamedElement/name"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="dataDefs" upperBound="-1"
eType="#//DataDef" containment="true" resolveProxies="false" eKeys="#//NamedElement/name"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="constraints" upperBound="-1"
eType="#//ConstraintUse" containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="delegations" upperBound="-1"
eType="#//ActivityDelegation" containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ActivityDef" eSuperTypes="#//BehaviorDef">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//ActivityBody"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="abstractActivity" upperBound="-1"
eType="#//AbstractActivityDef" eKeys="#//NamedElement/name"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ActionDef" eSuperTypes="#//BehaviorDef #//ActivityFlowable">
<eStructuralFeatures xsi:type="ecore:EReference" name="returnType" eType="#//TypeDef"
eKeys="#//NamedElement/name"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ActionUse" eSuperTypes="#//NamedElement #//ActivityFlowable">
<eStructuralFeatures xsi:type="ecore:EReference" name="definition" lowerBound="1"
eType="#//ActionDef" eKeys="#//NamedElement/name"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="pinIn" upperBound="-1"
eType="#//Pin" containment="true" resolveProxies="false" eKeys="#//NamedElement/name"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Pin" eSuperTypes="#//TypeUse #//ActivityFlowable">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="image" value="false"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isFlow" unique="false"
lowerBound="1" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"
defaultValueLiteral="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConstraintDef" eSuperTypes="#//BehaviorDef">
<eStructuralFeatures xsi:type="ecore:EReference" name="equation" eType="#//Expression"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConstraintUse">
<eStructuralFeatures xsi:type="ecore:EReference" name="definition" lowerBound="1"
eType="#//ConstraintDef"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" unique="false" lowerBound="1"
eType="#//ConstraintKind" defaultValueLiteral="postCondition"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ActivityRelation" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1"
eType="#//ActivityFlowable"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//ActivityFlowable"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="targetSwitch" eType="#//ActivitySwitch"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ActivityDelegation" eSuperTypes="#//ActivityRelation"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityFlow" eSuperTypes="#//ActivityRelation"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivitySwitch" eSuperTypes="#//ActivityFlowable">
<eStructuralFeatures xsi:type="ecore:EReference" name="cases" upperBound="-1"
eType="#//ActivitySwitchCase" containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ActivitySwitchCase">
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" lowerBound="1"
eType="#//Expression" containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1"
eType="#//ActivityFlowable"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ActivityFlowable" abstract="true" interface="true"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityBody">
<eStructuralFeatures xsi:type="ecore:EReference" name="actions" upperBound="-1"
eType="#//ActionUse" containment="true" resolveProxies="false" eKeys="#//NamedElement/name"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="flows" upperBound="-1"
eType="#//ActivityRelation" containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="dataObjects" upperBound="-1"
eType="#//DataObject" containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DataObject" abstract="true" eSuperTypes="#//NamedElement #//ActivityFlowable">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//TypeDef"
eKeys="#//NamedElement/name"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initValue" eType="#//Expression"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="arrayIndex" eType="#//ArrayIndex"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DataStore" eSuperTypes="#//DataObject"/>
<eClassifiers xsi:type="ecore:EClass" name="DataBuffer" eSuperTypes="#//DataObject"/>
<eClassifiers xsi:type="ecore:EClass" name="Protocol" eSuperTypes="#//BehaviorDef">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" lowerBound="1" eType="#//ProtocolBody"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProtocolBodyInternal" abstract="true"
interface="true"/>
<eClassifiers xsi:type="ecore:EClass" name="ProtocolBody" eSuperTypes="#//ProtocolBodyInternal">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="recControl" unique="false"
lowerBound="1" eType="#//ProtocolControl" defaultValueLiteral="several"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="body" lowerBound="1" eType="#//ProtocolBodyInternal"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="recursive" eType="#//ProtocolBody"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="recType" unique="false"
eType="#//ProtocolAlternativeType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ProtocolAlternativeType">
<eLiterals name="alternative"/>
<eLiterals name="complimentary" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ProtocolControl">
<eLiterals name="several"/>
<eLiterals name="once" value="1"/>
<eLiterals name="perhaps" value="2"/>
<eLiterals name="always" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PredefinedAction" abstract="true" interface="true"
eSuperTypes="#//ProtocolBodyInternal">
<eStructuralFeatures xsi:type="ecore:EReference" name="flowTo" lowerBound="1"
eType="#//Pin" eKeys="#//NamedElement/name"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ActionSend" eSuperTypes="#//PredefinedAction">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1"
eType="#//Expression" containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ActionReceive" eSuperTypes="#//PredefinedAction">
<eStructuralFeatures xsi:type="ecore:EReference" name="var" lowerBound="1" eType="#//TypeUse"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Executable" eSuperTypes="#//ElementDef">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" lowerBound="1" upperBound="-1"
eType="#//Statement" containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="returnType" lowerBound="1"
eType="#//TypeDef"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="params" upperBound="-1"
eType="#//TypeUse" containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Requirement" eSuperTypes="#//NamedElement">
<eOperations name="isValid" unique="false" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" unique="false" lowerBound="1"
eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EString"
iD="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="text" unique="false" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="derive" upperBound="-1"
eType="#//Requirement" eKeys="#//NamedElement/name"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="composition" upperBound="-1"
eType="#//Requirement" containment="true" resolveProxies="false" eKeys="#//NamedElement/name"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="satisfiedBy" upperBound="-1"
eType="#//ElementDef" eKeys="#//NamedElement/name"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AllocationTable">
<eStructuralFeatures xsi:type="ecore:EReference" name="allocs" upperBound="-1"
eType="#//Allocation" containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Allocation" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="ExecutableAllocation" eSuperTypes="#//Allocation">
<eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//Executable"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//ActionDef"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ActivityAllocation" eSuperTypes="#//Allocation">
<eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//ActivityDef"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//StructuralDef"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Statement" abstract="true">
<eOperations name="run" unique="false">
<eAnnotations source="aspect"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Expression" eSuperTypes="#//Statement"/>
<eClassifiers xsi:type="ecore:EClass" name="ConditionalTestExpression" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="op1" eType="#//Expression"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="op2" eType="#//Expression"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="op3" eType="#//Expression"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BinaryExpression" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="op1" eType="#//Expression"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="op2" eType="#//Expression"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConditionalLogicalExpression" eSuperTypes="#//BinaryExpression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" unique="false"
eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LogicalExpression" eSuperTypes="#//BinaryExpression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" unique="false"
eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RelationalExpression" eSuperTypes="#//BinaryExpression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" unique="false"
eType="#//RelationalOperator"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ShiftExpression" eSuperTypes="#//BinaryExpression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" unique="false"
eType="#//ShiftOperator"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MultiplicativeExpression" eSuperTypes="#//BinaryExpression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" unique="false"
eType="#//MultiplicativeOperator"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AdditiveExpression" eSuperTypes="#//BinaryExpression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" unique="false"
eType="#//AdditiveOperator"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EqualityExpression" eSuperTypes="#//BinaryExpression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" unique="false"
eType="#//EqualityOperator"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SequenceConstructionExpression" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//TypeDef"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" eType="#//SequenceElements"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SequenceAccessExpression" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="primary" eType="#//Expression"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="index" eType="#//ArrayIndex"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ArrayIndex">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" upperBound="-1"
eType="#//Expression" containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SequenceElements"/>
<eClassifiers xsi:type="ecore:EClass" name="SequenceExpressionList" eSuperTypes="#//SequenceElements">
<eStructuralFeatures xsi:type="ecore:EReference" name="element" upperBound="-1"
eType="#//LiteralExpression" containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SequenceRange" eSuperTypes="#//SequenceElements">
<eStructuralFeatures xsi:type="ecore:EReference" name="rangeLower" eType="#//NaturalLiteralExpression"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rangeUpper" eType="#//NaturalLiteralExpression"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="AdditiveOperator">
<eLiterals name="plus"/>
<eLiterals name="minus" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="MultiplicativeOperator">
<eLiterals name="star"/>
<eLiterals name="slash" value="1"/>
<eLiterals name="rem" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ShiftOperator">
<eLiterals name="lshift"/>
<eLiterals name="rshift" value="1"/>
<eLiterals name="urshift" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="RelationalOperator">
<eLiterals name="less"/>
<eLiterals name="greater" value="1"/>
<eLiterals name="less_equal" value="2"/>
<eLiterals name="greater_equal" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ClassificationOperator">
<eLiterals name="instanceof"/>
<eLiterals name="hastype" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="EqualityOperator">
<eLiterals name="equal"/>
<eLiterals name="different" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UnaryExpression" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="op" eType="#//Expression"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" unique="false"
eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BooleanUnaryExpression" eSuperTypes="#//UnaryExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="BitStringUnaryExpression" eSuperTypes="#//UnaryExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="NumericUnaryExpression" eSuperTypes="#//UnaryExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="CastExpression" eSuperTypes="#//UnaryExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="typeName" eType="#//TypeDef"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IsolationExpression" eSuperTypes="#//UnaryExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="ClassificationExpression" eSuperTypes="#//UnaryExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="typeName" eType="#//TypeDef"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PrimaryExpression" abstract="true" interface="true"
eSuperTypes="#//Expression"/>
<eClassifiers xsi:type="ecore:EClass" name="InstanceCreationExpression" eSuperTypes="#//PrimaryExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//TypeDef"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="index" eType="#//ArrayIndex"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NameExpression" eSuperTypes="#//PrimaryExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="cite" eType="#//NamedElement"
eKeys="#//NamedElement/name"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NonNameExpression" abstract="true" interface="true"
eSuperTypes="#//PrimaryExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="BooleanLiteralExpression" eSuperTypes="#//LiteralExpression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isTrue" unique="false"
lowerBound="1" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NaturalLiteralExpression" eSuperTypes="#//LiteralExpression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="int_value" unique="false"
lowerBound="1" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StringLiteralExpression" eSuperTypes="#//LiteralExpression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="str_value" unique="false"
lowerBound="1" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EnumValueLiteralExpression" eSuperTypes="#//LiteralExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="enumValue" eType="#//EnumLiteralValue"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="_enum" eType="#//Enumeration"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NullLiteralExpression" eSuperTypes="#//LiteralExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralExpression" eSuperTypes="#//NonNameExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="ThisExpression" eSuperTypes="#//NonNameExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="PropertyAccessExpression" eSuperTypes="#//PrimaryExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="featureRef" eType="#//FeatureReference"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DataTypeAccessExpression" eSuperTypes="#//PrimaryExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="attr" eType="#//TypeUse"
eKeys="#//NamedElement/name"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="datatype" eType="#//TypeUse"
eKeys="#//NamedElement/name"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="index" eType="#//ArrayIndex"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FeatureReference">
<eStructuralFeatures xsi:type="ecore:EReference" name="feature" eType="#//NamedElement"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="field" eType="#//NamedElement"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//Expression"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IncrementOrDecrementExpression" eSuperTypes="#//Expression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="image" value="false"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="operand" eType="#//LeftHandSide"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" unique="false"
eType="#//AffixOperator"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PrefixExpression" eSuperTypes="#//IncrementOrDecrementExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="PostfixExpression" eSuperTypes="#//IncrementOrDecrementExpression"/>
<eClassifiers xsi:type="ecore:EEnum" name="AffixOperator">
<eLiterals name="incr"/>
<eLiterals name="decr" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BlockStatement" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" lowerBound="1" upperBound="-1"
eType="#//Statement" containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AssignmentExpression" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="lhs" eType="#//LeftHandSide"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="v" eType="#//Expression"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" unique="false"
eType="#//AssignmentOperator" defaultValueLiteral="equal"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="AssignmentOperator">
<eLiterals name="equal"/>
<eLiterals name="plusEqual" value="1"/>
<eLiterals name="minusEqual" value="2"/>
<eLiterals name="starEqual" value="3"/>
<eLiterals name="modEqual" value="4"/>
<eLiterals name="divEqual" value="5"/>
<eLiterals name="andEqual" value="6"/>
<eLiterals name="orEqual" value="7"/>
<eLiterals name="powerEqual" value="8"/>
<eLiterals name="shiftLeftEqual" value="9"/>
<eLiterals name="shiftRightEqual" value="10"/>
<eLiterals name="shiftRightDoubledEqual" value="11"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LeftHandSide">
<eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//NameExpression"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="index" eType="#//ArrayIndex"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="feature" eType="#//PrimaryExpression"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VariableDecl" eSuperTypes="#//Statement #//TypeUse">
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Expression"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IfBlockStatement" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="main_if" lowerBound="1"
eType="#//IfStatement" containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="paralel_ifs" upperBound="-1"
eType="#//IfStatement" containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="sequential_ifs" upperBound="-1"
eType="#//IfStatement" containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="final" eType="#//ElseStatement"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="else" eType="#//ElseStatement"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IfStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" lowerBound="1"
eType="#//Expression" containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="body" lowerBound="1" eType="#//Statement"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ElseStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" lowerBound="1" eType="#//Statement"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ReturnStatement" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="#//Expression"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LoopStatement" abstract="true" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" lowerBound="1"
eType="#//Expression" containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="body" lowerBound="1" eType="#//Statement"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="WhileStatement" eSuperTypes="#//LoopStatement"/>
<eClassifiers xsi:type="ecore:EClass" name="DoStatement" eSuperTypes="#//LoopStatement"/>
<eClassifiers xsi:type="ecore:EClass" name="ForStatement" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" lowerBound="1" eType="#//Statement"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="control" lowerBound="1"
eType="#//ForControl" containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ForControl">
<eStructuralFeatures xsi:type="ecore:EReference" name="vars" lowerBound="1" upperBound="-1"
eType="#//ForVar" containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ForVar">
<eStructuralFeatures xsi:type="ecore:EReference" name="var" lowerBound="1" eType="#//VariableDecl"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expr" lowerBound="1" eType="#//Expression"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SwitchStatement" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="expr" lowerBound="1" eType="#//Expression"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="clauses" upperBound="-1"
eType="#//SwitchClause" containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SwitchClause">
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Expression"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="body" lowerBound="1" eType="#//Statement"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DefaultSwitchClause" eSuperTypes="#//SwitchClause"/>
</ecore:EPackage>
| github:ecore:/data/erikamedeiros123/teste/org.sysadl/model/sysadl.ecore | ecore | sysadl
NamedElement
name
newElement
properties
Package
imports
importedDefinitions
definitions
appliedStyle
Style
invariants
definitions
archs
ExampleArchitecture
Invariant
expr
AbstractDef
AbstractComponentDef
ports
lowerBound
1
upperBound
1
composition
AbstractConnectorDef
ports
flows
AbstractFlow
source
target
AbstractPortUse
flowProperty
inout
lowerBound
1
upperBound
1
AbstractActivityDef
Model
packages
requirements
involvedElements
allocation
styles
ElementDef
DataDef
DataTypeDef
attributes
superType
DimensionDef
TypeDef
isCompatible
TypeUse
definition
arrayIndex
UnitDef
dimension
ValueTypeDef
unit
dimension
superType
ConstraintKind
preCondition
preCondition
postCondition
postCondition
invariant
invariant
Enumeration
literals
EnumLiteralValue
enum
name
Property
name
type
value
StructuralDef
structuralDefs
dataDefs
invariants
StructuralUse
lowerBound
1
upperBound
1
ComponentDef
ports
composite
isBoundary
false
abstractComponent
appliedStyle
ArchitectureDef
ComponentUse
definition
ports
ConnectorDef
ports
flows
composite
abstractConnector
ConnectorUse
definition
ports
bindings
Configuration
components
connectors
delegations
RelationUse
source
destination
Delegation
checkCompatibility
PortDef
CompositePortDef
ports
SimplePortDef
flowProperties
in
flowType
arrayIndex
PortUse
definition
abstractPort
ConnectorBinding
Flow
type
FlowProperty
inout
inout
in
in
out
out
BehaviorDef
inParameters
outParameters
behaviorDefs
dataDefs
constraints
delegations
ActivityDef
body
abstractActivity
ActionDef
returnType
ActionUse
definition
pinIn
Pin
isFlow
false
ConstraintDef
equation
ConstraintUse
definition
kind
postCondition
ActivityRelation
source
target
targetSwitch
ActivityDelegation
ActivityFlow
ActivitySwitch
cases
ActivitySwitchCase
condition
target
ActivityFlowable
ActivityBody
actions
flows
dataObjects
DataObject
type
initValue
arrayIndex
DataStore
DataBuffer
Protocol
body
ProtocolBodyInternal
ProtocolBody
recControl
several
body
recursive
recType
ProtocolAlternativeType
alternative
alternative
complimentary
complimentary
ProtocolControl
several
several
once
once
perhaps
perhaps
always
always
PredefinedAction
flowTo
ActionSend
expression
ActionReceive
var
Executable
body
returnType
params
Requirement
isValid
id
text
derive
composition
satisfiedBy
AllocationTable
allocs
Allocation
ExecutableAllocation
source
target
ActivityAllocation
source
target
Statement
run
Expression
ConditionalTestExpression
op1
op2
op3
BinaryExpression
op1
op2
ConditionalLogicalExpression
operator
LogicalExpression
operator
RelationalExpression
operator
ShiftExpression
operator
MultiplicativeExpression
operator
AdditiveExpression
operator
EqualityExpression
operator
SequenceConstructionExpression
type
elements
SequenceAccessExpression
primary
index
ArrayIndex
expression
SequenceElements
SequenceExpressionList
element
SequenceRange
rangeLower
rangeUpper
AdditiveOperator
plus
plus
minus
minus
MultiplicativeOperator
star
star
slash
slash
rem
rem
ShiftOperator
lshift
lshift
rshift
rshift
urshift
urshift
RelationalOperator
less
less
greater
greater
less_equal
less_equal
greater_equal
greater_equal
ClassificationOperator
instanceof
instanceof
hastype
hastype
EqualityOperator
equal
equal
different
different
UnaryExpression
op
operator
BooleanUnaryExpression
BitStringUnaryExpression
NumericUnaryExpression
CastExpression
typeName
IsolationExpression
ClassificationExpression
typeName
PrimaryExpression
InstanceCreationExpression
type
index
NameExpression
cite
NonNameExpression
BooleanLiteralExpression
isTrue
NaturalLiteralExpression
int_value
StringLiteralExpression
str_value
EnumValueLiteralExpression
enumValue
_enum
NullLiteralExpression
LiteralExpression
ThisExpression
PropertyAccessExpression
featureRef
DataTypeAccessExpression
attr
datatype
index
FeatureReference
feature
field
expr
IncrementOrDecrementExpression
operand
operator
PrefixExpression
PostfixExpression
AffixOperator
incr
incr
decr
decr
BlockStatement
body
AssignmentExpression
lhs
v
operator
equal
AssignmentOperator
equal
equal
plusEqual
plusEqual
minusEqual
minusEqual
starEqual
starEqual
modEqual
modEqual
divEqual
divEqual
andEqual
andEqual
orEqual
orEqual
powerEqual
powerEqual
shiftLeftEqual
shiftLeftEqual
shiftRightEqual
shiftRightEqual
shiftRightDoubledEqual
shiftRightDoubledEqual
LeftHandSide
target
index
feature
VariableDecl
value
IfBlockStatement
main_if
paralel_ifs
sequential_ifs
final
else
IfStatement
condition
body
ElseStatement
body
ReturnStatement
value
LoopStatement
condition
body
WhileStatement
DoStatement
ForStatement
body
control
ForControl
vars
ForVar
var
expr
SwitchStatement
expr
clauses
SwitchClause
value
body
DefaultSwitchClause | null | {"directed":true,"nodes":[{"nsPrefix":"sysadl","nsURI":"http://org.sysadl","name":"sysadl","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Style","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExampleArchitecture","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Invariant","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractDef","instanceClass":null,"abstract":true,"id":6,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractComponentDef","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractConnectorDef","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractFlow","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractPortUse","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractActivityDef","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElementDef","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataDef","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataTypeDef","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DimensionDef","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeDef","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeUse","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnitDef","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueTypeDef","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ConstraintKind","instanceClass":null,"id":21,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumLiteralValue","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralDef","instanceClass":null,"abstract":true,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralUse","instanceClass":null,"abstract":true,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComponentDef","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArchitectureDef","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComponentUse","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectorDef","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectorUse","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Configuration","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelationUse","instanceClass":null,"abstract":true,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Delegation","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PortDef","instanceClass":null,"abstract":true,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompositePortDef","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimplePortDef","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PortUse","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectorBinding","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Flow","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"FlowProperty","instanceClass":null,"id":41,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehaviorDef","instanceClass":null,"abstract":true,"id":42,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityDef","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionDef","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionUse","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pin","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstraintDef","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstraintUse","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityRelation","instanceClass":null,"abstract":true,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityDelegation","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityFlow","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivitySwitch","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivitySwitchCase","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityFlowable","instanceClass":null,"abstract":true,"id":54,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityBody","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataObject","instanceClass":null,"abstract":true,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataStore","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataBuffer","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Protocol","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolBodyInternal","instanceClass":null,"abstract":true,"id":60,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolBody","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ProtocolAlternativeType","instanceClass":null,"id":62,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ProtocolControl","instanceClass":null,"id":63,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PredefinedAction","instanceClass":null,"abstract":true,"id":64,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionSend","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionReceive","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Executable","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Requirement","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AllocationTable","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Allocation","instanceClass":null,"abstract":true,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutableAllocation","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityAllocation","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":true,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalTestExpression","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryExpression","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalLogicalExpression","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LogicalExpression","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelationalExpression","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ShiftExpression","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiplicativeExpression","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AdditiveExpression","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EqualityExpression","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceConstructionExpression","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceAccessExpression","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayIndex","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceElements","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceExpressionList","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceRange","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"AdditiveOperator","instanceClass":null,"id":90,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"MultiplicativeOperator","instanceClass":null,"id":91,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ShiftOperator","instanceClass":null,"id":92,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"RelationalOperator","instanceClass":null,"id":93,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ClassificationOperator","instanceClass":null,"id":94,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"EqualityOperator","instanceClass":null,"id":95,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryExpression","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanUnaryExpression","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BitStringUnaryExpression","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumericUnaryExpression","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CastExpression","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IsolationExpression","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassificationExpression","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimaryExpression","instanceClass":null,"abstract":true,"id":103,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceCreationExpression","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NameExpression","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NonNameExpression","instanceClass":null,"abstract":true,"id":106,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanLiteralExpression","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NaturalLiteralExpression","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringLiteralExpression","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumValueLiteralExpression","instanceClass":null,"abstract":false,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NullLiteralExpression","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralExpression","instanceClass":null,"abstract":false,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThisExpression","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyAccessExpression","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataTypeAccessExpression","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureReference","instanceClass":null,"abstract":false,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IncrementOrDecrementExpression","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrefixExpression","instanceClass":null,"abstract":false,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PostfixExpression","instanceClass":null,"abstract":false,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"AffixOperator","instanceClass":null,"id":120,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BlockStatement","instanceClass":null,"abstract":false,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignmentExpression","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"AssignmentOperator","instanceClass":null,"id":123,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LeftHandSide","instanceClass":null,"abstract":false,"id":124,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDecl","instanceClass":null,"abstract":false,"id":125,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfBlockStatement","instanceClass":null,"abstract":false,"id":126,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfStatement","instanceClass":null,"abstract":false,"id":127,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElseStatement","instanceClass":null,"abstract":false,"id":128,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReturnStatement","instanceClass":null,"abstract":false,"id":129,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopStatement","instanceClass":null,"abstract":true,"id":130,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WhileStatement","instanceClass":null,"abstract":false,"id":131,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DoStatement","instanceClass":null,"abstract":false,"id":132,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForStatement","instanceClass":null,"abstract":false,"id":133,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForControl","instanceClass":null,"abstract":false,"id":134,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForVar","instanceClass":null,"abstract":false,"id":135,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchStatement","instanceClass":null,"abstract":false,"id":136,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchClause","instanceClass":null,"abstract":false,"id":137,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DefaultSwitchClause","instanceClass":null,"abstract":false,"id":138,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"newElement","unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":139,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"properties","changeable":true,"resolveProxies":false,"lowerBound":0,"id":140,"derived":false},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"imports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":143,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"importedDefinitions","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":"definitions","changeable":true,"resolveProxies":false,"lowerBound":0,"id":145,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"appliedStyle","changeable":true,"resolveProxies":true,"lowerBound":0,"id":146,"derived":false},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"invariants","changeable":true,"resolveProxies":false,"lowerBound":0,"id":152,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"definitions","changeable":true,"resolveProxies":false,"lowerBound":0,"id":153,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"archs","changeable":true,"resolveProxies":false,"lowerBound":0,"id":154,"derived":false},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"expr","changeable":true,"lowerBound":0,"iD":false,"id":160,"derived":false},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ports","changeable":true,"resolveProxies":false,"lowerBound":0,"id":164,"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":"lowerBound","changeable":true,"lowerBound":0,"iD":false,"id":165,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":false,"name":"upperBound","changeable":true,"lowerBound":0,"iD":false,"id":166,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"composition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":167,"derived":false},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"container":false,"ordered":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":false,"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":"flows","changeable":true,"resolveProxies":false,"lowerBound":0,"id":174,"derived":false},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":178,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":179,"derived":false},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"inout","unsettable":false,"transient":false,"unique":false,"name":"flowProperty","changeable":true,"lowerBound":1,"iD":false,"id":183,"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":"lowerBound","changeable":true,"lowerBound":0,"iD":false,"id":184,"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":"upperBound","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"},{"container":false,"ordered":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":false,"lowerBound":0,"id":191,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"requirements","changeable":true,"resolveProxies":false,"lowerBound":0,"id":192,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"involvedElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":193,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"allocation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":194,"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":"styles","changeable":true,"resolveProxies":false,"lowerBound":0,"id":195,"derived":false},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":false,"lowerBound":0,"id":204,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"superType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":205,"derived":false},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":false,"name":"isCompatible","lowerBound":0,"id":210,"many":false,"required":false,"eClass":"EOperation"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"definition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":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":"arrayIndex","changeable":true,"resolveProxies":false,"lowerBound":0,"id":214,"derived":false},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dimension","changeable":true,"resolveProxies":true,"lowerBound":0,"id":218,"derived":false},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"unit","changeable":true,"resolveProxies":true,"lowerBound":0,"id":221,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dimension","changeable":true,"resolveProxies":true,"lowerBound":0,"id":222,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"superType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":223,"derived":false},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"name":"preCondition","id":228,"value":0,"literal":"preCondition","eClass":"EEnumLiteral"},{"name":"postCondition","id":229,"value":1,"literal":"postCondition","eClass":"EEnumLiteral"},{"name":"invariant","id":230,"value":2,"literal":"invariant","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":"literals","changeable":true,"resolveProxies":false,"lowerBound":0,"id":231,"derived":false},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"enum","changeable":true,"resolveProxies":true,"lowerBound":1,"id":234,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":235,"derived":false},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":238,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":239,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":false,"lowerBound":0,"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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"structuralDefs","changeable":true,"resolveProxies":false,"lowerBound":0,"id":244,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dataDefs","changeable":true,"resolveProxies":false,"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":"invariants","changeable":true,"resolveProxies":false,"lowerBound":0,"id":246,"derived":false},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":false,"name":"lowerBound","changeable":true,"lowerBound":0,"iD":false,"id":251,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":false,"name":"upperBound","changeable":true,"lowerBound":0,"iD":false,"id":252,"derived":false},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ports","changeable":true,"resolveProxies":false,"lowerBound":0,"id":256,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"composite","changeable":true,"resolveProxies":false,"lowerBound":0,"id":257,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":false,"name":"isBoundary","changeable":true,"lowerBound":1,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"abstractComponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":259,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"appliedStyle","changeable":true,"resolveProxies":true,"lowerBound":0,"id":260,"derived":false},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"definition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":268,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ports","changeable":true,"resolveProxies":false,"lowerBound":0,"id":269,"derived":false},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":2,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ports","changeable":true,"resolveProxies":false,"lowerBound":0,"id":273,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"flows","changeable":true,"resolveProxies":false,"lowerBound":0,"id":274,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"composite","changeable":true,"resolveProxies":false,"lowerBound":0,"id":275,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"abstractConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":276,"derived":false},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"definition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":282,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ports","changeable":true,"resolveProxies":false,"lowerBound":0,"id":283,"derived":false},{"container":false,"ordered":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":false,"lowerBound":0,"id":284,"derived":false},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"components","changeable":true,"resolveProxies":false,"lowerBound":0,"id":289,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"connectors","changeable":true,"resolveProxies":false,"lowerBound":0,"id":290,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"delegations","changeable":true,"resolveProxies":false,"lowerBound":0,"id":291,"derived":false},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":295,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"destination","changeable":true,"resolveProxies":true,"lowerBound":1,"id":296,"derived":false},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":false,"name":"checkCompatibility","lowerBound":0,"id":299,"many":false,"required":false,"eClass":"EOperation"},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"id":302,"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":"ports","changeable":true,"resolveProxies":false,"lowerBound":2,"id":303,"derived":false},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"in","unsettable":false,"transient":false,"unique":false,"name":"flowProperties","changeable":true,"lowerBound":1,"iD":false,"id":306,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"flowType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":307,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arrayIndex","changeable":true,"resolveProxies":false,"lowerBound":0,"id":308,"derived":false},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"definition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":313,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"abstractPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":314,"derived":false},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":319,"derived":false},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"name":"inout","id":322,"value":0,"literal":"inout","eClass":"EEnumLiteral"},{"name":"in","id":323,"value":0,"literal":"in","eClass":"EEnumLiteral"},{"name":"out","id":324,"value":0,"literal":"out","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":"inParameters","changeable":true,"resolveProxies":false,"lowerBound":0,"id":325,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outParameters","changeable":true,"resolveProxies":false,"lowerBound":0,"id":326,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"behaviorDefs","changeable":true,"resolveProxies":false,"lowerBound":0,"id":327,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dataDefs","changeable":true,"resolveProxies":false,"lowerBound":0,"id":328,"derived":false},{"container":false,"ordered":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":false,"lowerBound":0,"id":329,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"delegations","changeable":true,"resolveProxies":false,"lowerBound":0,"id":330,"derived":false},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":false,"lowerBound":0,"id":338,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"abstractActivity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":339,"derived":false},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"returnType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":343,"derived":false},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"definition","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"pinIn","changeable":true,"resolveProxies":false,"lowerBound":0,"id":348,"derived":false},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":false,"name":"isFlow","changeable":true,"lowerBound":1,"iD":false,"id":353,"derived":false},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"id":356,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"equation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":357,"derived":false},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"definition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":360,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"postCondition","unsettable":false,"transient":false,"unique":false,"name":"kind","changeable":true,"lowerBound":1,"iD":false,"id":361,"derived":false},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"container":false,"ordered":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":364,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":365,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"targetSwitch","changeable":true,"resolveProxies":false,"lowerBound":0,"id":366,"derived":false},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cases","changeable":true,"resolveProxies":false,"lowerBound":0,"id":372,"derived":false},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":false,"lowerBound":1,"id":375,"derived":false},{"container":false,"ordered":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":376,"derived":false},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"actions","changeable":true,"resolveProxies":false,"lowerBound":0,"id":379,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"flows","changeable":true,"resolveProxies":false,"lowerBound":0,"id":380,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dataObjects","changeable":true,"resolveProxies":false,"lowerBound":0,"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":385,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initValue","changeable":true,"resolveProxies":false,"lowerBound":0,"id":386,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arrayIndex","changeable":true,"resolveProxies":false,"lowerBound":0,"id":387,"derived":false},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"id":391,"eClass":"EGenericType"},{"id":392,"eClass":"EGenericType"},{"id":393,"eClass":"EGenericType"},{"id":394,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":false,"lowerBound":1,"id":395,"derived":false},{"id":396,"eClass":"EGenericType"},{"id":397,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"several","unsettable":false,"transient":false,"unique":false,"name":"recControl","changeable":true,"lowerBound":1,"iD":false,"id":398,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":false,"lowerBound":1,"id":399,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"recursive","changeable":true,"resolveProxies":false,"lowerBound":0,"id":400,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"recType","changeable":true,"lowerBound":0,"iD":false,"id":401,"derived":false},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"id":405,"eClass":"EGenericType"},{"id":406,"eClass":"EGenericType"},{"name":"alternative","id":407,"value":0,"literal":"alternative","eClass":"EEnumLiteral"},{"name":"complimentary","id":408,"value":1,"literal":"complimentary","eClass":"EEnumLiteral"},{"name":"several","id":409,"value":0,"literal":"several","eClass":"EEnumLiteral"},{"name":"once","id":410,"value":1,"literal":"once","eClass":"EEnumLiteral"},{"name":"perhaps","id":411,"value":2,"literal":"perhaps","eClass":"EEnumLiteral"},{"name":"always","id":412,"value":3,"literal":"always","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":"flowTo","changeable":true,"resolveProxies":true,"lowerBound":1,"id":413,"derived":false},{"id":414,"eClass":"EGenericType"},{"id":415,"eClass":"EGenericType"},{"container":false,"ordered":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":false,"lowerBound":1,"id":416,"derived":false},{"id":417,"eClass":"EGenericType"},{"id":418,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"var","changeable":true,"resolveProxies":false,"lowerBound":1,"id":419,"derived":false},{"id":420,"eClass":"EGenericType"},{"id":421,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":false,"lowerBound":1,"id":422,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"returnType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":423,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"params","changeable":true,"resolveProxies":false,"lowerBound":0,"id":424,"derived":false},{"id":425,"eClass":"EGenericType"},{"id":426,"eClass":"EGenericType"},{"id":427,"eClass":"EGenericType"},{"id":428,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":false,"name":"isValid","lowerBound":0,"id":429,"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":false,"name":"id","changeable":true,"lowerBound":1,"iD":true,"id":430,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"text","changeable":true,"lowerBound":0,"iD":false,"id":431,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"derive","changeable":true,"resolveProxies":true,"lowerBound":0,"id":432,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"composition","changeable":true,"resolveProxies":false,"lowerBound":0,"id":433,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"satisfiedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":434,"derived":false},{"id":435,"eClass":"EGenericType"},{"id":436,"eClass":"EGenericType"},{"id":437,"eClass":"EGenericType"},{"id":438,"eClass":"EGenericType"},{"id":439,"eClass":"EGenericType"},{"id":440,"eClass":"EGenericType"},{"id":441,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"allocs","changeable":true,"resolveProxies":false,"lowerBound":0,"id":442,"derived":false},{"id":443,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":444,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":445,"derived":false},{"id":446,"eClass":"EGenericType"},{"id":447,"eClass":"EGenericType"},{"id":448,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":449,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":450,"derived":false},{"id":451,"eClass":"EGenericType"},{"id":452,"eClass":"EGenericType"},{"id":453,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":false,"name":"run","lowerBound":0,"id":454,"many":false,"required":false,"eClass":"EOperation"},{"id":455,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"op1","changeable":true,"resolveProxies":false,"lowerBound":0,"id":456,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"op2","changeable":true,"resolveProxies":false,"lowerBound":0,"id":457,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"op3","changeable":true,"resolveProxies":false,"lowerBound":0,"id":458,"derived":false},{"id":459,"eClass":"EGenericType"},{"id":460,"eClass":"EGenericType"},{"id":461,"eClass":"EGenericType"},{"id":462,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"op1","changeable":true,"resolveProxies":false,"lowerBound":0,"id":463,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"op2","changeable":true,"resolveProxies":false,"lowerBound":0,"id":464,"derived":false},{"id":465,"eClass":"EGenericType"},{"id":466,"eClass":"EGenericType"},{"id":467,"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":"operator","changeable":true,"lowerBound":0,"iD":false,"id":468,"derived":false},{"id":469,"eClass":"EGenericType"},{"id":470,"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":"operator","changeable":true,"lowerBound":0,"iD":false,"id":471,"derived":false},{"id":472,"eClass":"EGenericType"},{"id":473,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"operator","changeable":true,"lowerBound":0,"iD":false,"id":474,"derived":false},{"id":475,"eClass":"EGenericType"},{"id":476,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"operator","changeable":true,"lowerBound":0,"iD":false,"id":477,"derived":false},{"id":478,"eClass":"EGenericType"},{"id":479,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"operator","changeable":true,"lowerBound":0,"iD":false,"id":480,"derived":false},{"id":481,"eClass":"EGenericType"},{"id":482,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"operator","changeable":true,"lowerBound":0,"iD":false,"id":483,"derived":false},{"id":484,"eClass":"EGenericType"},{"id":485,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"operator","changeable":true,"lowerBound":0,"iD":false,"id":486,"derived":false},{"id":487,"eClass":"EGenericType"},{"id":488,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":489,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":false,"lowerBound":0,"id":490,"derived":false},{"id":491,"eClass":"EGenericType"},{"id":492,"eClass":"EGenericType"},{"id":493,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"primary","changeable":true,"resolveProxies":false,"lowerBound":0,"id":494,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"index","changeable":true,"resolveProxies":false,"lowerBound":0,"id":495,"derived":false},{"id":496,"eClass":"EGenericType"},{"id":497,"eClass":"EGenericType"},{"id":498,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":false,"lowerBound":0,"id":499,"derived":false},{"id":500,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"element","changeable":true,"resolveProxies":false,"lowerBound":0,"id":501,"derived":false},{"id":502,"eClass":"EGenericType"},{"id":503,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rangeLower","changeable":true,"resolveProxies":false,"lowerBound":0,"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":"rangeUpper","changeable":true,"resolveProxies":false,"lowerBound":0,"id":505,"derived":false},{"id":506,"eClass":"EGenericType"},{"id":507,"eClass":"EGenericType"},{"id":508,"eClass":"EGenericType"},{"name":"plus","id":509,"value":0,"literal":"plus","eClass":"EEnumLiteral"},{"name":"minus","id":510,"value":1,"literal":"minus","eClass":"EEnumLiteral"},{"name":"star","id":511,"value":0,"literal":"star","eClass":"EEnumLiteral"},{"name":"slash","id":512,"value":1,"literal":"slash","eClass":"EEnumLiteral"},{"name":"rem","id":513,"value":2,"literal":"rem","eClass":"EEnumLiteral"},{"name":"lshift","id":514,"value":0,"literal":"lshift","eClass":"EEnumLiteral"},{"name":"rshift","id":515,"value":1,"literal":"rshift","eClass":"EEnumLiteral"},{"name":"urshift","id":516,"value":2,"literal":"urshift","eClass":"EEnumLiteral"},{"name":"less","id":517,"value":0,"literal":"less","eClass":"EEnumLiteral"},{"name":"greater","id":518,"value":1,"literal":"greater","eClass":"EEnumLiteral"},{"name":"less_equal","id":519,"value":2,"literal":"less_equal","eClass":"EEnumLiteral"},{"name":"greater_equal","id":520,"value":3,"literal":"greater_equal","eClass":"EEnumLiteral"},{"name":"instanceof","id":521,"value":0,"literal":"instanceof","eClass":"EEnumLiteral"},{"name":"hastype","id":522,"value":1,"literal":"hastype","eClass":"EEnumLiteral"},{"name":"equal","id":523,"value":0,"literal":"equal","eClass":"EEnumLiteral"},{"name":"different","id":524,"value":1,"literal":"different","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":"op","changeable":true,"resolveProxies":false,"lowerBound":0,"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":false,"name":"operator","changeable":true,"lowerBound":0,"iD":false,"id":526,"derived":false},{"id":527,"eClass":"EGenericType"},{"id":528,"eClass":"EGenericType"},{"id":529,"eClass":"EGenericType"},{"id":530,"eClass":"EGenericType"},{"id":531,"eClass":"EGenericType"},{"id":532,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"typeName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":533,"derived":false},{"id":534,"eClass":"EGenericType"},{"id":535,"eClass":"EGenericType"},{"id":536,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"typeName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":537,"derived":false},{"id":538,"eClass":"EGenericType"},{"id":539,"eClass":"EGenericType"},{"id":540,"eClass":"EGenericType"},{"container":false,"ordered":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":541,"derived":false},{"container":false,"ordered":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":false,"lowerBound":0,"id":542,"derived":false},{"id":543,"eClass":"EGenericType"},{"id":544,"eClass":"EGenericType"},{"id":545,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cite","changeable":true,"resolveProxies":true,"lowerBound":0,"id":546,"derived":false},{"id":547,"eClass":"EGenericType"},{"id":548,"eClass":"EGenericType"},{"id":549,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isTrue","changeable":true,"lowerBound":1,"iD":false,"id":550,"derived":false},{"id":551,"eClass":"EGenericType"},{"id":552,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"int_value","changeable":true,"lowerBound":1,"iD":false,"id":553,"derived":false},{"id":554,"eClass":"EGenericType"},{"id":555,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"str_value","changeable":true,"lowerBound":1,"iD":false,"id":556,"derived":false},{"id":557,"eClass":"EGenericType"},{"id":558,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"enumValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":559,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"_enum","changeable":true,"resolveProxies":true,"lowerBound":0,"id":560,"derived":false},{"id":561,"eClass":"EGenericType"},{"id":562,"eClass":"EGenericType"},{"id":563,"eClass":"EGenericType"},{"id":564,"eClass":"EGenericType"},{"id":565,"eClass":"EGenericType"},{"id":566,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"featureRef","changeable":true,"resolveProxies":false,"lowerBound":0,"id":567,"derived":false},{"id":568,"eClass":"EGenericType"},{"id":569,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":570,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"datatype","changeable":true,"resolveProxies":true,"lowerBound":0,"id":571,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"index","changeable":true,"resolveProxies":false,"lowerBound":0,"id":572,"derived":false},{"id":573,"eClass":"EGenericType"},{"id":574,"eClass":"EGenericType"},{"id":575,"eClass":"EGenericType"},{"id":576,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"feature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":577,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"field","changeable":true,"resolveProxies":true,"lowerBound":0,"id":578,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":false,"lowerBound":0,"id":579,"derived":false},{"id":580,"eClass":"EGenericType"},{"id":581,"eClass":"EGenericType"},{"id":582,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operand","changeable":true,"resolveProxies":false,"lowerBound":0,"id":583,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"operator","changeable":true,"lowerBound":0,"iD":false,"id":584,"derived":false},{"id":585,"eClass":"EGenericType"},{"id":586,"eClass":"EGenericType"},{"id":587,"eClass":"EGenericType"},{"id":588,"eClass":"EGenericType"},{"id":589,"eClass":"EGenericType"},{"name":"incr","id":590,"value":0,"literal":"incr","eClass":"EEnumLiteral"},{"name":"decr","id":591,"value":1,"literal":"decr","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":false,"lowerBound":1,"id":592,"derived":false},{"id":593,"eClass":"EGenericType"},{"id":594,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lhs","changeable":true,"resolveProxies":false,"lowerBound":0,"id":595,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"v","changeable":true,"resolveProxies":false,"lowerBound":0,"id":596,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"equal","unsettable":false,"transient":false,"unique":false,"name":"operator","changeable":true,"lowerBound":0,"iD":false,"id":597,"derived":false},{"id":598,"eClass":"EGenericType"},{"id":599,"eClass":"EGenericType"},{"id":600,"eClass":"EGenericType"},{"id":601,"eClass":"EGenericType"},{"name":"equal","id":602,"value":0,"literal":"equal","eClass":"EEnumLiteral"},{"name":"plusEqual","id":603,"value":1,"literal":"plusEqual","eClass":"EEnumLiteral"},{"name":"minusEqual","id":604,"value":2,"literal":"minusEqual","eClass":"EEnumLiteral"},{"name":"starEqual","id":605,"value":3,"literal":"starEqual","eClass":"EEnumLiteral"},{"name":"modEqual","id":606,"value":4,"literal":"modEqual","eClass":"EEnumLiteral"},{"name":"divEqual","id":607,"value":5,"literal":"divEqual","eClass":"EEnumLiteral"},{"name":"andEqual","id":608,"value":6,"literal":"andEqual","eClass":"EEnumLiteral"},{"name":"orEqual","id":609,"value":7,"literal":"orEqual","eClass":"EEnumLiteral"},{"name":"powerEqual","id":610,"value":8,"literal":"powerEqual","eClass":"EEnumLiteral"},{"name":"shiftLeftEqual","id":611,"value":9,"literal":"shiftLeftEqual","eClass":"EEnumLiteral"},{"name":"shiftRightEqual","id":612,"value":10,"literal":"shiftRightEqual","eClass":"EEnumLiteral"},{"name":"shiftRightDoubledEqual","id":613,"value":11,"literal":"shiftRightDoubledEqual","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":"target","changeable":true,"resolveProxies":false,"lowerBound":0,"id":614,"derived":false},{"container":false,"ordered":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":false,"lowerBound":0,"id":615,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"feature","changeable":true,"resolveProxies":false,"lowerBound":0,"id":616,"derived":false},{"id":617,"eClass":"EGenericType"},{"id":618,"eClass":"EGenericType"},{"id":619,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":false,"lowerBound":0,"id":620,"derived":false},{"id":621,"eClass":"EGenericType"},{"id":622,"eClass":"EGenericType"},{"id":623,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"main_if","changeable":true,"resolveProxies":false,"lowerBound":1,"id":624,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"paralel_ifs","changeable":true,"resolveProxies":false,"lowerBound":0,"id":625,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sequential_ifs","changeable":true,"resolveProxies":false,"lowerBound":0,"id":626,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"final","changeable":true,"resolveProxies":false,"lowerBound":0,"id":627,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"else","changeable":true,"resolveProxies":false,"lowerBound":0,"id":628,"derived":false},{"id":629,"eClass":"EGenericType"},{"id":630,"eClass":"EGenericType"},{"id":631,"eClass":"EGenericType"},{"id":632,"eClass":"EGenericType"},{"id":633,"eClass":"EGenericType"},{"id":634,"eClass":"EGenericType"},{"container":false,"ordered":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":false,"lowerBound":1,"id":635,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":false,"lowerBound":1,"id":636,"derived":false},{"id":637,"eClass":"EGenericType"},{"id":638,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":false,"lowerBound":1,"id":639,"derived":false},{"id":640,"eClass":"EGenericType"},{"container":false,"ordered":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":false,"lowerBound":1,"id":641,"derived":false},{"id":642,"eClass":"EGenericType"},{"id":643,"eClass":"EGenericType"},{"container":false,"ordered":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":false,"lowerBound":1,"id":644,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":false,"lowerBound":1,"id":645,"derived":false},{"id":646,"eClass":"EGenericType"},{"id":647,"eClass":"EGenericType"},{"id":648,"eClass":"EGenericType"},{"id":649,"eClass":"EGenericType"},{"id":650,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":false,"lowerBound":1,"id":651,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"control","changeable":true,"resolveProxies":false,"lowerBound":1,"id":652,"derived":false},{"id":653,"eClass":"EGenericType"},{"id":654,"eClass":"EGenericType"},{"id":655,"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":"vars","changeable":true,"resolveProxies":false,"lowerBound":1,"id":656,"derived":false},{"id":657,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"var","changeable":true,"resolveProxies":false,"lowerBound":1,"id":658,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":false,"lowerBound":1,"id":659,"derived":false},{"id":660,"eClass":"EGenericType"},{"id":661,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":false,"lowerBound":1,"id":662,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"clauses","changeable":true,"resolveProxies":false,"lowerBound":0,"id":663,"derived":false},{"id":664,"eClass":"EGenericType"},{"id":665,"eClass":"EGenericType"},{"id":666,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":false,"lowerBound":0,"id":667,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":false,"lowerBound":1,"id":668,"derived":false},{"id":669,"eClass":"EGenericType"},{"id":670,"eClass":"EGenericType"},{"id":671,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":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":1,"target":0},{"source":1,"target":139},{"source":1,"target":140},{"source":139,"target":141},{"source":139,"target":1},{"source":140,"target":24},{"source":140,"target":142},{"source":140,"target":1},{"source":142,"target":24},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":143},{"source":2,"target":144},{"source":2,"target":145},{"source":2,"target":146},{"source":2,"target":147},{"source":143,"target":2},{"source":143,"target":148},{"source":143,"target":2},{"source":143,"target":139},{"source":148,"target":2},{"source":144,"target":13},{"source":144,"target":149},{"source":144,"target":2},{"source":144,"target":139},{"source":149,"target":13},{"source":145,"target":13},{"source":145,"target":150},{"source":145,"target":2},{"source":145,"target":139},{"source":150,"target":13},{"source":146,"target":3},{"source":146,"target":151},{"source":146,"target":2},{"source":146,"target":139},{"source":151,"target":3},{"source":147,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":152},{"source":3,"target":153},{"source":3,"target":154},{"source":3,"target":155},{"source":152,"target":5},{"source":152,"target":156},{"source":152,"target":3},{"source":152,"target":139},{"source":156,"target":5},{"source":153,"target":6},{"source":153,"target":157},{"source":153,"target":3},{"source":153,"target":139},{"source":157,"target":6},{"source":154,"target":4},{"source":154,"target":158},{"source":154,"target":3},{"source":154,"target":139},{"source":158,"target":4},{"source":155,"target":1},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":159},{"source":159,"target":1},{"source":5,"target":0},{"source":5,"target":1},{"source":5,"target":160},{"source":5,"target":161},{"source":160,"target":162},{"source":160,"target":5},{"source":161,"target":1},{"source":6,"target":0},{"source":6,"target":1},{"source":6,"target":163},{"source":163,"target":1},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":164},{"source":7,"target":165},{"source":7,"target":166},{"source":7,"target":167},{"source":7,"target":168},{"source":164,"target":10},{"source":164,"target":169},{"source":164,"target":7},{"source":164,"target":139},{"source":169,"target":10},{"source":165,"target":170},{"source":165,"target":7},{"source":166,"target":171},{"source":166,"target":7},{"source":167,"target":7},{"source":167,"target":172},{"source":167,"target":7},{"source":167,"target":139},{"source":172,"target":7},{"source":168,"target":6},{"source":8,"target":0},{"source":8,"target":6},{"source":8,"target":173},{"source":8,"target":174},{"source":8,"target":175},{"source":173,"target":10},{"source":173,"target":176},{"source":173,"target":8},{"source":173,"target":139},{"source":176,"target":10},{"source":174,"target":9},{"source":174,"target":177},{"source":174,"target":8},{"source":177,"target":9},{"source":175,"target":6},{"source":9,"target":0},{"source":9,"target":6},{"source":9,"target":178},{"source":9,"target":179},{"source":9,"target":180},{"source":178,"target":10},{"source":178,"target":181},{"source":178,"target":9},{"source":181,"target":10},{"source":179,"target":10},{"source":179,"target":182},{"source":179,"target":9},{"source":182,"target":10},{"source":180,"target":6},{"source":10,"target":0},{"source":10,"target":1},{"source":10,"target":183},{"source":10,"target":184},{"source":10,"target":185},{"source":10,"target":186},{"source":183,"target":41},{"source":183,"target":187},{"source":183,"target":10},{"source":187,"target":41},{"source":184,"target":188},{"source":184,"target":10},{"source":185,"target":189},{"source":185,"target":10},{"source":186,"target":1},{"source":11,"target":0},{"source":11,"target":6},{"source":11,"target":190},{"source":190,"target":6},{"source":12,"target":0},{"source":12,"target":1},{"source":12,"target":191},{"source":12,"target":192},{"source":12,"target":193},{"source":12,"target":194},{"source":12,"target":195},{"source":12,"target":196},{"source":191,"target":2},{"source":191,"target":197},{"source":191,"target":12},{"source":191,"target":139},{"source":197,"target":2},{"source":192,"target":68},{"source":192,"target":198},{"source":192,"target":12},{"source":192,"target":139},{"source":198,"target":68},{"source":193,"target":13},{"source":193,"target":199},{"source":193,"target":12},{"source":193,"target":139},{"source":199,"target":13},{"source":194,"target":69},{"source":194,"target":200},{"source":194,"target":12},{"source":200,"target":69},{"source":195,"target":3},{"source":195,"target":201},{"source":195,"target":12},{"source":195,"target":139},{"source":201,"target":3},{"source":196,"target":1},{"source":13,"target":0},{"source":13,"target":1},{"source":13,"target":202},{"source":202,"target":1},{"source":14,"target":0},{"source":14,"target":13},{"source":14,"target":203},{"source":203,"target":13},{"source":15,"target":0},{"source":15,"target":17},{"source":15,"target":204},{"source":15,"target":205},{"source":15,"target":206},{"source":204,"target":18},{"source":204,"target":207},{"source":204,"target":15},{"source":204,"target":139},{"source":207,"target":18},{"source":205,"target":15},{"source":205,"target":208},{"source":205,"target":15},{"source":205,"target":139},{"source":208,"target":15},{"source":206,"target":17},{"source":16,"target":0},{"source":16,"target":14},{"source":16,"target":209},{"source":209,"target":14},{"source":17,"target":0},{"source":17,"target":14},{"source":17,"target":210},{"source":17,"target":211},{"source":210,"target":212},{"source":210,"target":17},{"source":211,"target":14},{"source":18,"target":0},{"source":18,"target":1},{"source":18,"target":213},{"source":18,"target":214},{"source":18,"target":215},{"source":213,"target":17},{"source":213,"target":216},{"source":213,"target":18},{"source":213,"target":139},{"source":216,"target":17},{"source":214,"target":86},{"source":214,"target":217},{"source":214,"target":18},{"source":217,"target":86},{"source":215,"target":1},{"source":19,"target":0},{"source":19,"target":14},{"source":19,"target":218},{"source":19,"target":219},{"source":218,"target":16},{"source":218,"target":220},{"source":218,"target":19},{"source":220,"target":16},{"source":219,"target":14},{"source":20,"target":0},{"source":20,"target":17},{"source":20,"target":221},{"source":20,"target":222},{"source":20,"target":223},{"source":20,"target":224},{"source":221,"target":19},{"source":221,"target":225},{"source":221,"target":20},{"source":221,"target":139},{"source":225,"target":19},{"source":222,"target":16},{"source":222,"target":226},{"source":222,"target":20},{"source":222,"target":139},{"source":226,"target":16},{"source":223,"target":20},{"source":223,"target":227},{"source":223,"target":20},{"source":223,"target":139},{"source":227,"target":20},{"source":224,"target":17},{"source":21,"target":0},{"source":21,"target":228},{"source":21,"target":229},{"source":21,"target":230},{"source":228,"target":21},{"source":229,"target":21},{"source":230,"target":21},{"source":22,"target":0},{"source":22,"target":17},{"source":22,"target":231},{"source":22,"target":232},{"source":231,"target":23},{"source":231,"target":233},{"source":231,"target":22},{"source":231,"target":234},{"source":231,"target":235},{"source":233,"target":23},{"source":232,"target":17},{"source":23,"target":0},{"source":23,"target":234},{"source":23,"target":235},{"source":234,"target":22},{"source":234,"target":236},{"source":234,"target":23},{"source":234,"target":231},{"source":236,"target":22},{"source":235,"target":237},{"source":235,"target":23},{"source":24,"target":0},{"source":24,"target":238},{"source":24,"target":239},{"source":24,"target":240},{"source":238,"target":241},{"source":238,"target":24},{"source":239,"target":17},{"source":239,"target":242},{"source":239,"target":24},{"source":239,"target":139},{"source":242,"target":17},{"source":240,"target":74},{"source":240,"target":243},{"source":240,"target":24},{"source":243,"target":74},{"source":25,"target":0},{"source":25,"target":13},{"source":25,"target":244},{"source":25,"target":245},{"source":25,"target":246},{"source":25,"target":247},{"source":244,"target":25},{"source":244,"target":248},{"source":244,"target":25},{"source":244,"target":139},{"source":248,"target":25},{"source":245,"target":14},{"source":245,"target":249},{"source":245,"target":25},{"source":245,"target":139},{"source":249,"target":14},{"source":246,"target":5},{"source":246,"target":250},{"source":246,"target":25},{"source":246,"target":139},{"source":250,"target":5},{"source":247,"target":13},{"source":26,"target":0},{"source":26,"target":1},{"source":26,"target":251},{"source":26,"target":252},{"source":26,"target":253},{"source":251,"target":254},{"source":251,"target":26},{"source":252,"target":255},{"source":252,"target":26},{"source":253,"target":1},{"source":27,"target":0},{"source":27,"target":25},{"source":27,"target":256},{"source":27,"target":257},{"source":27,"target":258},{"source":27,"target":259},{"source":27,"target":260},{"source":27,"target":261},{"source":256,"target":38},{"source":256,"target":262},{"source":256,"target":27},{"source":256,"target":139},{"source":262,"target":38},{"source":257,"target":32},{"source":257,"target":263},{"source":257,"target":27},{"source":263,"target":32},{"source":258,"target":264},{"source":258,"target":27},{"source":259,"target":7},{"source":259,"target":265},{"source":259,"target":27},{"source":259,"target":139},{"source":265,"target":7},{"source":260,"target":3},{"source":260,"target":266},{"source":260,"target":27},{"source":260,"target":139},{"source":266,"target":3},{"source":261,"target":25},{"source":28,"target":0},{"source":28,"target":27},{"source":28,"target":267},{"source":267,"target":27},{"source":29,"target":0},{"source":29,"target":26},{"source":29,"target":268},{"source":29,"target":269},{"source":29,"target":270},{"source":268,"target":27},{"source":268,"target":271},{"source":268,"target":29},{"source":268,"target":139},{"source":271,"target":27},{"source":269,"target":38},{"source":269,"target":272},{"source":269,"target":29},{"source":269,"target":139},{"source":272,"target":38},{"source":270,"target":26},{"source":30,"target":0},{"source":30,"target":25},{"source":30,"target":273},{"source":30,"target":274},{"source":30,"target":275},{"source":30,"target":276},{"source":30,"target":277},{"source":273,"target":38},{"source":273,"target":278},{"source":273,"target":30},{"source":273,"target":139},{"source":278,"target":38},{"source":274,"target":40},{"source":274,"target":279},{"source":274,"target":30},{"source":279,"target":40},{"source":275,"target":32},{"source":275,"target":280},{"source":275,"target":30},{"source":280,"target":32},{"source":276,"target":8},{"source":276,"target":281},{"source":276,"target":30},{"source":276,"target":139},{"source":281,"target":8},{"source":277,"target":25},{"source":31,"target":0},{"source":31,"target":26},{"source":31,"target":282},{"source":31,"target":283},{"source":31,"target":284},{"source":31,"target":285},{"source":282,"target":30},{"source":282,"target":286},{"source":282,"target":31},{"source":282,"target":139},{"source":286,"target":30},{"source":283,"target":38},{"source":283,"target":287},{"source":283,"target":31},{"source":283,"target":139},{"source":287,"target":38},{"source":284,"target":39},{"source":284,"target":288},{"source":284,"target":31},{"source":288,"target":39},{"source":285,"target":26},{"source":32,"target":0},{"source":32,"target":289},{"source":32,"target":290},{"source":32,"target":291},{"source":289,"target":29},{"source":289,"target":292},{"source":289,"target":32},{"source":289,"target":139},{"source":292,"target":29},{"source":290,"target":31},{"source":290,"target":293},{"source":290,"target":32},{"source":290,"target":139},{"source":293,"target":31},{"source":291,"target":34},{"source":291,"target":294},{"source":291,"target":32},{"source":294,"target":34},{"source":33,"target":0},{"source":33,"target":295},{"source":33,"target":296},{"source":295,"target":38},{"source":295,"target":297},{"source":295,"target":33},{"source":295,"target":139},{"source":297,"target":38},{"source":296,"target":38},{"source":296,"target":298},{"source":296,"target":33},{"source":296,"target":139},{"source":298,"target":38},{"source":34,"target":0},{"source":34,"target":33},{"source":34,"target":299},{"source":34,"target":300},{"source":299,"target":301},{"source":299,"target":34},{"source":300,"target":33},{"source":35,"target":0},{"source":35,"target":25},{"source":35,"target":302},{"source":302,"target":25},{"source":36,"target":0},{"source":36,"target":35},{"source":36,"target":303},{"source":36,"target":304},{"source":303,"target":38},{"source":303,"target":305},{"source":303,"target":36},{"source":303,"target":139},{"source":305,"target":38},{"source":304,"target":35},{"source":37,"target":0},{"source":37,"target":35},{"source":37,"target":306},{"source":37,"target":307},{"source":37,"target":308},{"source":37,"target":309},{"source":306,"target":41},{"source":306,"target":310},{"source":306,"target":37},{"source":310,"target":41},{"source":307,"target":17},{"source":307,"target":311},{"source":307,"target":37},{"source":307,"target":139},{"source":311,"target":17},{"source":308,"target":86},{"source":308,"target":312},{"source":308,"target":37},{"source":312,"target":86},{"source":309,"target":35},{"source":38,"target":0},{"source":38,"target":26},{"source":38,"target":313},{"source":38,"target":314},{"source":38,"target":315},{"source":313,"target":35},{"source":313,"target":316},{"source":313,"target":38},{"source":313,"target":139},{"source":316,"target":35},{"source":314,"target":10},{"source":314,"target":317},{"source":314,"target":38},{"source":317,"target":10},{"source":315,"target":26},{"source":39,"target":0},{"source":39,"target":33},{"source":39,"target":318},{"source":318,"target":33},{"source":40,"target":0},{"source":40,"target":33},{"source":40,"target":319},{"source":40,"target":320},{"source":319,"target":17},{"source":319,"target":321},{"source":319,"target":40},{"source":319,"target":139},{"source":321,"target":17},{"source":320,"target":33},{"source":41,"target":0},{"source":41,"target":322},{"source":41,"target":323},{"source":41,"target":324},{"source":322,"target":41},{"source":323,"target":41},{"source":324,"target":41},{"source":42,"target":0},{"source":42,"target":13},{"source":42,"target":325},{"source":42,"target":326},{"source":42,"target":327},{"source":42,"target":328},{"source":42,"target":329},{"source":42,"target":330},{"source":42,"target":331},{"source":325,"target":46},{"source":325,"target":332},{"source":325,"target":42},{"source":325,"target":139},{"source":332,"target":46},{"source":326,"target":46},{"source":326,"target":333},{"source":326,"target":42},{"source":326,"target":139},{"source":333,"target":46},{"source":327,"target":42},{"source":327,"target":334},{"source":327,"target":42},{"source":327,"target":139},{"source":334,"target":42},{"source":328,"target":14},{"source":328,"target":335},{"source":328,"target":42},{"source":328,"target":139},{"source":335,"target":14},{"source":329,"target":48},{"source":329,"target":336},{"source":329,"target":42},{"source":336,"target":48},{"source":330,"target":50},{"source":330,"target":337},{"source":330,"target":42},{"source":337,"target":50},{"source":331,"target":13},{"source":43,"target":0},{"source":43,"target":42},{"source":43,"target":338},{"source":43,"target":339},{"source":43,"target":340},{"source":338,"target":55},{"source":338,"target":341},{"source":338,"target":43},{"source":341,"target":55},{"source":339,"target":11},{"source":339,"target":342},{"source":339,"target":43},{"source":339,"target":139},{"source":342,"target":11},{"source":340,"target":42},{"source":44,"target":0},{"source":44,"target":42},{"source":44,"target":54},{"source":44,"target":343},{"source":44,"target":344},{"source":44,"target":345},{"source":343,"target":17},{"source":343,"target":346},{"source":343,"target":44},{"source":343,"target":139},{"source":346,"target":17},{"source":344,"target":42},{"source":345,"target":54},{"source":45,"target":0},{"source":45,"target":1},{"source":45,"target":54},{"source":45,"target":347},{"source":45,"target":348},{"source":45,"target":349},{"source":45,"target":350},{"source":347,"target":44},{"source":347,"target":351},{"source":347,"target":45},{"source":347,"target":139},{"source":351,"target":44},{"source":348,"target":46},{"source":348,"target":352},{"source":348,"target":45},{"source":348,"target":139},{"source":352,"target":46},{"source":349,"target":1},{"source":350,"target":54},{"source":46,"target":0},{"source":46,"target":18},{"source":46,"target":54},{"source":46,"target":353},{"source":46,"target":354},{"source":46,"target":355},{"source":353,"target":356},{"source":353,"target":46},{"source":354,"target":18},{"source":355,"target":54},{"source":47,"target":0},{"source":47,"target":42},{"source":47,"target":357},{"source":47,"target":358},{"source":357,"target":74},{"source":357,"target":359},{"source":357,"target":47},{"source":359,"target":74},{"source":358,"target":42},{"source":48,"target":0},{"source":48,"target":360},{"source":48,"target":361},{"source":360,"target":47},{"source":360,"target":362},{"source":360,"target":48},{"source":362,"target":47},{"source":361,"target":21},{"source":361,"target":363},{"source":361,"target":48},{"source":363,"target":21},{"source":49,"target":0},{"source":49,"target":364},{"source":49,"target":365},{"source":49,"target":366},{"source":364,"target":54},{"source":364,"target":367},{"source":364,"target":49},{"source":367,"target":54},{"source":365,"target":54},{"source":365,"target":368},{"source":365,"target":49},{"source":368,"target":54},{"source":366,"target":52},{"source":366,"target":369},{"source":366,"target":49},{"source":369,"target":52},{"source":50,"target":0},{"source":50,"target":49},{"source":50,"target":370},{"source":370,"target":49},{"source":51,"target":0},{"source":51,"target":49},{"source":51,"target":371},{"source":371,"target":49},{"source":52,"target":0},{"source":52,"target":54},{"source":52,"target":372},{"source":52,"target":373},{"source":372,"target":53},{"source":372,"target":374},{"source":372,"target":52},{"source":374,"target":53},{"source":373,"target":54},{"source":53,"target":0},{"source":53,"target":375},{"source":53,"target":376},{"source":375,"target":74},{"source":375,"target":377},{"source":375,"target":53},{"source":377,"target":74},{"source":376,"target":54},{"source":376,"target":378},{"source":376,"target":53},{"source":378,"target":54},{"source":54,"target":0},{"source":55,"target":0},{"source":55,"target":379},{"source":55,"target":380},{"source":55,"target":381},{"source":379,"target":45},{"source":379,"target":382},{"source":379,"target":55},{"source":379,"target":139},{"source":382,"target":45},{"source":380,"target":49},{"source":380,"target":383},{"source":380,"target":55},{"source":383,"target":49},{"source":381,"target":56},{"source":381,"target":384},{"source":381,"target":55},{"source":384,"target":56},{"source":56,"target":0},{"source":56,"target":1},{"source":56,"target":54},{"source":56,"target":385},{"source":56,"target":386},{"source":56,"target":387},{"source":56,"target":388},{"source":56,"target":389},{"source":385,"target":17},{"source":385,"target":390},{"source":385,"target":56},{"source":385,"target":139},{"source":390,"target":17},{"source":386,"target":74},{"source":386,"target":391},{"source":386,"target":56},{"source":391,"target":74},{"source":387,"target":86},{"source":387,"target":392},{"source":387,"target":56},{"source":392,"target":86},{"source":388,"target":1},{"source":389,"target":54},{"source":57,"target":0},{"source":57,"target":56},{"source":57,"target":393},{"source":393,"target":56},{"source":58,"target":0},{"source":58,"target":56},{"source":58,"target":394},{"source":394,"target":56},{"source":59,"target":0},{"source":59,"target":42},{"source":59,"target":395},{"source":59,"target":396},{"source":395,"target":61},{"source":395,"target":397},{"source":395,"target":59},{"source":397,"target":61},{"source":396,"target":42},{"source":60,"target":0},{"source":61,"target":0},{"source":61,"target":60},{"source":61,"target":398},{"source":61,"target":399},{"source":61,"target":400},{"source":61,"target":401},{"source":61,"target":402},{"source":398,"target":63},{"source":398,"target":403},{"source":398,"target":61},{"source":403,"target":63},{"source":399,"target":60},{"source":399,"target":404},{"source":399,"target":61},{"source":404,"target":60},{"source":400,"target":61},{"source":400,"target":405},{"source":400,"target":61},{"source":405,"target":61},{"source":401,"target":62},{"source":401,"target":406},{"source":401,"target":61},{"source":406,"target":62},{"source":402,"target":60},{"source":62,"target":0},{"source":62,"target":407},{"source":62,"target":408},{"source":407,"target":62},{"source":408,"target":62},{"source":63,"target":0},{"source":63,"target":409},{"source":63,"target":410},{"source":63,"target":411},{"source":63,"target":412},{"source":409,"target":63},{"source":410,"target":63},{"source":411,"target":63},{"source":412,"target":63},{"source":64,"target":0},{"source":64,"target":60},{"source":64,"target":413},{"source":64,"target":414},{"source":413,"target":46},{"source":413,"target":415},{"source":413,"target":64},{"source":413,"target":139},{"source":415,"target":46},{"source":414,"target":60},{"source":65,"target":0},{"source":65,"target":64},{"source":65,"target":416},{"source":65,"target":417},{"source":416,"target":74},{"source":416,"target":418},{"source":416,"target":65},{"source":418,"target":74},{"source":417,"target":64},{"source":66,"target":0},{"source":66,"target":64},{"source":66,"target":419},{"source":66,"target":420},{"source":419,"target":18},{"source":419,"target":421},{"source":419,"target":66},{"source":421,"target":18},{"source":420,"target":64},{"source":67,"target":0},{"source":67,"target":13},{"source":67,"target":422},{"source":67,"target":423},{"source":67,"target":424},{"source":67,"target":425},{"source":422,"target":73},{"source":422,"target":426},{"source":422,"target":67},{"source":426,"target":73},{"source":423,"target":17},{"source":423,"target":427},{"source":423,"target":67},{"source":427,"target":17},{"source":424,"target":18},{"source":424,"target":428},{"source":424,"target":67},{"source":428,"target":18},{"source":425,"target":13},{"source":68,"target":0},{"source":68,"target":1},{"source":68,"target":429},{"source":68,"target":430},{"source":68,"target":431},{"source":68,"target":432},{"source":68,"target":433},{"source":68,"target":434},{"source":68,"target":435},{"source":429,"target":436},{"source":429,"target":68},{"source":430,"target":437},{"source":430,"target":68},{"source":431,"target":438},{"source":431,"target":68},{"source":432,"target":68},{"source":432,"target":439},{"source":432,"target":68},{"source":432,"target":139},{"source":439,"target":68},{"source":433,"target":68},{"source":433,"target":440},{"source":433,"target":68},{"source":433,"target":139},{"source":440,"target":68},{"source":434,"target":13},{"source":434,"target":441},{"source":434,"target":68},{"source":434,"target":139},{"source":441,"target":13},{"source":435,"target":1},{"source":69,"target":0},{"source":69,"target":442},{"source":442,"target":70},{"source":442,"target":443},{"source":442,"target":69},{"source":443,"target":70},{"source":70,"target":0},{"source":71,"target":0},{"source":71,"target":70},{"source":71,"target":444},{"source":71,"target":445},{"source":71,"target":446},{"source":444,"target":67},{"source":444,"target":447},{"source":444,"target":71},{"source":447,"target":67},{"source":445,"target":44},{"source":445,"target":448},{"source":445,"target":71},{"source":448,"target":44},{"source":446,"target":70},{"source":72,"target":0},{"source":72,"target":70},{"source":72,"target":449},{"source":72,"target":450},{"source":72,"target":451},{"source":449,"target":43},{"source":449,"target":452},{"source":449,"target":72},{"source":452,"target":43},{"source":450,"target":25},{"source":450,"target":453},{"source":450,"target":72},{"source":453,"target":25},{"source":451,"target":70},{"source":73,"target":0},{"source":73,"target":454},{"source":454,"target":73},{"source":74,"target":0},{"source":74,"target":73},{"source":74,"target":455},{"source":455,"target":73},{"source":75,"target":0},{"source":75,"target":74},{"source":75,"target":456},{"source":75,"target":457},{"source":75,"target":458},{"source":75,"target":459},{"source":456,"target":74},{"source":456,"target":460},{"source":456,"target":75},{"source":460,"target":74},{"source":457,"target":74},{"source":457,"target":461},{"source":457,"target":75},{"source":461,"target":74},{"source":458,"target":74},{"source":458,"target":462},{"source":458,"target":75},{"source":462,"target":74},{"source":459,"target":74},{"source":76,"target":0},{"source":76,"target":74},{"source":76,"target":463},{"source":76,"target":464},{"source":76,"target":465},{"source":463,"target":74},{"source":463,"target":466},{"source":463,"target":76},{"source":466,"target":74},{"source":464,"target":74},{"source":464,"target":467},{"source":464,"target":76},{"source":467,"target":74},{"source":465,"target":74},{"source":77,"target":0},{"source":77,"target":76},{"source":77,"target":468},{"source":77,"target":469},{"source":468,"target":470},{"source":468,"target":77},{"source":469,"target":76},{"source":78,"target":0},{"source":78,"target":76},{"source":78,"target":471},{"source":78,"target":472},{"source":471,"target":473},{"source":471,"target":78},{"source":472,"target":76},{"source":79,"target":0},{"source":79,"target":76},{"source":79,"target":474},{"source":79,"target":475},{"source":474,"target":93},{"source":474,"target":476},{"source":474,"target":79},{"source":476,"target":93},{"source":475,"target":76},{"source":80,"target":0},{"source":80,"target":76},{"source":80,"target":477},{"source":80,"target":478},{"source":477,"target":92},{"source":477,"target":479},{"source":477,"target":80},{"source":479,"target":92},{"source":478,"target":76},{"source":81,"target":0},{"source":81,"target":76},{"source":81,"target":480},{"source":81,"target":481},{"source":480,"target":91},{"source":480,"target":482},{"source":480,"target":81},{"source":482,"target":91},{"source":481,"target":76},{"source":82,"target":0},{"source":82,"target":76},{"source":82,"target":483},{"source":82,"target":484},{"source":483,"target":90},{"source":483,"target":485},{"source":483,"target":82},{"source":485,"target":90},{"source":484,"target":76},{"source":83,"target":0},{"source":83,"target":76},{"source":83,"target":486},{"source":83,"target":487},{"source":486,"target":95},{"source":486,"target":488},{"source":486,"target":83},{"source":488,"target":95},{"source":487,"target":76},{"source":84,"target":0},{"source":84,"target":74},{"source":84,"target":489},{"source":84,"target":490},{"source":84,"target":491},{"source":489,"target":17},{"source":489,"target":492},{"source":489,"target":84},{"source":492,"target":17},{"source":490,"target":87},{"source":490,"target":493},{"source":490,"target":84},{"source":493,"target":87},{"source":491,"target":74},{"source":85,"target":0},{"source":85,"target":74},{"source":85,"target":494},{"source":85,"target":495},{"source":85,"target":496},{"source":494,"target":74},{"source":494,"target":497},{"source":494,"target":85},{"source":497,"target":74},{"source":495,"target":86},{"source":495,"target":498},{"source":495,"target":85},{"source":498,"target":86},{"source":496,"target":74},{"source":86,"target":0},{"source":86,"target":499},{"source":499,"target":74},{"source":499,"target":500},{"source":499,"target":86},{"source":500,"target":74},{"source":87,"target":0},{"source":88,"target":0},{"source":88,"target":87},{"source":88,"target":501},{"source":88,"target":502},{"source":501,"target":112},{"source":501,"target":503},{"source":501,"target":88},{"source":503,"target":112},{"source":502,"target":87},{"source":89,"target":0},{"source":89,"target":87},{"source":89,"target":504},{"source":89,"target":505},{"source":89,"target":506},{"source":504,"target":108},{"source":504,"target":507},{"source":504,"target":89},{"source":507,"target":108},{"source":505,"target":108},{"source":505,"target":508},{"source":505,"target":89},{"source":508,"target":108},{"source":506,"target":87},{"source":90,"target":0},{"source":90,"target":509},{"source":90,"target":510},{"source":509,"target":90},{"source":510,"target":90},{"source":91,"target":0},{"source":91,"target":511},{"source":91,"target":512},{"source":91,"target":513},{"source":511,"target":91},{"source":512,"target":91},{"source":513,"target":91},{"source":92,"target":0},{"source":92,"target":514},{"source":92,"target":515},{"source":92,"target":516},{"source":514,"target":92},{"source":515,"target":92},{"source":516,"target":92},{"source":93,"target":0},{"source":93,"target":517},{"source":93,"target":518},{"source":93,"target":519},{"source":93,"target":520},{"source":517,"target":93},{"source":518,"target":93},{"source":519,"target":93},{"source":520,"target":93},{"source":94,"target":0},{"source":94,"target":521},{"source":94,"target":522},{"source":521,"target":94},{"source":522,"target":94},{"source":95,"target":0},{"source":95,"target":523},{"source":95,"target":524},{"source":523,"target":95},{"source":524,"target":95},{"source":96,"target":0},{"source":96,"target":74},{"source":96,"target":525},{"source":96,"target":526},{"source":96,"target":527},{"source":525,"target":74},{"source":525,"target":528},{"source":525,"target":96},{"source":528,"target":74},{"source":526,"target":529},{"source":526,"target":96},{"source":527,"target":74},{"source":97,"target":0},{"source":97,"target":96},{"source":97,"target":530},{"source":530,"target":96},{"source":98,"target":0},{"source":98,"target":96},{"source":98,"target":531},{"source":531,"target":96},{"source":99,"target":0},{"source":99,"target":96},{"source":99,"target":532},{"source":532,"target":96},{"source":100,"target":0},{"source":100,"target":96},{"source":100,"target":533},{"source":100,"target":534},{"source":533,"target":17},{"source":533,"target":535},{"source":533,"target":100},{"source":535,"target":17},{"source":534,"target":96},{"source":101,"target":0},{"source":101,"target":96},{"source":101,"target":536},{"source":536,"target":96},{"source":102,"target":0},{"source":102,"target":96},{"source":102,"target":537},{"source":102,"target":538},{"source":537,"target":17},{"source":537,"target":539},{"source":537,"target":102},{"source":539,"target":17},{"source":538,"target":96},{"source":103,"target":0},{"source":103,"target":74},{"source":103,"target":540},{"source":540,"target":74},{"source":104,"target":0},{"source":104,"target":103},{"source":104,"target":541},{"source":104,"target":542},{"source":104,"target":543},{"source":541,"target":17},{"source":541,"target":544},{"source":541,"target":104},{"source":544,"target":17},{"source":542,"target":86},{"source":542,"target":545},{"source":542,"target":104},{"source":545,"target":86},{"source":543,"target":103},{"source":105,"target":0},{"source":105,"target":103},{"source":105,"target":546},{"source":105,"target":547},{"source":546,"target":1},{"source":546,"target":548},{"source":546,"target":105},{"source":546,"target":139},{"source":548,"target":1},{"source":547,"target":103},{"source":106,"target":0},{"source":106,"target":103},{"source":106,"target":549},{"source":549,"target":103},{"source":107,"target":0},{"source":107,"target":112},{"source":107,"target":550},{"source":107,"target":551},{"source":550,"target":552},{"source":550,"target":107},{"source":551,"target":112},{"source":108,"target":0},{"source":108,"target":112},{"source":108,"target":553},{"source":108,"target":554},{"source":553,"target":555},{"source":553,"target":108},{"source":554,"target":112},{"source":109,"target":0},{"source":109,"target":112},{"source":109,"target":556},{"source":109,"target":557},{"source":556,"target":558},{"source":556,"target":109},{"source":557,"target":112},{"source":110,"target":0},{"source":110,"target":112},{"source":110,"target":559},{"source":110,"target":560},{"source":110,"target":561},{"source":559,"target":23},{"source":559,"target":562},{"source":559,"target":110},{"source":562,"target":23},{"source":560,"target":22},{"source":560,"target":563},{"source":560,"target":110},{"source":563,"target":22},{"source":561,"target":112},{"source":111,"target":0},{"source":111,"target":112},{"source":111,"target":564},{"source":564,"target":112},{"source":112,"target":0},{"source":112,"target":106},{"source":112,"target":565},{"source":565,"target":106},{"source":113,"target":0},{"source":113,"target":106},{"source":113,"target":566},{"source":566,"target":106},{"source":114,"target":0},{"source":114,"target":103},{"source":114,"target":567},{"source":114,"target":568},{"source":567,"target":116},{"source":567,"target":569},{"source":567,"target":114},{"source":569,"target":116},{"source":568,"target":103},{"source":115,"target":0},{"source":115,"target":103},{"source":115,"target":570},{"source":115,"target":571},{"source":115,"target":572},{"source":115,"target":573},{"source":570,"target":18},{"source":570,"target":574},{"source":570,"target":115},{"source":570,"target":139},{"source":574,"target":18},{"source":571,"target":18},{"source":571,"target":575},{"source":571,"target":115},{"source":571,"target":139},{"source":575,"target":18},{"source":572,"target":86},{"source":572,"target":576},{"source":572,"target":115},{"source":576,"target":86},{"source":573,"target":103},{"source":116,"target":0},{"source":116,"target":577},{"source":116,"target":578},{"source":116,"target":579},{"source":577,"target":1},{"source":577,"target":580},{"source":577,"target":116},{"source":580,"target":1},{"source":578,"target":1},{"source":578,"target":581},{"source":578,"target":116},{"source":581,"target":1},{"source":579,"target":74},{"source":579,"target":582},{"source":579,"target":116},{"source":582,"target":74},{"source":117,"target":0},{"source":117,"target":74},{"source":117,"target":583},{"source":117,"target":584},{"source":117,"target":585},{"source":583,"target":124},{"source":583,"target":586},{"source":583,"target":117},{"source":586,"target":124},{"source":584,"target":120},{"source":584,"target":587},{"source":584,"target":117},{"source":587,"target":120},{"source":585,"target":74},{"source":118,"target":0},{"source":118,"target":117},{"source":118,"target":588},{"source":588,"target":117},{"source":119,"target":0},{"source":119,"target":117},{"source":119,"target":589},{"source":589,"target":117},{"source":120,"target":0},{"source":120,"target":590},{"source":120,"target":591},{"source":590,"target":120},{"source":591,"target":120},{"source":121,"target":0},{"source":121,"target":73},{"source":121,"target":592},{"source":121,"target":593},{"source":592,"target":73},{"source":592,"target":594},{"source":592,"target":121},{"source":594,"target":73},{"source":593,"target":73},{"source":122,"target":0},{"source":122,"target":74},{"source":122,"target":595},{"source":122,"target":596},{"source":122,"target":597},{"source":122,"target":598},{"source":595,"target":124},{"source":595,"target":599},{"source":595,"target":122},{"source":599,"target":124},{"source":596,"target":74},{"source":596,"target":600},{"source":596,"target":122},{"source":600,"target":74},{"source":597,"target":123},{"source":597,"target":601},{"source":597,"target":122},{"source":601,"target":123},{"source":598,"target":74},{"source":123,"target":0},{"source":123,"target":602},{"source":123,"target":603},{"source":123,"target":604},{"source":123,"target":605},{"source":123,"target":606},{"source":123,"target":607},{"source":123,"target":608},{"source":123,"target":609},{"source":123,"target":610},{"source":123,"target":611},{"source":123,"target":612},{"source":123,"target":613},{"source":602,"target":123},{"source":603,"target":123},{"source":604,"target":123},{"source":605,"target":123},{"source":606,"target":123},{"source":607,"target":123},{"source":608,"target":123},{"source":609,"target":123},{"source":610,"target":123},{"source":611,"target":123},{"source":612,"target":123},{"source":613,"target":123},{"source":124,"target":0},{"source":124,"target":614},{"source":124,"target":615},{"source":124,"target":616},{"source":614,"target":105},{"source":614,"target":617},{"source":614,"target":124},{"source":617,"target":105},{"source":615,"target":86},{"source":615,"target":618},{"source":615,"target":124},{"source":618,"target":86},{"source":616,"target":103},{"source":616,"target":619},{"source":616,"target":124},{"source":619,"target":103},{"source":125,"target":0},{"source":125,"target":73},{"source":125,"target":18},{"source":125,"target":620},{"source":125,"target":621},{"source":125,"target":622},{"source":620,"target":74},{"source":620,"target":623},{"source":620,"target":125},{"source":623,"target":74},{"source":621,"target":73},{"source":622,"target":18},{"source":126,"target":0},{"source":126,"target":73},{"source":126,"target":624},{"source":126,"target":625},{"source":126,"target":626},{"source":126,"target":627},{"source":126,"target":628},{"source":126,"target":629},{"source":624,"target":127},{"source":624,"target":630},{"source":624,"target":126},{"source":630,"target":127},{"source":625,"target":127},{"source":625,"target":631},{"source":625,"target":126},{"source":631,"target":127},{"source":626,"target":127},{"source":626,"target":632},{"source":626,"target":126},{"source":632,"target":127},{"source":627,"target":128},{"source":627,"target":633},{"source":627,"target":126},{"source":633,"target":128},{"source":628,"target":128},{"source":628,"target":634},{"source":628,"target":126},{"source":634,"target":128},{"source":629,"target":73},{"source":127,"target":0},{"source":127,"target":635},{"source":127,"target":636},{"source":635,"target":74},{"source":635,"target":637},{"source":635,"target":127},{"source":637,"target":74},{"source":636,"target":73},{"source":636,"target":638},{"source":636,"target":127},{"source":638,"target":73},{"source":128,"target":0},{"source":128,"target":639},{"source":639,"target":73},{"source":639,"target":640},{"source":639,"target":128},{"source":640,"target":73},{"source":129,"target":0},{"source":129,"target":73},{"source":129,"target":641},{"source":129,"target":642},{"source":641,"target":74},{"source":641,"target":643},{"source":641,"target":129},{"source":643,"target":74},{"source":642,"target":73},{"source":130,"target":0},{"source":130,"target":73},{"source":130,"target":644},{"source":130,"target":645},{"source":130,"target":646},{"source":644,"target":74},{"source":644,"target":647},{"source":644,"target":130},{"source":647,"target":74},{"source":645,"target":73},{"source":645,"target":648},{"source":645,"target":130},{"source":648,"target":73},{"source":646,"target":73},{"source":131,"target":0},{"source":131,"target":130},{"source":131,"target":649},{"source":649,"target":130},{"source":132,"target":0},{"source":132,"target":130},{"source":132,"target":650},{"source":650,"target":130},{"source":133,"target":0},{"source":133,"target":73},{"source":133,"target":651},{"source":133,"target":652},{"source":133,"target":653},{"source":651,"target":73},{"source":651,"target":654},{"source":651,"target":133},{"source":654,"target":73},{"source":652,"target":134},{"source":652,"target":655},{"source":652,"target":133},{"source":655,"target":134},{"source":653,"target":73},{"source":134,"target":0},{"source":134,"target":656},{"source":656,"target":135},{"source":656,"target":657},{"source":656,"target":134},{"source":657,"target":135},{"source":135,"target":0},{"source":135,"target":658},{"source":135,"target":659},{"source":658,"target":125},{"source":658,"target":660},{"source":658,"target":135},{"source":660,"target":125},{"source":659,"target":74},{"source":659,"target":661},{"source":659,"target":135},{"source":661,"target":74},{"source":136,"target":0},{"source":136,"target":73},{"source":136,"target":662},{"source":136,"target":663},{"source":136,"target":664},{"source":662,"target":74},{"source":662,"target":665},{"source":662,"target":136},{"source":665,"target":74},{"source":663,"target":137},{"source":663,"target":666},{"source":663,"target":136},{"source":666,"target":137},{"source":664,"target":73},{"source":137,"target":0},{"source":137,"target":667},{"source":137,"target":668},{"source":667,"target":74},{"source":667,"target":669},{"source":667,"target":137},{"source":669,"target":74},{"source":668,"target":73},{"source":668,"target":670},{"source":668,"target":137},{"source":670,"target":73},{"source":138,"target":0},{"source":138,"target":137},{"source":138,"target":671},{"source":671,"target":137}],"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="Atlas" nsURI="http://www.github.com/jrharbin-york/atlas-middleware/dsl/faults"
nsPrefix="atlas">
<eClassifiers xsi:type="ecore:EClass" name="FaultTimeProperties">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="earliestFaultStart" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="latestFaultEnd" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="maxFaultLength" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="maxFaultRepeatCount" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="faultProb" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FaultImpact" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="MessageImpact" abstract="true" eSuperTypes="#//FaultImpact">
<eStructuralFeatures xsi:type="ecore:EReference" name="affectedMessage" lowerBound="1"
eType="ecore:EClass http://www.github.com/jrharbin-york/atlas-middleware/dsl/message#//Message"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DelayMessage" eSuperTypes="#//MessageImpact">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="delayLength" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DeleteMessage" eSuperTypes="#//MessageImpact"/>
<eClassifiers xsi:type="ecore:EClass" name="SubFieldSpec">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="randomSelection" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fieldStartNum" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fieldRangeLength" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MutateMessage" eSuperTypes="#//MessageImpact">
<eStructuralFeatures xsi:type="ecore:EReference" name="affectedField" lowerBound="1"
eType="ecore:EClass http://www.github.com/jrharbin-york/atlas-middleware/dsl/message#//MessageField"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="newValue" lowerBound="1"
eType="#//MessageChange" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="subfieldSpec" eType="#//SubFieldSpec"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MessageChange" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="IntMessageChange" eSuperTypes="#//MessageChange">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="absoluteValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="incrementValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StringMessageChange" eSuperTypes="#//MessageChange">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="absoluteValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FloatMessageChange" eSuperTypes="#//MessageChange">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="absoluteValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="incrementValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="multFactor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PointMessageChange" eSuperTypes="#//MessageChange">
<eStructuralFeatures xsi:type="ecore:EReference" name="absoluteValue" eType="ecore:EClass http://www.github.com/jrharbin-york/atlas-middleware/dsl/region#//Point"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="maxOffsetValue" eType="ecore:EClass http://www.github.com/jrharbin-york/atlas-middleware/dsl/region#//Point"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ComponentImpact" abstract="true" eSuperTypes="#//FaultImpact">
<eStructuralFeatures xsi:type="ecore:EReference" name="affectedComponent" lowerBound="1"
eType="ecore:EClass http://www.github.com/jrharbin-york/atlas-middleware/dsl/components#//Component"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DisabledComponent" eSuperTypes="#//ComponentImpact"/>
<eClassifiers xsi:type="ecore:EClass" name="MotionFault" eSuperTypes="#//ComponentImpact">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="affectedProperty" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="newValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EnergyLoss" eSuperTypes="#//ComponentImpact">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fixedEnergyLoss" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Fault">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="affectedRegion" eType="ecore:EClass http://www.github.com/jrharbin-york/atlas-middleware/dsl/region#//Region"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="affectedTime" lowerBound="1"
eType="#//FaultTimeProperties" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="impact" lowerBound="1"
eType="#//FaultImpact" containment="true"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/jrharbin-york/atlas-middleware/ecore-metamodels/com.github.atlas.dsl/faults.ecore | ecore | Atlas
FaultTimeProperties
earliestFaultStart
latestFaultEnd
maxFaultLength
maxFaultRepeatCount
faultProb
FaultImpact
MessageImpact
affectedMessage
DelayMessage
delayLength
DeleteMessage
SubFieldSpec
randomSelection
fieldStartNum
fieldRangeLength
MutateMessage
affectedField
newValue
subfieldSpec
MessageChange
IntMessageChange
absoluteValue
incrementValue
StringMessageChange
absoluteValue
FloatMessageChange
absoluteValue
incrementValue
multFactor
PointMessageChange
absoluteValue
maxOffsetValue
ComponentImpact
affectedComponent
DisabledComponent
MotionFault
affectedProperty
newValue
EnergyLoss
fixedEnergyLoss
Fault
name
affectedRegion
affectedTime
impact | null | {"directed":true,"nodes":[{"nsPrefix":"atlas","nsURI":"http://www.github.com/jrharbin-york/atlas-middleware/dsl/faults","name":"Atlas","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FaultTimeProperties","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FaultImpact","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageImpact","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DelayMessage","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeleteMessage","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubFieldSpec","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MutateMessage","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageChange","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntMessageChange","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringMessageChange","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FloatMessageChange","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PointMessageChange","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComponentImpact","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DisabledComponent","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MotionFault","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnergyLoss","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Fault","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"earliestFaultStart","changeable":true,"lowerBound":0,"iD":false,"id":18,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"latestFaultEnd","changeable":true,"lowerBound":0,"iD":false,"id":19,"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":"maxFaultLength","changeable":true,"lowerBound":0,"iD":false,"id":20,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"maxFaultRepeatCount","changeable":true,"lowerBound":0,"iD":false,"id":21,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"faultProb","changeable":true,"lowerBound":0,"iD":false,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"affectedMessage","changeable":true,"resolveProxies":true,"lowerBound":1,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"id":30,"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":"delayLength","changeable":true,"lowerBound":0,"iD":false,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"randomSelection","changeable":true,"lowerBound":0,"iD":false,"id":35,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fieldStartNum","changeable":true,"lowerBound":0,"iD":false,"id":36,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fieldRangeLength","changeable":true,"lowerBound":0,"iD":false,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"affectedField","changeable":true,"resolveProxies":true,"lowerBound":1,"id":41,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"newValue","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"subfieldSpec","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"absoluteValue","changeable":true,"lowerBound":0,"iD":false,"id":48,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"incrementValue","changeable":true,"lowerBound":0,"iD":false,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"absoluteValue","changeable":true,"lowerBound":0,"iD":false,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"absoluteValue","changeable":true,"lowerBound":0,"iD":false,"id":56,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"incrementValue","changeable":true,"lowerBound":0,"iD":false,"id":57,"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":"multFactor","changeable":true,"lowerBound":0,"iD":false,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"absoluteValue","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":"maxOffsetValue","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":"affectedComponent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"affectedProperty","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":"newValue","changeable":true,"lowerBound":0,"iD":false,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fixedEnergyLoss","changeable":true,"lowerBound":0,"iD":false,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":80,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"affectedRegion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":81,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"affectedTime","changeable":true,"resolveProxies":true,"lowerBound":1,"id":82,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"impact","changeable":true,"resolveProxies":true,"lowerBound":1,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":1,"target":0},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":1,"target":22},{"source":18,"target":23},{"source":18,"target":1},{"source":19,"target":24},{"source":19,"target":1},{"source":20,"target":25},{"source":20,"target":1},{"source":21,"target":26},{"source":21,"target":1},{"source":22,"target":27},{"source":22,"target":1},{"source":2,"target":0},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":28},{"source":3,"target":29},{"source":28,"target":30},{"source":28,"target":3},{"source":29,"target":2},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":31},{"source":4,"target":32},{"source":31,"target":33},{"source":31,"target":4},{"source":32,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":34},{"source":34,"target":3},{"source":6,"target":0},{"source":6,"target":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":40},{"source":37,"target":6},{"source":7,"target":0},{"source":7,"target":3},{"source":7,"target":41},{"source":7,"target":42},{"source":7,"target":43},{"source":7,"target":44},{"source":41,"target":45},{"source":41,"target":7},{"source":42,"target":8},{"source":42,"target":46},{"source":42,"target":7},{"source":46,"target":8},{"source":43,"target":6},{"source":43,"target":47},{"source":43,"target":7},{"source":47,"target":6},{"source":44,"target":3},{"source":8,"target":0},{"source":9,"target":0},{"source":9,"target":8},{"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":8},{"source":10,"target":0},{"source":10,"target":8},{"source":10,"target":53},{"source":10,"target":54},{"source":53,"target":55},{"source":53,"target":10},{"source":54,"target":8},{"source":11,"target":0},{"source":11,"target":8},{"source":11,"target":56},{"source":11,"target":57},{"source":11,"target":58},{"source":11,"target":59},{"source":56,"target":60},{"source":56,"target":11},{"source":57,"target":61},{"source":57,"target":11},{"source":58,"target":62},{"source":58,"target":11},{"source":59,"target":8},{"source":12,"target":0},{"source":12,"target":8},{"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":8},{"source":13,"target":0},{"source":13,"target":2},{"source":13,"target":68},{"source":13,"target":69},{"source":68,"target":70},{"source":68,"target":13},{"source":69,"target":2},{"source":14,"target":0},{"source":14,"target":13},{"source":14,"target":71},{"source":71,"target":13},{"source":15,"target":0},{"source":15,"target":13},{"source":15,"target":72},{"source":15,"target":73},{"source":15,"target":74},{"source":72,"target":75},{"source":72,"target":15},{"source":73,"target":76},{"source":73,"target":15},{"source":74,"target":13},{"source":16,"target":0},{"source":16,"target":13},{"source":16,"target":77},{"source":16,"target":78},{"source":77,"target":79},{"source":77,"target":16},{"source":78,"target":13},{"source":17,"target":0},{"source":17,"target":80},{"source":17,"target":81},{"source":17,"target":82},{"source":17,"target":83},{"source":80,"target":84},{"source":80,"target":17},{"source":81,"target":85},{"source":81,"target":17},{"source":82,"target":1},{"source":82,"target":86},{"source":82,"target":17},{"source":86,"target":1},{"source":83,"target":2},{"source":83,"target":87},{"source":83,"target":17},{"source":87,"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="Bug421718" nsURI="platform:/plugin/org.eclipse.m2m.atl.emftvm.tests/test-data/Regression/Bug421718.ecore"
nsPrefix="bug421718">
<eClassifiers xsi:type="ecore:EClass" name="Test">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="byteArray" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EByteArray"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/lolybc88/pATL/wsParallelATL/org.eclipse.m2m.atl.emftvm.tests/test-data/Regression/Bug421718.ecore | ecore | Bug421718
Test
byteArray | null | {"directed":true,"nodes":[{"nsPrefix":"bug421718","nsURI":"platform:/plugin/org.eclipse.m2m.atl.emftvm.tests/test-data/Regression/Bug421718.ecore","name":"Bug421718","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test","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":"byteArray","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="query" nsURI="http://mdse.org/minisql/query" nsPrefix="minisqlquery">
<eClassifiers xsi:type="ecore:EClass" name="SelectQuery">
<eStructuralFeatures xsi:type="ecore:EReference" name="whatClause" lowerBound="1"
eType="#//WhatClause" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fromClause" lowerBound="1"
eType="#//FromClause" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="whereClause" eType="#//WhereClause"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="orderByClause" eType="#//OrderByClause"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FromClause">
<eStructuralFeatures xsi:type="ecore:EReference" name="tableReference" lowerBound="1"
eType="#//TableReference" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="WhatClause">
<eStructuralFeatures xsi:type="ecore:EReference" name="whatDirectives" lowerBound="1"
upperBound="-1" eType="#//WhatDirective" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="WhatDirective" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="AllColumnsWhatDirective" eSuperTypes="#//WhatDirective"/>
<eClassifiers xsi:type="ecore:EClass" name="SingleColumnWhatDirective" eSuperTypes="#//WhatDirective">
<eStructuralFeatures xsi:type="ecore:EReference" name="columnReference" eType="#//ColumnReference"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="WhereClause">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1"
eType="#//Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OrderByClause">
<eStructuralFeatures xsi:type="ecore:EReference" name="orderDirectives" lowerBound="1"
upperBound="-1" eType="#//OrderDirective" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OrderDirective">
<eStructuralFeatures xsi:type="ecore:EReference" name="columnReference" eType="#//ColumnReference"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ascending" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"
defaultValueLiteral="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Binary" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression1" lowerBound="1"
eType="#//Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression2" lowerBound="1"
eType="#//Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Unary" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1"
eType="#//Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Expression" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="LogicalExpression" abstract="true" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" lowerBound="1"
eType="#//LogicalOperator"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BinaryLogicalExpression" eSuperTypes="#//Binary #//LogicalExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="UnaryLogicalExpression" eSuperTypes="#//Unary #//LogicalExpression"/>
<eClassifiers xsi:type="ecore:EEnum" name="LogicalOperator">
<eLiterals name="OR"/>
<eLiterals name="AND" value="1"/>
<eLiterals name="NOT" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ComparativeExpression" eSuperTypes="#//Binary #//Expression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" lowerBound="1"
eType="#//ComparativeOperator"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ComparativeOperator">
<eLiterals name="LESS_THAN"/>
<eLiterals name="LESS_THAN_OR_EQUAL" value="1"/>
<eLiterals name="EQUAL" value="2"/>
<eLiterals name="NOT_EQUAL" value="3"/>
<eLiterals name="GREATER_THAN" value="4"/>
<eLiterals name="GREATER_THAN_OR_EQUAL" value="5"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ArithmeticExpression" eSuperTypes="#//Binary #//Expression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" lowerBound="1"
eType="#//ArithmeticOperator"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ArithmeticOperator">
<eLiterals name="ADD"/>
<eLiterals name="SUBTRACT" value="1"/>
<eLiterals name="MULTIPLY" value="2"/>
<eLiterals name="DIVIDE" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TableReference">
<eStructuralFeatures xsi:type="ecore:EReference" name="table" lowerBound="1" eType="ecore:EClass ../../org.mdse.minisql.schema/model/MiniSQLSchema.ecore#//Table"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ColumnReference" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="column" lowerBound="1"
eType="ecore:EClass ../../org.mdse.minisql.schema/model/MiniSQLSchema.ecore#//Column"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Literal" abstract="true" eSuperTypes="#//Expression"/>
<eClassifiers xsi:type="ecore:EClass" name="StringLiteral" eSuperTypes="#//Literal">
<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="IntegerLiteral" eSuperTypes="#//Literal">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BooleanLiteral" eSuperTypes="#//Literal">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/jonasanker/mdse-exercises/05_static_semantics_genealogy/morten/Development/org.mdse.minisql.query/model/MiniSQLQuery.ecore | ecore | query
SelectQuery
whatClause
fromClause
whereClause
orderByClause
FromClause
tableReference
WhatClause
whatDirectives
WhatDirective
AllColumnsWhatDirective
SingleColumnWhatDirective
columnReference
WhereClause
expression
OrderByClause
orderDirectives
OrderDirective
columnReference
ascending
true
Binary
expression1
expression2
Unary
expression
Expression
LogicalExpression
operator
BinaryLogicalExpression
UnaryLogicalExpression
LogicalOperator
OR
OR
AND
AND
NOT
NOT
ComparativeExpression
operator
ComparativeOperator
LESS_THAN
LESS_THAN
LESS_THAN_OR_EQUAL
LESS_THAN_OR_EQUAL
EQUAL
EQUAL
NOT_EQUAL
NOT_EQUAL
GREATER_THAN
GREATER_THAN
GREATER_THAN_OR_EQUAL
GREATER_THAN_OR_EQUAL
ArithmeticExpression
operator
ArithmeticOperator
ADD
ADD
SUBTRACT
SUBTRACT
MULTIPLY
MULTIPLY
DIVIDE
DIVIDE
TableReference
table
ColumnReference
column
Literal
StringLiteral
value
IntegerLiteral
value
BooleanLiteral
value | null | {"directed":true,"nodes":[{"nsPrefix":"minisqlquery","nsURI":"http://mdse.org/minisql/query","name":"query","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelectQuery","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FromClause","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WhatClause","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WhatDirective","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AllColumnsWhatDirective","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SingleColumnWhatDirective","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WhereClause","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderByClause","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderDirective","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Binary","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Unary","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LogicalExpression","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryLogicalExpression","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryLogicalExpression","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"LogicalOperator","instanceClass":null,"id":16,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComparativeExpression","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ComparativeOperator","instanceClass":null,"id":18,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArithmeticExpression","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ArithmeticOperator","instanceClass":null,"id":20,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TableReference","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ColumnReference","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Literal","instanceClass":null,"abstract":true,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringLiteral","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerLiteral","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanLiteral","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"whatClause","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":"fromClause","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":"whereClause","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":"orderByClause","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tableReference","changeable":true,"resolveProxies":true,"lowerBound":1,"id":35,"derived":false},{"id":36,"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":"whatDirectives","changeable":true,"resolveProxies":true,"lowerBound":1,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"columnReference","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"orderDirectives","changeable":true,"resolveProxies":true,"lowerBound":1,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"columnReference","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"ascending","changeable":true,"lowerBound":0,"iD":false,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression1","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":"expression2","changeable":true,"resolveProxies":true,"lowerBound":1,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"lowerBound":1,"iD":false,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"name":"OR","id":64,"value":0,"literal":"OR","eClass":"EEnumLiteral"},{"name":"AND","id":65,"value":1,"literal":"AND","eClass":"EEnumLiteral"},{"name":"NOT","id":66,"value":2,"literal":"NOT","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"lowerBound":1,"iD":false,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"name":"LESS_THAN","id":71,"value":0,"literal":"LESS_THAN","eClass":"EEnumLiteral"},{"name":"LESS_THAN_OR_EQUAL","id":72,"value":1,"literal":"LESS_THAN_OR_EQUAL","eClass":"EEnumLiteral"},{"name":"EQUAL","id":73,"value":2,"literal":"EQUAL","eClass":"EEnumLiteral"},{"name":"NOT_EQUAL","id":74,"value":3,"literal":"NOT_EQUAL","eClass":"EEnumLiteral"},{"name":"GREATER_THAN","id":75,"value":4,"literal":"GREATER_THAN","eClass":"EEnumLiteral"},{"name":"GREATER_THAN_OR_EQUAL","id":76,"value":5,"literal":"GREATER_THAN_OR_EQUAL","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"lowerBound":1,"iD":false,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"name":"ADD","id":81,"value":0,"literal":"ADD","eClass":"EEnumLiteral"},{"name":"SUBTRACT","id":82,"value":1,"literal":"SUBTRACT","eClass":"EEnumLiteral"},{"name":"MULTIPLY","id":83,"value":2,"literal":"MULTIPLY","eClass":"EEnumLiteral"},{"name":"DIVIDE","id":84,"value":3,"literal":"DIVIDE","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":"table","changeable":true,"resolveProxies":true,"lowerBound":1,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"column","changeable":true,"resolveProxies":true,"lowerBound":1,"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":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"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":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":94,"derived":false},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":97,"derived":false},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":1,"target":0},{"source":1,"target":27},{"source":1,"target":28},{"source":1,"target":29},{"source":1,"target":30},{"source":27,"target":3},{"source":27,"target":31},{"source":27,"target":1},{"source":31,"target":3},{"source":28,"target":2},{"source":28,"target":32},{"source":28,"target":1},{"source":32,"target":2},{"source":29,"target":7},{"source":29,"target":33},{"source":29,"target":1},{"source":33,"target":7},{"source":30,"target":8},{"source":30,"target":34},{"source":30,"target":1},{"source":34,"target":8},{"source":2,"target":0},{"source":2,"target":35},{"source":35,"target":21},{"source":35,"target":36},{"source":35,"target":2},{"source":36,"target":21},{"source":3,"target":0},{"source":3,"target":37},{"source":37,"target":4},{"source":37,"target":38},{"source":37,"target":3},{"source":38,"target":4},{"source":4,"target":0},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":39},{"source":39,"target":4},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":40},{"source":6,"target":41},{"source":40,"target":22},{"source":40,"target":42},{"source":40,"target":6},{"source":42,"target":22},{"source":41,"target":4},{"source":7,"target":0},{"source":7,"target":43},{"source":43,"target":12},{"source":43,"target":44},{"source":43,"target":7},{"source":44,"target":12},{"source":8,"target":0},{"source":8,"target":45},{"source":45,"target":9},{"source":45,"target":46},{"source":45,"target":8},{"source":46,"target":9},{"source":9,"target":0},{"source":9,"target":47},{"source":9,"target":48},{"source":47,"target":22},{"source":47,"target":49},{"source":47,"target":9},{"source":49,"target":22},{"source":48,"target":50},{"source":48,"target":9},{"source":10,"target":0},{"source":10,"target":51},{"source":10,"target":52},{"source":51,"target":12},{"source":51,"target":53},{"source":51,"target":10},{"source":53,"target":12},{"source":52,"target":12},{"source":52,"target":54},{"source":52,"target":10},{"source":54,"target":12},{"source":11,"target":0},{"source":11,"target":55},{"source":55,"target":12},{"source":55,"target":56},{"source":55,"target":11},{"source":56,"target":12},{"source":12,"target":0},{"source":13,"target":0},{"source":13,"target":12},{"source":13,"target":57},{"source":13,"target":58},{"source":57,"target":16},{"source":57,"target":59},{"source":57,"target":13},{"source":59,"target":16},{"source":58,"target":12},{"source":14,"target":0},{"source":14,"target":10},{"source":14,"target":13},{"source":14,"target":60},{"source":14,"target":61},{"source":60,"target":10},{"source":61,"target":13},{"source":15,"target":0},{"source":15,"target":11},{"source":15,"target":13},{"source":15,"target":62},{"source":15,"target":63},{"source":62,"target":11},{"source":63,"target":13},{"source":16,"target":0},{"source":16,"target":64},{"source":16,"target":65},{"source":16,"target":66},{"source":64,"target":16},{"source":65,"target":16},{"source":66,"target":16},{"source":17,"target":0},{"source":17,"target":10},{"source":17,"target":12},{"source":17,"target":67},{"source":17,"target":68},{"source":17,"target":69},{"source":67,"target":18},{"source":67,"target":70},{"source":67,"target":17},{"source":70,"target":18},{"source":68,"target":10},{"source":69,"target":12},{"source":18,"target":0},{"source":18,"target":71},{"source":18,"target":72},{"source":18,"target":73},{"source":18,"target":74},{"source":18,"target":75},{"source":18,"target":76},{"source":71,"target":18},{"source":72,"target":18},{"source":73,"target":18},{"source":74,"target":18},{"source":75,"target":18},{"source":76,"target":18},{"source":19,"target":0},{"source":19,"target":10},{"source":19,"target":12},{"source":19,"target":77},{"source":19,"target":78},{"source":19,"target":79},{"source":77,"target":20},{"source":77,"target":80},{"source":77,"target":19},{"source":80,"target":20},{"source":78,"target":10},{"source":79,"target":12},{"source":20,"target":0},{"source":20,"target":81},{"source":20,"target":82},{"source":20,"target":83},{"source":20,"target":84},{"source":81,"target":20},{"source":82,"target":20},{"source":83,"target":20},{"source":84,"target":20},{"source":21,"target":0},{"source":21,"target":85},{"source":85,"target":86},{"source":85,"target":21},{"source":22,"target":0},{"source":22,"target":12},{"source":22,"target":87},{"source":22,"target":88},{"source":87,"target":89},{"source":87,"target":22},{"source":88,"target":12},{"source":23,"target":0},{"source":23,"target":12},{"source":23,"target":90},{"source":90,"target":12},{"source":24,"target":0},{"source":24,"target":23},{"source":24,"target":91},{"source":24,"target":92},{"source":91,"target":93},{"source":91,"target":24},{"source":92,"target":23},{"source":25,"target":0},{"source":25,"target":23},{"source":25,"target":94},{"source":25,"target":95},{"source":94,"target":96},{"source":94,"target":25},{"source":95,"target":23},{"source":26,"target":0},{"source":26,"target":23},{"source":26,"target":97},{"source":26,"target":98},{"source":97,"target":99},{"source":97,"target":26},{"source":98,"target":23}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="example" nsURI="org.example" nsPrefix="example">
<eClassifiers xsi:type="ecore:EClass" name="Folder">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="subFolder" eType="#//Folder"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/repairvision/repairvision/doc/org.sidiff.ecore.constraints.doc/examples/TheTypedElementMustHaveAType/valid_example/example.ecore | ecore | example
Folder
name
subFolder | null | {"directed":true,"nodes":[{"nsPrefix":"example","nsURI":"org.example","name":"example","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Folder","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":2,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"subFolder","changeable":true,"resolveProxies":true,"lowerBound":0,"id":3,"derived":false},{"id":4,"eClass":"EGenericType"},{"id":5,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":1,"target":0},{"source":1,"target":2},{"source":1,"target":3},{"source":2,"target":4},{"source":2,"target":1},{"source":3,"target":1},{"source":3,"target":5},{"source":3,"target":1},{"source":5,"target":1}],"multigraph":true} |
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="dataprocessing" nsURI="http://www.palladiosimulator.org/pcm/dataprocessing/0.1/"
nsPrefix="dataprocessing">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="invocationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/>
<details key="settingDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/>
<details key="validationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL">
<details key="environmentFactoryClass" value="org.palladiosimulator.pcm.dataprocessing.dataprocessing.util.DynamicDispatchEnablingEcoreEnvironmentFactory"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="DataSpecification" eSuperTypes="#//effectspecification/ProcessingEffectProvider">
<eOperations name="determineProcessingEffects" ordered="false" upperBound="-1"
eType="#//effectspecification/ProcessingEffect">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL">
<details key="body" value="externalDataProcessingEffects.processingEffects->asSet()->union(extensions->selectByKind(dataprocessing::effectspecification::ProcessingEffectSpecification).processingEffects->asSet())"/>
</eAnnotations>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="dataProcessingContainers"
upperBound="-1" eType="#//processing/DataProcessingContainer" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="characteristicTypeContainers"
upperBound="-1" eType="#//characteristics/CharacteristicTypeContainer" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="storeContainers" upperBound="-1"
eType="#//repository/StoreContainer" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="characteristicContainer"
upperBound="-1" eType="#//characteristics/CharacteristicContainer" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="relatedCharacteristics"
upperBound="-1" eType="#//characteristics/RelatedCharacteristics" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="operationSignatureDataRefinement"
upperBound="-1" eType="#//repository/OperationSignatureDataRefinement" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="storeCharacteristicContainers"
upperBound="-1" eType="#//characteristics/StoreCharacteristicContainer" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="extensions" upperBound="-1"
eType="#//DataSpecificationExtension" containment="true" eOpposite="#//DataSpecificationExtension/specification"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="externalDataProcessingEffects"
upperBound="-1" eType="#//effectspecification/ProcessingEffectSpecification"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DataSpecificationExtension" abstract="true"
interface="true" eSuperTypes="platform:/plugin/de.uka.ipd.sdq.identifier/model/identifier.ecore#//Identifier">
<eStructuralFeatures xsi:type="ecore:EReference" name="specification" lowerBound="1"
eType="#//DataSpecification" eOpposite="#//DataSpecification/extensions"/>
</eClassifiers>
<eSubpackages name="repository" nsURI="http://www.palladiosimulator.org/pcm/dataprocessing/repository/0.1/"
nsPrefix="repository">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="invocationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/>
<details key="settingDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/>
<details key="validationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL">
<details key="environmentFactoryClass" value="org.palladiosimulator.pcm.dataprocessing.dataprocessing.util.DynamicDispatchEnablingEcoreEnvironmentFactory"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="StoreContainer" eSuperTypes="../../org.palladiosimulator.pcm/model/pcm.ecore#//core/entity/Entity">
<eStructuralFeatures xsi:type="ecore:EReference" name="stores" upperBound="-1"
eType="#//repository/Store" containment="true" eOpposite="#//repository/Store/container"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Store" eSuperTypes="../../org.palladiosimulator.pcm/model/pcm.ecore#//core/entity/Entity">
<eStructuralFeatures xsi:type="ecore:EReference" name="container" eType="#//repository/StoreContainer"
eOpposite="#//repository/StoreContainer/stores"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="dataType" lowerBound="1"
eType="ecore:EClass ../../org.palladiosimulator.pcm/model/pcm.ecore#//repository/DataType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OperationSignatureDataRefinement"
eSuperTypes="../../org.palladiosimulator.pcm/model/pcm.ecore#//core/entity/Entity">
<eStructuralFeatures xsi:type="ecore:EReference" name="parameterRefinements"
upperBound="-1" eType="#//data/ParameterBasedData" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="resultRefinements" upperBound="-1"
eType="#//data/ResultBasedData" containment="true"/>
</eClassifiers>
</eSubpackages>
<eSubpackages name="processing" nsURI="http://www.palladiosimulator.org/pcm/dataprocessing/processing/0.1/"
nsPrefix="processing">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="invocationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/>
<details key="settingDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/>
<details key="validationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL">
<details key="environmentFactoryClass" value="org.palladiosimulator.pcm.dataprocessing.dataprocessing.util.DynamicDispatchEnablingEcoreEnvironmentFactory"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="DataProcessingContainer" eSuperTypes="../../org.palladiosimulator.pcm/model/pcm.ecore#//core/entity/Entity">
<eStructuralFeatures xsi:type="ecore:EReference" name="operations" upperBound="-1"
eType="#//processing/DataOperation" containment="true" eOpposite="#//processing/DataOperation/container"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DataOperation" abstract="true" eSuperTypes="../../org.palladiosimulator.pcm/model/pcm.ecore#//core/entity/Entity">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="outgoingDataIsUsed"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL">
<details key="outgoingDataIsUsed" value="self.outgoingData->size() = 0 or DataOperation.allInstances()->select(do | do.incomingData->exists(inData | self.outgoingData->includes(inData)))->excluding(self)->size() > 0"/>
</eAnnotations>
<eOperations name="determineIncomingData" ordered="false" upperBound="-1" eType="#//data/Data">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL">
<details key="body" value="self.oclAsSet()->selectByType(dataprocessing::data::Data)"/>
</eAnnotations>
</eOperations>
<eOperations name="determineOutgoingData" ordered="false" upperBound="-1" eType="#//data/Data">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL">
<details key="body" value="self.oclAsSet()->selectByType(dataprocessing::data::Data)"/>
</eAnnotations>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="container" eType="#//processing/DataProcessingContainer"
eOpposite="#//processing/DataProcessingContainer/operations"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="incomingData" ordered="false"
upperBound="-1" eType="#//data/Data" changeable="false" volatile="true"
transient="true" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL">
<details key="derivation" value="determineIncomingData()"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="processingEffectProvider"
lowerBound="1" eType="#//effectspecification/ProcessingEffectProvider" changeable="false"
volatile="true" transient="true" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL">
<details key="derivation" value="self.container.oclAsType(ecore::EObject).eContainer().oclAsType(dataprocessing::effectspecification::ProcessingEffectProvider)"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="outgoingData" ordered="false"
upperBound="-1" eType="#//data/Data" changeable="false" volatile="true"
transient="true" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL">
<details key="derivation" value="determineOutgoingData()"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CreateDataOperation" eSuperTypes="#//processing/DataOperation">
<eOperations name="determineOutgoingData" ordered="false" upperBound="-1" eType="#//data/Data">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL">
<details key="body" value="self.resultingData.oclAsSet()"/>
</eAnnotations>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="resultingData" lowerBound="1"
eType="#//data/Data" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initialCharacteristics"
upperBound="-1" eType="#//characteristics/Characteristic" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LoadDataOperation" eSuperTypes="#//processing/CreateDataOperation">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="noManualCharacteristics"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL">
<details key="noManualCharacteristics" value="self.initialCharacteristics->size() = 0"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="store" lowerBound="1"
eType="#//repository/Store"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LoadAllDataOperation" eSuperTypes="#//processing/LoadDataOperation">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="resultTypeMustBeCollection"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL">
<details key="resultTypeMustBeCollection" value="self.resultingData.type.oclIsKindOf(pcm::repository::CollectionDataType)"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PerformDataTransmissionOperation"
eSuperTypes="#//processing/DataOperation">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="outputMappingsAndOutputDataHasToMatch"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL">
<details key="outputMappingsAndOutputDataHasToMatch" value="outputMappings.to->asSet() = outputData->asSet()"/>
</eAnnotations>
<eOperations name="determineOutgoingData" ordered="false" upperBound="-1" eType="#//data/Data">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL">
<details key="body" value="self.outputMappings.to->asSet()"/>
</eAnnotations>
</eOperations>
<eOperations name="determineIncomingData" ordered="false" upperBound="-1" eType="#//data/Data">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL">
<details key="body" value="self.inputMappings.from->asSet()"/>
</eAnnotations>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="inputMappings" upperBound="-1"
eType="#//util/DataMapping" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outputMappings" upperBound="-1"
eType="#//util/DataMapping" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outputData" upperBound="-1"
eType="#//data/ResultBasedData" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConsumeDataOperation" abstract="true"
eSuperTypes="#//processing/DataOperation">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="noDataEmission"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL">
<details key="noDataEmission" value="self.outgoingData->size() = 0"/>
</eAnnotations>
<eOperations name="determineIncomingData" ordered="false" upperBound="-1" eType="#//data/Data">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL">
<details key="body" value="self.consumedData->asSet()"/>
</eAnnotations>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="consumedData" lowerBound="1"
eType="#//data/Data"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StoreDataOperation" eSuperTypes="#//processing/ConsumeDataOperation">
<eStructuralFeatures xsi:type="ecore:EReference" name="store" lowerBound="1"
eType="#//repository/Store"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ReturnDataOperation" eSuperTypes="#//processing/ConsumeDataOperation">
<eStructuralFeatures xsi:type="ecore:EReference" name="returnDestination" lowerBound="1"
eType="#//data/ResultBasedData"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UserReadData" eSuperTypes="#//processing/ConsumeDataOperation"/>
<eClassifiers xsi:type="ecore:EClass" name="SystemDiscardData" eSuperTypes="#//processing/ConsumeDataOperation"/>
<eClassifiers xsi:type="ecore:EClass" name="ManyToOneDataOperation" abstract="true"
eSuperTypes="#//processing/DataOperation">
<eOperations name="determineIncomingData" ordered="false" upperBound="-1" eType="#//data/Data">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL">
<details key="body" value="self.consumedData->asSet()"/>
</eAnnotations>
</eOperations>
<eOperations name="determineOutgoingData" ordered="false" upperBound="-1" eType="#//data/Data">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL">
<details key="body" value="self.resultingData->asSet()"/>
</eAnnotations>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="consumedData" lowerBound="2"
upperBound="-1" eType="#//data/Data"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="resultingData" lowerBound="1"
eType="#//data/Data" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="JoinDataOperation" eSuperTypes="#//processing/ManyToOneDataOperation">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="resultMustBeCompositeOfInputs"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL">
<details key="resultMustBeCompositeOfInputs" value="self.resultingData.type.oclAsType(pcm::repository::CompositeDataType).innerDeclaration_CompositeDataType.datatype_InnerDeclaration->asSet() = self.consumedData.type->asSet()"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UnionDataOperation" eSuperTypes="#//processing/ManyToOneDataOperation">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="inputsMustBeResultTypeOrResultEntityType"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL">
<details key="inputsMustBeResultTypeOrResultEntityType" value="self.consumedData.type->forAll(t |
	t = self.resultingData.oclAsType(pcm::repository::CollectionDataType).innerType_CollectionDataType or
	t.oclAsType(pcm::repository::CollectionDataType).innerType_CollectionDataType = self.resultingData.oclAsType(pcm::repository::CollectionDataType).innerType_CollectionDataType)"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TransformDataOperation" abstract="true"
eSuperTypes="#//processing/DataOperation">
<eOperations name="determineIncomingData" ordered="false" upperBound="-1" eType="#//data/Data">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL">
<details key="body" value="self.input->asSet()->union(self.parameterData)"/>
</eAnnotations>
</eOperations>
<eOperations name="determineOutgoingData" ordered="false" upperBound="-1" eType="#//data/Data">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL">
<details key="body" value="self.output->asSet()"/>
</eAnnotations>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="input" lowerBound="1"
eType="#//data/Data"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="output" lowerBound="1"
eType="#//data/Data" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameterData" upperBound="-1"
eType="#//data/Data"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProjectionDataOperation" eSuperTypes="#//processing/TransformDataOperation">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="noParameters outputIsComposedInInput"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL">
<details key="noParameters" value="self.parameterData->isEmpty()"/>
<details key="outputIsComposedInInput" value="self.input.type.oclAsType(pcm::repository::CompositeDataType).innerDeclaration_CompositeDataType.datatype_InnerDeclaration->includes(self.output.type)"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SelectionDataOperation" eSuperTypes="#//processing/TransformDataOperation">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="inputAndOutputHaveSameEntityType"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL">
<details key="inputAndOutputHaveSameEntityType" value="self.input.type->oclAsSet() = self.output.type->oclAsSet() or self.input.type.oclAsType(pcm::repository::CollectionDataType).innerType_CollectionDataType->oclAsSet() = self.output.type->oclAsSet()"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CharacteristicChangingDataOperation"
eSuperTypes="#//processing/DataOperation">
<eTypeParameters name="T">
<eBounds eClassifier="#//characteristics/CharacteristicType"/>
</eTypeParameters>
<eOperations name="determineIncomingData" ordered="false" upperBound="-1" eType="#//data/Data">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL">
<details key="body" value="self.data.oclAsSet()"/>
</eAnnotations>
</eOperations>
<eOperations name="determineOutgoingData" ordered="false" upperBound="-1" eType="#//data/Data">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL">
<details key="body" value="self.determineIncomingData()"/>
</eAnnotations>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="data" lowerBound="1"
eType="#//data/Data"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operation" lowerBound="1"
eType="#//processing/CharacteristicChangeOperation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="characteristic" lowerBound="1"
eType="#//characteristics/Characteristic" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="CharacteristicChangeOperation">
<eLiterals name="ADD"/>
<eLiterals name="REMOVE"/>
<eLiterals name="REPLACE"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EffectSpecifyingTransformDataOperation"
eSuperTypes="#//processing/TransformDataOperation #//processing/ProcessingEffectOperationTypeSpecifyingOperation">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="noParameters"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL">
<details key="noParameters" value="self.parameterData->isEmpty()"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProcessingEffectOperationTypeSpecifyingOperation"
abstract="true" eSuperTypes="#//processing/DataOperation">
<eStructuralFeatures xsi:type="ecore:EReference" name="processingEffectOperationType"
lowerBound="1" eType="#//effectspecification/ProcessingEffectOperationType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DeleteDataOperation" eSuperTypes="#//processing/ConsumeDataOperation">
<eStructuralFeatures xsi:type="ecore:EReference" name="store" lowerBound="1"
eType="#//repository/Store"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EffectSpecifyingReducingDataOperation"
eSuperTypes="#//processing/ManyToOneDataOperation #//processing/ProcessingEffectOperationTypeSpecifyingOperation"/>
</eSubpackages>
<eSubpackages name="characteristics" nsURI="http://www.palladiosimulator.org/pcm/dataprocessing/characteristics/0.1/"
nsPrefix="characteristics">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="invocationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/>
<details key="settingDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/>
<details key="validationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL">
<details key="environmentFactoryClass" value="org.palladiosimulator.pcm.dataprocessing.dataprocessing.util.DynamicDispatchEnablingEcoreEnvironmentFactory"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="Characterizable" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="characteristicContainers"
lowerBound="1" upperBound="-1" eType="#//characteristics/CharacteristicContainer"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="characteristics" upperBound="-1"
eType="#//characteristics/Characteristic" changeable="false" volatile="true"
transient="true" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL">
<details key="derivation" value="self.characteristicContainers->collect(characteristics)->asOrderedSet()"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/OCL/Collection">
<details key="nullFree" value="false"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CharacteristicTypeContainer" eSuperTypes="platform:/plugin/de.uka.ipd.sdq.identifier/model/identifier.ecore#//Identifier">
<eStructuralFeatures xsi:type="ecore:EReference" name="characteristicTypes"
upperBound="-1" eType="#//characteristics/CharacteristicType" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="enumerations" upperBound="-1"
eType="#//characteristics/Enumeration" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CharacteristicType" abstract="true"
eSuperTypes="../../org.palladiosimulator.pcm/model/pcm.ecore#//core/entity/Entity">
<eOperations name="hasCompatibleValueRange" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL">
<details key="body" value="false"/>
</eAnnotations>
<eParameters name="characteristicType" lowerBound="1" eType="#//characteristics/CharacteristicType"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EnumCharacteristicType" eSuperTypes="#//characteristics/CharacteristicType">
<eOperations name="hasCompatibleValueRange" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL">
<details key="body" value="multipleChoice = characteristicType.oclAsType(EnumCharacteristicType).multipleChoice and
enum = characteristicType.oclAsType(EnumCharacteristicType).enum"/>
</eAnnotations>
<eParameters name="characteristicType" lowerBound="1" eType="#//characteristics/CharacteristicType"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="multipleChoice" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="enum" lowerBound="1"
eType="#//characteristics/Enumeration"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EnumCharacteristicLiteral" eSuperTypes="../../org.palladiosimulator.pcm/model/pcm.ecore#//core/entity/Entity"/>
<eClassifiers xsi:type="ecore:EClass" name="CharacteristicContainer" eSuperTypes="../../org.palladiosimulator.pcm/model/pcm.ecore#//core/entity/Entity">
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedCharacteristics"
upperBound="-1" eType="#//characteristics/Characteristic" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Characteristic" abstract="true" eSuperTypes="platform:/plugin/de.uka.ipd.sdq.identifier/model/identifier.ecore#//Identifier">
<eStructuralFeatures xsi:type="ecore:EReference" name="characteristicType" lowerBound="1"
eType="#//characteristics/CharacteristicType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EnumCharacteristic" eSuperTypes="#//characteristics/Characteristic">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="valueCountMustMatchTypeRestriction literalsMustBelongToCorrectEnum"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL">
<details key="valueCountMustMatchTypeRestriction" value="self.literals->size() < 2 or self.type.multipleChoice"/>
<details key="literalsMustBelongToCorrectEnum" value="self.type.enum.literals->includesAll(self.literals)"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="literals" upperBound="-1"
eType="#//characteristics/EnumCharacteristicLiteral"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//characteristics/EnumCharacteristicType"
volatile="true" transient="true" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL">
<details key="derivation" value="if self.characteristicType.oclIsUndefined() or not self.characteristicType.oclIsKindOf(EnumCharacteristicType) then
	null
else
	self.characteristicType.oclAsType(EnumCharacteristicType)
endif"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Enumeration" eSuperTypes="../../org.palladiosimulator.pcm/model/pcm.ecore#//core/entity/Entity">
<eStructuralFeatures xsi:type="ecore:EReference" name="literals" upperBound="-1"
eType="#//characteristics/EnumCharacteristicLiteral" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RelatedCharacteristics" eSuperTypes="../../org.palladiosimulator.pcm/model/pcm.ecore#//core/entity/Entity">
<eStructuralFeatures xsi:type="ecore:EReference" name="characteristics" lowerBound="1"
eType="#//characteristics/CharacteristicContainer"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="relatedEntity" lowerBound="1"
eType="ecore:EClass ../../org.palladiosimulator.pcm/model/pcm.ecore#//core/entity/Entity"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StoreCharacteristicContainer" eSuperTypes="../../org.palladiosimulator.pcm/model/pcm.ecore#//core/entity/Entity">
<eStructuralFeatures xsi:type="ecore:EReference" name="characteristics" upperBound="-1"
eType="#//characteristics/StoreCharacteristics" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StoreCharacteristics" eSuperTypes="#//characteristics/CharacteristicContainer">
<eStructuralFeatures xsi:type="ecore:EReference" name="store" lowerBound="1"
eType="#//repository/Store"/>
</eClassifiers>
</eSubpackages>
<eSubpackages name="data" nsURI="http://www.palladiosimulator.org/pcm/dataprocessing/data/0.1/"
nsPrefix="data">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="invocationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/>
<details key="settingDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/>
<details key="validationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL">
<details key="environmentFactoryClass" value="org.palladiosimulator.pcm.dataprocessing.dataprocessing.util.DynamicDispatchEnablingEcoreEnvironmentFactory"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="Data" abstract="true" eSuperTypes="../../org.palladiosimulator.pcm/model/pcm.ecore#//core/entity/Entity">
<eOperations name="determineDataType" lowerBound="1" eType="ecore:EClass ../../org.palladiosimulator.pcm/model/pcm.ecore#//repository/DataType">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL">
<details key="body" value="null"/>
</eAnnotations>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1"
eType="ecore:EClass ../../org.palladiosimulator.pcm/model/pcm.ecore#//repository/DataType"
changeable="false" volatile="true" transient="true" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL">
<details key="derivation" value="determineDataType()"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OriginalData" eSuperTypes="#//data/Data">
<eOperations name="determineDataType" lowerBound="1" eType="ecore:EClass ../../org.palladiosimulator.pcm/model/pcm.ecore#//repository/DataType">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL">
<details key="body" value="originalType"/>
</eAnnotations>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="originalType" lowerBound="1"
eType="ecore:EClass ../../org.palladiosimulator.pcm/model/pcm.ecore#//repository/DataType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ParameterBasedData" eSuperTypes="#//data/Data">
<eOperations name="determineDataType" lowerBound="1" eType="ecore:EClass ../../org.palladiosimulator.pcm/model/pcm.ecore#//repository/DataType">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL">
<details key="body" value="parameter.dataType__Parameter"/>
</eAnnotations>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameter" lowerBound="1"
eType="ecore:EClass ../../org.palladiosimulator.pcm/model/pcm.ecore#//repository/Parameter"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ResultBasedData" eSuperTypes="#//data/Data">
<eOperations name="determineDataType" lowerBound="1" eType="ecore:EClass ../../org.palladiosimulator.pcm/model/pcm.ecore#//repository/DataType">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL">
<details key="body" value="operation.returnType__OperationSignature"/>
</eAnnotations>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="operation" lowerBound="1"
eType="ecore:EClass ../../org.palladiosimulator.pcm/model/pcm.ecore#//repository/OperationSignature"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DerivedData" eSuperTypes="#//data/Data">
<eOperations name="determineDataType" lowerBound="1" eType="ecore:EClass ../../org.palladiosimulator.pcm/model/pcm.ecore#//repository/DataType">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL">
<details key="body" value="resultingDataType"/>
</eAnnotations>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="sources" lowerBound="1"
upperBound="-1" eType="#//data/Data"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="resultingDataType" lowerBound="1"
eType="ecore:EClass ../../org.palladiosimulator.pcm/model/pcm.ecore#//repository/DataType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RefinedResultBasedData" eSuperTypes="#//data/ResultBasedData">
<eOperations name="determineDataType" lowerBound="1" eType="ecore:EClass ../../org.palladiosimulator.pcm/model/pcm.ecore#//repository/DataType">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL">
<details key="body" value="refiningDataType"/>
</eAnnotations>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="refiningDataType" lowerBound="1"
eType="ecore:EClass ../../org.palladiosimulator.pcm/model/pcm.ecore#//repository/DataType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RefinedParameterBasedData" eSuperTypes="#//data/ParameterBasedData">
<eOperations name="determineDataType" lowerBound="1" eType="ecore:EClass ../../org.palladiosimulator.pcm/model/pcm.ecore#//repository/DataType">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL">
<details key="body" value="refiningDataType"/>
</eAnnotations>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="refiningDataType" lowerBound="1"
eType="ecore:EClass ../../org.palladiosimulator.pcm/model/pcm.ecore#//repository/DataType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CopiedData" eSuperTypes="#//data/Data">
<eOperations name="determineDataType" lowerBound="1" eType="ecore:EClass ../../org.palladiosimulator.pcm/model/pcm.ecore#//repository/DataType">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL">
<details key="body" value="source.type"/>
</eAnnotations>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1"
eType="#//data/Data"/>
</eClassifiers>
</eSubpackages>
<eSubpackages name="util" nsURI="http://www.palladiosimulator.org/pcm/dataprocessing/util/0.1/"
nsPrefix="util">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="invocationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/>
<details key="settingDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/>
<details key="validationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL">
<details key="environmentFactoryClass" value="org.palladiosimulator.pcm.dataprocessing.dataprocessing.util.DynamicDispatchEnablingEcoreEnvironmentFactory"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="DataMapping" eSuperTypes="platform:/plugin/de.uka.ipd.sdq.identifier/model/identifier.ecore#//Identifier">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="dataTypesMustBeTheSame"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL">
<details key="dataTypesMustBeTheSame" value="from.type = to.type"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="from" lowerBound="1"
eType="#//data/Data"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="to" lowerBound="1" eType="#//data/Data"/>
</eClassifiers>
</eSubpackages>
<eSubpackages name="effectspecification" nsURI="http://www.palladiosimulator.org/pcm/dataprocessing/effectspecification/0.1/"
nsPrefix="effectspecification">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="invocationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/>
<details key="settingDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/>
<details key="validationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL">
<details key="environmentFactoryClass" value="org.palladiosimulator.pcm.dataprocessing.dataprocessing.util.DynamicDispatchEnablingEcoreEnvironmentFactory"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="ProcessingEffectSpecification" eSuperTypes="#//DataSpecificationExtension">
<eStructuralFeatures xsi:type="ecore:EReference" name="operationTypes" upperBound="-1"
eType="#//effectspecification/ProcessingEffectOperationType" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="processingEffects" upperBound="-1"
eType="#//effectspecification/ProcessingEffect" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProcessingEffectOperationType" eSuperTypes="../../org.palladiosimulator.pcm/model/pcm.ecore#//core/entity/Entity"/>
<eClassifiers xsi:type="ecore:EClass" name="ProcessingEffect" abstract="true"
eSuperTypes="../../org.palladiosimulator.pcm/model/pcm.ecore#//core/entity/Entity">
<eOperations name="isApplicableTo" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL">
<details key="body" value="false"/>
</eAnnotations>
<eParameters name="operation" lowerBound="1" eType="#//processing/DataOperation"/>
<eParameters name="resultData" lowerBound="1" eType="#//data/Data"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="fromDataType" eType="ecore:EClass ../../org.palladiosimulator.pcm/model/pcm.ecore#//repository/DataType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="toDataType" eType="ecore:EClass ../../org.palladiosimulator.pcm/model/pcm.ecore#//repository/DataType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="characteristicChanges"
upperBound="-1" eType="#//effectspecification/CharacteristicChange" containment="true"
eOpposite="#//effectspecification/CharacteristicChange/processingEffect"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OperationTypeDataProcessingEffect"
eSuperTypes="#//effectspecification/ProcessingEffect">
<eOperations name="isApplicableTo" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL">
<details key="body" value="operation.oclIsKindOf(processing::ProcessingEffectOperationTypeSpecifyingOperation) and 
relevantOperationTypes->includes(operation.oclAsType(processing::ProcessingEffectOperationTypeSpecifyingOperation).processingEffectOperationType) and
(toDataType.oclIsUndefined() or toDataType = resultData.type) and
(fromDataType.oclIsUndefined() or operation.incomingData.type->includes(fromDataType))"/>
</eAnnotations>
<eParameters name="operation" lowerBound="1" eType="#//processing/DataOperation"/>
<eParameters name="resultData" lowerBound="1" eType="#//data/Data"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="relevantOperationTypes"
lowerBound="1" upperBound="-1" eType="#//effectspecification/ProcessingEffectOperationType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DataCreationProcessingEffect" eSuperTypes="#//effectspecification/ProcessingEffect">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="fromDataTypeHasToBeUndefined"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL">
<details key="fromDataTypeHasToBeUndefined" value="fromDataType.oclIsUndefined()"/>
</eAnnotations>
<eOperations name="isApplicableTo" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL">
<details key="body" value="operation.oclIsTypeOf(processing::CreateDataOperation) and
toDataType = operation.oclAsType(processing::CreateDataOperation).resultingData.type"/>
</eAnnotations>
<eParameters name="operation" lowerBound="1" eType="#//processing/DataOperation"/>
<eParameters name="resultData" lowerBound="1" eType="#//data/Data"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CharacteristicChange" eSuperTypes="../../org.palladiosimulator.pcm/model/pcm.ecore#//core/entity/Entity">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="changeOperation" lowerBound="1"
eType="#//processing/CharacteristicChangeOperation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="characteristicSpecifications"
upperBound="-1" eType="#//effectspecification/CharacteristicSpecification"
containment="true" eOpposite="#//effectspecification/CharacteristicSpecification/characteristicChange"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="processingEffect" eType="#//effectspecification/ProcessingEffect"
changeable="false" volatile="true" transient="true" eOpposite="#//effectspecification/ProcessingEffect/characteristicChanges"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CharacteristicSpecification" abstract="true"
eSuperTypes="../../org.palladiosimulator.pcm/model/pcm.ecore#//core/entity/Entity">
<eStructuralFeatures xsi:type="ecore:EReference" name="characteristicChange"
eType="#//effectspecification/CharacteristicChange" changeable="false" volatile="true"
transient="true" eOpposite="#//effectspecification/CharacteristicChange/characteristicSpecifications"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DirectCharacteristic" eSuperTypes="#//effectspecification/CharacteristicSpecification">
<eStructuralFeatures xsi:type="ecore:EReference" name="characteristic" lowerBound="1"
eType="#//characteristics/Characteristic" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProcessingEffectProvider" abstract="true"
interface="true">
<eOperations name="determineProcessingEffects" ordered="false" upperBound="-1"
eType="#//effectspecification/ProcessingEffect">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL">
<details key="body" value="self->selectByKind(dataprocessing::effectspecification::ProcessingEffect)"/>
</eAnnotations>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="processingEffects" ordered="false"
upperBound="-1" eType="#//effectspecification/ProcessingEffect" changeable="false"
volatile="true" transient="true" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL">
<details key="derivation" value="determineProcessingEffects()"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MinStaticCharacteristic" eSuperTypes="#//effectspecification/CharacteristicSpecification">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL">
<details key="changeOperationIsReplace" value="self.characteristicChange.changeOperation = processing::CharacteristicChangeOperation::REPLACE"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="changeOperationIsReplace"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="staticMinValue" lowerBound="1"
eType="#//characteristics/Characteristic" containment="true"/>
</eClassifiers>
</eSubpackages>
</ecore:EPackage>
| github:ecore:/data/Trust40-Project/Palladio-Addons-DataProcessing-MetaModel/bundles/org.palladiosimulator.pcm.dataprocessing/model/dataprocessing.ecore | ecore | dataprocessing
DataSpecification
determineProcessingEffects
dataProcessingContainers
characteristicTypeContainers
storeContainers
characteristicContainer
relatedCharacteristics
operationSignatureDataRefinement
storeCharacteristicContainers
extensions
externalDataProcessingEffects
DataSpecificationExtension
specification
repository
StoreContainer
stores
Store
container
dataType
OperationSignatureDataRefinement
parameterRefinements
resultRefinements
processing
DataProcessingContainer
operations
DataOperation
determineIncomingData
determineOutgoingData
container
incomingData
processingEffectProvider
outgoingData
CreateDataOperation
determineOutgoingData
resultingData
initialCharacteristics
LoadDataOperation
store
LoadAllDataOperation
PerformDataTransmissionOperation
determineOutgoingData
determineIncomingData
inputMappings
outputMappings
outputData
ConsumeDataOperation
determineIncomingData
consumedData
StoreDataOperation
store
ReturnDataOperation
returnDestination
UserReadData
SystemDiscardData
ManyToOneDataOperation
determineIncomingData
determineOutgoingData
consumedData
resultingData
JoinDataOperation
UnionDataOperation
TransformDataOperation
determineIncomingData
determineOutgoingData
input
output
parameterData
ProjectionDataOperation
SelectionDataOperation
CharacteristicChangingDataOperation
T
determineIncomingData
determineOutgoingData
data
operation
characteristic
CharacteristicChangeOperation
ADD
ADD
REMOVE
REMOVE
REPLACE
REPLACE
EffectSpecifyingTransformDataOperation
ProcessingEffectOperationTypeSpecifyingOperation
processingEffectOperationType
DeleteDataOperation
store
EffectSpecifyingReducingDataOperation
characteristics
Characterizable
characteristicContainers
characteristics
CharacteristicTypeContainer
characteristicTypes
enumerations
CharacteristicType
hasCompatibleValueRange
characteristicType
EnumCharacteristicType
hasCompatibleValueRange
characteristicType
multipleChoice
false
enum
EnumCharacteristicLiteral
CharacteristicContainer
ownedCharacteristics
Characteristic
characteristicType
EnumCharacteristic
literals
type
Enumeration
literals
RelatedCharacteristics
characteristics
relatedEntity
StoreCharacteristicContainer
characteristics
StoreCharacteristics
store
data
Data
determineDataType
type
OriginalData
determineDataType
originalType
ParameterBasedData
determineDataType
parameter
ResultBasedData
determineDataType
operation
DerivedData
determineDataType
sources
resultingDataType
RefinedResultBasedData
determineDataType
refiningDataType
RefinedParameterBasedData
determineDataType
refiningDataType
CopiedData
determineDataType
source
util
DataMapping
from
to
effectspecification
ProcessingEffectSpecification
operationTypes
processingEffects
ProcessingEffectOperationType
ProcessingEffect
isApplicableTo
operation
resultData
fromDataType
toDataType
characteristicChanges
OperationTypeDataProcessingEffect
isApplicableTo
operation
resultData
relevantOperationTypes
DataCreationProcessingEffect
isApplicableTo
operation
resultData
CharacteristicChange
changeOperation
characteristicSpecifications
processingEffect
CharacteristicSpecification
characteristicChange
DirectCharacteristic
characteristic
ProcessingEffectProvider
determineProcessingEffects
processingEffects
MinStaticCharacteristic
staticMinValue | null | {"directed":true,"nodes":[{"nsPrefix":"dataprocessing","nsURI":"http://www.palladiosimulator.org/pcm/dataprocessing/0.1/","name":"dataprocessing","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataSpecification","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataSpecificationExtension","instanceClass":null,"abstract":true,"id":2,"interface":true,"eClass":"EClass"},{"nsPrefix":"repository","nsURI":"http://www.palladiosimulator.org/pcm/dataprocessing/repository/0.1/","name":"repository","id":3,"eClass":"EPackage"},{"nsPrefix":"processing","nsURI":"http://www.palladiosimulator.org/pcm/dataprocessing/processing/0.1/","name":"processing","id":4,"eClass":"EPackage"},{"nsPrefix":"characteristics","nsURI":"http://www.palladiosimulator.org/pcm/dataprocessing/characteristics/0.1/","name":"characteristics","id":5,"eClass":"EPackage"},{"nsPrefix":"data","nsURI":"http://www.palladiosimulator.org/pcm/dataprocessing/data/0.1/","name":"data","id":6,"eClass":"EPackage"},{"nsPrefix":"util","nsURI":"http://www.palladiosimulator.org/pcm/dataprocessing/util/0.1/","name":"util","id":7,"eClass":"EPackage"},{"nsPrefix":"effectspecification","nsURI":"http://www.palladiosimulator.org/pcm/dataprocessing/effectspecification/0.1/","name":"effectspecification","id":8,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessingEffectProvider","instanceClass":null,"abstract":true,"id":9,"interface":true,"eClass":"EClass"},{"ordered":false,"upperBound":-1,"unique":true,"name":"determineProcessingEffects","lowerBound":0,"id":10,"many":true,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dataProcessingContainers","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":"characteristicTypeContainers","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":"storeContainers","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":"characteristicContainer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"relatedCharacteristics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operationSignatureDataRefinement","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":"storeCharacteristicContainers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"extensions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"externalDataProcessingEffects","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessingEffect","instanceClass":null,"abstract":true,"id":21,"interface":false,"eClass":"EClass"},{"id":22,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataProcessingContainer","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"id":24,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CharacteristicTypeContainer","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"id":26,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StoreContainer","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"id":28,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CharacteristicContainer","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"id":30,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelatedCharacteristics","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"id":32,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationSignatureDataRefinement","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"id":34,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StoreCharacteristicContainer","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"specification","changeable":true,"resolveProxies":true,"lowerBound":1,"id":38,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessingEffectSpecification","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Store","instanceClass":null,"abstract":false,"id":43,"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":"stores","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"container","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dataType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameterRefinements","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":"resultRefinements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterBasedData","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"id":56,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResultBasedData","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"id":58,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataOperation","instanceClass":null,"abstract":true,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateDataOperation","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoadDataOperation","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoadAllDataOperation","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PerformDataTransmissionOperation","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConsumeDataOperation","instanceClass":null,"abstract":true,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StoreDataOperation","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReturnDataOperation","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UserReadData","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SystemDiscardData","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ManyToOneDataOperation","instanceClass":null,"abstract":true,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JoinDataOperation","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnionDataOperation","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TransformDataOperation","instanceClass":null,"abstract":true,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProjectionDataOperation","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelectionDataOperation","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CharacteristicChangingDataOperation","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"CharacteristicChangeOperation","instanceClass":null,"id":76,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EffectSpecifyingTransformDataOperation","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessingEffectOperationTypeSpecifyingOperation","instanceClass":null,"abstract":true,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeleteDataOperation","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EffectSpecifyingReducingDataOperation","instanceClass":null,"abstract":false,"id":80,"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":"operations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"container","changeable":true,"resolveProxies":true,"lowerBound":0,"id":84,"derived":false},{"ordered":false,"upperBound":-1,"unique":true,"name":"determineIncomingData","lowerBound":0,"id":85,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"determineOutgoingData","lowerBound":0,"id":86,"many":true,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"incomingData","changeable":false,"resolveProxies":true,"lowerBound":0,"id":87,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"processingEffectProvider","changeable":false,"resolveProxies":true,"lowerBound":1,"id":88,"derived":true},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"outgoingData","changeable":false,"resolveProxies":true,"lowerBound":0,"id":89,"derived":true},{"id":90,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Data","instanceClass":null,"abstract":true,"id":91,"interface":false,"eClass":"EClass"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"ordered":false,"upperBound":-1,"unique":true,"name":"determineOutgoingData","lowerBound":0,"id":98,"many":true,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"resultingData","changeable":true,"resolveProxies":true,"lowerBound":1,"id":99,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initialCharacteristics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":100,"derived":false},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Characteristic","instanceClass":null,"abstract":true,"id":104,"interface":false,"eClass":"EClass"},{"id":105,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"store","changeable":true,"resolveProxies":true,"lowerBound":1,"id":106,"derived":false},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"ordered":false,"upperBound":-1,"unique":true,"name":"determineOutgoingData","lowerBound":0,"id":110,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"determineIncomingData","lowerBound":0,"id":111,"many":true,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inputMappings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":112,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outputMappings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":113,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outputData","changeable":true,"resolveProxies":true,"lowerBound":0,"id":114,"derived":false},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataMapping","instanceClass":null,"abstract":false,"id":118,"interface":false,"eClass":"EClass"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"ordered":false,"upperBound":-1,"unique":true,"name":"determineIncomingData","lowerBound":0,"id":122,"many":true,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"consumedData","changeable":true,"resolveProxies":true,"lowerBound":1,"id":123,"derived":false},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"store","changeable":true,"resolveProxies":true,"lowerBound":1,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"returnDestination","changeable":true,"resolveProxies":true,"lowerBound":1,"id":130,"derived":false},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"ordered":false,"upperBound":-1,"unique":true,"name":"determineIncomingData","lowerBound":0,"id":135,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"determineOutgoingData","lowerBound":0,"id":136,"many":true,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"consumedData","changeable":true,"resolveProxies":true,"lowerBound":2,"id":137,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"resultingData","changeable":true,"resolveProxies":true,"lowerBound":1,"id":138,"derived":false},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"ordered":false,"upperBound":-1,"unique":true,"name":"determineIncomingData","lowerBound":0,"id":146,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"determineOutgoingData","lowerBound":0,"id":147,"many":true,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"input","changeable":true,"resolveProxies":true,"lowerBound":1,"id":148,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"output","changeable":true,"resolveProxies":true,"lowerBound":1,"id":149,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parameterData","changeable":true,"resolveProxies":true,"lowerBound":0,"id":150,"derived":false},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"name":"T","id":159,"eClass":"ETypeParameter"},{"ordered":false,"upperBound":-1,"unique":true,"name":"determineIncomingData","lowerBound":0,"id":160,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"determineOutgoingData","lowerBound":0,"id":161,"many":true,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"data","changeable":true,"resolveProxies":true,"lowerBound":1,"id":162,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operation","changeable":true,"lowerBound":1,"iD":false,"id":163,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"characteristic","changeable":true,"resolveProxies":true,"lowerBound":1,"id":164,"derived":false},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CharacteristicType","instanceClass":null,"abstract":true,"id":167,"interface":false,"eClass":"EClass"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"name":"ADD","id":173,"value":0,"literal":"ADD","eClass":"EEnumLiteral"},{"name":"REMOVE","id":174,"value":0,"literal":"REMOVE","eClass":"EEnumLiteral"},{"name":"REPLACE","id":175,"value":0,"literal":"REPLACE","eClass":"EEnumLiteral"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"processingEffectOperationType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":178,"derived":false},{"id":179,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessingEffectOperationType","instanceClass":null,"abstract":false,"id":180,"interface":false,"eClass":"EClass"},{"id":181,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"store","changeable":true,"resolveProxies":true,"lowerBound":1,"id":182,"derived":false},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Characterizable","instanceClass":null,"abstract":true,"id":187,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumCharacteristicType","instanceClass":null,"abstract":false,"id":188,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumCharacteristicLiteral","instanceClass":null,"abstract":false,"id":189,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumCharacteristic","instanceClass":null,"abstract":false,"id":190,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":191,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StoreCharacteristics","instanceClass":null,"abstract":false,"id":192,"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":"characteristicContainers","changeable":true,"resolveProxies":true,"lowerBound":1,"id":193,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"characteristics","changeable":false,"resolveProxies":true,"lowerBound":0,"id":194,"derived":true},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"characteristicTypes","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":"enumerations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":198,"derived":false},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"hasCompatibleValueRange","lowerBound":1,"id":202,"many":false,"required":true,"eClass":"EOperation"},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"characteristicType","lowerBound":1,"id":205,"many":false,"required":true,"eClass":"EParameter"},{"id":206,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"hasCompatibleValueRange","lowerBound":1,"id":207,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"multipleChoice","changeable":true,"lowerBound":1,"iD":false,"id":208,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"enum","changeable":true,"resolveProxies":true,"lowerBound":1,"id":209,"derived":false},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"characteristicType","lowerBound":1,"id":212,"many":false,"required":true,"eClass":"EParameter"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedCharacteristics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":217,"derived":false},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"characteristicType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":220,"derived":false},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"literals","changeable":true,"resolveProxies":true,"lowerBound":0,"id":223,"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":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":224,"derived":true},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"literals","changeable":true,"resolveProxies":true,"lowerBound":0,"id":228,"derived":false},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"characteristics","changeable":true,"resolveProxies":true,"lowerBound":1,"id":231,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"relatedEntity","changeable":true,"resolveProxies":true,"lowerBound":1,"id":232,"derived":false},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"characteristics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":236,"derived":false},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"store","changeable":true,"resolveProxies":true,"lowerBound":1,"id":239,"derived":false},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OriginalData","instanceClass":null,"abstract":false,"id":242,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DerivedData","instanceClass":null,"abstract":false,"id":243,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RefinedResultBasedData","instanceClass":null,"abstract":false,"id":244,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RefinedParameterBasedData","instanceClass":null,"abstract":false,"id":245,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CopiedData","instanceClass":null,"abstract":false,"id":246,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"determineDataType","lowerBound":1,"id":247,"many":false,"required":true,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"type","changeable":false,"resolveProxies":true,"lowerBound":1,"id":248,"derived":true},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"determineDataType","lowerBound":1,"id":252,"many":false,"required":true,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"originalType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":253,"derived":false},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"determineDataType","lowerBound":1,"id":257,"many":false,"required":true,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parameter","changeable":true,"resolveProxies":true,"lowerBound":1,"id":258,"derived":false},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"determineDataType","lowerBound":1,"id":262,"many":false,"required":true,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"operation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":263,"derived":false},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"determineDataType","lowerBound":1,"id":267,"many":false,"required":true,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sources","changeable":true,"resolveProxies":true,"lowerBound":1,"id":268,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"resultingDataType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":269,"derived":false},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"determineDataType","lowerBound":1,"id":274,"many":false,"required":true,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"refiningDataType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":275,"derived":false},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"determineDataType","lowerBound":1,"id":279,"many":false,"required":true,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"refiningDataType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":280,"derived":false},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"determineDataType","lowerBound":1,"id":284,"many":false,"required":true,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":285,"derived":false},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"from","changeable":true,"resolveProxies":true,"lowerBound":1,"id":289,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"to","changeable":true,"resolveProxies":true,"lowerBound":1,"id":290,"derived":false},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationTypeDataProcessingEffect","instanceClass":null,"abstract":false,"id":294,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataCreationProcessingEffect","instanceClass":null,"abstract":false,"id":295,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CharacteristicChange","instanceClass":null,"abstract":false,"id":296,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CharacteristicSpecification","instanceClass":null,"abstract":true,"id":297,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DirectCharacteristic","instanceClass":null,"abstract":false,"id":298,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MinStaticCharacteristic","instanceClass":null,"abstract":false,"id":299,"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":"operationTypes","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":"processingEffects","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"},{"ordered":true,"upperBound":1,"unique":true,"name":"isApplicableTo","lowerBound":1,"id":306,"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":"fromDataType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":307,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"toDataType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":308,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"characteristicChanges","changeable":true,"resolveProxies":true,"lowerBound":0,"id":309,"derived":false},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"operation","lowerBound":1,"id":312,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"resultData","lowerBound":1,"id":313,"many":false,"required":true,"eClass":"EParameter"},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"container":true,"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":"processingEffect","changeable":false,"resolveProxies":true,"lowerBound":0,"id":319,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"isApplicableTo","lowerBound":1,"id":320,"many":false,"required":true,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"relevantOperationTypes","changeable":true,"resolveProxies":true,"lowerBound":1,"id":321,"derived":false},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"operation","lowerBound":1,"id":324,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"resultData","lowerBound":1,"id":325,"many":false,"required":true,"eClass":"EParameter"},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isApplicableTo","lowerBound":1,"id":329,"many":false,"required":true,"eClass":"EOperation"},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"operation","lowerBound":1,"id":332,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"resultData","lowerBound":1,"id":333,"many":false,"required":true,"eClass":"EParameter"},{"id":334,"eClass":"EGenericType"},{"id":335,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"changeOperation","changeable":true,"lowerBound":1,"iD":false,"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":"characteristicSpecifications","changeable":true,"resolveProxies":true,"lowerBound":0,"id":337,"derived":false},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"container":true,"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":"characteristicChange","changeable":false,"resolveProxies":true,"lowerBound":0,"id":341,"derived":false},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"characteristic","changeable":true,"resolveProxies":true,"lowerBound":1,"id":345,"derived":false},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"ordered":false,"upperBound":-1,"unique":true,"name":"determineProcessingEffects","lowerBound":0,"id":348,"many":true,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"processingEffects","changeable":false,"resolveProxies":true,"lowerBound":0,"id":349,"derived":true},{"id":350,"eClass":"EGenericType"},{"id":351,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"staticMinValue","changeable":true,"resolveProxies":true,"lowerBound":1,"id":352,"derived":false},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":1,"target":0},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":10,"target":21},{"source":10,"target":22},{"source":10,"target":1},{"source":22,"target":21},{"source":11,"target":23},{"source":11,"target":24},{"source":11,"target":1},{"source":24,"target":23},{"source":12,"target":25},{"source":12,"target":26},{"source":12,"target":1},{"source":26,"target":25},{"source":13,"target":27},{"source":13,"target":28},{"source":13,"target":1},{"source":28,"target":27},{"source":14,"target":29},{"source":14,"target":30},{"source":14,"target":1},{"source":30,"target":29},{"source":15,"target":31},{"source":15,"target":32},{"source":15,"target":1},{"source":32,"target":31},{"source":16,"target":33},{"source":16,"target":34},{"source":16,"target":1},{"source":34,"target":33},{"source":17,"target":35},{"source":17,"target":36},{"source":17,"target":1},{"source":36,"target":35},{"source":18,"target":2},{"source":18,"target":37},{"source":18,"target":1},{"source":18,"target":38},{"source":37,"target":2},{"source":19,"target":39},{"source":19,"target":40},{"source":19,"target":1},{"source":40,"target":39},{"source":20,"target":9},{"source":2,"target":0},{"source":2,"target":38},{"source":2,"target":41},{"source":38,"target":1},{"source":38,"target":42},{"source":38,"target":2},{"source":38,"target":18},{"source":42,"target":1},{"source":3,"target":27},{"source":3,"target":43},{"source":3,"target":33},{"source":3,"target":0},{"source":27,"target":3},{"source":27,"target":44},{"source":27,"target":45},{"source":44,"target":43},{"source":44,"target":46},{"source":44,"target":27},{"source":44,"target":47},{"source":46,"target":43},{"source":43,"target":3},{"source":43,"target":47},{"source":43,"target":48},{"source":43,"target":49},{"source":47,"target":27},{"source":47,"target":50},{"source":47,"target":43},{"source":47,"target":44},{"source":50,"target":27},{"source":48,"target":51},{"source":48,"target":43},{"source":33,"target":3},{"source":33,"target":52},{"source":33,"target":53},{"source":33,"target":54},{"source":52,"target":55},{"source":52,"target":56},{"source":52,"target":33},{"source":56,"target":55},{"source":53,"target":57},{"source":53,"target":58},{"source":53,"target":33},{"source":58,"target":57},{"source":4,"target":23},{"source":4,"target":59},{"source":4,"target":60},{"source":4,"target":61},{"source":4,"target":62},{"source":4,"target":63},{"source":4,"target":64},{"source":4,"target":65},{"source":4,"target":66},{"source":4,"target":67},{"source":4,"target":68},{"source":4,"target":69},{"source":4,"target":70},{"source":4,"target":71},{"source":4,"target":72},{"source":4,"target":73},{"source":4,"target":74},{"source":4,"target":75},{"source":4,"target":76},{"source":4,"target":77},{"source":4,"target":78},{"source":4,"target":79},{"source":4,"target":80},{"source":4,"target":0},{"source":23,"target":4},{"source":23,"target":81},{"source":23,"target":82},{"source":81,"target":59},{"source":81,"target":83},{"source":81,"target":23},{"source":81,"target":84},{"source":83,"target":59},{"source":59,"target":4},{"source":59,"target":85},{"source":59,"target":86},{"source":59,"target":84},{"source":59,"target":87},{"source":59,"target":88},{"source":59,"target":89},{"source":59,"target":90},{"source":85,"target":91},{"source":85,"target":92},{"source":85,"target":59},{"source":92,"target":91},{"source":86,"target":91},{"source":86,"target":93},{"source":86,"target":59},{"source":93,"target":91},{"source":84,"target":23},{"source":84,"target":94},{"source":84,"target":59},{"source":84,"target":81},{"source":94,"target":23},{"source":87,"target":91},{"source":87,"target":95},{"source":87,"target":59},{"source":95,"target":91},{"source":88,"target":9},{"source":88,"target":96},{"source":88,"target":59},{"source":96,"target":9},{"source":89,"target":91},{"source":89,"target":97},{"source":89,"target":59},{"source":97,"target":91},{"source":60,"target":4},{"source":60,"target":59},{"source":60,"target":98},{"source":60,"target":99},{"source":60,"target":100},{"source":60,"target":101},{"source":98,"target":91},{"source":98,"target":102},{"source":98,"target":60},{"source":102,"target":91},{"source":99,"target":91},{"source":99,"target":103},{"source":99,"target":60},{"source":103,"target":91},{"source":100,"target":104},{"source":100,"target":105},{"source":100,"target":60},{"source":105,"target":104},{"source":101,"target":59},{"source":61,"target":4},{"source":61,"target":60},{"source":61,"target":106},{"source":61,"target":107},{"source":106,"target":43},{"source":106,"target":108},{"source":106,"target":61},{"source":108,"target":43},{"source":107,"target":60},{"source":62,"target":4},{"source":62,"target":61},{"source":62,"target":109},{"source":109,"target":61},{"source":63,"target":4},{"source":63,"target":59},{"source":63,"target":110},{"source":63,"target":111},{"source":63,"target":112},{"source":63,"target":113},{"source":63,"target":114},{"source":63,"target":115},{"source":110,"target":91},{"source":110,"target":116},{"source":110,"target":63},{"source":116,"target":91},{"source":111,"target":91},{"source":111,"target":117},{"source":111,"target":63},{"source":117,"target":91},{"source":112,"target":118},{"source":112,"target":119},{"source":112,"target":63},{"source":119,"target":118},{"source":113,"target":118},{"source":113,"target":120},{"source":113,"target":63},{"source":120,"target":118},{"source":114,"target":57},{"source":114,"target":121},{"source":114,"target":63},{"source":121,"target":57},{"source":115,"target":59},{"source":64,"target":4},{"source":64,"target":59},{"source":64,"target":122},{"source":64,"target":123},{"source":64,"target":124},{"source":122,"target":91},{"source":122,"target":125},{"source":122,"target":64},{"source":125,"target":91},{"source":123,"target":91},{"source":123,"target":126},{"source":123,"target":64},{"source":126,"target":91},{"source":124,"target":59},{"source":65,"target":4},{"source":65,"target":64},{"source":65,"target":127},{"source":65,"target":128},{"source":127,"target":43},{"source":127,"target":129},{"source":127,"target":65},{"source":129,"target":43},{"source":128,"target":64},{"source":66,"target":4},{"source":66,"target":64},{"source":66,"target":130},{"source":66,"target":131},{"source":130,"target":57},{"source":130,"target":132},{"source":130,"target":66},{"source":132,"target":57},{"source":131,"target":64},{"source":67,"target":4},{"source":67,"target":64},{"source":67,"target":133},{"source":133,"target":64},{"source":68,"target":4},{"source":68,"target":64},{"source":68,"target":134},{"source":134,"target":64},{"source":69,"target":4},{"source":69,"target":59},{"source":69,"target":135},{"source":69,"target":136},{"source":69,"target":137},{"source":69,"target":138},{"source":69,"target":139},{"source":135,"target":91},{"source":135,"target":140},{"source":135,"target":69},{"source":140,"target":91},{"source":136,"target":91},{"source":136,"target":141},{"source":136,"target":69},{"source":141,"target":91},{"source":137,"target":91},{"source":137,"target":142},{"source":137,"target":69},{"source":142,"target":91},{"source":138,"target":91},{"source":138,"target":143},{"source":138,"target":69},{"source":143,"target":91},{"source":139,"target":59},{"source":70,"target":4},{"source":70,"target":69},{"source":70,"target":144},{"source":144,"target":69},{"source":71,"target":4},{"source":71,"target":69},{"source":71,"target":145},{"source":145,"target":69},{"source":72,"target":4},{"source":72,"target":59},{"source":72,"target":146},{"source":72,"target":147},{"source":72,"target":148},{"source":72,"target":149},{"source":72,"target":150},{"source":72,"target":151},{"source":146,"target":91},{"source":146,"target":152},{"source":146,"target":72},{"source":152,"target":91},{"source":147,"target":91},{"source":147,"target":153},{"source":147,"target":72},{"source":153,"target":91},{"source":148,"target":91},{"source":148,"target":154},{"source":148,"target":72},{"source":154,"target":91},{"source":149,"target":91},{"source":149,"target":155},{"source":149,"target":72},{"source":155,"target":91},{"source":150,"target":91},{"source":150,"target":156},{"source":150,"target":72},{"source":156,"target":91},{"source":151,"target":59},{"source":73,"target":4},{"source":73,"target":72},{"source":73,"target":157},{"source":157,"target":72},{"source":74,"target":4},{"source":74,"target":72},{"source":74,"target":158},{"source":158,"target":72},{"source":75,"target":4},{"source":75,"target":159},{"source":75,"target":59},{"source":75,"target":160},{"source":75,"target":161},{"source":75,"target":162},{"source":75,"target":163},{"source":75,"target":164},{"source":75,"target":165},{"source":159,"target":166},{"source":166,"target":167},{"source":160,"target":91},{"source":160,"target":168},{"source":160,"target":75},{"source":168,"target":91},{"source":161,"target":91},{"source":161,"target":169},{"source":161,"target":75},{"source":169,"target":91},{"source":162,"target":91},{"source":162,"target":170},{"source":162,"target":75},{"source":170,"target":91},{"source":163,"target":76},{"source":163,"target":171},{"source":163,"target":75},{"source":171,"target":76},{"source":164,"target":104},{"source":164,"target":172},{"source":164,"target":75},{"source":172,"target":104},{"source":165,"target":59},{"source":76,"target":4},{"source":76,"target":173},{"source":76,"target":174},{"source":76,"target":175},{"source":173,"target":76},{"source":174,"target":76},{"source":175,"target":76},{"source":77,"target":4},{"source":77,"target":72},{"source":77,"target":78},{"source":77,"target":176},{"source":77,"target":177},{"source":176,"target":72},{"source":177,"target":78},{"source":78,"target":4},{"source":78,"target":59},{"source":78,"target":178},{"source":78,"target":179},{"source":178,"target":180},{"source":178,"target":181},{"source":178,"target":78},{"source":181,"target":180},{"source":179,"target":59},{"source":79,"target":4},{"source":79,"target":64},{"source":79,"target":182},{"source":79,"target":183},{"source":182,"target":43},{"source":182,"target":184},{"source":182,"target":79},{"source":184,"target":43},{"source":183,"target":64},{"source":80,"target":4},{"source":80,"target":69},{"source":80,"target":78},{"source":80,"target":185},{"source":80,"target":186},{"source":185,"target":69},{"source":186,"target":78},{"source":5,"target":187},{"source":5,"target":25},{"source":5,"target":167},{"source":5,"target":188},{"source":5,"target":189},{"source":5,"target":29},{"source":5,"target":104},{"source":5,"target":190},{"source":5,"target":191},{"source":5,"target":31},{"source":5,"target":35},{"source":5,"target":192},{"source":5,"target":0},{"source":187,"target":5},{"source":187,"target":193},{"source":187,"target":194},{"source":193,"target":29},{"source":193,"target":195},{"source":193,"target":187},{"source":195,"target":29},{"source":194,"target":104},{"source":194,"target":196},{"source":194,"target":187},{"source":196,"target":104},{"source":25,"target":5},{"source":25,"target":197},{"source":25,"target":198},{"source":25,"target":199},{"source":197,"target":167},{"source":197,"target":200},{"source":197,"target":25},{"source":200,"target":167},{"source":198,"target":191},{"source":198,"target":201},{"source":198,"target":25},{"source":201,"target":191},{"source":167,"target":5},{"source":167,"target":202},{"source":167,"target":203},{"source":202,"target":204},{"source":202,"target":167},{"source":202,"target":205},{"source":205,"target":167},{"source":205,"target":206},{"source":205,"target":202},{"source":206,"target":167},{"source":188,"target":5},{"source":188,"target":167},{"source":188,"target":207},{"source":188,"target":208},{"source":188,"target":209},{"source":188,"target":210},{"source":207,"target":211},{"source":207,"target":188},{"source":207,"target":212},{"source":212,"target":167},{"source":212,"target":213},{"source":212,"target":207},{"source":213,"target":167},{"source":208,"target":214},{"source":208,"target":188},{"source":209,"target":191},{"source":209,"target":215},{"source":209,"target":188},{"source":215,"target":191},{"source":210,"target":167},{"source":189,"target":5},{"source":189,"target":216},{"source":29,"target":5},{"source":29,"target":217},{"source":29,"target":218},{"source":217,"target":104},{"source":217,"target":219},{"source":217,"target":29},{"source":219,"target":104},{"source":104,"target":5},{"source":104,"target":220},{"source":104,"target":221},{"source":220,"target":167},{"source":220,"target":222},{"source":220,"target":104},{"source":222,"target":167},{"source":190,"target":5},{"source":190,"target":104},{"source":190,"target":223},{"source":190,"target":224},{"source":190,"target":225},{"source":223,"target":189},{"source":223,"target":226},{"source":223,"target":190},{"source":226,"target":189},{"source":224,"target":188},{"source":224,"target":227},{"source":224,"target":190},{"source":227,"target":188},{"source":225,"target":104},{"source":191,"target":5},{"source":191,"target":228},{"source":191,"target":229},{"source":228,"target":189},{"source":228,"target":230},{"source":228,"target":191},{"source":230,"target":189},{"source":31,"target":5},{"source":31,"target":231},{"source":31,"target":232},{"source":31,"target":233},{"source":231,"target":29},{"source":231,"target":234},{"source":231,"target":31},{"source":234,"target":29},{"source":232,"target":235},{"source":232,"target":31},{"source":35,"target":5},{"source":35,"target":236},{"source":35,"target":237},{"source":236,"target":192},{"source":236,"target":238},{"source":236,"target":35},{"source":238,"target":192},{"source":192,"target":5},{"source":192,"target":29},{"source":192,"target":239},{"source":192,"target":240},{"source":239,"target":43},{"source":239,"target":241},{"source":239,"target":192},{"source":241,"target":43},{"source":240,"target":29},{"source":6,"target":91},{"source":6,"target":242},{"source":6,"target":55},{"source":6,"target":57},{"source":6,"target":243},{"source":6,"target":244},{"source":6,"target":245},{"source":6,"target":246},{"source":6,"target":0},{"source":91,"target":6},{"source":91,"target":247},{"source":91,"target":248},{"source":91,"target":249},{"source":247,"target":250},{"source":247,"target":91},{"source":248,"target":251},{"source":248,"target":91},{"source":242,"target":6},{"source":242,"target":91},{"source":242,"target":252},{"source":242,"target":253},{"source":242,"target":254},{"source":252,"target":255},{"source":252,"target":242},{"source":253,"target":256},{"source":253,"target":242},{"source":254,"target":91},{"source":55,"target":6},{"source":55,"target":91},{"source":55,"target":257},{"source":55,"target":258},{"source":55,"target":259},{"source":257,"target":260},{"source":257,"target":55},{"source":258,"target":261},{"source":258,"target":55},{"source":259,"target":91},{"source":57,"target":6},{"source":57,"target":91},{"source":57,"target":262},{"source":57,"target":263},{"source":57,"target":264},{"source":262,"target":265},{"source":262,"target":57},{"source":263,"target":266},{"source":263,"target":57},{"source":264,"target":91},{"source":243,"target":6},{"source":243,"target":91},{"source":243,"target":267},{"source":243,"target":268},{"source":243,"target":269},{"source":243,"target":270},{"source":267,"target":271},{"source":267,"target":243},{"source":268,"target":91},{"source":268,"target":272},{"source":268,"target":243},{"source":272,"target":91},{"source":269,"target":273},{"source":269,"target":243},{"source":270,"target":91},{"source":244,"target":6},{"source":244,"target":57},{"source":244,"target":274},{"source":244,"target":275},{"source":244,"target":276},{"source":274,"target":277},{"source":274,"target":244},{"source":275,"target":278},{"source":275,"target":244},{"source":276,"target":57},{"source":245,"target":6},{"source":245,"target":55},{"source":245,"target":279},{"source":245,"target":280},{"source":245,"target":281},{"source":279,"target":282},{"source":279,"target":245},{"source":280,"target":283},{"source":280,"target":245},{"source":281,"target":55},{"source":246,"target":6},{"source":246,"target":91},{"source":246,"target":284},{"source":246,"target":285},{"source":246,"target":286},{"source":284,"target":287},{"source":284,"target":246},{"source":285,"target":91},{"source":285,"target":288},{"source":285,"target":246},{"source":288,"target":91},{"source":286,"target":91},{"source":7,"target":118},{"source":7,"target":0},{"source":118,"target":7},{"source":118,"target":289},{"source":118,"target":290},{"source":118,"target":291},{"source":289,"target":91},{"source":289,"target":292},{"source":289,"target":118},{"source":292,"target":91},{"source":290,"target":91},{"source":290,"target":293},{"source":290,"target":118},{"source":293,"target":91},{"source":8,"target":39},{"source":8,"target":180},{"source":8,"target":21},{"source":8,"target":294},{"source":8,"target":295},{"source":8,"target":296},{"source":8,"target":297},{"source":8,"target":298},{"source":8,"target":9},{"source":8,"target":299},{"source":8,"target":0},{"source":39,"target":8},{"source":39,"target":2},{"source":39,"target":300},{"source":39,"target":301},{"source":39,"target":302},{"source":300,"target":180},{"source":300,"target":303},{"source":300,"target":39},{"source":303,"target":180},{"source":301,"target":21},{"source":301,"target":304},{"source":301,"target":39},{"source":304,"target":21},{"source":302,"target":2},{"source":180,"target":8},{"source":180,"target":305},{"source":21,"target":8},{"source":21,"target":306},{"source":21,"target":307},{"source":21,"target":308},{"source":21,"target":309},{"source":21,"target":310},{"source":306,"target":311},{"source":306,"target":21},{"source":306,"target":312},{"source":306,"target":313},{"source":312,"target":59},{"source":312,"target":314},{"source":312,"target":306},{"source":314,"target":59},{"source":313,"target":91},{"source":313,"target":315},{"source":313,"target":306},{"source":315,"target":91},{"source":307,"target":316},{"source":307,"target":21},{"source":308,"target":317},{"source":308,"target":21},{"source":309,"target":296},{"source":309,"target":318},{"source":309,"target":21},{"source":309,"target":319},{"source":318,"target":296},{"source":294,"target":8},{"source":294,"target":21},{"source":294,"target":320},{"source":294,"target":321},{"source":294,"target":322},{"source":320,"target":323},{"source":320,"target":294},{"source":320,"target":324},{"source":320,"target":325},{"source":324,"target":59},{"source":324,"target":326},{"source":324,"target":320},{"source":326,"target":59},{"source":325,"target":91},{"source":325,"target":327},{"source":325,"target":320},{"source":327,"target":91},{"source":321,"target":180},{"source":321,"target":328},{"source":321,"target":294},{"source":328,"target":180},{"source":322,"target":21},{"source":295,"target":8},{"source":295,"target":21},{"source":295,"target":329},{"source":295,"target":330},{"source":329,"target":331},{"source":329,"target":295},{"source":329,"target":332},{"source":329,"target":333},{"source":332,"target":59},{"source":332,"target":334},{"source":332,"target":329},{"source":334,"target":59},{"source":333,"target":91},{"source":333,"target":335},{"source":333,"target":329},{"source":335,"target":91},{"source":330,"target":21},{"source":296,"target":8},{"source":296,"target":336},{"source":296,"target":337},{"source":296,"target":319},{"source":296,"target":338},{"source":336,"target":76},{"source":336,"target":339},{"source":336,"target":296},{"source":339,"target":76},{"source":337,"target":297},{"source":337,"target":340},{"source":337,"target":296},{"source":337,"target":341},{"source":340,"target":297},{"source":319,"target":21},{"source":319,"target":342},{"source":319,"target":296},{"source":319,"target":309},{"source":342,"target":21},{"source":297,"target":8},{"source":297,"target":341},{"source":297,"target":343},{"source":341,"target":296},{"source":341,"target":344},{"source":341,"target":297},{"source":341,"target":337},{"source":344,"target":296},{"source":298,"target":8},{"source":298,"target":297},{"source":298,"target":345},{"source":298,"target":346},{"source":345,"target":104},{"source":345,"target":347},{"source":345,"target":298},{"source":347,"target":104},{"source":346,"target":297},{"source":9,"target":8},{"source":9,"target":348},{"source":9,"target":349},{"source":348,"target":21},{"source":348,"target":350},{"source":348,"target":9},{"source":350,"target":21},{"source":349,"target":21},{"source":349,"target":351},{"source":349,"target":9},{"source":351,"target":21},{"source":299,"target":8},{"source":299,"target":297},{"source":299,"target":352},{"source":299,"target":353},{"source":352,"target":104},{"source":352,"target":354},{"source":352,"target":299},{"source":354,"target":104},{"source":353,"target":297}],"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="fsm" nsURI="http://fsm/" nsPrefix="fsm">
<eClassifiers xsi:type="ecore:EClass" name="FSM">
<eStructuralFeatures xsi:type="ecore:EReference" name="s" unique="false" eType="//State"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="f" unique="false" eType="//FSM"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="State"/>
</ecore:EPackage>
| github:ecore:/data/diverse-project/melange/tests/fr.inria.diverse.melange.tests/tests-inputs/aspect-to-ecore/SimpleReferences.ecore | ecore | fsm
FSM
s
f
State | null | {"directed":true,"nodes":[{"nsPrefix":"fsm","nsURI":"http://fsm/","name":"fsm","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FSM","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"container":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":"s","changeable":true,"resolveProxies":true,"lowerBound":0,"id":3,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"f","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":1,"target":0},{"source":1,"target":3},{"source":1,"target":4},{"source":3,"target":2},{"source":3,"target":5},{"source":3,"target":1},{"source":5,"target":2},{"source":4,"target":1},{"source":4,"target":6},{"source":4,"target":1},{"source":6,"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="rat" nsURI="http://www.Rat.rat" nsPrefix="rat">
<eClassifiers xsi:type="ecore:EClass" name="Prog">
<eStructuralFeatures xsi:type="ecore:EReference" name="fun" upperBound="-1" eType="#//Fun"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nomProg" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="bloc" eType="#//Bloc" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Fun">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nomFun" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="param" upperBound="-1"
eType="#//DP" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="is" upperBound="-1" eType="#//I"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="retour" eType="#//E" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Bloc">
<eStructuralFeatures xsi:type="ecore:EReference" name="is" upperBound="-1" eType="#//I"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="I"/>
<eClassifiers xsi:type="ecore:EClass" name="Declaration" eSuperTypes="#//I">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nomDecl" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="e" eType="#//E" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Affectation" eSuperTypes="#//I">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nomAff" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="e" eType="#//E" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Constante" eSuperTypes="#//I">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nomConst" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="val" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Print" eSuperTypes="#//I">
<eStructuralFeatures xsi:type="ecore:EReference" name="val" eType="#//E" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Conditionnelle" eSuperTypes="#//I">
<eStructuralFeatures xsi:type="ecore:EReference" name="condc" eType="#//E" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="bloc1cond" eType="#//Bloc"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="bloc2cond" eType="#//Bloc"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Tantque" eSuperTypes="#//I">
<eStructuralFeatures xsi:type="ecore:EReference" name="condt" eType="#//E" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="boucle" eType="#//Bloc"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DP">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type" containment="true"/>
<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="Type">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="t" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="E"/>
<eClassifiers xsi:type="ecore:EClass" name="Appel" eSuperTypes="#//E">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nomAppel" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="param" upperBound="-1"
eType="#//E" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Rationnel" eSuperTypes="#//E">
<eStructuralFeatures xsi:type="ecore:EReference" name="e1" eType="#//E" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="e2" eType="#//E" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Numerateur" eSuperTypes="#//E">
<eStructuralFeatures xsi:type="ecore:EReference" name="valNum" eType="#//E" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Denominateur" eSuperTypes="#//E">
<eStructuralFeatures xsi:type="ecore:EReference" name="valDenum" eType="#//E"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Identificateur" eSuperTypes="#//E">
<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="Boolean" eSuperTypes="#//E">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="val" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Entier" eSuperTypes="#//E">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="int" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OpBin" eSuperTypes="#//E">
<eStructuralFeatures xsi:type="ecore:EReference" name="e1" eType="#//E" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="op" eType="#//Operande"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="e2" eType="#//E" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Operande">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/purerstamp/N7.compilateur/rat/model/generated/Rat.ecore | ecore | rat
Prog
fun
nomProg
bloc
Fun
type
nomFun
param
is
retour
Bloc
is
I
Declaration
type
nomDecl
e
Affectation
nomAff
e
Constante
nomConst
val
Print
val
Conditionnelle
condc
bloc1cond
bloc2cond
Tantque
condt
boucle
DP
type
id
Type
t
E
Appel
nomAppel
param
Rationnel
e1
e2
Numerateur
valNum
Denominateur
valDenum
Identificateur
id
Boolean
val
Entier
int
OpBin
e1
op
e2
Operande
op | null | {"directed":true,"nodes":[{"nsPrefix":"rat","nsURI":"http://www.Rat.rat","name":"rat","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Prog","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Fun","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Bloc","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"I","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Declaration","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Affectation","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constante","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Print","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Conditionnelle","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Tantque","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DP","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"E","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Appel","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rationnel","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Numerateur","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Denominateur","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Identificateur","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Boolean","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Entier","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpBin","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operande","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fun","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":"nomProg","changeable":true,"lowerBound":0,"iD":false,"id":24,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bloc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nomFun","changeable":true,"lowerBound":0,"iD":false,"id":30,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"param","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":"is","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":"retour","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"is","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","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":"nomDecl","changeable":true,"lowerBound":0,"iD":false,"id":42,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"e","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nomAff","changeable":true,"lowerBound":0,"iD":false,"id":48,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"e","changeable":true,"resolveProxies":true,"lowerBound":0,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nomConst","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":"val","changeable":true,"lowerBound":0,"iD":false,"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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"val","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condc","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":"bloc1cond","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":"bloc2cond","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condt","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":"boucle","changeable":true,"resolveProxies":true,"lowerBound":0,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"t","changeable":true,"lowerBound":0,"iD":false,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nomAppel","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":"param","changeable":true,"resolveProxies":true,"lowerBound":0,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"e1","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":"e2","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":"valNum","changeable":true,"resolveProxies":true,"lowerBound":0,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"valDenum","changeable":true,"resolveProxies":true,"lowerBound":0,"id":92,"derived":false},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":95,"derived":false},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"val","changeable":true,"lowerBound":0,"iD":false,"id":98,"derived":false},{"id":99,"eClass":"EGenericType"},{"id":100,"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":"int","changeable":true,"lowerBound":0,"iD":false,"id":101,"derived":false},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"e1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":104,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"resolveProxies":true,"lowerBound":0,"id":105,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"e2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":106,"derived":false},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"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":111,"derived":false},{"id":112,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":1,"target":0},{"source":1,"target":23},{"source":1,"target":24},{"source":1,"target":25},{"source":23,"target":2},{"source":23,"target":26},{"source":23,"target":1},{"source":26,"target":2},{"source":24,"target":27},{"source":24,"target":1},{"source":25,"target":3},{"source":25,"target":28},{"source":25,"target":1},{"source":28,"target":3},{"source":2,"target":0},{"source":2,"target":29},{"source":2,"target":30},{"source":2,"target":31},{"source":2,"target":32},{"source":2,"target":33},{"source":29,"target":12},{"source":29,"target":34},{"source":29,"target":2},{"source":34,"target":12},{"source":30,"target":35},{"source":30,"target":2},{"source":31,"target":11},{"source":31,"target":36},{"source":31,"target":2},{"source":36,"target":11},{"source":32,"target":4},{"source":32,"target":37},{"source":32,"target":2},{"source":37,"target":4},{"source":33,"target":13},{"source":33,"target":38},{"source":33,"target":2},{"source":38,"target":13},{"source":3,"target":0},{"source":3,"target":39},{"source":39,"target":4},{"source":39,"target":40},{"source":39,"target":3},{"source":40,"target":4},{"source":4,"target":0},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":41},{"source":5,"target":42},{"source":5,"target":43},{"source":5,"target":44},{"source":41,"target":12},{"source":41,"target":45},{"source":41,"target":5},{"source":45,"target":12},{"source":42,"target":46},{"source":42,"target":5},{"source":43,"target":13},{"source":43,"target":47},{"source":43,"target":5},{"source":47,"target":13},{"source":44,"target":4},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":48},{"source":6,"target":49},{"source":6,"target":50},{"source":48,"target":51},{"source":48,"target":6},{"source":49,"target":13},{"source":49,"target":52},{"source":49,"target":6},{"source":52,"target":13},{"source":50,"target":4},{"source":7,"target":0},{"source":7,"target":4},{"source":7,"target":53},{"source":7,"target":54},{"source":7,"target":55},{"source":53,"target":56},{"source":53,"target":7},{"source":54,"target":57},{"source":54,"target":7},{"source":55,"target":4},{"source":8,"target":0},{"source":8,"target":4},{"source":8,"target":58},{"source":8,"target":59},{"source":58,"target":13},{"source":58,"target":60},{"source":58,"target":8},{"source":60,"target":13},{"source":59,"target":4},{"source":9,"target":0},{"source":9,"target":4},{"source":9,"target":61},{"source":9,"target":62},{"source":9,"target":63},{"source":9,"target":64},{"source":61,"target":13},{"source":61,"target":65},{"source":61,"target":9},{"source":65,"target":13},{"source":62,"target":3},{"source":62,"target":66},{"source":62,"target":9},{"source":66,"target":3},{"source":63,"target":3},{"source":63,"target":67},{"source":63,"target":9},{"source":67,"target":3},{"source":64,"target":4},{"source":10,"target":0},{"source":10,"target":4},{"source":10,"target":68},{"source":10,"target":69},{"source":10,"target":70},{"source":68,"target":13},{"source":68,"target":71},{"source":68,"target":10},{"source":71,"target":13},{"source":69,"target":3},{"source":69,"target":72},{"source":69,"target":10},{"source":72,"target":3},{"source":70,"target":4},{"source":11,"target":0},{"source":11,"target":73},{"source":11,"target":74},{"source":73,"target":12},{"source":73,"target":75},{"source":73,"target":11},{"source":75,"target":12},{"source":74,"target":76},{"source":74,"target":11},{"source":12,"target":0},{"source":12,"target":77},{"source":77,"target":78},{"source":77,"target":12},{"source":13,"target":0},{"source":14,"target":0},{"source":14,"target":13},{"source":14,"target":79},{"source":14,"target":80},{"source":14,"target":81},{"source":79,"target":82},{"source":79,"target":14},{"source":80,"target":13},{"source":80,"target":83},{"source":80,"target":14},{"source":83,"target":13},{"source":81,"target":13},{"source":15,"target":0},{"source":15,"target":13},{"source":15,"target":84},{"source":15,"target":85},{"source":15,"target":86},{"source":84,"target":13},{"source":84,"target":87},{"source":84,"target":15},{"source":87,"target":13},{"source":85,"target":13},{"source":85,"target":88},{"source":85,"target":15},{"source":88,"target":13},{"source":86,"target":13},{"source":16,"target":0},{"source":16,"target":13},{"source":16,"target":89},{"source":16,"target":90},{"source":89,"target":13},{"source":89,"target":91},{"source":89,"target":16},{"source":91,"target":13},{"source":90,"target":13},{"source":17,"target":0},{"source":17,"target":13},{"source":17,"target":92},{"source":17,"target":93},{"source":92,"target":13},{"source":92,"target":94},{"source":92,"target":17},{"source":94,"target":13},{"source":93,"target":13},{"source":18,"target":0},{"source":18,"target":13},{"source":18,"target":95},{"source":18,"target":96},{"source":95,"target":97},{"source":95,"target":18},{"source":96,"target":13},{"source":19,"target":0},{"source":19,"target":13},{"source":19,"target":98},{"source":19,"target":99},{"source":98,"target":100},{"source":98,"target":19},{"source":99,"target":13},{"source":20,"target":0},{"source":20,"target":13},{"source":20,"target":101},{"source":20,"target":102},{"source":101,"target":103},{"source":101,"target":20},{"source":102,"target":13},{"source":21,"target":0},{"source":21,"target":13},{"source":21,"target":104},{"source":21,"target":105},{"source":21,"target":106},{"source":21,"target":107},{"source":104,"target":13},{"source":104,"target":108},{"source":104,"target":21},{"source":108,"target":13},{"source":105,"target":22},{"source":105,"target":109},{"source":105,"target":21},{"source":109,"target":22},{"source":106,"target":13},{"source":106,"target":110},{"source":106,"target":21},{"source":110,"target":13},{"source":107,"target":13},{"source":22,"target":0},{"source":22,"target":111},{"source":111,"target":112},{"source":111,"target":22}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="thingML" nsURI="http://www.thingml.org/xtext/ThingML" nsPrefix="thingML">
<eClassifiers xsi:type="ecore:EClass" name="ThingMLModel">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Root node of the model."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1"
eType="#//Import" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="types" upperBound="-1"
eType="#//Type" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="protocols" upperBound="-1"
eType="#//Protocol" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="configs" upperBound="-1"
eType="#//Configuration" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Import">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="importURI" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PlatformAnnotation">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Additional information passed to the compiler. (@key "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="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AnnotatedElement" abstract="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Element that can be annotated."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1"
eType="#//PlatformAnnotation" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypeRef">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Declares the type of a variable."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//Type"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isArray" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="cardinality" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Type" abstract="true" eSuperTypes="#//AnnotatedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Types are used to defines everything that can be instantiated, primitive datatypes as variable, objects, and components (also called Thing)."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" upperBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" eSuperTypes="#//Type">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Container for plateform types. (Allows to link types from differents plateforms)."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ByteSize" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ObjectType" eSuperTypes="#//Type">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Container for complex types such as classes, pointers, structs..."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Enumeration" eSuperTypes="#//Type">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Type that consists of a set of named values."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="literals" upperBound="-1"
eType="#//EnumerationLiteral" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EnumerationLiteral">
<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="annotations" upperBound="-1"
eType="#//PlatformAnnotation" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Thing" eSuperTypes="#//Type">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The thing is a central concept in ThingML. It models a component that can be instanciated in a configuration. It may include a statemachine, ports, messages, properties, functions. It can be a whole thing or a fragment. A fragment is a thing that can not be instanciated but rather be included in another thing."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fragment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="includes" unique="false"
upperBound="-1" eType="#//Thing"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="messages" upperBound="-1"
eType="#//Message" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ports" upperBound="-1"
eType="#//Port" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1"
eType="#//Property" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="functions" upperBound="-1"
eType="#//Function" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="assign" upperBound="-1"
eType="#//PropertyAssign" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="behaviour" upperBound="-1"
eType="#//CompositeState" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="streams" upperBound="-1"
eType="#//Stream" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PropertyAssign" eSuperTypes="#//AnnotatedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Assign a value to a property."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="property" lowerBound="1"
eType="#//Property"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="index" upperBound="-1"
eType="#//Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="init" lowerBound="1" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Protocol" eSuperTypes="#//AnnotatedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Protocol are used to named external components, that will not lead to code generation by compilers. They may however be used by plugins. Typically used for network transmissions. Additional information must be provided with annotation in most cases."/>
</eAnnotations>
<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="Function" eSuperTypes="#//AnnotatedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Declare a function for the thing."/>
</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="parameters" upperBound="-1"
eType="#//Parameter" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typeRef" eType="#//TypeRef"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="body" lowerBound="1" eType="#//ActionBlock"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Property" eSuperTypes="#//AnnotatedElement #//ReferencedElmt #//Variable">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Declare a variable for the whole instance of a thing."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="changeable" 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="typeRef" lowerBound="1"
eType="#//TypeRef" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="init" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Message" eSuperTypes="#//AnnotatedElement #//ReferencedElmt">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Declare the model of a message with its eventual parameters. It can then be sent or received over a port. Things needs to include ever messages that they use."/>
</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="parameters" upperBound="-1"
eType="#//Parameter" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//AnnotatedElement #//ReferencedElmt #//Variable">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Parameter for functions and messages."/>
</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="typeRef" lowerBound="1"
eType="#//TypeRef" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Port" abstract="true" eSuperTypes="#//AnnotatedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Describes potential communication of a thing. List messages that can be sent and/or received."/>
</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="sends" unique="false" upperBound="-1"
eType="#//Message"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="receives" unique="false"
upperBound="-1" eType="#//Message"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RequiredPort" eSuperTypes="#//Port">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="If possible thing that depends on other are instantiated after their dependancies."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="optional" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProvidedPort" eSuperTypes="#//Port">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="If possible thing that depends on other are instantiated after their dependancies."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InternalPort" eSuperTypes="#//Port">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Describes communications from a thing to itself (Can be used to send messages from a session to another)."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Stream" eSuperTypes="#//AnnotatedElement">
<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="input" lowerBound="1" eType="#//Source"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="selection" lowerBound="0"
upperBound="-1" eType="#//LocalVariable" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="output" lowerBound="1"
eType="#//SendAction" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Source" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="ViewSource" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="ReferencedElmt" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="ElmtProperty" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="JoinSources" eSuperTypes="#//Source #//ReferencedElmt">
<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="sources" lowerBound="1"
upperBound="-1" eType="#//Source" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="resultMessage" lowerBound="1"
eType="#//Message"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rules" upperBound="-1"
eType="#//Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="operators" upperBound="-1"
eType="#//ViewSource" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MergeSources" eSuperTypes="#//Source #//ReferencedElmt">
<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="sources" lowerBound="1"
upperBound="-1" eType="#//Source" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="resultMessage" lowerBound="1"
eType="#//Message"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="operators" upperBound="-1"
eType="#//ViewSource" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SimpleSource" eSuperTypes="#//Source #//ReferencedElmt">
<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="message" lowerBound="1"
eType="#//ReceiveMessage" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="operators" upperBound="-1"
eType="#//ViewSource" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Filter" eSuperTypes="#//ViewSource">
<eStructuralFeatures xsi:type="ecore:EReference" name="guard" lowerBound="1" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LengthWindow" eSuperTypes="#//ViewSource">
<eStructuralFeatures xsi:type="ecore:EReference" name="size" lowerBound="1" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="step" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TimeWindow" eSuperTypes="#//ViewSource">
<eStructuralFeatures xsi:type="ecore:EReference" name="duration" lowerBound="1"
eType="#//Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="step" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MessageParameter" eSuperTypes="#//ReferencedElmt">
<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="msgRef" lowerBound="1"
eType="#//Message"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SimpleParamRef" eSuperTypes="#//ElmtProperty">
<eStructuralFeatures xsi:type="ecore:EReference" name="parameterRef" lowerBound="1"
eType="#//Parameter"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ArrayParamRef" eSuperTypes="#//ElmtProperty">
<eStructuralFeatures xsi:type="ecore:EReference" name="parameterRef" lowerBound="1"
eType="#//Parameter"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LengthArray" eSuperTypes="#//ElmtProperty"/>
<eClassifiers xsi:type="ecore:EClass" name="Region">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Describes a parallel group of state. The state machine is simultaneously in a state inside the region, and in another outside."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CompositeState" eSuperTypes="#//AnnotatedElement #//Region #//State">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Sub state machine contained in a state."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="initial" lowerBound="1"
eType="#//State"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="history" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="History states enter their initial state the first time they are activated, save their current state when exited and reenter that state when activated again."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="substate" upperBound="-1"
eType="#//State" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="region" upperBound="-1"
eType="#//ParallelRegion" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FinalState" eSuperTypes="#//AnnotatedElement #//State">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="State from which it can't be any outgoing transition."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Session" eSuperTypes="#//AnnotatedElement #//Region #//State">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Fork of a sub state machine."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="maxInstances" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initial" lowerBound="1"
eType="#//State"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="substate" upperBound="-1"
eType="#//State" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="region" upperBound="-1"
eType="#//ParallelRegion" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ParallelRegion" eSuperTypes="#//AnnotatedElement #//Region">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="State machines and composite states can contain one or more parallel regions. Each region executes independently from each other: they have their own initial, history and current state. By default a state machine and composite states define one region. Additional regions can be added."/>
</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="initial" lowerBound="1"
eType="#//State"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="history" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="substate" upperBound="-1"
eType="#//State" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="State" eSuperTypes="#//AnnotatedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Describes a state, action that will be triggered at the entry and exit of the state, and the set of transitions (which doesn't need to be exhaustive. Event not mentionned will simply not be taken into account)."/>
</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="properties" upperBound="-1"
eType="#//Property" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="entry" eType="#//Action"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="exit" eType="#//Action"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="internal" upperBound="-1"
eType="#//InternalTransition" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Internal transitions can be used to implement event handlers on states which do not exit and reenter the state."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="outgoing" upperBound="-1"
eType="#//Transition" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Handler" abstract="true" eSuperTypes="#//AnnotatedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="event" upperBound="-1"
eType="#//Event" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="guard" eType="#//Expression"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Optionally transitions can have a guard condition."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="action" eType="#//Action"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#//Handler">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Describes a transition from one state to another (can be the same). Can be triggered automatically or by a given event."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1"
eType="#//State"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InternalTransition" eSuperTypes="#//Handler">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Special form of transition from one state to itself that do not trigger entry actions, nor exit actions."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Event" abstract="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Event allowing to trigger a transition."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ReceiveMessage" eSuperTypes="#//ReferencedElmt #//Event">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Message reception event."/>
</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="port" eType="#//Port"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="message" lowerBound="1"
eType="#//Message"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Action" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="Variable" abstract="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Regroups all local variables, parameters, properties."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ActionBlock" eSuperTypes="#//Action">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Defines a group of action (executed sequentially)."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="actions" upperBound="-1"
eType="#//Action" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExternStatement" eSuperTypes="#//Action">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Statement expressed in plateform code (ie: c, java, javascript...). ex: 'printf("Hello World);'."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="statement" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="segments" upperBound="-1"
eType="#//Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LocalVariable" eSuperTypes="#//AnnotatedElement #//ReferencedElmt #//Action #//Variable">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Variable defined for an Action block."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="changeable" 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="typeRef" lowerBound="1"
eType="#//TypeRef" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="init" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SendAction" eSuperTypes="#//Action">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Sending of a message on a port with given parameters."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="port" lowerBound="1" eType="#//Port"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="message" lowerBound="1"
eType="#//Message"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" lowerBound="1"
upperBound="-1" eType="#//Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VariableAssignment" eSuperTypes="#//Action">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Assignement of a value/instance to a variable."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="property" lowerBound="1"
eType="#//Variable"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="index" upperBound="-1"
eType="#//Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1"
eType="#//Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Increment" eSuperTypes="#//Action">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Add 1 to the value of a variable."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="var" lowerBound="1" eType="#//Variable"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Decrement" eSuperTypes="#//Action">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Substract 1 to the value of a variable."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="var" lowerBound="1" eType="#//Variable"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LoopAction" eSuperTypes="#//Action">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="While loop."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" lowerBound="1"
eType="#//Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="action" lowerBound="1"
eType="#//Action" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConditionalAction" eSuperTypes="#//Action">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="If (/else) statement."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" lowerBound="1"
eType="#//Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="action" lowerBound="1"
eType="#//Action" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elseAction" eType="#//Action"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ReturnAction" eSuperTypes="#//Action">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="return Expression."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="exp" lowerBound="1" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PrintAction" eSuperTypes="#//Action">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Send an expression (String) to the standard output."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="msg" lowerBound="1" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ErrorAction" eSuperTypes="#//Action">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Send an expression (String) to the error output."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="msg" lowerBound="1" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StartSession" eSuperTypes="#//Action">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Instantiate a given session."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="session" lowerBound="1"
eType="#//Session"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FunctionCallStatement" eSuperTypes="#//Action">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Call a function."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="function" lowerBound="1"
eType="#//Function"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" lowerBound="1"
upperBound="-1" eType="#//Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Expression" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="ExternExpression" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="expression" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="segments" upperBound="-1"
eType="#//Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EnumLiteralRef" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="enum" lowerBound="1" eType="#//Enumeration"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="literal" lowerBound="1"
eType="#//EnumerationLiteral"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IntegerLiteral" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="intValue" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BooleanLiteral" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="boolValue" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StringLiteral" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="stringValue" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DoubleLiteral" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="doubleValue" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PropertyReference" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="property" lowerBound="1"
eType="#//Variable"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Reference" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="reference" lowerBound="1"
eType="#//ReferencedElmt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameter" lowerBound="1"
eType="#//ElmtProperty" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FunctionCallExpression" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="function" lowerBound="1"
eType="#//Function"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" lowerBound="1"
upperBound="-1" eType="#//Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Configuration" eSuperTypes="#//AnnotatedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Describes the liste of component instances and their inter connections."/>
</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="instances" upperBound="-1"
eType="#//Instance" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="connectors" upperBound="-1"
eType="#//AbstractConnector" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="propassigns" upperBound="-1"
eType="#//ConfigPropertyAssign" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Instance" eSuperTypes="#//AnnotatedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Instance of a given thing."/>
</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="type" lowerBound="1" eType="#//Thing"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConfigPropertyAssign">
<eStructuralFeatures xsi:type="ecore:EReference" name="instance" lowerBound="1"
eType="#//InstanceRef" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="property" lowerBound="1"
eType="#//Property"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="index" upperBound="-1"
eType="#//Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="init" lowerBound="1" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1"
eType="#//PlatformAnnotation" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AbstractConnector" abstract="true" eSuperTypes="#//AnnotatedElement">
<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="Connector" eSuperTypes="#//AbstractConnector">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Connection between two port of two instances. (Provided => Required)."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="cli" lowerBound="1" eType="#//InstanceRef"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="required" lowerBound="1"
eType="#//RequiredPort"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="srv" lowerBound="1" eType="#//InstanceRef"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="provided" lowerBound="1"
eType="#//ProvidedPort"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExternalConnector" eSuperTypes="#//AbstractConnector">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Connection between a port of an instance and a protocol."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="inst" lowerBound="1" eType="#//InstanceRef"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="port" lowerBound="1" eType="#//Port"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="protocol" lowerBound="1"
eType="#//Protocol"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InstanceRef">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Set the value of the property of a given instance."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="instance" lowerBound="1"
eType="#//Instance"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OrExpression" eSuperTypes="#//Expression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Expression or Expression."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="lhs" lowerBound="1" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rhs" lowerBound="1" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AndExpression" eSuperTypes="#//Expression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Expression and Expression."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="lhs" lowerBound="1" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rhs" lowerBound="1" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EqualsExpression" eSuperTypes="#//Expression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Expression == Expression."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="lhs" lowerBound="1" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rhs" lowerBound="1" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NotEqualsExpression" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="lhs" lowerBound="1" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rhs" lowerBound="1" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GreaterExpression" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="lhs" lowerBound="1" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rhs" lowerBound="1" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LowerExpression" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="lhs" lowerBound="1" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rhs" lowerBound="1" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GreaterOrEqualExpression" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="lhs" lowerBound="1" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rhs" lowerBound="1" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LowerOrEqualExpression" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="lhs" lowerBound="1" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rhs" lowerBound="1" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PlusExpression" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="lhs" lowerBound="1" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rhs" lowerBound="1" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MinusExpression" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="lhs" lowerBound="1" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rhs" lowerBound="1" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TimesExpression" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="lhs" lowerBound="1" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rhs" lowerBound="1" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DivExpression" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="lhs" lowerBound="1" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rhs" lowerBound="1" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ModExpression" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="lhs" lowerBound="1" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rhs" lowerBound="1" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NotExpression" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="term" lowerBound="1" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UnaryMinus" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="term" lowerBound="1" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ArrayIndex" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="array" lowerBound="1" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="index" lowerBound="1" eType="#//Expression"
containment="true"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/arnobl/comlanDocywood/docywood/docywood.core/src/main/resources/thingML/ThingML.ecore | ecore | thingML
ThingMLModel
imports
types
protocols
configs
Import
importURI
PlatformAnnotation
name
value
AnnotatedElement
annotations
TypeRef
type
isArray
cardinality
Type
name
PrimitiveType
ByteSize
ObjectType
Enumeration
literals
EnumerationLiteral
name
annotations
Thing
fragment
includes
messages
ports
properties
functions
assign
behaviour
streams
PropertyAssign
property
index
init
Protocol
name
Function
name
parameters
typeRef
body
Property
changeable
name
typeRef
init
Message
name
parameters
Parameter
name
typeRef
Port
name
sends
receives
RequiredPort
optional
ProvidedPort
InternalPort
Stream
name
input
selection
output
Source
ViewSource
ReferencedElmt
ElmtProperty
JoinSources
name
sources
resultMessage
rules
operators
MergeSources
name
sources
resultMessage
operators
SimpleSource
name
message
operators
Filter
guard
LengthWindow
size
step
TimeWindow
duration
step
MessageParameter
name
msgRef
SimpleParamRef
parameterRef
ArrayParamRef
parameterRef
LengthArray
Region
CompositeState
initial
history
substate
region
FinalState
Session
maxInstances
initial
substate
region
ParallelRegion
name
initial
history
substate
State
name
properties
entry
exit
internal
outgoing
Handler
name
event
guard
action
Transition
target
InternalTransition
Event
ReceiveMessage
name
port
message
Action
Variable
ActionBlock
actions
ExternStatement
statement
segments
LocalVariable
changeable
name
typeRef
init
SendAction
port
message
parameters
VariableAssignment
property
index
expression
Increment
var
Decrement
var
LoopAction
condition
action
ConditionalAction
condition
action
elseAction
ReturnAction
exp
PrintAction
msg
ErrorAction
msg
StartSession
session
FunctionCallStatement
function
parameters
Expression
ExternExpression
expression
segments
EnumLiteralRef
enum
literal
IntegerLiteral
intValue
BooleanLiteral
boolValue
StringLiteral
stringValue
DoubleLiteral
doubleValue
PropertyReference
property
Reference
reference
parameter
FunctionCallExpression
function
parameters
Configuration
name
instances
connectors
propassigns
Instance
name
type
ConfigPropertyAssign
instance
property
index
init
annotations
AbstractConnector
name
Connector
cli
required
srv
provided
ExternalConnector
inst
port
protocol
InstanceRef
instance
OrExpression
lhs
rhs
AndExpression
lhs
rhs
EqualsExpression
lhs
rhs
NotEqualsExpression
lhs
rhs
GreaterExpression
lhs
rhs
LowerExpression
lhs
rhs
GreaterOrEqualExpression
lhs
rhs
LowerOrEqualExpression
lhs
rhs
PlusExpression
lhs
rhs
MinusExpression
lhs
rhs
TimesExpression
lhs
rhs
DivExpression
lhs
rhs
ModExpression
lhs
rhs
NotExpression
term
UnaryMinus
term
ArrayIndex
array
index | null | {"directed":true,"nodes":[{"nsPrefix":"thingML","nsURI":"http://www.thingml.org/xtext/ThingML","name":"thingML","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThingMLModel","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Import","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PlatformAnnotation","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotatedElement","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeRef","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":"PrimitiveType","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectType","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationLiteral","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Thing","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyAssign","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Protocol","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Function","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Message","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port","instanceClass":null,"abstract":true,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RequiredPort","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProvidedPort","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InternalPort","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stream","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Source","instanceClass":null,"abstract":true,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ViewSource","instanceClass":null,"abstract":true,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReferencedElmt","instanceClass":null,"abstract":true,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElmtProperty","instanceClass":null,"abstract":true,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JoinSources","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MergeSources","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleSource","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Filter","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LengthWindow","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeWindow","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageParameter","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleParamRef","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayParamRef","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LengthArray","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Region","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompositeState","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalState","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Session","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParallelRegion","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Handler","instanceClass":null,"abstract":true,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InternalTransition","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Event","instanceClass":null,"abstract":true,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReceiveMessage","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":true,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":true,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionBlock","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExternStatement","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocalVariable","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendAction","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableAssignment","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Increment","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Decrement","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopAction","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalAction","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReturnAction","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrintAction","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ErrorAction","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StartSession","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionCallStatement","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":true,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExternExpression","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumLiteralRef","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerLiteral","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanLiteral","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringLiteral","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DoubleLiteral","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyReference","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reference","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionCallExpression","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Configuration","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instance","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConfigPropertyAssign","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractConnector","instanceClass":null,"abstract":true,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Connector","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExternalConnector","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceRef","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrExpression","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AndExpression","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EqualsExpression","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotEqualsExpression","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GreaterExpression","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LowerExpression","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GreaterOrEqualExpression","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LowerOrEqualExpression","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PlusExpression","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MinusExpression","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimesExpression","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DivExpression","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModExpression","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotExpression","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryMinus","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayIndex","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"imports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"types","changeable":true,"resolveProxies":true,"lowerBound":0,"id":98,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"protocols","changeable":true,"resolveProxies":true,"lowerBound":0,"id":99,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"configs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":100,"derived":false},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"importURI","changeable":true,"lowerBound":1,"iD":false,"id":105,"derived":false},{"id":106,"eClass":"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":107,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":108,"derived":false},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":111,"derived":false},{"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":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":113,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isArray","changeable":true,"lowerBound":0,"iD":false,"id":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":"cardinality","changeable":true,"resolveProxies":true,"lowerBound":0,"id":115,"derived":false},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":119,"derived":false},{"id":120,"eClass":"EGenericType"},{"id":121,"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":"ByteSize","changeable":true,"lowerBound":1,"iD":false,"id":122,"derived":false},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"literals","changeable":true,"resolveProxies":true,"lowerBound":0,"id":126,"derived":false},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"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":129,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":130,"derived":false},{"id":131,"eClass":"EGenericType"},{"id":132,"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":"fragment","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":false,"unsettable":false,"transient":false,"unique":false,"name":"includes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":134,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"messages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":135,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":136,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"properties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":137,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"functions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":138,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"assign","changeable":true,"resolveProxies":true,"lowerBound":0,"id":139,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"behaviour","changeable":true,"resolveProxies":true,"lowerBound":0,"id":140,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"streams","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"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"property","changeable":true,"resolveProxies":true,"lowerBound":1,"id":152,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"index","changeable":true,"resolveProxies":true,"lowerBound":0,"id":153,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"init","changeable":true,"resolveProxies":true,"lowerBound":1,"id":154,"derived":false},{"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":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":159,"derived":false},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"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":162,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":163,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":164,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":165,"derived":false},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"changeable","changeable":true,"lowerBound":0,"iD":false,"id":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":"name","changeable":true,"lowerBound":0,"iD":false,"id":172,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeRef","changeable":true,"resolveProxies":true,"lowerBound":1,"id":173,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"init","changeable":true,"resolveProxies":true,"lowerBound":0,"id":174,"derived":false},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"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":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":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":183,"derived":false},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"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":188,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeRef","changeable":true,"resolveProxies":true,"lowerBound":1,"id":189,"derived":false},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"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":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":false,"name":"sends","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":false,"unsettable":false,"transient":false,"unique":false,"name":"receives","changeable":true,"resolveProxies":true,"lowerBound":0,"id":197,"derived":false},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"optional","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"},{"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":207,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"input","changeable":true,"resolveProxies":true,"lowerBound":1,"id":208,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"selection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":209,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"output","changeable":true,"resolveProxies":true,"lowerBound":1,"id":210,"derived":false},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"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":216,"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":"sources","changeable":true,"resolveProxies":true,"lowerBound":1,"id":217,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"resultMessage","changeable":true,"resolveProxies":true,"lowerBound":1,"id":218,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":219,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operators","changeable":true,"resolveProxies":true,"lowerBound":0,"id":220,"derived":false},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"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":228,"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":"sources","changeable":true,"resolveProxies":true,"lowerBound":1,"id":229,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"resultMessage","changeable":true,"resolveProxies":true,"lowerBound":1,"id":230,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operators","changeable":true,"resolveProxies":true,"lowerBound":0,"id":231,"derived":false},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"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":238,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"message","changeable":true,"resolveProxies":true,"lowerBound":1,"id":239,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operators","changeable":true,"resolveProxies":true,"lowerBound":0,"id":240,"derived":false},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"guard","changeable":true,"resolveProxies":true,"lowerBound":1,"id":246,"derived":false},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"size","changeable":true,"resolveProxies":true,"lowerBound":1,"id":249,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"step","changeable":true,"resolveProxies":true,"lowerBound":0,"id":250,"derived":false},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"duration","changeable":true,"resolveProxies":true,"lowerBound":1,"id":254,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"step","changeable":true,"resolveProxies":true,"lowerBound":0,"id":255,"derived":false},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"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":259,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"msgRef","changeable":true,"resolveProxies":true,"lowerBound":1,"id":260,"derived":false},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parameterRef","changeable":true,"resolveProxies":true,"lowerBound":1,"id":264,"derived":false},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parameterRef","changeable":true,"resolveProxies":true,"lowerBound":1,"id":267,"derived":false},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"initial","changeable":true,"resolveProxies":true,"lowerBound":1,"id":271,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"history","changeable":true,"lowerBound":0,"iD":false,"id":272,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"substate","changeable":true,"resolveProxies":true,"lowerBound":0,"id":273,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"region","changeable":true,"resolveProxies":true,"lowerBound":0,"id":274,"derived":false},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"maxInstances","changeable":true,"lowerBound":0,"iD":false,"id":284,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"initial","changeable":true,"resolveProxies":true,"lowerBound":1,"id":285,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"substate","changeable":true,"resolveProxies":true,"lowerBound":0,"id":286,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"region","changeable":true,"resolveProxies":true,"lowerBound":0,"id":287,"derived":false},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"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":295,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"initial","changeable":true,"resolveProxies":true,"lowerBound":1,"id":296,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"history","changeable":true,"lowerBound":0,"iD":false,"id":297,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"substate","changeable":true,"resolveProxies":true,"lowerBound":0,"id":298,"derived":false},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"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":305,"derived":false},{"container":false,"ordered":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":306,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"entry","changeable":true,"resolveProxies":true,"lowerBound":0,"id":307,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exit","changeable":true,"resolveProxies":true,"lowerBound":0,"id":308,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"internal","changeable":true,"resolveProxies":true,"lowerBound":0,"id":309,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outgoing","changeable":true,"resolveProxies":true,"lowerBound":0,"id":310,"derived":false},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":318,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"event","changeable":true,"resolveProxies":true,"lowerBound":0,"id":319,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"guard","changeable":true,"resolveProxies":true,"lowerBound":0,"id":320,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"action","changeable":true,"resolveProxies":true,"lowerBound":0,"id":321,"derived":false},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":327,"derived":false},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":331,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"port","changeable":true,"resolveProxies":true,"lowerBound":0,"id":332,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"message","changeable":true,"resolveProxies":true,"lowerBound":1,"id":333,"derived":false},{"id":334,"eClass":"EGenericType"},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"actions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":339,"derived":false},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"statement","changeable":true,"lowerBound":1,"iD":false,"id":342,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"segments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":343,"derived":false},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"changeable","changeable":true,"lowerBound":0,"iD":false,"id":347,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":348,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeRef","changeable":true,"resolveProxies":true,"lowerBound":1,"id":349,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"init","changeable":true,"resolveProxies":true,"lowerBound":0,"id":350,"derived":false},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"port","changeable":true,"resolveProxies":true,"lowerBound":1,"id":359,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"message","changeable":true,"resolveProxies":true,"lowerBound":1,"id":360,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":1,"id":361,"derived":false},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"property","changeable":true,"resolveProxies":true,"lowerBound":1,"id":366,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"index","changeable":true,"resolveProxies":true,"lowerBound":0,"id":367,"derived":false},{"container":false,"ordered":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":368,"derived":false},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"var","changeable":true,"resolveProxies":true,"lowerBound":1,"id":373,"derived":false},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"var","changeable":true,"resolveProxies":true,"lowerBound":1,"id":376,"derived":false},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"container":false,"ordered":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":379,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"action","changeable":true,"resolveProxies":true,"lowerBound":1,"id":380,"derived":false},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"EGenericType"},{"id":383,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":384,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"action","changeable":true,"resolveProxies":true,"lowerBound":1,"id":385,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseAction","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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exp","changeable":true,"resolveProxies":true,"lowerBound":1,"id":391,"derived":false},{"id":392,"eClass":"EGenericType"},{"id":393,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"msg","changeable":true,"resolveProxies":true,"lowerBound":1,"id":394,"derived":false},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"msg","changeable":true,"resolveProxies":true,"lowerBound":1,"id":397,"derived":false},{"id":398,"eClass":"EGenericType"},{"id":399,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"session","changeable":true,"resolveProxies":true,"lowerBound":1,"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"function","changeable":true,"resolveProxies":true,"lowerBound":1,"id":403,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":1,"id":404,"derived":false},{"id":405,"eClass":"EGenericType"},{"id":406,"eClass":"EGenericType"},{"id":407,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"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":408,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"segments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":409,"derived":false},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"enum","changeable":true,"resolveProxies":true,"lowerBound":1,"id":413,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"literal","changeable":true,"resolveProxies":true,"lowerBound":1,"id":414,"derived":false},{"id":415,"eClass":"EGenericType"},{"id":416,"eClass":"EGenericType"},{"id":417,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"intValue","changeable":true,"lowerBound":1,"iD":false,"id":418,"derived":false},{"id":419,"eClass":"EGenericType"},{"id":420,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"boolValue","changeable":true,"lowerBound":1,"iD":false,"id":421,"derived":false},{"id":422,"eClass":"EGenericType"},{"id":423,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"stringValue","changeable":true,"lowerBound":1,"iD":false,"id":424,"derived":false},{"id":425,"eClass":"EGenericType"},{"id":426,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"doubleValue","changeable":true,"lowerBound":1,"iD":false,"id":427,"derived":false},{"id":428,"eClass":"EGenericType"},{"id":429,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"property","changeable":true,"resolveProxies":true,"lowerBound":1,"id":430,"derived":false},{"id":431,"eClass":"EGenericType"},{"id":432,"eClass":"EGenericType"},{"container":false,"ordered":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":433,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameter","changeable":true,"resolveProxies":true,"lowerBound":1,"id":434,"derived":false},{"id":435,"eClass":"EGenericType"},{"id":436,"eClass":"EGenericType"},{"id":437,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"function","changeable":true,"resolveProxies":true,"lowerBound":1,"id":438,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":1,"id":439,"derived":false},{"id":440,"eClass":"EGenericType"},{"id":441,"eClass":"EGenericType"},{"id":442,"eClass":"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":443,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"instances","changeable":true,"resolveProxies":true,"lowerBound":0,"id":444,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"connectors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":445,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"propassigns","changeable":true,"resolveProxies":true,"lowerBound":0,"id":446,"derived":false},{"id":447,"eClass":"EGenericType"},{"id":448,"eClass":"EGenericType"},{"id":449,"eClass":"EGenericType"},{"id":450,"eClass":"EGenericType"},{"id":451,"eClass":"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":452,"derived":false},{"container":false,"ordered":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":453,"derived":false},{"id":454,"eClass":"EGenericType"},{"id":455,"eClass":"EGenericType"},{"id":456,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"instance","changeable":true,"resolveProxies":true,"lowerBound":1,"id":457,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"property","changeable":true,"resolveProxies":true,"lowerBound":1,"id":458,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"index","changeable":true,"resolveProxies":true,"lowerBound":0,"id":459,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"init","changeable":true,"resolveProxies":true,"lowerBound":1,"id":460,"derived":false},{"container":false,"ordered":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":461,"derived":false},{"id":462,"eClass":"EGenericType"},{"id":463,"eClass":"EGenericType"},{"id":464,"eClass":"EGenericType"},{"id":465,"eClass":"EGenericType"},{"id":466,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":467,"derived":false},{"id":468,"eClass":"EGenericType"},{"id":469,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cli","changeable":true,"resolveProxies":true,"lowerBound":1,"id":470,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"required","changeable":true,"resolveProxies":true,"lowerBound":1,"id":471,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"srv","changeable":true,"resolveProxies":true,"lowerBound":1,"id":472,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"provided","changeable":true,"resolveProxies":true,"lowerBound":1,"id":473,"derived":false},{"id":474,"eClass":"EGenericType"},{"id":475,"eClass":"EGenericType"},{"id":476,"eClass":"EGenericType"},{"id":477,"eClass":"EGenericType"},{"id":478,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inst","changeable":true,"resolveProxies":true,"lowerBound":1,"id":479,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"port","changeable":true,"resolveProxies":true,"lowerBound":1,"id":480,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"protocol","changeable":true,"resolveProxies":true,"lowerBound":1,"id":481,"derived":false},{"id":482,"eClass":"EGenericType"},{"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"instance","changeable":true,"resolveProxies":true,"lowerBound":1,"id":486,"derived":false},{"id":487,"eClass":"EGenericType"},{"container":false,"ordered":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":488,"derived":false},{"container":false,"ordered":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":489,"derived":false},{"id":490,"eClass":"EGenericType"},{"id":491,"eClass":"EGenericType"},{"id":492,"eClass":"EGenericType"},{"container":false,"ordered":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":493,"derived":false},{"container":false,"ordered":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":494,"derived":false},{"id":495,"eClass":"EGenericType"},{"id":496,"eClass":"EGenericType"},{"id":497,"eClass":"EGenericType"},{"container":false,"ordered":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":498,"derived":false},{"container":false,"ordered":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":499,"derived":false},{"id":500,"eClass":"EGenericType"},{"id":501,"eClass":"EGenericType"},{"id":502,"eClass":"EGenericType"},{"container":false,"ordered":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":503,"derived":false},{"container":false,"ordered":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":504,"derived":false},{"id":505,"eClass":"EGenericType"},{"id":506,"eClass":"EGenericType"},{"id":507,"eClass":"EGenericType"},{"container":false,"ordered":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":508,"derived":false},{"container":false,"ordered":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":509,"derived":false},{"id":510,"eClass":"EGenericType"},{"id":511,"eClass":"EGenericType"},{"id":512,"eClass":"EGenericType"},{"container":false,"ordered":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":513,"derived":false},{"container":false,"ordered":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":514,"derived":false},{"id":515,"eClass":"EGenericType"},{"id":516,"eClass":"EGenericType"},{"id":517,"eClass":"EGenericType"},{"container":false,"ordered":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":518,"derived":false},{"container":false,"ordered":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":519,"derived":false},{"id":520,"eClass":"EGenericType"},{"id":521,"eClass":"EGenericType"},{"id":522,"eClass":"EGenericType"},{"container":false,"ordered":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":523,"derived":false},{"container":false,"ordered":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":524,"derived":false},{"id":525,"eClass":"EGenericType"},{"id":526,"eClass":"EGenericType"},{"id":527,"eClass":"EGenericType"},{"container":false,"ordered":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":528,"derived":false},{"container":false,"ordered":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":529,"derived":false},{"id":530,"eClass":"EGenericType"},{"id":531,"eClass":"EGenericType"},{"id":532,"eClass":"EGenericType"},{"container":false,"ordered":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":533,"derived":false},{"container":false,"ordered":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":534,"derived":false},{"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":true,"unsettable":false,"transient":false,"unique":true,"name":"lhs","changeable":true,"resolveProxies":true,"lowerBound":1,"id":538,"derived":false},{"container":false,"ordered":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":539,"derived":false},{"id":540,"eClass":"EGenericType"},{"id":541,"eClass":"EGenericType"},{"id":542,"eClass":"EGenericType"},{"container":false,"ordered":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":543,"derived":false},{"container":false,"ordered":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":544,"derived":false},{"id":545,"eClass":"EGenericType"},{"id":546,"eClass":"EGenericType"},{"id":547,"eClass":"EGenericType"},{"container":false,"ordered":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":548,"derived":false},{"container":false,"ordered":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":549,"derived":false},{"id":550,"eClass":"EGenericType"},{"id":551,"eClass":"EGenericType"},{"id":552,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"term","changeable":true,"resolveProxies":true,"lowerBound":1,"id":553,"derived":false},{"id":554,"eClass":"EGenericType"},{"id":555,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"term","changeable":true,"resolveProxies":true,"lowerBound":1,"id":556,"derived":false},{"id":557,"eClass":"EGenericType"},{"id":558,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"array","changeable":true,"resolveProxies":true,"lowerBound":1,"id":559,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"index","changeable":true,"resolveProxies":true,"lowerBound":1,"id":560,"derived":false},{"id":561,"eClass":"EGenericType"},{"id":562,"eClass":"EGenericType"},{"id":563,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":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":1,"target":0},{"source":1,"target":97},{"source":1,"target":98},{"source":1,"target":99},{"source":1,"target":100},{"source":97,"target":2},{"source":97,"target":101},{"source":97,"target":1},{"source":101,"target":2},{"source":98,"target":6},{"source":98,"target":102},{"source":98,"target":1},{"source":102,"target":6},{"source":99,"target":13},{"source":99,"target":103},{"source":99,"target":1},{"source":103,"target":13},{"source":100,"target":74},{"source":100,"target":104},{"source":100,"target":1},{"source":104,"target":74},{"source":2,"target":0},{"source":2,"target":105},{"source":105,"target":106},{"source":105,"target":2},{"source":3,"target":0},{"source":3,"target":107},{"source":3,"target":108},{"source":107,"target":109},{"source":107,"target":3},{"source":108,"target":110},{"source":108,"target":3},{"source":4,"target":0},{"source":4,"target":111},{"source":111,"target":3},{"source":111,"target":112},{"source":111,"target":4},{"source":112,"target":3},{"source":5,"target":0},{"source":5,"target":113},{"source":5,"target":114},{"source":5,"target":115},{"source":113,"target":6},{"source":113,"target":116},{"source":113,"target":5},{"source":116,"target":6},{"source":114,"target":117},{"source":114,"target":5},{"source":115,"target":64},{"source":115,"target":118},{"source":115,"target":5},{"source":118,"target":64},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":119},{"source":6,"target":120},{"source":119,"target":121},{"source":119,"target":6},{"source":120,"target":4},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":122},{"source":7,"target":123},{"source":122,"target":124},{"source":122,"target":7},{"source":123,"target":6},{"source":8,"target":0},{"source":8,"target":6},{"source":8,"target":125},{"source":125,"target":6},{"source":9,"target":0},{"source":9,"target":6},{"source":9,"target":126},{"source":9,"target":127},{"source":126,"target":10},{"source":126,"target":128},{"source":126,"target":9},{"source":128,"target":10},{"source":127,"target":6},{"source":10,"target":0},{"source":10,"target":129},{"source":10,"target":130},{"source":129,"target":131},{"source":129,"target":10},{"source":130,"target":3},{"source":130,"target":132},{"source":130,"target":10},{"source":132,"target":3},{"source":11,"target":0},{"source":11,"target":6},{"source":11,"target":133},{"source":11,"target":134},{"source":11,"target":135},{"source":11,"target":136},{"source":11,"target":137},{"source":11,"target":138},{"source":11,"target":139},{"source":11,"target":140},{"source":11,"target":141},{"source":11,"target":142},{"source":133,"target":143},{"source":133,"target":11},{"source":134,"target":11},{"source":134,"target":144},{"source":134,"target":11},{"source":144,"target":11},{"source":135,"target":16},{"source":135,"target":145},{"source":135,"target":11},{"source":145,"target":16},{"source":136,"target":18},{"source":136,"target":146},{"source":136,"target":11},{"source":146,"target":18},{"source":137,"target":15},{"source":137,"target":147},{"source":137,"target":11},{"source":147,"target":15},{"source":138,"target":14},{"source":138,"target":148},{"source":138,"target":11},{"source":148,"target":14},{"source":139,"target":12},{"source":139,"target":149},{"source":139,"target":11},{"source":149,"target":12},{"source":140,"target":38},{"source":140,"target":150},{"source":140,"target":11},{"source":150,"target":38},{"source":141,"target":22},{"source":141,"target":151},{"source":141,"target":11},{"source":151,"target":22},{"source":142,"target":6},{"source":12,"target":0},{"source":12,"target":4},{"source":12,"target":152},{"source":12,"target":153},{"source":12,"target":154},{"source":12,"target":155},{"source":152,"target":15},{"source":152,"target":156},{"source":152,"target":12},{"source":156,"target":15},{"source":153,"target":64},{"source":153,"target":157},{"source":153,"target":12},{"source":157,"target":64},{"source":154,"target":64},{"source":154,"target":158},{"source":154,"target":12},{"source":158,"target":64},{"source":155,"target":4},{"source":13,"target":0},{"source":13,"target":4},{"source":13,"target":159},{"source":13,"target":160},{"source":159,"target":161},{"source":159,"target":13},{"source":160,"target":4},{"source":14,"target":0},{"source":14,"target":4},{"source":14,"target":162},{"source":14,"target":163},{"source":14,"target":164},{"source":14,"target":165},{"source":14,"target":166},{"source":162,"target":167},{"source":162,"target":14},{"source":163,"target":17},{"source":163,"target":168},{"source":163,"target":14},{"source":168,"target":17},{"source":164,"target":5},{"source":164,"target":169},{"source":164,"target":14},{"source":169,"target":5},{"source":165,"target":50},{"source":165,"target":170},{"source":165,"target":14},{"source":170,"target":50},{"source":166,"target":4},{"source":15,"target":0},{"source":15,"target":4},{"source":15,"target":25},{"source":15,"target":49},{"source":15,"target":171},{"source":15,"target":172},{"source":15,"target":173},{"source":15,"target":174},{"source":15,"target":175},{"source":15,"target":176},{"source":15,"target":177},{"source":171,"target":178},{"source":171,"target":15},{"source":172,"target":179},{"source":172,"target":15},{"source":173,"target":5},{"source":173,"target":180},{"source":173,"target":15},{"source":180,"target":5},{"source":174,"target":64},{"source":174,"target":181},{"source":174,"target":15},{"source":181,"target":64},{"source":175,"target":4},{"source":176,"target":25},{"source":177,"target":49},{"source":16,"target":0},{"source":16,"target":4},{"source":16,"target":25},{"source":16,"target":182},{"source":16,"target":183},{"source":16,"target":184},{"source":16,"target":185},{"source":182,"target":186},{"source":182,"target":16},{"source":183,"target":17},{"source":183,"target":187},{"source":183,"target":16},{"source":187,"target":17},{"source":184,"target":4},{"source":185,"target":25},{"source":17,"target":0},{"source":17,"target":4},{"source":17,"target":25},{"source":17,"target":49},{"source":17,"target":188},{"source":17,"target":189},{"source":17,"target":190},{"source":17,"target":191},{"source":17,"target":192},{"source":188,"target":193},{"source":188,"target":17},{"source":189,"target":5},{"source":189,"target":194},{"source":189,"target":17},{"source":194,"target":5},{"source":190,"target":4},{"source":191,"target":25},{"source":192,"target":49},{"source":18,"target":0},{"source":18,"target":4},{"source":18,"target":195},{"source":18,"target":196},{"source":18,"target":197},{"source":18,"target":198},{"source":195,"target":199},{"source":195,"target":18},{"source":196,"target":16},{"source":196,"target":200},{"source":196,"target":18},{"source":200,"target":16},{"source":197,"target":16},{"source":197,"target":201},{"source":197,"target":18},{"source":201,"target":16},{"source":198,"target":4},{"source":19,"target":0},{"source":19,"target":18},{"source":19,"target":202},{"source":19,"target":203},{"source":202,"target":204},{"source":202,"target":19},{"source":203,"target":18},{"source":20,"target":0},{"source":20,"target":18},{"source":20,"target":205},{"source":205,"target":18},{"source":21,"target":0},{"source":21,"target":18},{"source":21,"target":206},{"source":206,"target":18},{"source":22,"target":0},{"source":22,"target":4},{"source":22,"target":207},{"source":22,"target":208},{"source":22,"target":209},{"source":22,"target":210},{"source":22,"target":211},{"source":207,"target":212},{"source":207,"target":22},{"source":208,"target":23},{"source":208,"target":213},{"source":208,"target":22},{"source":213,"target":23},{"source":209,"target":52},{"source":209,"target":214},{"source":209,"target":22},{"source":214,"target":52},{"source":210,"target":53},{"source":210,"target":215},{"source":210,"target":22},{"source":215,"target":53},{"source":211,"target":4},{"source":23,"target":0},{"source":24,"target":0},{"source":25,"target":0},{"source":26,"target":0},{"source":27,"target":0},{"source":27,"target":23},{"source":27,"target":25},{"source":27,"target":216},{"source":27,"target":217},{"source":27,"target":218},{"source":27,"target":219},{"source":27,"target":220},{"source":27,"target":221},{"source":27,"target":222},{"source":216,"target":223},{"source":216,"target":27},{"source":217,"target":23},{"source":217,"target":224},{"source":217,"target":27},{"source":224,"target":23},{"source":218,"target":16},{"source":218,"target":225},{"source":218,"target":27},{"source":225,"target":16},{"source":219,"target":64},{"source":219,"target":226},{"source":219,"target":27},{"source":226,"target":64},{"source":220,"target":24},{"source":220,"target":227},{"source":220,"target":27},{"source":227,"target":24},{"source":221,"target":23},{"source":222,"target":25},{"source":28,"target":0},{"source":28,"target":23},{"source":28,"target":25},{"source":28,"target":228},{"source":28,"target":229},{"source":28,"target":230},{"source":28,"target":231},{"source":28,"target":232},{"source":28,"target":233},{"source":228,"target":234},{"source":228,"target":28},{"source":229,"target":23},{"source":229,"target":235},{"source":229,"target":28},{"source":235,"target":23},{"source":230,"target":16},{"source":230,"target":236},{"source":230,"target":28},{"source":236,"target":16},{"source":231,"target":24},{"source":231,"target":237},{"source":231,"target":28},{"source":237,"target":24},{"source":232,"target":23},{"source":233,"target":25},{"source":29,"target":0},{"source":29,"target":23},{"source":29,"target":25},{"source":29,"target":238},{"source":29,"target":239},{"source":29,"target":240},{"source":29,"target":241},{"source":29,"target":242},{"source":238,"target":243},{"source":238,"target":29},{"source":239,"target":47},{"source":239,"target":244},{"source":239,"target":29},{"source":244,"target":47},{"source":240,"target":24},{"source":240,"target":245},{"source":240,"target":29},{"source":245,"target":24},{"source":241,"target":23},{"source":242,"target":25},{"source":30,"target":0},{"source":30,"target":24},{"source":30,"target":246},{"source":30,"target":247},{"source":246,"target":64},{"source":246,"target":248},{"source":246,"target":30},{"source":248,"target":64},{"source":247,"target":24},{"source":31,"target":0},{"source":31,"target":24},{"source":31,"target":249},{"source":31,"target":250},{"source":31,"target":251},{"source":249,"target":64},{"source":249,"target":252},{"source":249,"target":31},{"source":252,"target":64},{"source":250,"target":64},{"source":250,"target":253},{"source":250,"target":31},{"source":253,"target":64},{"source":251,"target":24},{"source":32,"target":0},{"source":32,"target":24},{"source":32,"target":254},{"source":32,"target":255},{"source":32,"target":256},{"source":254,"target":64},{"source":254,"target":257},{"source":254,"target":32},{"source":257,"target":64},{"source":255,"target":64},{"source":255,"target":258},{"source":255,"target":32},{"source":258,"target":64},{"source":256,"target":24},{"source":33,"target":0},{"source":33,"target":25},{"source":33,"target":259},{"source":33,"target":260},{"source":33,"target":261},{"source":259,"target":262},{"source":259,"target":33},{"source":260,"target":16},{"source":260,"target":263},{"source":260,"target":33},{"source":263,"target":16},{"source":261,"target":25},{"source":34,"target":0},{"source":34,"target":26},{"source":34,"target":264},{"source":34,"target":265},{"source":264,"target":17},{"source":264,"target":266},{"source":264,"target":34},{"source":266,"target":17},{"source":265,"target":26},{"source":35,"target":0},{"source":35,"target":26},{"source":35,"target":267},{"source":35,"target":268},{"source":267,"target":17},{"source":267,"target":269},{"source":267,"target":35},{"source":269,"target":17},{"source":268,"target":26},{"source":36,"target":0},{"source":36,"target":26},{"source":36,"target":270},{"source":270,"target":26},{"source":37,"target":0},{"source":38,"target":0},{"source":38,"target":4},{"source":38,"target":37},{"source":38,"target":42},{"source":38,"target":271},{"source":38,"target":272},{"source":38,"target":273},{"source":38,"target":274},{"source":38,"target":275},{"source":38,"target":276},{"source":38,"target":277},{"source":271,"target":42},{"source":271,"target":278},{"source":271,"target":38},{"source":278,"target":42},{"source":272,"target":279},{"source":272,"target":38},{"source":273,"target":42},{"source":273,"target":280},{"source":273,"target":38},{"source":280,"target":42},{"source":274,"target":41},{"source":274,"target":281},{"source":274,"target":38},{"source":281,"target":41},{"source":275,"target":4},{"source":276,"target":37},{"source":277,"target":42},{"source":39,"target":0},{"source":39,"target":4},{"source":39,"target":42},{"source":39,"target":282},{"source":39,"target":283},{"source":282,"target":4},{"source":283,"target":42},{"source":40,"target":0},{"source":40,"target":4},{"source":40,"target":37},{"source":40,"target":42},{"source":40,"target":284},{"source":40,"target":285},{"source":40,"target":286},{"source":40,"target":287},{"source":40,"target":288},{"source":40,"target":289},{"source":40,"target":290},{"source":284,"target":291},{"source":284,"target":40},{"source":285,"target":42},{"source":285,"target":292},{"source":285,"target":40},{"source":292,"target":42},{"source":286,"target":42},{"source":286,"target":293},{"source":286,"target":40},{"source":293,"target":42},{"source":287,"target":41},{"source":287,"target":294},{"source":287,"target":40},{"source":294,"target":41},{"source":288,"target":4},{"source":289,"target":37},{"source":290,"target":42},{"source":41,"target":0},{"source":41,"target":4},{"source":41,"target":37},{"source":41,"target":295},{"source":41,"target":296},{"source":41,"target":297},{"source":41,"target":298},{"source":41,"target":299},{"source":41,"target":300},{"source":295,"target":301},{"source":295,"target":41},{"source":296,"target":42},{"source":296,"target":302},{"source":296,"target":41},{"source":302,"target":42},{"source":297,"target":303},{"source":297,"target":41},{"source":298,"target":42},{"source":298,"target":304},{"source":298,"target":41},{"source":304,"target":42},{"source":299,"target":4},{"source":300,"target":37},{"source":42,"target":0},{"source":42,"target":4},{"source":42,"target":305},{"source":42,"target":306},{"source":42,"target":307},{"source":42,"target":308},{"source":42,"target":309},{"source":42,"target":310},{"source":42,"target":311},{"source":305,"target":312},{"source":305,"target":42},{"source":306,"target":15},{"source":306,"target":313},{"source":306,"target":42},{"source":313,"target":15},{"source":307,"target":48},{"source":307,"target":314},{"source":307,"target":42},{"source":314,"target":48},{"source":308,"target":48},{"source":308,"target":315},{"source":308,"target":42},{"source":315,"target":48},{"source":309,"target":45},{"source":309,"target":316},{"source":309,"target":42},{"source":316,"target":45},{"source":310,"target":44},{"source":310,"target":317},{"source":310,"target":42},{"source":317,"target":44},{"source":311,"target":4},{"source":43,"target":0},{"source":43,"target":4},{"source":43,"target":318},{"source":43,"target":319},{"source":43,"target":320},{"source":43,"target":321},{"source":43,"target":322},{"source":318,"target":323},{"source":318,"target":43},{"source":319,"target":46},{"source":319,"target":324},{"source":319,"target":43},{"source":324,"target":46},{"source":320,"target":64},{"source":320,"target":325},{"source":320,"target":43},{"source":325,"target":64},{"source":321,"target":48},{"source":321,"target":326},{"source":321,"target":43},{"source":326,"target":48},{"source":322,"target":4},{"source":44,"target":0},{"source":44,"target":43},{"source":44,"target":327},{"source":44,"target":328},{"source":327,"target":42},{"source":327,"target":329},{"source":327,"target":44},{"source":329,"target":42},{"source":328,"target":43},{"source":45,"target":0},{"source":45,"target":43},{"source":45,"target":330},{"source":330,"target":43},{"source":46,"target":0},{"source":47,"target":0},{"source":47,"target":25},{"source":47,"target":46},{"source":47,"target":331},{"source":47,"target":332},{"source":47,"target":333},{"source":47,"target":334},{"source":47,"target":335},{"source":331,"target":336},{"source":331,"target":47},{"source":332,"target":18},{"source":332,"target":337},{"source":332,"target":47},{"source":337,"target":18},{"source":333,"target":16},{"source":333,"target":338},{"source":333,"target":47},{"source":338,"target":16},{"source":334,"target":25},{"source":335,"target":46},{"source":48,"target":0},{"source":49,"target":0},{"source":50,"target":0},{"source":50,"target":48},{"source":50,"target":339},{"source":50,"target":340},{"source":339,"target":48},{"source":339,"target":341},{"source":339,"target":50},{"source":341,"target":48},{"source":340,"target":48},{"source":51,"target":0},{"source":51,"target":48},{"source":51,"target":342},{"source":51,"target":343},{"source":51,"target":344},{"source":342,"target":345},{"source":342,"target":51},{"source":343,"target":64},{"source":343,"target":346},{"source":343,"target":51},{"source":346,"target":64},{"source":344,"target":48},{"source":52,"target":0},{"source":52,"target":4},{"source":52,"target":25},{"source":52,"target":48},{"source":52,"target":49},{"source":52,"target":347},{"source":52,"target":348},{"source":52,"target":349},{"source":52,"target":350},{"source":52,"target":351},{"source":52,"target":352},{"source":52,"target":353},{"source":52,"target":354},{"source":347,"target":355},{"source":347,"target":52},{"source":348,"target":356},{"source":348,"target":52},{"source":349,"target":5},{"source":349,"target":357},{"source":349,"target":52},{"source":357,"target":5},{"source":350,"target":64},{"source":350,"target":358},{"source":350,"target":52},{"source":358,"target":64},{"source":351,"target":4},{"source":352,"target":25},{"source":353,"target":48},{"source":354,"target":49},{"source":53,"target":0},{"source":53,"target":48},{"source":53,"target":359},{"source":53,"target":360},{"source":53,"target":361},{"source":53,"target":362},{"source":359,"target":18},{"source":359,"target":363},{"source":359,"target":53},{"source":363,"target":18},{"source":360,"target":16},{"source":360,"target":364},{"source":360,"target":53},{"source":364,"target":16},{"source":361,"target":64},{"source":361,"target":365},{"source":361,"target":53},{"source":365,"target":64},{"source":362,"target":48},{"source":54,"target":0},{"source":54,"target":48},{"source":54,"target":366},{"source":54,"target":367},{"source":54,"target":368},{"source":54,"target":369},{"source":366,"target":49},{"source":366,"target":370},{"source":366,"target":54},{"source":370,"target":49},{"source":367,"target":64},{"source":367,"target":371},{"source":367,"target":54},{"source":371,"target":64},{"source":368,"target":64},{"source":368,"target":372},{"source":368,"target":54},{"source":372,"target":64},{"source":369,"target":48},{"source":55,"target":0},{"source":55,"target":48},{"source":55,"target":373},{"source":55,"target":374},{"source":373,"target":49},{"source":373,"target":375},{"source":373,"target":55},{"source":375,"target":49},{"source":374,"target":48},{"source":56,"target":0},{"source":56,"target":48},{"source":56,"target":376},{"source":56,"target":377},{"source":376,"target":49},{"source":376,"target":378},{"source":376,"target":56},{"source":378,"target":49},{"source":377,"target":48},{"source":57,"target":0},{"source":57,"target":48},{"source":57,"target":379},{"source":57,"target":380},{"source":57,"target":381},{"source":379,"target":64},{"source":379,"target":382},{"source":379,"target":57},{"source":382,"target":64},{"source":380,"target":48},{"source":380,"target":383},{"source":380,"target":57},{"source":383,"target":48},{"source":381,"target":48},{"source":58,"target":0},{"source":58,"target":48},{"source":58,"target":384},{"source":58,"target":385},{"source":58,"target":386},{"source":58,"target":387},{"source":384,"target":64},{"source":384,"target":388},{"source":384,"target":58},{"source":388,"target":64},{"source":385,"target":48},{"source":385,"target":389},{"source":385,"target":58},{"source":389,"target":48},{"source":386,"target":48},{"source":386,"target":390},{"source":386,"target":58},{"source":390,"target":48},{"source":387,"target":48},{"source":59,"target":0},{"source":59,"target":48},{"source":59,"target":391},{"source":59,"target":392},{"source":391,"target":64},{"source":391,"target":393},{"source":391,"target":59},{"source":393,"target":64},{"source":392,"target":48},{"source":60,"target":0},{"source":60,"target":48},{"source":60,"target":394},{"source":60,"target":395},{"source":394,"target":64},{"source":394,"target":396},{"source":394,"target":60},{"source":396,"target":64},{"source":395,"target":48},{"source":61,"target":0},{"source":61,"target":48},{"source":61,"target":397},{"source":61,"target":398},{"source":397,"target":64},{"source":397,"target":399},{"source":397,"target":61},{"source":399,"target":64},{"source":398,"target":48},{"source":62,"target":0},{"source":62,"target":48},{"source":62,"target":400},{"source":62,"target":401},{"source":400,"target":40},{"source":400,"target":402},{"source":400,"target":62},{"source":402,"target":40},{"source":401,"target":48},{"source":63,"target":0},{"source":63,"target":48},{"source":63,"target":403},{"source":63,"target":404},{"source":63,"target":405},{"source":403,"target":14},{"source":403,"target":406},{"source":403,"target":63},{"source":406,"target":14},{"source":404,"target":64},{"source":404,"target":407},{"source":404,"target":63},{"source":407,"target":64},{"source":405,"target":48},{"source":64,"target":0},{"source":65,"target":0},{"source":65,"target":64},{"source":65,"target":408},{"source":65,"target":409},{"source":65,"target":410},{"source":408,"target":411},{"source":408,"target":65},{"source":409,"target":64},{"source":409,"target":412},{"source":409,"target":65},{"source":412,"target":64},{"source":410,"target":64},{"source":66,"target":0},{"source":66,"target":64},{"source":66,"target":413},{"source":66,"target":414},{"source":66,"target":415},{"source":413,"target":9},{"source":413,"target":416},{"source":413,"target":66},{"source":416,"target":9},{"source":414,"target":10},{"source":414,"target":417},{"source":414,"target":66},{"source":417,"target":10},{"source":415,"target":64},{"source":67,"target":0},{"source":67,"target":64},{"source":67,"target":418},{"source":67,"target":419},{"source":418,"target":420},{"source":418,"target":67},{"source":419,"target":64},{"source":68,"target":0},{"source":68,"target":64},{"source":68,"target":421},{"source":68,"target":422},{"source":421,"target":423},{"source":421,"target":68},{"source":422,"target":64},{"source":69,"target":0},{"source":69,"target":64},{"source":69,"target":424},{"source":69,"target":425},{"source":424,"target":426},{"source":424,"target":69},{"source":425,"target":64},{"source":70,"target":0},{"source":70,"target":64},{"source":70,"target":427},{"source":70,"target":428},{"source":427,"target":429},{"source":427,"target":70},{"source":428,"target":64},{"source":71,"target":0},{"source":71,"target":64},{"source":71,"target":430},{"source":71,"target":431},{"source":430,"target":49},{"source":430,"target":432},{"source":430,"target":71},{"source":432,"target":49},{"source":431,"target":64},{"source":72,"target":0},{"source":72,"target":64},{"source":72,"target":433},{"source":72,"target":434},{"source":72,"target":435},{"source":433,"target":25},{"source":433,"target":436},{"source":433,"target":72},{"source":436,"target":25},{"source":434,"target":26},{"source":434,"target":437},{"source":434,"target":72},{"source":437,"target":26},{"source":435,"target":64},{"source":73,"target":0},{"source":73,"target":64},{"source":73,"target":438},{"source":73,"target":439},{"source":73,"target":440},{"source":438,"target":14},{"source":438,"target":441},{"source":438,"target":73},{"source":441,"target":14},{"source":439,"target":64},{"source":439,"target":442},{"source":439,"target":73},{"source":442,"target":64},{"source":440,"target":64},{"source":74,"target":0},{"source":74,"target":4},{"source":74,"target":443},{"source":74,"target":444},{"source":74,"target":445},{"source":74,"target":446},{"source":74,"target":447},{"source":443,"target":448},{"source":443,"target":74},{"source":444,"target":75},{"source":444,"target":449},{"source":444,"target":74},{"source":449,"target":75},{"source":445,"target":77},{"source":445,"target":450},{"source":445,"target":74},{"source":450,"target":77},{"source":446,"target":76},{"source":446,"target":451},{"source":446,"target":74},{"source":451,"target":76},{"source":447,"target":4},{"source":75,"target":0},{"source":75,"target":4},{"source":75,"target":452},{"source":75,"target":453},{"source":75,"target":454},{"source":452,"target":455},{"source":452,"target":75},{"source":453,"target":11},{"source":453,"target":456},{"source":453,"target":75},{"source":456,"target":11},{"source":454,"target":4},{"source":76,"target":0},{"source":76,"target":457},{"source":76,"target":458},{"source":76,"target":459},{"source":76,"target":460},{"source":76,"target":461},{"source":457,"target":80},{"source":457,"target":462},{"source":457,"target":76},{"source":462,"target":80},{"source":458,"target":15},{"source":458,"target":463},{"source":458,"target":76},{"source":463,"target":15},{"source":459,"target":64},{"source":459,"target":464},{"source":459,"target":76},{"source":464,"target":64},{"source":460,"target":64},{"source":460,"target":465},{"source":460,"target":76},{"source":465,"target":64},{"source":461,"target":3},{"source":461,"target":466},{"source":461,"target":76},{"source":466,"target":3},{"source":77,"target":0},{"source":77,"target":4},{"source":77,"target":467},{"source":77,"target":468},{"source":467,"target":469},{"source":467,"target":77},{"source":468,"target":4},{"source":78,"target":0},{"source":78,"target":77},{"source":78,"target":470},{"source":78,"target":471},{"source":78,"target":472},{"source":78,"target":473},{"source":78,"target":474},{"source":470,"target":80},{"source":470,"target":475},{"source":470,"target":78},{"source":475,"target":80},{"source":471,"target":19},{"source":471,"target":476},{"source":471,"target":78},{"source":476,"target":19},{"source":472,"target":80},{"source":472,"target":477},{"source":472,"target":78},{"source":477,"target":80},{"source":473,"target":20},{"source":473,"target":478},{"source":473,"target":78},{"source":478,"target":20},{"source":474,"target":77},{"source":79,"target":0},{"source":79,"target":77},{"source":79,"target":479},{"source":79,"target":480},{"source":79,"target":481},{"source":79,"target":482},{"source":479,"target":80},{"source":479,"target":483},{"source":479,"target":79},{"source":483,"target":80},{"source":480,"target":18},{"source":480,"target":484},{"source":480,"target":79},{"source":484,"target":18},{"source":481,"target":13},{"source":481,"target":485},{"source":481,"target":79},{"source":485,"target":13},{"source":482,"target":77},{"source":80,"target":0},{"source":80,"target":486},{"source":486,"target":75},{"source":486,"target":487},{"source":486,"target":80},{"source":487,"target":75},{"source":81,"target":0},{"source":81,"target":64},{"source":81,"target":488},{"source":81,"target":489},{"source":81,"target":490},{"source":488,"target":64},{"source":488,"target":491},{"source":488,"target":81},{"source":491,"target":64},{"source":489,"target":64},{"source":489,"target":492},{"source":489,"target":81},{"source":492,"target":64},{"source":490,"target":64},{"source":82,"target":0},{"source":82,"target":64},{"source":82,"target":493},{"source":82,"target":494},{"source":82,"target":495},{"source":493,"target":64},{"source":493,"target":496},{"source":493,"target":82},{"source":496,"target":64},{"source":494,"target":64},{"source":494,"target":497},{"source":494,"target":82},{"source":497,"target":64},{"source":495,"target":64},{"source":83,"target":0},{"source":83,"target":64},{"source":83,"target":498},{"source":83,"target":499},{"source":83,"target":500},{"source":498,"target":64},{"source":498,"target":501},{"source":498,"target":83},{"source":501,"target":64},{"source":499,"target":64},{"source":499,"target":502},{"source":499,"target":83},{"source":502,"target":64},{"source":500,"target":64},{"source":84,"target":0},{"source":84,"target":64},{"source":84,"target":503},{"source":84,"target":504},{"source":84,"target":505},{"source":503,"target":64},{"source":503,"target":506},{"source":503,"target":84},{"source":506,"target":64},{"source":504,"target":64},{"source":504,"target":507},{"source":504,"target":84},{"source":507,"target":64},{"source":505,"target":64},{"source":85,"target":0},{"source":85,"target":64},{"source":85,"target":508},{"source":85,"target":509},{"source":85,"target":510},{"source":508,"target":64},{"source":508,"target":511},{"source":508,"target":85},{"source":511,"target":64},{"source":509,"target":64},{"source":509,"target":512},{"source":509,"target":85},{"source":512,"target":64},{"source":510,"target":64},{"source":86,"target":0},{"source":86,"target":64},{"source":86,"target":513},{"source":86,"target":514},{"source":86,"target":515},{"source":513,"target":64},{"source":513,"target":516},{"source":513,"target":86},{"source":516,"target":64},{"source":514,"target":64},{"source":514,"target":517},{"source":514,"target":86},{"source":517,"target":64},{"source":515,"target":64},{"source":87,"target":0},{"source":87,"target":64},{"source":87,"target":518},{"source":87,"target":519},{"source":87,"target":520},{"source":518,"target":64},{"source":518,"target":521},{"source":518,"target":87},{"source":521,"target":64},{"source":519,"target":64},{"source":519,"target":522},{"source":519,"target":87},{"source":522,"target":64},{"source":520,"target":64},{"source":88,"target":0},{"source":88,"target":64},{"source":88,"target":523},{"source":88,"target":524},{"source":88,"target":525},{"source":523,"target":64},{"source":523,"target":526},{"source":523,"target":88},{"source":526,"target":64},{"source":524,"target":64},{"source":524,"target":527},{"source":524,"target":88},{"source":527,"target":64},{"source":525,"target":64},{"source":89,"target":0},{"source":89,"target":64},{"source":89,"target":528},{"source":89,"target":529},{"source":89,"target":530},{"source":528,"target":64},{"source":528,"target":531},{"source":528,"target":89},{"source":531,"target":64},{"source":529,"target":64},{"source":529,"target":532},{"source":529,"target":89},{"source":532,"target":64},{"source":530,"target":64},{"source":90,"target":0},{"source":90,"target":64},{"source":90,"target":533},{"source":90,"target":534},{"source":90,"target":535},{"source":533,"target":64},{"source":533,"target":536},{"source":533,"target":90},{"source":536,"target":64},{"source":534,"target":64},{"source":534,"target":537},{"source":534,"target":90},{"source":537,"target":64},{"source":535,"target":64},{"source":91,"target":0},{"source":91,"target":64},{"source":91,"target":538},{"source":91,"target":539},{"source":91,"target":540},{"source":538,"target":64},{"source":538,"target":541},{"source":538,"target":91},{"source":541,"target":64},{"source":539,"target":64},{"source":539,"target":542},{"source":539,"target":91},{"source":542,"target":64},{"source":540,"target":64},{"source":92,"target":0},{"source":92,"target":64},{"source":92,"target":543},{"source":92,"target":544},{"source":92,"target":545},{"source":543,"target":64},{"source":543,"target":546},{"source":543,"target":92},{"source":546,"target":64},{"source":544,"target":64},{"source":544,"target":547},{"source":544,"target":92},{"source":547,"target":64},{"source":545,"target":64},{"source":93,"target":0},{"source":93,"target":64},{"source":93,"target":548},{"source":93,"target":549},{"source":93,"target":550},{"source":548,"target":64},{"source":548,"target":551},{"source":548,"target":93},{"source":551,"target":64},{"source":549,"target":64},{"source":549,"target":552},{"source":549,"target":93},{"source":552,"target":64},{"source":550,"target":64},{"source":94,"target":0},{"source":94,"target":64},{"source":94,"target":553},{"source":94,"target":554},{"source":553,"target":64},{"source":553,"target":555},{"source":553,"target":94},{"source":555,"target":64},{"source":554,"target":64},{"source":95,"target":0},{"source":95,"target":64},{"source":95,"target":556},{"source":95,"target":557},{"source":556,"target":64},{"source":556,"target":558},{"source":556,"target":95},{"source":558,"target":64},{"source":557,"target":64},{"source":96,"target":0},{"source":96,"target":64},{"source":96,"target":559},{"source":96,"target":560},{"source":96,"target":561},{"source":559,"target":64},{"source":559,"target":562},{"source":559,"target":96},{"source":562,"target":64},{"source":560,"target":64},{"source":560,"target":563},{"source":560,"target":96},{"source":563,"target":64},{"source":561,"target":64}],"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="bpeldiag"
nsURI="http://ict-alive.sourceforge.net/coordination/wfannotation/bpeldiag" nsPrefix="bpeldiag">
<eClassifiers xsi:type="ecore:EClass" name="ProcessContainer">
<eStructuralFeatures xsi:type="ecore:EReference" name="process" eType="ecore:EClass ../../org.eclipse.bpel.model/src/model/bpel.ecore#//Process"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/kemlg/aliveclipse/net.sf.ictalive.coordination.wfannotation.bpel.diagram/model/bpeldiag.ecore | ecore | bpeldiag
ProcessContainer
process | null | {"directed":true,"nodes":[{"nsPrefix":"bpeldiag","nsURI":"http://ict-alive.sourceforge.net/coordination/wfannotation/bpeldiag","name":"bpeldiag","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessContainer","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":"process","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="interaction"
nsURI="http://www.obeonetwork.org/dsl/interaction/1.0.0" nsPrefix="interaction">
<eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true" eSuperTypes="../../org.obeonetwork.dsl.environment/model/environment.ecore#//ObeoDSMObject">
<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="Interaction" eSuperTypes="#//NamedElement ../../org.obeonetwork.dsl.environment/model/environment.ecore#//Behaviour">
<eStructuralFeatures xsi:type="ecore:EReference" name="participants" upperBound="-1"
eType="#//Participant" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="messages" upperBound="-1"
eType="#//Message" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="executions" upperBound="-1"
eType="#//Execution" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="stateInvariants" upperBound="-1"
eType="#//StateInvariant" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="interactionUses" upperBound="-1"
eType="#//InteractionUse" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ends" upperBound="-1" eType="#//End"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="combinedFragments" upperBound="-1"
eType="#//CombinedFragment" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Participant" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="ecore:EClass ../../org.obeonetwork.dsl.environment/model/environment.ecore#//ObeoDSMObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Message" abstract="true" eSuperTypes="#//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="Execution" eSuperTypes="#//InteractionFragment">
<eStructuralFeatures xsi:type="ecore:EReference" name="owner" lowerBound="1" eType="#//Participant"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CreateParticipantMessage" eSuperTypes="#//Message"/>
<eClassifiers xsi:type="ecore:EClass" name="DestroyParticipantMessage" eSuperTypes="#//Message"/>
<eClassifiers xsi:type="ecore:EClass" name="ReturnMessage" eSuperTypes="#//Message">
<eStructuralFeatures xsi:type="ecore:EReference" name="invocationMessage" lowerBound="1"
eType="#//Message"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StateInvariant" eSuperTypes="#//InteractionFragment">
<eStructuralFeatures xsi:type="ecore:EReference" name="owner" lowerBound="1" eType="#//Participant"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InteractionUse" eSuperTypes="#//InteractionFragment">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="interaction" lowerBound="1"
eType="#//Interaction"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="coveredParticipants" lowerBound="1"
upperBound="-1" eType="#//Participant"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="End" eSuperTypes="#//NamedElement">
<eOperations name="isStartingEnd" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eOperations name="isFinishingEnd" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eOperations name="isMessageEnd" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eOperations name="getMessage" eType="#//Message"/>
<eOperations name="isExecutionEnd" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eOperations name="getExecution" eType="#//Execution"/>
<eOperations name="isStateInvariantEnd" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eOperations name="getStateInvariant" eType="#//StateInvariant"/>
<eOperations name="isInteractionUseEnd" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eOperations name="getInteractionUse" eType="#//InteractionUse"/>
<eOperations name="isCombinedFragmentEnd" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eOperations name="getCombinedFragment" eType="#//CombinedFragment"/>
<eOperations name="isOperandEnd" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eOperations name="getOperand" eType="#//Operand"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="context" eType="#//Participant"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="owner" lowerBound="1" eType="#//InteractionFragment"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InteractionFragment" abstract="true"
eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="startingEnd" lowerBound="1"
eType="#//End"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="finishingEnd" lowerBound="1"
eType="#//End"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CombinedFragment" eSuperTypes="#//InteractionFragment">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="coveredParticipants" upperBound="-1"
eType="#//Participant"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedOperands" upperBound="-1"
eType="#//Operand" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Operand" eSuperTypes="#//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="CallMessage" eSuperTypes="#//Message"/>
<eClassifiers xsi:type="ecore:EClass" name="CompoundEnd" eSuperTypes="#//End">
<eStructuralFeatures xsi:type="ecore:EReference" name="otherOwner" eType="#//Message"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/interaction.ecore | ecore | interaction
NamedElement
name
Interaction
participants
messages
executions
stateInvariants
interactionUses
ends
combinedFragments
Participant
type
Message
Execution
owner
CreateParticipantMessage
DestroyParticipantMessage
ReturnMessage
invocationMessage
StateInvariant
owner
InteractionUse
type
interaction
coveredParticipants
End
isStartingEnd
isFinishingEnd
isMessageEnd
getMessage
isExecutionEnd
getExecution
isStateInvariantEnd
getStateInvariant
isInteractionUseEnd
getInteractionUse
isCombinedFragmentEnd
getCombinedFragment
isOperandEnd
getOperand
context
owner
InteractionFragment
startingEnd
finishingEnd
CombinedFragment
operator
coveredParticipants
ownedOperands
Operand
CallMessage
CompoundEnd
otherOwner | null | {"directed":true,"nodes":[{"nsPrefix":"interaction","nsURI":"http://www.obeonetwork.org/dsl/interaction/1.0.0","name":"interaction","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interaction","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Participant","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Message","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Execution","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateParticipantMessage","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DestroyParticipantMessage","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReturnMessage","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateInvariant","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionUse","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"End","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionFragment","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CombinedFragment","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operand","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallMessage","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompoundEnd","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":"participants","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":"messages","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":"executions","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":"stateInvariants","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":"interactionUses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ends","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"combinedFragments","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"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owner","changeable":true,"resolveProxies":true,"lowerBound":1,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"invocationMessage","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":"owner","changeable":true,"resolveProxies":true,"lowerBound":1,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":51,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"interaction","changeable":true,"resolveProxies":true,"lowerBound":1,"id":52,"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":"coveredParticipants","changeable":true,"resolveProxies":true,"lowerBound":1,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isStartingEnd","lowerBound":1,"id":58,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isFinishingEnd","lowerBound":1,"id":59,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isMessageEnd","lowerBound":1,"id":60,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getMessage","lowerBound":0,"id":61,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isExecutionEnd","lowerBound":1,"id":62,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getExecution","lowerBound":0,"id":63,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isStateInvariantEnd","lowerBound":1,"id":64,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getStateInvariant","lowerBound":0,"id":65,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isInteractionUseEnd","lowerBound":1,"id":66,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getInteractionUse","lowerBound":0,"id":67,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isCombinedFragmentEnd","lowerBound":1,"id":68,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getCombinedFragment","lowerBound":0,"id":69,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isOperandEnd","lowerBound":1,"id":70,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getOperand","lowerBound":0,"id":71,"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":"context","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":"owner","changeable":true,"resolveProxies":true,"lowerBound":1,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"startingEnd","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":false,"unsettable":false,"transient":false,"unique":true,"name":"finishingEnd","changeable":true,"resolveProxies":true,"lowerBound":1,"id":92,"derived":false},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operator","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":false,"unsettable":false,"transient":false,"unique":true,"name":"coveredParticipants","changeable":true,"resolveProxies":true,"lowerBound":0,"id":97,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedOperands","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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"otherOwner","changeable":true,"resolveProxies":true,"lowerBound":0,"id":105,"derived":false},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":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":19},{"source":17,"target":1},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":20},{"source":2,"target":21},{"source":2,"target":22},{"source":2,"target":23},{"source":2,"target":24},{"source":2,"target":25},{"source":2,"target":26},{"source":2,"target":27},{"source":2,"target":28},{"source":20,"target":3},{"source":20,"target":29},{"source":20,"target":2},{"source":29,"target":3},{"source":21,"target":4},{"source":21,"target":30},{"source":21,"target":2},{"source":30,"target":4},{"source":22,"target":5},{"source":22,"target":31},{"source":22,"target":2},{"source":31,"target":5},{"source":23,"target":9},{"source":23,"target":32},{"source":23,"target":2},{"source":32,"target":9},{"source":24,"target":10},{"source":24,"target":33},{"source":24,"target":2},{"source":33,"target":10},{"source":25,"target":11},{"source":25,"target":34},{"source":25,"target":2},{"source":34,"target":11},{"source":26,"target":13},{"source":26,"target":35},{"source":26,"target":2},{"source":35,"target":13},{"source":27,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":36},{"source":3,"target":37},{"source":36,"target":38},{"source":36,"target":3},{"source":37,"target":1},{"source":4,"target":0},{"source":4,"target":12},{"source":4,"target":39},{"source":39,"target":12},{"source":5,"target":0},{"source":5,"target":12},{"source":5,"target":40},{"source":5,"target":41},{"source":40,"target":3},{"source":40,"target":42},{"source":40,"target":5},{"source":42,"target":3},{"source":41,"target":12},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":43},{"source":43,"target":4},{"source":7,"target":0},{"source":7,"target":4},{"source":7,"target":44},{"source":44,"target":4},{"source":8,"target":0},{"source":8,"target":4},{"source":8,"target":45},{"source":8,"target":46},{"source":45,"target":4},{"source":45,"target":47},{"source":45,"target":8},{"source":47,"target":4},{"source":46,"target":4},{"source":9,"target":0},{"source":9,"target":12},{"source":9,"target":48},{"source":9,"target":49},{"source":48,"target":3},{"source":48,"target":50},{"source":48,"target":9},{"source":50,"target":3},{"source":49,"target":12},{"source":10,"target":0},{"source":10,"target":12},{"source":10,"target":51},{"source":10,"target":52},{"source":10,"target":53},{"source":10,"target":54},{"source":51,"target":55},{"source":51,"target":10},{"source":52,"target":2},{"source":52,"target":56},{"source":52,"target":10},{"source":56,"target":2},{"source":53,"target":3},{"source":53,"target":57},{"source":53,"target":10},{"source":57,"target":3},{"source":54,"target":12},{"source":11,"target":0},{"source":11,"target":1},{"source":11,"target":58},{"source":11,"target":59},{"source":11,"target":60},{"source":11,"target":61},{"source":11,"target":62},{"source":11,"target":63},{"source":11,"target":64},{"source":11,"target":65},{"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":11,"target":73},{"source":11,"target":74},{"source":58,"target":75},{"source":58,"target":11},{"source":59,"target":76},{"source":59,"target":11},{"source":60,"target":77},{"source":60,"target":11},{"source":61,"target":4},{"source":61,"target":78},{"source":61,"target":11},{"source":78,"target":4},{"source":62,"target":79},{"source":62,"target":11},{"source":63,"target":5},{"source":63,"target":80},{"source":63,"target":11},{"source":80,"target":5},{"source":64,"target":81},{"source":64,"target":11},{"source":65,"target":9},{"source":65,"target":82},{"source":65,"target":11},{"source":82,"target":9},{"source":66,"target":83},{"source":66,"target":11},{"source":67,"target":10},{"source":67,"target":84},{"source":67,"target":11},{"source":84,"target":10},{"source":68,"target":85},{"source":68,"target":11},{"source":69,"target":13},{"source":69,"target":86},{"source":69,"target":11},{"source":86,"target":13},{"source":70,"target":87},{"source":70,"target":11},{"source":71,"target":14},{"source":71,"target":88},{"source":71,"target":11},{"source":88,"target":14},{"source":72,"target":3},{"source":72,"target":89},{"source":72,"target":11},{"source":89,"target":3},{"source":73,"target":12},{"source":73,"target":90},{"source":73,"target":11},{"source":90,"target":12},{"source":74,"target":1},{"source":12,"target":0},{"source":12,"target":1},{"source":12,"target":91},{"source":12,"target":92},{"source":12,"target":93},{"source":91,"target":11},{"source":91,"target":94},{"source":91,"target":12},{"source":94,"target":11},{"source":92,"target":11},{"source":92,"target":95},{"source":92,"target":12},{"source":95,"target":11},{"source":93,"target":1},{"source":13,"target":0},{"source":13,"target":12},{"source":13,"target":96},{"source":13,"target":97},{"source":13,"target":98},{"source":13,"target":99},{"source":96,"target":100},{"source":96,"target":13},{"source":97,"target":3},{"source":97,"target":101},{"source":97,"target":13},{"source":101,"target":3},{"source":98,"target":14},{"source":98,"target":102},{"source":98,"target":13},{"source":102,"target":14},{"source":99,"target":12},{"source":14,"target":0},{"source":14,"target":12},{"source":14,"target":103},{"source":103,"target":12},{"source":15,"target":0},{"source":15,"target":4},{"source":15,"target":104},{"source":104,"target":4},{"source":16,"target":0},{"source":16,"target":11},{"source":16,"target":105},{"source":16,"target":106},{"source":105,"target":4},{"source":105,"target":107},{"source":105,"target":16},{"source":107,"target":4},{"source":106,"target":11}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="">
<eClassifiers xsi:type="ecore:EClass" name="Array" eSuperTypes="#//Formula">
<eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" upperBound="-1"
eType="#//Int"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Formula" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="Int"/>
</ecore:EPackage>
| github:ecore:/data/classicwuhao/asmig/test/Coverage/coverage_test3.ecore | ecore |
Array
value
Formula
Int | null | {"directed":true,"nodes":[{"nsPrefix":null,"nsURI":null,"name":"","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Array","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":"Int","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"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":2},{"source":1,"target":4},{"source":1,"target":5},{"source":4,"target":3},{"source":4,"target":6},{"source":4,"target":1},{"source":6,"target":3},{"source":5,"target":2},{"source":2,"target":0},{"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="ertmsformalspecs" nsURI="http://org/openetcs/ertmsformalspecs"
nsPrefix="org.openetcs.ertmsformalspecs">
<eClassifiers xsi:type="ecore:EClass" name="Dictionary" eSuperTypes="#//NamedElement #//CommentedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="specification" eType="#//requirements/Specification"
containment="true" eOpposite="#//requirements/Specification/parentDictionary"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="namespaces" upperBound="-1"
eType="#//Namespace" containment="true" eOpposite="#//Namespace/parentDictionary"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tests" upperBound="-1"
eType="#//test/Frame" containment="true" eOpposite="#//test/Frame/parentDictionary"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ruleDisablings" upperBound="-1"
eType="#//customization/RuleDisabling" containment="true" eOpposite="#//customization/RuleDisabling/parentDictionary"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="translations" eType="#//translation/TranslationFolder"
containment="true" eOpposite="#//translation/TranslationFolder/parentDictionary"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="shortcuts" eType="#//shortcut/ShortcutFolder"
containment="true" eOpposite="#//shortcut/ShortcutFolder/parentDictionary"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true" interface="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
derived="true" />
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CommentedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="comment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Baselines">
<eStructuralFeatures xsi:type="ecore:EReference" name="availableBaselines" upperBound="-1"
eType="#//BaseLine" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BaseLine" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Namespace" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="parentDictionary" eType="#//Dictionary"
eOpposite="#//Dictionary/namespaces"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="subNamespaces" upperBound="-1"
eType="#//Namespace" containment="true" eOpposite="#//Namespace/parentNamespace"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parentNamespace" eType="#//Namespace"
eOpposite="#//Namespace/subNamespaces"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="procedures" upperBound="-1"
eType="#//Procedure" containment="true" eOpposite="#//Procedure/parentNamespace"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="types" upperBound="-1"
eType="#//types/Type" containment="true" eOpposite="#//types/Type/parentNamespace"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="variables" upperBound="-1"
eType="#//Variable" containment="true" eOpposite="#//Variable/parentNamespace"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Rules" upperBound="-1"
eType="#//behaviour/Rule" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Procedure" eSuperTypes="#//NamedElement #//ReqRelated">
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1"
eType="#//Parameter" containment="true" eOpposite="#//Parameter/parentProcedure"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="stateMachine" eType="#//StateMachine"
containment="true" eOpposite="#//StateMachine/parentProcedure"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rules" upperBound="-1"
eType="#//behaviour/Rule" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parentStructure" eType="#//types/Structure"
eOpposite="#//types/Structure/procedures"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parentNamespace" eType="#//Namespace"
eOpposite="#//Namespace/procedures"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="parentProcedure" eType="#//Procedure"
eOpposite="#//Procedure/parameters"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="typeName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parentFunction" eType="#//types/Function"
eOpposite="#//types/Function/parameters"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ReferencesParagraph" abstract="true"
eSuperTypes="#//NamedElement #//CommentedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="requirements" upperBound="-1"
eType="#//ReqRef" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ReqRef" eSuperTypes="#//CommentedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="paragraph" lowerBound="1"
eType="#//requirements/Paragraph"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ReqRelated" abstract="true" eSuperTypes="#//ReferencesParagraph">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="implemented" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="verified" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="needsRequirement" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StateMachine" eSuperTypes="#//types/Type">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="initialState" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="states" upperBound="-1"
eType="#//State" containment="true" eOpposite="#//State/parentStateMachine"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rules" upperBound="-1"
eType="#//behaviour/Rule" containment="true" eOpposite="#//behaviour/Rule/parentStateMachine"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parentState" eType="#//State"
eOpposite="#//State/stateMachine"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parentProcedure" eType="#//Procedure"
eOpposite="#//Procedure/stateMachine"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="State" eSuperTypes="#//ReqRelated">
<eStructuralFeatures xsi:type="ecore:EReference" name="parentStateMachine" eType="#//StateMachine"
eOpposite="#//StateMachine/states"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="stateMachine" eType="#//StateMachine"
containment="true" eOpposite="#//StateMachine/parentState"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="width" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="height" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="x" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="y" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DefaultValueElement">
<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="VariableModeElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="variableMode" eType="#//VariableMode"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="VariableMode">
<eLiterals name="Incoming"/>
<eLiterals name="Outgoing"/>
<eLiterals name="Internal" literal=""/>
<eLiterals name="InOut"/>
<eLiterals name="Constant"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//NamedElement #//ReqRelated #//types/TypedElement #//DefaultValueElement #//VariableModeElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="parentNamespace" eType="#//Namespace"
eOpposite="#//Namespace/variables"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="subVariables" upperBound="-1"
eType="#//Variable" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parentVariable" eType="#//Variable"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FunctionalBlocks">
<eStructuralFeatures xsi:type="ecore:EReference" name="availableFunctionalBlocks"
upperBound="-1" eType="#//requirements/FunctionalBlock" containment="true"/>
</eClassifiers>
<eSubpackages name="requirements" nsURI="http://org/openetcs/ertmsformalspecs/requirements"
nsPrefix="org.openetcs.ertmsformalspecs.requirements">
<eClassifiers xsi:type="ecore:EClass" name="Specification" eSuperTypes="#//NamedElement #//requirements/BaseLinedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="paragraphs" upperBound="-1"
eType="#//requirements/Paragraph" containment="true" eOpposite="#//requirements/Paragraph/parentSpecification"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parentDictionary" eType="#//Dictionary"
eOpposite="#//Dictionary/specification"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BaseLinedElement" abstract="true"
interface="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="baseline" eType="#//BaseLine"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FunctionalBlock" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ProcessInformation" eSuperTypes="#//CommentedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="reviewed" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="implementationStatus"
eType="#//requirements/EImplementationStatus"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="moreInfoRequired" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="specIssue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="EImplementationStatus">
<eLiterals name="NA"/>
<eLiterals name="NotImplementable"/>
<eLiterals name="Implemented"/>
<eLiterals name="NewRevisionAvailable"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Scope">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="onBoardUnit" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="trackSide" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="optional" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Paragraph" eSuperTypes="#//ReferencesParagraph #//requirements/BaseLinedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//requirements/EParagraphType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="scope" lowerBound="1"
eType="#//requirements/Scope" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="processInfo" lowerBound="1"
eType="#//requirements/ProcessInformation" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="text" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="functionalBlock" eType="#//requirements/FunctionalBlock"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parentSpecification"
eType="#//requirements/Specification" eOpposite="#//requirements/Specification/paragraphs"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="subParagraphs" upperBound="-1"
eType="#//requirements/Paragraph" containment="true" eOpposite="#//requirements/Paragraph/parentParagraph"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parentParagraph" eType="#//requirements/Paragraph"
eOpposite="#//requirements/Paragraph/subParagraphs"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typeSpecs" upperBound="-1"
eType="#//requirements/messages/TypeSpec" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="message" eType="#//requirements/messages/Message"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="version" eType="#//BaseLine"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="EParagraphType">
<eLiterals name="Title"/>
<eLiterals name="Definition"/>
<eLiterals name="Note"/>
<eLiterals name="Deleted"/>
<eLiterals name="Requirement"/>
<eLiterals name="TableHeader"/>
<eLiterals name="Problem"/>
</eClassifiers>
<eSubpackages name="messages" nsURI="http://org/openetcs/model/requirements/messages"
nsPrefix="org.openetcs.model.requirements.messages">
<eClassifiers xsi:type="ecore:EClass" name="TypeSpec" eSuperTypes="#//requirements/BaseLinedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="shortDescription" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="length" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="minimumValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="maximumValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="resolutionFormula"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ertmsType" eType="#//requirements/messages/EErtmsType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//requirements/messages/Value"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="referenceParagraph"
eType="#//requirements/Paragraph"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="version" eType="#//BaseLine"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="EErtmsType">
<eLiterals name="None"/>
<eLiterals name="distance" literal="Distance"/>
<eLiterals name="Gradient"/>
<eLiterals name="Length"/>
<eLiterals name="Miscellaneous" literal="Miscellaneous"/>
<eLiterals name="ClassNumber"/>
<eLiterals name="IdentityNumber"/>
<eLiterals name="Qualifier"/>
<eLiterals name="TimeOrDate"/>
<eLiterals name="Speed"/>
<eLiterals name="Text"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Value" abstract="true" interface="true"/>
<eClassifiers xsi:type="ecore:EClass" name="CharValue" eSuperTypes="#//requirements/messages/Value">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="encoding" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypeValue" eSuperTypes="#//requirements/messages/Value">
<eStructuralFeatures xsi:type="ecore:EReference" name="resolutionFormula"
eType="#//requirements/messages/ResolutionFormula" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="specialOrReservedValues"
upperBound="-1" eType="#//requirements/messages/SpecialOrReservedValue"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ResolutionFormula">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="unit" eType="#//requirements/messages/ResolutionFormulaUnit"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="#//requirements/messages/ResolutionFormulaValue"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ResolutionFormulaUnit">
<eLiterals name="None"/>
<eLiterals name="Q_scale"/>
<eLiterals name="Percent"/>
<eLiterals name="Byte"/>
<eLiterals name="Bit"/>
<eLiterals name="TextStringElement"/>
<eLiterals name="A"/>
<eLiterals name="S"/>
<eLiterals name="M"/>
<eLiterals name="M_s"/>
<eLiterals name="M_s2"/>
<eLiterals name="Km_h"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ResolutionFormulaValue">
<eLiterals name="None"/>
<eLiterals name="X0_02"/>
<eLiterals name="X0_05"/>
<eLiterals name="X1"/>
<eLiterals name="X5"/>
<eLiterals name="X10"/>
<eLiterals name="Integers"/>
<eLiterals name="Number"/>
<eLiterals name="Numbers"/>
<eLiterals name="BinaryCodedDecimal"/>
<eLiterals name="BitSet"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SpecialOrReservedValue">
<eStructuralFeatures xsi:type="ecore:EReference" name="mask" eType="#//requirements/messages/Mask"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="match" eType="#//requirements/messages/IMatch"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="meaning" eType="#//requirements/messages/Meaning"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//requirements/messages/SingleValue"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SingleValue">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="units" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Mask">
<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="IMatch" abstract="true" interface="true"/>
<eClassifiers xsi:type="ecore:EClass" name="Match" eSuperTypes="#//requirements/messages/IMatch">
<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="MatchRange" eSuperTypes="#//requirements/messages/IMatch">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="minimum" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="maximum" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Meaning" eSuperTypes="#//requirements/BaseLinedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//requirements/messages/EMeaningType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="EMeaningType">
<eLiterals name="Invalid"/>
<eLiterals name="Enum"/>
<eLiterals name="Unknown"/>
<eLiterals name="Infinite"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Message" eSuperTypes="#//requirements/BaseLinedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="variables" upperBound="-1"
eType="#//requirements/messages/MessageVariable" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="media" lowerBound="1"
eType="#//requirements/messages/Media" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Media">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="balise" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="loop" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="rbc" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="riu" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MessageVariable" eSuperTypes="#//requirements/BaseLinedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="length" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="comment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="subVariables" upperBound="-1"
eType="#//requirements/messages/MessageVariable" containment="true" eOpposite="#//requirements/messages/MessageVariable/parentVariable"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parentVariable" eType="#//requirements/messages/MessageVariable"
eOpposite="#//requirements/messages/MessageVariable/subVariables"/>
</eClassifiers>
</eSubpackages>
</eSubpackages>
<eSubpackages name="types" nsURI="http://org/openetcs/ertmsformalspecs/types" nsPrefix="org.openetcs.ertmsformalspecs.types">
<eClassifiers xsi:type="ecore:EClass" name="Type" abstract="true" eSuperTypes="#//ReqRelated #//DefaultValueElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="parentNamespace" eType="#//Namespace"
eOpposite="#//Namespace/types"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypedElement" abstract="true" interface="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="typeName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Enumeration" eSuperTypes="#//types/Type">
<eStructuralFeatures xsi:type="ecore:EReference" name="values" upperBound="-1"
eType="#//types/EnumValue" containment="true" eOpposite="#//types/EnumValue/parentEnumeration"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="subEnumerations" upperBound="-1"
eType="#//types/Enumeration" containment="true" eOpposite="#//types/Enumeration/parentEnumeration"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parentEnumeration" eType="#//types/Enumeration"
eOpposite="#//types/Enumeration/subEnumerations"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EnumValue" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parentEnumeration" eType="#//types/Enumeration"
eOpposite="#//types/Enumeration/values"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parentRange" eType="#//types/Range"
eOpposite="#//types/Range/specialValues"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Range" eSuperTypes="#//types/Type">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="minimumValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="maximumValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="precision" eType="#//types/Precision"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="specialValues" upperBound="-1"
eType="#//types/EnumValue" containment="true" eOpposite="#//types/EnumValue/parentRange"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="Precision">
<eLiterals name="IntegerPrecision" literal="IntegerPrecision"/>
<eLiterals name="DoublePrecision"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Structure" eSuperTypes="#//types/Type">
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="#//types/StructureElement" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="procedures" upperBound="-1"
eType="#//Procedure" containment="true" eOpposite="#//Procedure/parentStructure"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rules" upperBound="-1"
eType="#//behaviour/Rule" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StructureElement" eSuperTypes="#//ReqRelated #//types/TypedElement #//DefaultValueElement #//VariableModeElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Collection" eSuperTypes="#//types/Type #//types/TypedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="maximumSize" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Function" eSuperTypes="#//types/Type #//types/TypedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1"
eType="#//Parameter" containment="true" eOpposite="#//Parameter/parentFunction"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="cases" upperBound="-1"
eType="#//types/Case" containment="true" eOpposite="#//types/Case/parentFunction"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Case" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="preConditions" upperBound="-1"
eType="#//behaviour/PreCondition" containment="true" eOpposite="#//behaviour/PreCondition/parentCase"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="expression" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parentFunction" eType="#//types/Function"
eOpposite="#//types/Function/cases"/>
</eClassifiers>
</eSubpackages>
<eSubpackages name="customization" nsURI="http://org/openetcs/ertmsformalspecs/customization"
nsPrefix="org.openetcs.ertmsformalspecs.customization">
<eClassifiers xsi:type="ecore:EClass" name="RuleDisabling" eSuperTypes="#//ReqRelated">
<eStructuralFeatures xsi:type="ecore:EReference" name="rule" lowerBound="1"
eType="#//behaviour/Rule"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parentDictionary" eType="#//Dictionary"
eOpposite="#//Dictionary/ruleDisablings"/>
</eClassifiers>
</eSubpackages>
<eSubpackages name="behaviour" nsURI="http://org/openetcs/ertmsformalspecs/behaviour"
nsPrefix="org.openetcs.ertmsformalspecs.behaviour">
<eClassifiers xsi:type="ecore:EClass" name="Rule" eSuperTypes="#//NamedElement #//ReqRelated">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="priority" eType="#//behaviour/Priority"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="conditions" upperBound="-1"
eType="#//behaviour/RuleCondition" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parentStateMachine" eType="#//StateMachine"
eOpposite="#//StateMachine/rules"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parentNamespace" eType="#//Namespace"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="Priority">
<eLiterals name="Verification"/>
<eLiterals name="UpdateInternal"/>
<eLiterals name="Processing"/>
<eLiterals name="UpdateOut"/>
<eLiterals name="CleanUp"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RuleCondition" eSuperTypes="#//NamedElement #//ReqRelated">
<eStructuralFeatures xsi:type="ecore:EReference" name="actions" upperBound="-1"
eType="#//behaviour/Action" containment="true" eOpposite="#//behaviour/Action/parentRuleCondition"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="subRules" upperBound="-1"
eType="#//behaviour/Rule" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="preconditions" upperBound="-1"
eType="#//behaviour/PreCondition" containment="true" eOpposite="#//behaviour/PreCondition/parentRuleCondition"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PreCondition">
<eStructuralFeatures xsi:type="ecore:EReference" name="parentCase" eType="#//types/Case"
eOpposite="#//types/Case/preConditions"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="condition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parentRuleCondition"
eType="#//behaviour/RuleCondition" eOpposite="#//behaviour/RuleCondition/preconditions"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Action">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="expression" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parentRuleCondition"
eType="#//behaviour/RuleCondition" eOpposite="#//behaviour/RuleCondition/actions"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parentSubStep" eType="#//test/SubStep"
eOpposite="#//test/SubStep/actions"/>
</eClassifiers>
</eSubpackages>
<eSubpackages name="test" nsURI="http://org/openetcs/ertmsformalspecs/test" nsPrefix="org.openetcs.ertmsformalspecs.test">
<eClassifiers xsi:type="ecore:EClass" name="Frame" eSuperTypes="#//NamedElement #//CommentedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="subSequences" upperBound="-1"
eType="#//test/SubSequence" containment="true" eOpposite="#//test/SubSequence/parentFrame"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parentDictionary" eType="#//Dictionary"
eOpposite="#//Dictionary/tests"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SubSequence" eSuperTypes="#//NamedElement #//CommentedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="parentFrame" eType="#//test/Frame"
eOpposite="#//test/Frame/subSequences"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="dLRBG" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="level" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="mode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nidLRBG" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="qDirLRBG" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="qDirTrain" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="qDLRBG" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="rbcId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="rbcPhone" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="testCases" upperBound="-1"
eType="#//test/SingleTestCase" containment="true" eOpposite="#//test/SingleTestCase/parentSubSequence"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SingleTestCase" eSuperTypes="#//ReqRelated">
<eStructuralFeatures xsi:type="ecore:EReference" name="parentSubSequence" eType="#//test/SubSequence"
eOpposite="#//test/SubSequence/testCases"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="feature" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="case" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="steps" upperBound="-1"
eType="#//test/Step" containment="true" eOpposite="#//test/Step/parentTestCase"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Step" eSuperTypes="#//NamedElement #//CommentedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="parentTestCase" eType="#//test/SingleTestCase"
eOpposite="#//test/SingleTestCase/steps"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tcsOrder" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="distance" 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="userComment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="io" eType="#//test/StepIO"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="interface" eType="#//test/StepInterface"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="levelIn" eType="#//test/StepLevel"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="levelOut" eType="#//test/StepLevel"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="modeIn" eType="#//test/StepMode"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="modeOut" eType="#//test/StepMode"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="translationRequired"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="translated" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="subSteps" upperBound="-1"
eType="#//test/SubStep" containment="true" eOpposite="#//test/SubStep/parentStep"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="messages" upperBound="-1"
eType="#//test/TestMessage" containment="true" eOpposite="#//test/TestMessage/parentStep"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="StepIO">
<eLiterals name="NA"/>
<eLiterals name="In"/>
<eLiterals name="Out"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="StepInterface">
<eLiterals name="NA"/>
<eLiterals name="DMI"/>
<eLiterals name="RTM"/>
<eLiterals name="JRU"/>
<eLiterals name="TIU"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="StepLevel">
<eLiterals name="NA"/>
<eLiterals name="L0"/>
<eLiterals name="L1"/>
<eLiterals name="LSTM"/>
<eLiterals name="L2"/>
<eLiterals name="L3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="StepMode">
<eLiterals name="NA"/>
<eLiterals name="IS"/>
<eLiterals name="NP"/>
<eLiterals name="SF"/>
<eLiterals name="SL"/>
<eLiterals name="SB"/>
<eLiterals name="SH"/>
<eLiterals name="FS"/>
<eLiterals name="UF"/>
<eLiterals name="SR"/>
<eLiterals name="OS"/>
<eLiterals name="TR"/>
<eLiterals name="PT"/>
<eLiterals name="NL"/>
<eLiterals name="SN"/>
<eLiterals name="RE"/>
<eLiterals name="LS"/>
<eLiterals name="PSH"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SubStep" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="parentStep" eType="#//test/Step"
eOpposite="#//test/Step/subSteps"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="actions" upperBound="-1"
eType="#//behaviour/Action" containment="true" eOpposite="#//behaviour/Action/parentSubStep"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expectations" upperBound="-1"
eType="#//test/Expectation" containment="true" eOpposite="#//test/Expectation/parentSubStep"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="skipEngine" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parentTranslation" eType="#//translation/Translation"
eOpposite="#//translation/Translation/subSteps"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Expectation" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="parentSubStep" eType="#//test/SubStep"
eOpposite="#//test/SubStep/expectations"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="expression" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="blocking" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="deadline" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TestMessage" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="parentStep" eType="#//test/Step"
eOpposite="#//test/Step/messages"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="order" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fields" upperBound="-1"
eType="#//test/TestField" containment="true" eOpposite="#//test/TestField/parentMessage"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="packets" upperBound="-1"
eType="#//test/TestPacket" containment="true" eOpposite="#//test/TestPacket/parentMessage"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TestPacket" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="parentMessage" eType="#//test/TestMessage"
eOpposite="#//test/TestMessage/packets"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fields" upperBound="-1"
eType="#//test/TestField" containment="true" eOpposite="#//test/TestField/parentPacket"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TestField" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="parentMessage" eType="#//test/TestMessage"
eOpposite="#//test/TestMessage/fields"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parentPacket" eType="#//test/TestPacket"
eOpposite="#//test/TestPacket/fields"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="variable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="TestMessageType">
<eLiterals name="eurobalise"/>
<eLiterals name="euroradio"/>
<eLiterals name="euroloop"/>
</eClassifiers>
</eSubpackages>
<eSubpackages name="translation" nsURI="http://org/openetcs/ertmsformalspecs/translation"
nsPrefix="org.openetcs.ertmsformalspecs.translation">
<eClassifiers xsi:type="ecore:EClass" name="TranslationFolder" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="subFolders" upperBound="-1"
eType="#//translation/TranslationFolder" containment="true" eOpposite="#//translation/TranslationFolder/parentFolder"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parentFolder" eType="#//translation/TranslationFolder"
eOpposite="#//translation/TranslationFolder/subFolders"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="translations" upperBound="-1"
eType="#//translation/Translation" containment="true" eOpposite="#//translation/Translation/parentFolder"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parentDictionary" eType="#//Dictionary"
eOpposite="#//Dictionary/translations"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Translation" eSuperTypes="#//NamedElement #//CommentedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="parentFolder" eType="#//translation/TranslationFolder"
eOpposite="#//translation/TranslationFolder/translations"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="sources" upperBound="-1"
eType="#//translation/SourceText" containment="true" eOpposite="#//translation/SourceText/parentTranslation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="subSteps" upperBound="-1"
eType="#//test/SubStep" containment="true" eOpposite="#//test/SubStep/parentTranslation"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="implemented" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SourceText" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="parentTranslation" eType="#//translation/Translation"
eOpposite="#//translation/Translation/sources"/>
</eClassifiers>
</eSubpackages>
<eSubpackages name="shortcut" nsURI="http://org/openetcs/ertmsformalspecs/shortcut"
nsPrefix="org.openetcs.ertmsformalspecs.shortcut">
<eClassifiers xsi:type="ecore:EClass" name="ShortcutFolder" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="subFolders" upperBound="-1"
eType="#//shortcut/ShortcutFolder" containment="true" eOpposite="#//shortcut/ShortcutFolder/parentFolder"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parentFolder" eType="#//shortcut/ShortcutFolder"
eOpposite="#//shortcut/ShortcutFolder/subFolders"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="shortcuts" upperBound="-1"
eType="#//shortcut/Shortcut" containment="true" eOpposite="#//shortcut/Shortcut/parentFolder"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parentDictionary" eType="#//Dictionary"
eOpposite="#//Dictionary/shortcuts"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Shortcut" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="parentFolder" eType="#//shortcut/ShortcutFolder"
eOpposite="#//shortcut/ShortcutFolder/shortcuts"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ref" lowerBound="1" eType="#//NamedElement"/>
</eClassifiers>
</eSubpackages>
</ecore:EPackage>
| github:ecore:/data/MariellePetitDoche/ERTMSFormalSpecs/workspace/org.openetcs.model/model/model.ecore | ecore | ertmsformalspecs
Dictionary
specification
namespaces
tests
ruleDisablings
translations
shortcuts
NamedElement
name
CommentedElement
comment
Baselines
availableBaselines
BaseLine
Namespace
parentDictionary
subNamespaces
parentNamespace
procedures
types
variables
Rules
Procedure
parameters
stateMachine
rules
parentStructure
parentNamespace
Parameter
parentProcedure
typeName
parentFunction
ReferencesParagraph
requirements
ReqRef
paragraph
ReqRelated
implemented
verified
needsRequirement
StateMachine
initialState
states
rules
parentState
parentProcedure
State
parentStateMachine
stateMachine
width
height
x
y
DefaultValueElement
defaultValue
VariableModeElement
variableMode
VariableMode
Incoming
Incoming
Outgoing
Outgoing
Internal
InOut
InOut
Constant
Constant
Variable
parentNamespace
subVariables
parentVariable
FunctionalBlocks
availableFunctionalBlocks
requirements
Specification
paragraphs
parentDictionary
BaseLinedElement
baseline
FunctionalBlock
ProcessInformation
reviewed
implementationStatus
moreInfoRequired
specIssue
EImplementationStatus
NA
NA
NotImplementable
NotImplementable
Implemented
Implemented
NewRevisionAvailable
NewRevisionAvailable
Scope
onBoardUnit
trackSide
optional
Paragraph
type
scope
processInfo
id
text
functionalBlock
parentSpecification
subParagraphs
parentParagraph
typeSpecs
message
version
EParagraphType
Title
Title
Definition
Definition
Note
Note
Deleted
Deleted
Requirement
Requirement
TableHeader
TableHeader
Problem
Problem
messages
TypeSpec
id
shortDescription
description
length
minimumValue
maximumValue
resolutionFormula
ertmsType
value
referenceParagraph
version
EErtmsType
None
None
distance
Distance
Gradient
Gradient
Length
Length
Miscellaneous
Miscellaneous
ClassNumber
ClassNumber
IdentityNumber
IdentityNumber
Qualifier
Qualifier
TimeOrDate
TimeOrDate
Speed
Speed
Text
Text
Value
CharValue
encoding
TypeValue
resolutionFormula
specialOrReservedValues
ResolutionFormula
unit
value
ResolutionFormulaUnit
None
None
Q_scale
Q_scale
Percent
Percent
Byte
Byte
Bit
Bit
TextStringElement
TextStringElement
A
A
S
S
M
M
M_s
M_s
M_s2
M_s2
Km_h
Km_h
ResolutionFormulaValue
None
None
X0_02
X0_02
X0_05
X0_05
X1
X1
X5
X5
X10
X10
Integers
Integers
Number
Number
Numbers
Numbers
BinaryCodedDecimal
BinaryCodedDecimal
BitSet
BitSet
SpecialOrReservedValue
mask
match
meaning
value
SingleValue
units
value
Mask
value
IMatch
Match
value
MatchRange
minimum
maximum
Meaning
type
value
EMeaningType
Invalid
Invalid
Enum
Enum
Unknown
Unknown
Infinite
Infinite
Message
description
variables
media
Media
balise
loop
rbc
riu
MessageVariable
name
length
comment
subVariables
parentVariable
types
Type
parentNamespace
TypedElement
typeName
Enumeration
values
subEnumerations
parentEnumeration
EnumValue
value
parentEnumeration
parentRange
Range
minimumValue
maximumValue
precision
specialValues
Precision
IntegerPrecision
IntegerPrecision
DoublePrecision
DoublePrecision
Structure
elements
procedures
rules
StructureElement
Collection
maximumSize
Function
parameters
cases
Case
preConditions
expression
parentFunction
customization
RuleDisabling
rule
parentDictionary
behaviour
Rule
priority
conditions
parentStateMachine
parentNamespace
Priority
Verification
Verification
UpdateInternal
UpdateInternal
Processing
Processing
UpdateOut
UpdateOut
CleanUp
CleanUp
RuleCondition
actions
subRules
preconditions
PreCondition
parentCase
condition
parentRuleCondition
Action
expression
parentRuleCondition
parentSubStep
test
Frame
subSequences
parentDictionary
SubSequence
parentFrame
dLRBG
level
mode
nidLRBG
qDirLRBG
qDirTrain
qDLRBG
rbcId
rbcPhone
testCases
SingleTestCase
parentSubSequence
feature
case
steps
Step
parentTestCase
tcsOrder
distance
description
userComment
io
interface
levelIn
levelOut
modeIn
modeOut
translationRequired
translated
subSteps
messages
StepIO
NA
NA
In
In
Out
Out
StepInterface
NA
NA
DMI
DMI
RTM
RTM
JRU
JRU
TIU
TIU
StepLevel
NA
NA
L0
L0
L1
L1
LSTM
LSTM
L2
L2
L3
L3
StepMode
NA
NA
IS
IS
NP
NP
SF
SF
SL
SL
SB
SB
SH
SH
FS
FS
UF
UF
SR
SR
OS
OS
TR
TR
PT
PT
NL
NL
SN
SN
RE
RE
LS
LS
PSH
PSH
SubStep
parentStep
actions
expectations
skipEngine
parentTranslation
Expectation
parentSubStep
expression
blocking
deadline
TestMessage
parentStep
order
fields
packets
TestPacket
parentMessage
fields
TestField
parentMessage
parentPacket
variable
value
TestMessageType
eurobalise
eurobalise
euroradio
euroradio
euroloop
euroloop
translation
TranslationFolder
subFolders
parentFolder
translations
parentDictionary
Translation
parentFolder
sources
subSteps
implemented
SourceText
parentTranslation
shortcut
ShortcutFolder
subFolders
parentFolder
shortcuts
parentDictionary
Shortcut
parentFolder
ref | null | {"directed":true,"nodes":[{"nsPrefix":"org.openetcs.ertmsformalspecs","nsURI":"http://org/openetcs/ertmsformalspecs","name":"ertmsformalspecs","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dictionary","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":2,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommentedElement","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Baselines","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BaseLine","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Namespace","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Procedure","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReferencesParagraph","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReqRef","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReqRelated","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachine","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DefaultValueElement","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableModeElement","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"VariableMode","instanceClass":null,"id":16,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionalBlocks","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"nsPrefix":"org.openetcs.ertmsformalspecs.requirements","nsURI":"http://org/openetcs/ertmsformalspecs/requirements","name":"requirements","id":19,"eClass":"EPackage"},{"nsPrefix":"org.openetcs.ertmsformalspecs.types","nsURI":"http://org/openetcs/ertmsformalspecs/types","name":"types","id":20,"eClass":"EPackage"},{"nsPrefix":"org.openetcs.ertmsformalspecs.customization","nsURI":"http://org/openetcs/ertmsformalspecs/customization","name":"customization","id":21,"eClass":"EPackage"},{"nsPrefix":"org.openetcs.ertmsformalspecs.behaviour","nsURI":"http://org/openetcs/ertmsformalspecs/behaviour","name":"behaviour","id":22,"eClass":"EPackage"},{"nsPrefix":"org.openetcs.ertmsformalspecs.test","nsURI":"http://org/openetcs/ertmsformalspecs/test","name":"test","id":23,"eClass":"EPackage"},{"nsPrefix":"org.openetcs.ertmsformalspecs.translation","nsURI":"http://org/openetcs/ertmsformalspecs/translation","name":"translation","id":24,"eClass":"EPackage"},{"nsPrefix":"org.openetcs.ertmsformalspecs.shortcut","nsURI":"http://org/openetcs/ertmsformalspecs/shortcut","name":"shortcut","id":25,"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":"specification","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"namespaces","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":"tests","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":"ruleDisablings","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":"translations","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":"shortcuts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Specification","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"id":35,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parentDictionary","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parentDictionary","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Frame","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"id":40,"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":"parentDictionary","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RuleDisabling","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"id":43,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parentDictionary","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TranslationFolder","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"id":46,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parentDictionary","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ShortcutFolder","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"id":49,"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":"parentDictionary","changeable":true,"resolveProxies":true,"lowerBound":0,"id":50,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":51,"derived":true},{"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":"comment","changeable":true,"lowerBound":0,"iD":false,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"availableBaselines","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subNamespaces","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parentNamespace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"procedures","changeable":true,"resolveProxies":true,"lowerBound":0,"id":60,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"types","changeable":true,"resolveProxies":true,"lowerBound":0,"id":61,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variables","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":"Rules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"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":"parentNamespace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":69,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":true,"id":70,"interface":false,"eClass":"EClass"},{"id":71,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parentNamespace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":72,"derived":false},{"id":73,"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":"parentNamespace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rule","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"id":76,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"stateMachine","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":"rules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":79,"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":"parentStructure","changeable":true,"resolveProxies":true,"lowerBound":0,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"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":"parentProcedure","changeable":true,"resolveProxies":true,"lowerBound":0,"id":84,"derived":false},{"id":85,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parentProcedure","changeable":true,"resolveProxies":true,"lowerBound":0,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Structure","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"id":89,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"procedures","changeable":true,"resolveProxies":true,"lowerBound":0,"id":90,"derived":false},{"id":91,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"typeName","changeable":true,"lowerBound":0,"iD":false,"id":92,"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":"parentFunction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":93,"derived":false},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Function","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"id":98,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":99,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"requirements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":100,"derived":false},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"paragraph","changeable":true,"resolveProxies":true,"lowerBound":1,"id":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Paragraph","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"id":107,"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":"implemented","changeable":true,"lowerBound":0,"iD":false,"id":108,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"verified","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":"needsRequirement","changeable":true,"lowerBound":0,"iD":false,"id":110,"derived":false},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"initialState","changeable":true,"lowerBound":0,"iD":false,"id":115,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"states","changeable":true,"resolveProxies":true,"lowerBound":0,"id":116,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":117,"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":"parentState","changeable":true,"resolveProxies":true,"lowerBound":0,"id":118,"derived":false},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parentStateMachine","changeable":true,"resolveProxies":true,"lowerBound":0,"id":122,"derived":false},{"id":123,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parentStateMachine","changeable":true,"resolveProxies":true,"lowerBound":0,"id":124,"derived":false},{"id":125,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"stateMachine","changeable":true,"resolveProxies":true,"lowerBound":0,"id":126,"derived":false},{"id":127,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"width","changeable":true,"lowerBound":0,"iD":false,"id":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":"height","changeable":true,"lowerBound":0,"iD":false,"id":129,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"x","changeable":true,"lowerBound":0,"iD":false,"id":130,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"y","changeable":true,"lowerBound":0,"iD":false,"id":131,"derived":false},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"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":139,"derived":false},{"id":140,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"variableMode","changeable":true,"lowerBound":0,"iD":false,"id":141,"derived":false},{"id":142,"eClass":"EGenericType"},{"name":"Incoming","id":143,"value":0,"literal":"Incoming","eClass":"EEnumLiteral"},{"name":"Outgoing","id":144,"value":0,"literal":"Outgoing","eClass":"EEnumLiteral"},{"name":"Internal","id":145,"value":0,"literal":"","eClass":"EEnumLiteral"},{"name":"InOut","id":146,"value":0,"literal":"InOut","eClass":"EEnumLiteral"},{"name":"Constant","id":147,"value":0,"literal":"Constant","eClass":"EEnumLiteral"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedElement","instanceClass":null,"abstract":true,"id":148,"interface":true,"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":"subVariables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":149,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parentVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":150,"derived":false},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"availableFunctionalBlocks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":159,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionalBlock","instanceClass":null,"abstract":false,"id":160,"interface":false,"eClass":"EClass"},{"id":161,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BaseLinedElement","instanceClass":null,"abstract":true,"id":162,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessInformation","instanceClass":null,"abstract":false,"id":163,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"EImplementationStatus","instanceClass":null,"id":164,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Scope","instanceClass":null,"abstract":false,"id":165,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"EParagraphType","instanceClass":null,"id":166,"serializable":true,"eClass":"EEnum"},{"nsPrefix":"org.openetcs.model.requirements.messages","nsURI":"http://org/openetcs/model/requirements/messages","name":"messages","id":167,"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":"paragraphs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":168,"derived":false},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parentSpecification","changeable":true,"resolveProxies":true,"lowerBound":0,"id":172,"derived":false},{"id":173,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"baseline","changeable":true,"resolveProxies":true,"lowerBound":0,"id":174,"derived":false},{"id":175,"eClass":"EGenericType"},{"id":176,"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":"reviewed","changeable":true,"lowerBound":0,"iD":false,"id":177,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"implementationStatus","changeable":true,"lowerBound":0,"iD":false,"id":178,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"moreInfoRequired","changeable":true,"lowerBound":0,"iD":false,"id":179,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"specIssue","changeable":true,"lowerBound":0,"iD":false,"id":180,"derived":false},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"name":"NA","id":186,"value":0,"literal":"NA","eClass":"EEnumLiteral"},{"name":"NotImplementable","id":187,"value":0,"literal":"NotImplementable","eClass":"EEnumLiteral"},{"name":"Implemented","id":188,"value":0,"literal":"Implemented","eClass":"EEnumLiteral"},{"name":"NewRevisionAvailable","id":189,"value":0,"literal":"NewRevisionAvailable","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"onBoardUnit","changeable":true,"lowerBound":0,"iD":false,"id":190,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"trackSide","changeable":true,"lowerBound":0,"iD":false,"id":191,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"optional","changeable":true,"lowerBound":0,"iD":false,"id":192,"derived":false},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":196,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"scope","changeable":true,"resolveProxies":true,"lowerBound":1,"id":197,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"processInfo","changeable":true,"resolveProxies":true,"lowerBound":1,"id":198,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":199,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"text","changeable":true,"lowerBound":0,"iD":false,"id":200,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"functionalBlock","changeable":true,"resolveProxies":true,"lowerBound":0,"id":201,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subParagraphs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":202,"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":"parentParagraph","changeable":true,"resolveProxies":true,"lowerBound":0,"id":203,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeSpecs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":204,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"message","changeable":true,"resolveProxies":true,"lowerBound":0,"id":205,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"resolveProxies":true,"lowerBound":0,"id":206,"derived":false},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeSpec","instanceClass":null,"abstract":false,"id":218,"interface":false,"eClass":"EClass"},{"id":219,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Message","instanceClass":null,"abstract":false,"id":220,"interface":false,"eClass":"EClass"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"name":"Title","id":223,"value":0,"literal":"Title","eClass":"EEnumLiteral"},{"name":"Definition","id":224,"value":0,"literal":"Definition","eClass":"EEnumLiteral"},{"name":"Note","id":225,"value":0,"literal":"Note","eClass":"EEnumLiteral"},{"name":"Deleted","id":226,"value":0,"literal":"Deleted","eClass":"EEnumLiteral"},{"name":"Requirement","id":227,"value":0,"literal":"Requirement","eClass":"EEnumLiteral"},{"name":"TableHeader","id":228,"value":0,"literal":"TableHeader","eClass":"EEnumLiteral"},{"name":"Problem","id":229,"value":0,"literal":"Problem","eClass":"EEnumLiteral"},{"instanceTypeName":null,"instanceClassName":null,"name":"EErtmsType","instanceClass":null,"id":230,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Value","instanceClass":null,"abstract":true,"id":231,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CharValue","instanceClass":null,"abstract":false,"id":232,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeValue","instanceClass":null,"abstract":false,"id":233,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResolutionFormula","instanceClass":null,"abstract":false,"id":234,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ResolutionFormulaUnit","instanceClass":null,"id":235,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ResolutionFormulaValue","instanceClass":null,"id":236,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpecialOrReservedValue","instanceClass":null,"abstract":false,"id":237,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SingleValue","instanceClass":null,"abstract":false,"id":238,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mask","instanceClass":null,"abstract":false,"id":239,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IMatch","instanceClass":null,"abstract":true,"id":240,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Match","instanceClass":null,"abstract":false,"id":241,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MatchRange","instanceClass":null,"abstract":false,"id":242,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Meaning","instanceClass":null,"abstract":false,"id":243,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"EMeaningType","instanceClass":null,"id":244,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Media","instanceClass":null,"abstract":false,"id":245,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageVariable","instanceClass":null,"abstract":false,"id":246,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":247,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"shortDescription","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":"description","changeable":true,"lowerBound":0,"iD":false,"id":249,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"length","changeable":true,"lowerBound":0,"iD":false,"id":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":"minimumValue","changeable":true,"lowerBound":0,"iD":false,"id":251,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"maximumValue","changeable":true,"lowerBound":0,"iD":false,"id":252,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"resolutionFormula","changeable":true,"lowerBound":0,"iD":false,"id":253,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ertmsType","changeable":true,"lowerBound":0,"iD":false,"id":254,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":255,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referenceParagraph","changeable":true,"resolveProxies":true,"lowerBound":0,"id":256,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"resolveProxies":true,"lowerBound":0,"id":257,"derived":false},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"name":"None","id":270,"value":0,"literal":"None","eClass":"EEnumLiteral"},{"name":"distance","id":271,"value":0,"literal":"Distance","eClass":"EEnumLiteral"},{"name":"Gradient","id":272,"value":0,"literal":"Gradient","eClass":"EEnumLiteral"},{"name":"Length","id":273,"value":0,"literal":"Length","eClass":"EEnumLiteral"},{"name":"Miscellaneous","id":274,"value":0,"literal":"Miscellaneous","eClass":"EEnumLiteral"},{"name":"ClassNumber","id":275,"value":0,"literal":"ClassNumber","eClass":"EEnumLiteral"},{"name":"IdentityNumber","id":276,"value":0,"literal":"IdentityNumber","eClass":"EEnumLiteral"},{"name":"Qualifier","id":277,"value":0,"literal":"Qualifier","eClass":"EEnumLiteral"},{"name":"TimeOrDate","id":278,"value":0,"literal":"TimeOrDate","eClass":"EEnumLiteral"},{"name":"Speed","id":279,"value":0,"literal":"Speed","eClass":"EEnumLiteral"},{"name":"Text","id":280,"value":0,"literal":"Text","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":"encoding","changeable":true,"lowerBound":0,"iD":false,"id":281,"derived":false},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"resolutionFormula","changeable":true,"resolveProxies":true,"lowerBound":0,"id":284,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"specialOrReservedValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":285,"derived":false},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"unit","changeable":true,"lowerBound":0,"iD":false,"id":289,"derived":false},{"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":290,"derived":false},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"name":"None","id":293,"value":0,"literal":"None","eClass":"EEnumLiteral"},{"name":"Q_scale","id":294,"value":0,"literal":"Q_scale","eClass":"EEnumLiteral"},{"name":"Percent","id":295,"value":0,"literal":"Percent","eClass":"EEnumLiteral"},{"name":"Byte","id":296,"value":0,"literal":"Byte","eClass":"EEnumLiteral"},{"name":"Bit","id":297,"value":0,"literal":"Bit","eClass":"EEnumLiteral"},{"name":"TextStringElement","id":298,"value":0,"literal":"TextStringElement","eClass":"EEnumLiteral"},{"name":"A","id":299,"value":0,"literal":"A","eClass":"EEnumLiteral"},{"name":"S","id":300,"value":0,"literal":"S","eClass":"EEnumLiteral"},{"name":"M","id":301,"value":0,"literal":"M","eClass":"EEnumLiteral"},{"name":"M_s","id":302,"value":0,"literal":"M_s","eClass":"EEnumLiteral"},{"name":"M_s2","id":303,"value":0,"literal":"M_s2","eClass":"EEnumLiteral"},{"name":"Km_h","id":304,"value":0,"literal":"Km_h","eClass":"EEnumLiteral"},{"name":"None","id":305,"value":0,"literal":"None","eClass":"EEnumLiteral"},{"name":"X0_02","id":306,"value":0,"literal":"X0_02","eClass":"EEnumLiteral"},{"name":"X0_05","id":307,"value":0,"literal":"X0_05","eClass":"EEnumLiteral"},{"name":"X1","id":308,"value":0,"literal":"X1","eClass":"EEnumLiteral"},{"name":"X5","id":309,"value":0,"literal":"X5","eClass":"EEnumLiteral"},{"name":"X10","id":310,"value":0,"literal":"X10","eClass":"EEnumLiteral"},{"name":"Integers","id":311,"value":0,"literal":"Integers","eClass":"EEnumLiteral"},{"name":"Number","id":312,"value":0,"literal":"Number","eClass":"EEnumLiteral"},{"name":"Numbers","id":313,"value":0,"literal":"Numbers","eClass":"EEnumLiteral"},{"name":"BinaryCodedDecimal","id":314,"value":0,"literal":"BinaryCodedDecimal","eClass":"EEnumLiteral"},{"name":"BitSet","id":315,"value":0,"literal":"BitSet","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":"mask","changeable":true,"resolveProxies":true,"lowerBound":0,"id":316,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"match","changeable":true,"resolveProxies":true,"lowerBound":0,"id":317,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"meaning","changeable":true,"resolveProxies":true,"lowerBound":0,"id":318,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":319,"derived":false},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"units","changeable":true,"lowerBound":0,"iD":false,"id":324,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":325,"derived":false},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"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":328,"derived":false},{"id":329,"eClass":"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":330,"derived":false},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"minimum","changeable":true,"lowerBound":0,"iD":false,"id":333,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"maximum","changeable":true,"lowerBound":0,"iD":false,"id":334,"derived":false},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"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":338,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":339,"derived":false},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"name":"Invalid","id":343,"value":0,"literal":"Invalid","eClass":"EEnumLiteral"},{"name":"Enum","id":344,"value":0,"literal":"Enum","eClass":"EEnumLiteral"},{"name":"Unknown","id":345,"value":0,"literal":"Unknown","eClass":"EEnumLiteral"},{"name":"Infinite","id":346,"value":0,"literal":"Infinite","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":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":"variables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":348,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"media","changeable":true,"resolveProxies":true,"lowerBound":1,"id":349,"derived":false},{"id":350,"eClass":"EGenericType"},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"balise","changeable":true,"lowerBound":0,"iD":false,"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":"loop","changeable":true,"lowerBound":0,"iD":false,"id":355,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rbc","changeable":true,"lowerBound":0,"iD":false,"id":356,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"riu","changeable":true,"lowerBound":0,"iD":false,"id":357,"derived":false},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":362,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"length","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":"comment","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":"subVariables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":365,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parentVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":366,"derived":false},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":373,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumValue","instanceClass":null,"abstract":false,"id":374,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Range","instanceClass":null,"abstract":false,"id":375,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Precision","instanceClass":null,"id":376,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructureElement","instanceClass":null,"abstract":false,"id":377,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Collection","instanceClass":null,"abstract":false,"id":378,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Case","instanceClass":null,"abstract":false,"id":379,"interface":false,"eClass":"EClass"},{"id":380,"eClass":"EGenericType"},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"typeName","changeable":true,"lowerBound":0,"iD":false,"id":383,"derived":false},{"id":384,"eClass":"EGenericType"},{"container":false,"ordered":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":385,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subEnumerations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":386,"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":"parentEnumeration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":387,"derived":false},{"id":388,"eClass":"EGenericType"},{"id":389,"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":"parentEnumeration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":390,"derived":false},{"id":391,"eClass":"EGenericType"},{"id":392,"eClass":"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":393,"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":"parentRange","changeable":true,"resolveProxies":true,"lowerBound":0,"id":394,"derived":false},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"id":397,"eClass":"EGenericType"},{"id":398,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"specialValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":399,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"minimumValue","changeable":true,"lowerBound":0,"iD":false,"id":400,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"maximumValue","changeable":true,"lowerBound":0,"iD":false,"id":401,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"precision","changeable":true,"lowerBound":0,"iD":false,"id":402,"derived":false},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"id":405,"eClass":"EGenericType"},{"id":406,"eClass":"EGenericType"},{"id":407,"eClass":"EGenericType"},{"name":"IntegerPrecision","id":408,"value":0,"literal":"IntegerPrecision","eClass":"EEnumLiteral"},{"name":"DoublePrecision","id":409,"value":0,"literal":"DoublePrecision","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":"elements","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":"rules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":411,"derived":false},{"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"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"maximumSize","changeable":true,"lowerBound":0,"iD":false,"id":420,"derived":false},{"id":421,"eClass":"EGenericType"},{"id":422,"eClass":"EGenericType"},{"id":423,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cases","changeable":true,"resolveProxies":true,"lowerBound":0,"id":424,"derived":false},{"id":425,"eClass":"EGenericType"},{"id":426,"eClass":"EGenericType"},{"id":427,"eClass":"EGenericType"},{"id":428,"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":"parentFunction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":429,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"preConditions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":430,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"lowerBound":0,"iD":false,"id":431,"derived":false},{"id":432,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PreCondition","instanceClass":null,"abstract":false,"id":433,"interface":false,"eClass":"EClass"},{"id":434,"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":"parentCase","changeable":true,"resolveProxies":true,"lowerBound":0,"id":435,"derived":false},{"id":436,"eClass":"EGenericType"},{"id":437,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rule","changeable":true,"resolveProxies":true,"lowerBound":1,"id":438,"derived":false},{"id":439,"eClass":"EGenericType"},{"id":440,"eClass":"EGenericType"},{"id":441,"eClass":"EGenericType"},{"instanceTypeName":null,"instanceClassName":null,"name":"Priority","instanceClass":null,"id":442,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RuleCondition","instanceClass":null,"abstract":false,"id":443,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":false,"id":444,"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":"priority","changeable":true,"lowerBound":0,"iD":false,"id":445,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"conditions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":446,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parentNamespace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":447,"derived":false},{"id":448,"eClass":"EGenericType"},{"id":449,"eClass":"EGenericType"},{"id":450,"eClass":"EGenericType"},{"id":451,"eClass":"EGenericType"},{"id":452,"eClass":"EGenericType"},{"id":453,"eClass":"EGenericType"},{"name":"Verification","id":454,"value":0,"literal":"Verification","eClass":"EEnumLiteral"},{"name":"UpdateInternal","id":455,"value":0,"literal":"UpdateInternal","eClass":"EEnumLiteral"},{"name":"Processing","id":456,"value":0,"literal":"Processing","eClass":"EEnumLiteral"},{"name":"UpdateOut","id":457,"value":0,"literal":"UpdateOut","eClass":"EEnumLiteral"},{"name":"CleanUp","id":458,"value":0,"literal":"CleanUp","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":"actions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":459,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subRules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":460,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"preconditions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":461,"derived":false},{"id":462,"eClass":"EGenericType"},{"id":463,"eClass":"EGenericType"},{"id":464,"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":"parentRuleCondition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":465,"derived":false},{"id":466,"eClass":"EGenericType"},{"id":467,"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":"parentRuleCondition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":468,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"lowerBound":0,"iD":false,"id":469,"derived":false},{"id":470,"eClass":"EGenericType"},{"id":471,"eClass":"EGenericType"},{"id":472,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"lowerBound":0,"iD":false,"id":473,"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":"parentSubStep","changeable":true,"resolveProxies":true,"lowerBound":0,"id":474,"derived":false},{"id":475,"eClass":"EGenericType"},{"id":476,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubStep","instanceClass":null,"abstract":false,"id":477,"interface":false,"eClass":"EClass"},{"id":478,"eClass":"EGenericType"},{"container":false,"ordered":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":479,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubSequence","instanceClass":null,"abstract":false,"id":480,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SingleTestCase","instanceClass":null,"abstract":false,"id":481,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Step","instanceClass":null,"abstract":false,"id":482,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"StepIO","instanceClass":null,"id":483,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"StepInterface","instanceClass":null,"id":484,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"StepLevel","instanceClass":null,"id":485,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"StepMode","instanceClass":null,"id":486,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expectation","instanceClass":null,"abstract":false,"id":487,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestMessage","instanceClass":null,"abstract":false,"id":488,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestPacket","instanceClass":null,"abstract":false,"id":489,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestField","instanceClass":null,"abstract":false,"id":490,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"TestMessageType","instanceClass":null,"id":491,"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":"subSequences","changeable":true,"resolveProxies":true,"lowerBound":0,"id":492,"derived":false},{"id":493,"eClass":"EGenericType"},{"id":494,"eClass":"EGenericType"},{"id":495,"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":"parentFrame","changeable":true,"resolveProxies":true,"lowerBound":0,"id":496,"derived":false},{"id":497,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dLRBG","changeable":true,"lowerBound":0,"iD":false,"id":498,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"level","changeable":true,"lowerBound":0,"iD":false,"id":499,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mode","changeable":true,"lowerBound":0,"iD":false,"id":500,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nidLRBG","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":"qDirLRBG","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":"qDirTrain","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":"qDLRBG","changeable":true,"lowerBound":0,"iD":false,"id":504,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rbcId","changeable":true,"lowerBound":0,"iD":false,"id":505,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rbcPhone","changeable":true,"lowerBound":0,"iD":false,"id":506,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"testCases","changeable":true,"resolveProxies":true,"lowerBound":0,"id":507,"derived":false},{"id":508,"eClass":"EGenericType"},{"id":509,"eClass":"EGenericType"},{"id":510,"eClass":"EGenericType"},{"id":511,"eClass":"EGenericType"},{"id":512,"eClass":"EGenericType"},{"id":513,"eClass":"EGenericType"},{"id":514,"eClass":"EGenericType"},{"id":515,"eClass":"EGenericType"},{"id":516,"eClass":"EGenericType"},{"id":517,"eClass":"EGenericType"},{"id":518,"eClass":"EGenericType"},{"id":519,"eClass":"EGenericType"},{"id":520,"eClass":"EGenericType"},{"container":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":"parentSubSequence","changeable":true,"resolveProxies":true,"lowerBound":0,"id":521,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"feature","changeable":true,"lowerBound":0,"iD":false,"id":522,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"case","changeable":true,"lowerBound":0,"iD":false,"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":"steps","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"},{"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":"parentTestCase","changeable":true,"resolveProxies":true,"lowerBound":0,"id":530,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tcsOrder","changeable":true,"lowerBound":0,"iD":false,"id":531,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"distance","changeable":true,"lowerBound":0,"iD":false,"id":532,"derived":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":533,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"userComment","changeable":true,"lowerBound":0,"iD":false,"id":534,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"io","changeable":true,"lowerBound":0,"iD":false,"id":535,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"interface","changeable":true,"lowerBound":0,"iD":false,"id":536,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"levelIn","changeable":true,"lowerBound":0,"iD":false,"id":537,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"levelOut","changeable":true,"lowerBound":0,"iD":false,"id":538,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"modeIn","changeable":true,"lowerBound":0,"iD":false,"id":539,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"modeOut","changeable":true,"lowerBound":0,"iD":false,"id":540,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"translationRequired","changeable":true,"lowerBound":0,"iD":false,"id":541,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"translated","changeable":true,"lowerBound":0,"iD":false,"id":542,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subSteps","changeable":true,"resolveProxies":true,"lowerBound":0,"id":543,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"messages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":544,"derived":false},{"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"},{"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":"parentStep","changeable":true,"resolveProxies":true,"lowerBound":0,"id":561,"derived":false},{"id":562,"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":"parentStep","changeable":true,"resolveProxies":true,"lowerBound":0,"id":563,"derived":false},{"name":"NA","id":564,"value":0,"literal":"NA","eClass":"EEnumLiteral"},{"name":"In","id":565,"value":0,"literal":"In","eClass":"EEnumLiteral"},{"name":"Out","id":566,"value":0,"literal":"Out","eClass":"EEnumLiteral"},{"name":"NA","id":567,"value":0,"literal":"NA","eClass":"EEnumLiteral"},{"name":"DMI","id":568,"value":0,"literal":"DMI","eClass":"EEnumLiteral"},{"name":"RTM","id":569,"value":0,"literal":"RTM","eClass":"EEnumLiteral"},{"name":"JRU","id":570,"value":0,"literal":"JRU","eClass":"EEnumLiteral"},{"name":"TIU","id":571,"value":0,"literal":"TIU","eClass":"EEnumLiteral"},{"name":"NA","id":572,"value":0,"literal":"NA","eClass":"EEnumLiteral"},{"name":"L0","id":573,"value":0,"literal":"L0","eClass":"EEnumLiteral"},{"name":"L1","id":574,"value":0,"literal":"L1","eClass":"EEnumLiteral"},{"name":"LSTM","id":575,"value":0,"literal":"LSTM","eClass":"EEnumLiteral"},{"name":"L2","id":576,"value":0,"literal":"L2","eClass":"EEnumLiteral"},{"name":"L3","id":577,"value":0,"literal":"L3","eClass":"EEnumLiteral"},{"name":"NA","id":578,"value":0,"literal":"NA","eClass":"EEnumLiteral"},{"name":"IS","id":579,"value":0,"literal":"IS","eClass":"EEnumLiteral"},{"name":"NP","id":580,"value":0,"literal":"NP","eClass":"EEnumLiteral"},{"name":"SF","id":581,"value":0,"literal":"SF","eClass":"EEnumLiteral"},{"name":"SL","id":582,"value":0,"literal":"SL","eClass":"EEnumLiteral"},{"name":"SB","id":583,"value":0,"literal":"SB","eClass":"EEnumLiteral"},{"name":"SH","id":584,"value":0,"literal":"SH","eClass":"EEnumLiteral"},{"name":"FS","id":585,"value":0,"literal":"FS","eClass":"EEnumLiteral"},{"name":"UF","id":586,"value":0,"literal":"UF","eClass":"EEnumLiteral"},{"name":"SR","id":587,"value":0,"literal":"SR","eClass":"EEnumLiteral"},{"name":"OS","id":588,"value":0,"literal":"OS","eClass":"EEnumLiteral"},{"name":"TR","id":589,"value":0,"literal":"TR","eClass":"EEnumLiteral"},{"name":"PT","id":590,"value":0,"literal":"PT","eClass":"EEnumLiteral"},{"name":"NL","id":591,"value":0,"literal":"NL","eClass":"EEnumLiteral"},{"name":"SN","id":592,"value":0,"literal":"SN","eClass":"EEnumLiteral"},{"name":"RE","id":593,"value":0,"literal":"RE","eClass":"EEnumLiteral"},{"name":"LS","id":594,"value":0,"literal":"LS","eClass":"EEnumLiteral"},{"name":"PSH","id":595,"value":0,"literal":"PSH","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":"expectations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":596,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"skipEngine","changeable":true,"lowerBound":0,"iD":false,"id":597,"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":"parentTranslation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":598,"derived":false},{"id":599,"eClass":"EGenericType"},{"id":600,"eClass":"EGenericType"},{"id":601,"eClass":"EGenericType"},{"id":602,"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":"parentSubStep","changeable":true,"resolveProxies":true,"lowerBound":0,"id":603,"derived":false},{"id":604,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Translation","instanceClass":null,"abstract":false,"id":605,"interface":false,"eClass":"EClass"},{"id":606,"eClass":"EGenericType"},{"container":false,"ordered":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":607,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"lowerBound":0,"iD":false,"id":608,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"blocking","changeable":true,"lowerBound":0,"iD":false,"id":609,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"deadline","changeable":true,"lowerBound":0,"iD":false,"id":610,"derived":false},{"id":611,"eClass":"EGenericType"},{"id":612,"eClass":"EGenericType"},{"id":613,"eClass":"EGenericType"},{"id":614,"eClass":"EGenericType"},{"id":615,"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":"order","changeable":true,"lowerBound":0,"iD":false,"id":616,"derived":false},{"container":false,"ordered":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":617,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"packets","changeable":true,"resolveProxies":true,"lowerBound":0,"id":618,"derived":false},{"id":619,"eClass":"EGenericType"},{"id":620,"eClass":"EGenericType"},{"id":621,"eClass":"EGenericType"},{"id":622,"eClass":"EGenericType"},{"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":"parentMessage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":623,"derived":false},{"id":624,"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":"parentMessage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":625,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fields","changeable":true,"resolveProxies":true,"lowerBound":0,"id":626,"derived":false},{"id":627,"eClass":"EGenericType"},{"id":628,"eClass":"EGenericType"},{"id":629,"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":"parentPacket","changeable":true,"resolveProxies":true,"lowerBound":0,"id":630,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"lowerBound":0,"iD":false,"id":631,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":632,"derived":false},{"id":633,"eClass":"EGenericType"},{"id":634,"eClass":"EGenericType"},{"id":635,"eClass":"EGenericType"},{"id":636,"eClass":"EGenericType"},{"id":637,"eClass":"EGenericType"},{"name":"eurobalise","id":638,"value":0,"literal":"eurobalise","eClass":"EEnumLiteral"},{"name":"euroradio","id":639,"value":0,"literal":"euroradio","eClass":"EEnumLiteral"},{"name":"euroloop","id":640,"value":0,"literal":"euroloop","eClass":"EEnumLiteral"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SourceText","instanceClass":null,"abstract":false,"id":641,"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":"subFolders","changeable":true,"resolveProxies":true,"lowerBound":0,"id":642,"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":"parentFolder","changeable":true,"resolveProxies":true,"lowerBound":0,"id":643,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"translations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":644,"derived":false},{"id":645,"eClass":"EGenericType"},{"id":646,"eClass":"EGenericType"},{"id":647,"eClass":"EGenericType"},{"id":648,"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":"parentFolder","changeable":true,"resolveProxies":true,"lowerBound":0,"id":649,"derived":false},{"id":650,"eClass":"EGenericType"},{"container":false,"ordered":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":651,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"implemented","changeable":true,"lowerBound":0,"iD":false,"id":652,"derived":false},{"id":653,"eClass":"EGenericType"},{"id":654,"eClass":"EGenericType"},{"id":655,"eClass":"EGenericType"},{"id":656,"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":"parentTranslation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":657,"derived":false},{"id":658,"eClass":"EGenericType"},{"id":659,"eClass":"EGenericType"},{"id":660,"eClass":"EGenericType"},{"id":661,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Shortcut","instanceClass":null,"abstract":false,"id":662,"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":"subFolders","changeable":true,"resolveProxies":true,"lowerBound":0,"id":663,"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":"parentFolder","changeable":true,"resolveProxies":true,"lowerBound":0,"id":664,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"shortcuts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":665,"derived":false},{"id":666,"eClass":"EGenericType"},{"id":667,"eClass":"EGenericType"},{"id":668,"eClass":"EGenericType"},{"id":669,"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":"parentFolder","changeable":true,"resolveProxies":true,"lowerBound":0,"id":670,"derived":false},{"id":671,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ref","changeable":true,"resolveProxies":true,"lowerBound":1,"id":672,"derived":false},{"id":673,"eClass":"EGenericType"},{"id":674,"eClass":"EGenericType"},{"id":675,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":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":2},{"source":1,"target":3},{"source":1,"target":26},{"source":1,"target":27},{"source":1,"target":28},{"source":1,"target":29},{"source":1,"target":30},{"source":1,"target":31},{"source":1,"target":32},{"source":1,"target":33},{"source":26,"target":34},{"source":26,"target":35},{"source":26,"target":1},{"source":26,"target":36},{"source":35,"target":34},{"source":27,"target":6},{"source":27,"target":37},{"source":27,"target":1},{"source":27,"target":38},{"source":37,"target":6},{"source":28,"target":39},{"source":28,"target":40},{"source":28,"target":1},{"source":28,"target":41},{"source":40,"target":39},{"source":29,"target":42},{"source":29,"target":43},{"source":29,"target":1},{"source":29,"target":44},{"source":43,"target":42},{"source":30,"target":45},{"source":30,"target":46},{"source":30,"target":1},{"source":30,"target":47},{"source":46,"target":45},{"source":31,"target":48},{"source":31,"target":49},{"source":31,"target":1},{"source":31,"target":50},{"source":49,"target":48},{"source":32,"target":2},{"source":33,"target":3},{"source":2,"target":0},{"source":2,"target":51},{"source":51,"target":52},{"source":51,"target":2},{"source":3,"target":0},{"source":3,"target":53},{"source":53,"target":54},{"source":53,"target":3},{"source":4,"target":0},{"source":4,"target":55},{"source":55,"target":5},{"source":55,"target":56},{"source":55,"target":4},{"source":56,"target":5},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":57},{"source":57,"target":2},{"source":6,"target":0},{"source":6,"target":2},{"source":6,"target":38},{"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":38,"target":1},{"source":38,"target":65},{"source":38,"target":6},{"source":38,"target":27},{"source":65,"target":1},{"source":58,"target":6},{"source":58,"target":66},{"source":58,"target":6},{"source":58,"target":59},{"source":66,"target":6},{"source":59,"target":6},{"source":59,"target":67},{"source":59,"target":6},{"source":59,"target":58},{"source":67,"target":6},{"source":60,"target":7},{"source":60,"target":68},{"source":60,"target":6},{"source":60,"target":69},{"source":68,"target":7},{"source":61,"target":70},{"source":61,"target":71},{"source":61,"target":6},{"source":61,"target":72},{"source":71,"target":70},{"source":62,"target":17},{"source":62,"target":73},{"source":62,"target":6},{"source":62,"target":74},{"source":73,"target":17},{"source":63,"target":75},{"source":63,"target":76},{"source":63,"target":6},{"source":76,"target":75},{"source":64,"target":2},{"source":7,"target":0},{"source":7,"target":2},{"source":7,"target":11},{"source":7,"target":77},{"source":7,"target":78},{"source":7,"target":79},{"source":7,"target":80},{"source":7,"target":69},{"source":7,"target":81},{"source":7,"target":82},{"source":77,"target":8},{"source":77,"target":83},{"source":77,"target":7},{"source":77,"target":84},{"source":83,"target":8},{"source":78,"target":12},{"source":78,"target":85},{"source":78,"target":7},{"source":78,"target":86},{"source":85,"target":12},{"source":79,"target":75},{"source":79,"target":87},{"source":79,"target":7},{"source":87,"target":75},{"source":80,"target":88},{"source":80,"target":89},{"source":80,"target":7},{"source":80,"target":90},{"source":89,"target":88},{"source":69,"target":6},{"source":69,"target":91},{"source":69,"target":7},{"source":69,"target":60},{"source":91,"target":6},{"source":81,"target":2},{"source":82,"target":11},{"source":8,"target":0},{"source":8,"target":2},{"source":8,"target":84},{"source":8,"target":92},{"source":8,"target":93},{"source":8,"target":94},{"source":84,"target":7},{"source":84,"target":95},{"source":84,"target":8},{"source":84,"target":77},{"source":95,"target":7},{"source":92,"target":96},{"source":92,"target":8},{"source":93,"target":97},{"source":93,"target":98},{"source":93,"target":8},{"source":93,"target":99},{"source":98,"target":97},{"source":94,"target":2},{"source":9,"target":0},{"source":9,"target":2},{"source":9,"target":3},{"source":9,"target":100},{"source":9,"target":101},{"source":9,"target":102},{"source":100,"target":10},{"source":100,"target":103},{"source":100,"target":9},{"source":103,"target":10},{"source":101,"target":2},{"source":102,"target":3},{"source":10,"target":0},{"source":10,"target":3},{"source":10,"target":104},{"source":10,"target":105},{"source":104,"target":106},{"source":104,"target":107},{"source":104,"target":10},{"source":107,"target":106},{"source":105,"target":3},{"source":11,"target":0},{"source":11,"target":9},{"source":11,"target":108},{"source":11,"target":109},{"source":11,"target":110},{"source":11,"target":111},{"source":108,"target":112},{"source":108,"target":11},{"source":109,"target":113},{"source":109,"target":11},{"source":110,"target":114},{"source":110,"target":11},{"source":111,"target":9},{"source":12,"target":0},{"source":12,"target":70},{"source":12,"target":115},{"source":12,"target":116},{"source":12,"target":117},{"source":12,"target":118},{"source":12,"target":86},{"source":12,"target":119},{"source":115,"target":120},{"source":115,"target":12},{"source":116,"target":13},{"source":116,"target":121},{"source":116,"target":12},{"source":116,"target":122},{"source":121,"target":13},{"source":117,"target":75},{"source":117,"target":123},{"source":117,"target":12},{"source":117,"target":124},{"source":123,"target":75},{"source":118,"target":13},{"source":118,"target":125},{"source":118,"target":12},{"source":118,"target":126},{"source":125,"target":13},{"source":86,"target":7},{"source":86,"target":127},{"source":86,"target":12},{"source":86,"target":78},{"source":127,"target":7},{"source":119,"target":70},{"source":13,"target":0},{"source":13,"target":11},{"source":13,"target":122},{"source":13,"target":126},{"source":13,"target":128},{"source":13,"target":129},{"source":13,"target":130},{"source":13,"target":131},{"source":13,"target":132},{"source":122,"target":12},{"source":122,"target":133},{"source":122,"target":13},{"source":122,"target":116},{"source":133,"target":12},{"source":126,"target":12},{"source":126,"target":134},{"source":126,"target":13},{"source":126,"target":118},{"source":134,"target":12},{"source":128,"target":135},{"source":128,"target":13},{"source":129,"target":136},{"source":129,"target":13},{"source":130,"target":137},{"source":130,"target":13},{"source":131,"target":138},{"source":131,"target":13},{"source":132,"target":11},{"source":14,"target":0},{"source":14,"target":139},{"source":139,"target":140},{"source":139,"target":14},{"source":15,"target":0},{"source":15,"target":141},{"source":141,"target":16},{"source":141,"target":142},{"source":141,"target":15},{"source":142,"target":16},{"source":16,"target":0},{"source":16,"target":143},{"source":16,"target":144},{"source":16,"target":145},{"source":16,"target":146},{"source":16,"target":147},{"source":143,"target":16},{"source":144,"target":16},{"source":145,"target":16},{"source":146,"target":16},{"source":147,"target":16},{"source":17,"target":0},{"source":17,"target":2},{"source":17,"target":11},{"source":17,"target":148},{"source":17,"target":14},{"source":17,"target":15},{"source":17,"target":74},{"source":17,"target":149},{"source":17,"target":150},{"source":17,"target":151},{"source":17,"target":152},{"source":17,"target":153},{"source":17,"target":154},{"source":17,"target":155},{"source":74,"target":6},{"source":74,"target":156},{"source":74,"target":17},{"source":74,"target":62},{"source":156,"target":6},{"source":149,"target":17},{"source":149,"target":157},{"source":149,"target":17},{"source":157,"target":17},{"source":150,"target":17},{"source":150,"target":158},{"source":150,"target":17},{"source":158,"target":17},{"source":151,"target":2},{"source":152,"target":11},{"source":153,"target":148},{"source":154,"target":14},{"source":155,"target":15},{"source":18,"target":0},{"source":18,"target":159},{"source":159,"target":160},{"source":159,"target":161},{"source":159,"target":18},{"source":161,"target":160},{"source":19,"target":34},{"source":19,"target":162},{"source":19,"target":160},{"source":19,"target":163},{"source":19,"target":164},{"source":19,"target":165},{"source":19,"target":106},{"source":19,"target":166},{"source":19,"target":167},{"source":19,"target":0},{"source":34,"target":19},{"source":34,"target":2},{"source":34,"target":162},{"source":34,"target":168},{"source":34,"target":36},{"source":34,"target":169},{"source":34,"target":170},{"source":168,"target":106},{"source":168,"target":171},{"source":168,"target":34},{"source":168,"target":172},{"source":171,"target":106},{"source":36,"target":1},{"source":36,"target":173},{"source":36,"target":34},{"source":36,"target":26},{"source":173,"target":1},{"source":169,"target":2},{"source":170,"target":162},{"source":162,"target":19},{"source":162,"target":174},{"source":174,"target":5},{"source":174,"target":175},{"source":174,"target":162},{"source":175,"target":5},{"source":160,"target":19},{"source":160,"target":2},{"source":160,"target":176},{"source":176,"target":2},{"source":163,"target":19},{"source":163,"target":3},{"source":163,"target":177},{"source":163,"target":178},{"source":163,"target":179},{"source":163,"target":180},{"source":163,"target":181},{"source":177,"target":182},{"source":177,"target":163},{"source":178,"target":164},{"source":178,"target":183},{"source":178,"target":163},{"source":183,"target":164},{"source":179,"target":184},{"source":179,"target":163},{"source":180,"target":185},{"source":180,"target":163},{"source":181,"target":3},{"source":164,"target":19},{"source":164,"target":186},{"source":164,"target":187},{"source":164,"target":188},{"source":164,"target":189},{"source":186,"target":164},{"source":187,"target":164},{"source":188,"target":164},{"source":189,"target":164},{"source":165,"target":19},{"source":165,"target":190},{"source":165,"target":191},{"source":165,"target":192},{"source":190,"target":193},{"source":190,"target":165},{"source":191,"target":194},{"source":191,"target":165},{"source":192,"target":195},{"source":192,"target":165},{"source":106,"target":19},{"source":106,"target":9},{"source":106,"target":162},{"source":106,"target":196},{"source":106,"target":197},{"source":106,"target":198},{"source":106,"target":199},{"source":106,"target":200},{"source":106,"target":201},{"source":106,"target":172},{"source":106,"target":202},{"source":106,"target":203},{"source":106,"target":204},{"source":106,"target":205},{"source":106,"target":206},{"source":106,"target":207},{"source":106,"target":208},{"source":196,"target":166},{"source":196,"target":209},{"source":196,"target":106},{"source":209,"target":166},{"source":197,"target":165},{"source":197,"target":210},{"source":197,"target":106},{"source":210,"target":165},{"source":198,"target":163},{"source":198,"target":211},{"source":198,"target":106},{"source":211,"target":163},{"source":199,"target":212},{"source":199,"target":106},{"source":200,"target":213},{"source":200,"target":106},{"source":201,"target":160},{"source":201,"target":214},{"source":201,"target":106},{"source":214,"target":160},{"source":172,"target":34},{"source":172,"target":215},{"source":172,"target":106},{"source":172,"target":168},{"source":215,"target":34},{"source":202,"target":106},{"source":202,"target":216},{"source":202,"target":106},{"source":202,"target":203},{"source":216,"target":106},{"source":203,"target":106},{"source":203,"target":217},{"source":203,"target":106},{"source":203,"target":202},{"source":217,"target":106},{"source":204,"target":218},{"source":204,"target":219},{"source":204,"target":106},{"source":219,"target":218},{"source":205,"target":220},{"source":205,"target":221},{"source":205,"target":106},{"source":221,"target":220},{"source":206,"target":5},{"source":206,"target":222},{"source":206,"target":106},{"source":222,"target":5},{"source":207,"target":9},{"source":208,"target":162},{"source":166,"target":19},{"source":166,"target":223},{"source":166,"target":224},{"source":166,"target":225},{"source":166,"target":226},{"source":166,"target":227},{"source":166,"target":228},{"source":166,"target":229},{"source":223,"target":166},{"source":224,"target":166},{"source":225,"target":166},{"source":226,"target":166},{"source":227,"target":166},{"source":228,"target":166},{"source":229,"target":166},{"source":167,"target":218},{"source":167,"target":230},{"source":167,"target":231},{"source":167,"target":232},{"source":167,"target":233},{"source":167,"target":234},{"source":167,"target":235},{"source":167,"target":236},{"source":167,"target":237},{"source":167,"target":238},{"source":167,"target":239},{"source":167,"target":240},{"source":167,"target":241},{"source":167,"target":242},{"source":167,"target":243},{"source":167,"target":244},{"source":167,"target":220},{"source":167,"target":245},{"source":167,"target":246},{"source":167,"target":19},{"source":218,"target":167},{"source":218,"target":162},{"source":218,"target":247},{"source":218,"target":248},{"source":218,"target":249},{"source":218,"target":250},{"source":218,"target":251},{"source":218,"target":252},{"source":218,"target":253},{"source":218,"target":254},{"source":218,"target":255},{"source":218,"target":256},{"source":218,"target":257},{"source":218,"target":258},{"source":247,"target":259},{"source":247,"target":218},{"source":248,"target":260},{"source":248,"target":218},{"source":249,"target":261},{"source":249,"target":218},{"source":250,"target":262},{"source":250,"target":218},{"source":251,"target":263},{"source":251,"target":218},{"source":252,"target":264},{"source":252,"target":218},{"source":253,"target":265},{"source":253,"target":218},{"source":254,"target":230},{"source":254,"target":266},{"source":254,"target":218},{"source":266,"target":230},{"source":255,"target":231},{"source":255,"target":267},{"source":255,"target":218},{"source":267,"target":231},{"source":256,"target":106},{"source":256,"target":268},{"source":256,"target":218},{"source":268,"target":106},{"source":257,"target":5},{"source":257,"target":269},{"source":257,"target":218},{"source":269,"target":5},{"source":258,"target":162},{"source":230,"target":167},{"source":230,"target":270},{"source":230,"target":271},{"source":230,"target":272},{"source":230,"target":273},{"source":230,"target":274},{"source":230,"target":275},{"source":230,"target":276},{"source":230,"target":277},{"source":230,"target":278},{"source":230,"target":279},{"source":230,"target":280},{"source":270,"target":230},{"source":271,"target":230},{"source":272,"target":230},{"source":273,"target":230},{"source":274,"target":230},{"source":275,"target":230},{"source":276,"target":230},{"source":277,"target":230},{"source":278,"target":230},{"source":279,"target":230},{"source":280,"target":230},{"source":231,"target":167},{"source":232,"target":167},{"source":232,"target":231},{"source":232,"target":281},{"source":232,"target":282},{"source":281,"target":283},{"source":281,"target":232},{"source":282,"target":231},{"source":233,"target":167},{"source":233,"target":231},{"source":233,"target":284},{"source":233,"target":285},{"source":233,"target":286},{"source":284,"target":234},{"source":284,"target":287},{"source":284,"target":233},{"source":287,"target":234},{"source":285,"target":237},{"source":285,"target":288},{"source":285,"target":233},{"source":288,"target":237},{"source":286,"target":231},{"source":234,"target":167},{"source":234,"target":289},{"source":234,"target":290},{"source":289,"target":235},{"source":289,"target":291},{"source":289,"target":234},{"source":291,"target":235},{"source":290,"target":236},{"source":290,"target":292},{"source":290,"target":234},{"source":292,"target":236},{"source":235,"target":167},{"source":235,"target":293},{"source":235,"target":294},{"source":235,"target":295},{"source":235,"target":296},{"source":235,"target":297},{"source":235,"target":298},{"source":235,"target":299},{"source":235,"target":300},{"source":235,"target":301},{"source":235,"target":302},{"source":235,"target":303},{"source":235,"target":304},{"source":293,"target":235},{"source":294,"target":235},{"source":295,"target":235},{"source":296,"target":235},{"source":297,"target":235},{"source":298,"target":235},{"source":299,"target":235},{"source":300,"target":235},{"source":301,"target":235},{"source":302,"target":235},{"source":303,"target":235},{"source":304,"target":235},{"source":236,"target":167},{"source":236,"target":305},{"source":236,"target":306},{"source":236,"target":307},{"source":236,"target":308},{"source":236,"target":309},{"source":236,"target":310},{"source":236,"target":311},{"source":236,"target":312},{"source":236,"target":313},{"source":236,"target":314},{"source":236,"target":315},{"source":305,"target":236},{"source":306,"target":236},{"source":307,"target":236},{"source":308,"target":236},{"source":309,"target":236},{"source":310,"target":236},{"source":311,"target":236},{"source":312,"target":236},{"source":313,"target":236},{"source":314,"target":236},{"source":315,"target":236},{"source":237,"target":167},{"source":237,"target":316},{"source":237,"target":317},{"source":237,"target":318},{"source":237,"target":319},{"source":316,"target":239},{"source":316,"target":320},{"source":316,"target":237},{"source":320,"target":239},{"source":317,"target":240},{"source":317,"target":321},{"source":317,"target":237},{"source":321,"target":240},{"source":318,"target":243},{"source":318,"target":322},{"source":318,"target":237},{"source":322,"target":243},{"source":319,"target":238},{"source":319,"target":323},{"source":319,"target":237},{"source":323,"target":238},{"source":238,"target":167},{"source":238,"target":324},{"source":238,"target":325},{"source":324,"target":326},{"source":324,"target":238},{"source":325,"target":327},{"source":325,"target":238},{"source":239,"target":167},{"source":239,"target":328},{"source":328,"target":329},{"source":328,"target":239},{"source":240,"target":167},{"source":241,"target":167},{"source":241,"target":240},{"source":241,"target":330},{"source":241,"target":331},{"source":330,"target":332},{"source":330,"target":241},{"source":331,"target":240},{"source":242,"target":167},{"source":242,"target":240},{"source":242,"target":333},{"source":242,"target":334},{"source":242,"target":335},{"source":333,"target":336},{"source":333,"target":242},{"source":334,"target":337},{"source":334,"target":242},{"source":335,"target":240},{"source":243,"target":167},{"source":243,"target":162},{"source":243,"target":338},{"source":243,"target":339},{"source":243,"target":340},{"source":338,"target":244},{"source":338,"target":341},{"source":338,"target":243},{"source":341,"target":244},{"source":339,"target":342},{"source":339,"target":243},{"source":340,"target":162},{"source":244,"target":167},{"source":244,"target":343},{"source":244,"target":344},{"source":244,"target":345},{"source":244,"target":346},{"source":343,"target":244},{"source":344,"target":244},{"source":345,"target":244},{"source":346,"target":244},{"source":220,"target":167},{"source":220,"target":162},{"source":220,"target":347},{"source":220,"target":348},{"source":220,"target":349},{"source":220,"target":350},{"source":347,"target":351},{"source":347,"target":220},{"source":348,"target":246},{"source":348,"target":352},{"source":348,"target":220},{"source":352,"target":246},{"source":349,"target":245},{"source":349,"target":353},{"source":349,"target":220},{"source":353,"target":245},{"source":350,"target":162},{"source":245,"target":167},{"source":245,"target":354},{"source":245,"target":355},{"source":245,"target":356},{"source":245,"target":357},{"source":354,"target":358},{"source":354,"target":245},{"source":355,"target":359},{"source":355,"target":245},{"source":356,"target":360},{"source":356,"target":245},{"source":357,"target":361},{"source":357,"target":245},{"source":246,"target":167},{"source":246,"target":162},{"source":246,"target":362},{"source":246,"target":363},{"source":246,"target":364},{"source":246,"target":365},{"source":246,"target":366},{"source":246,"target":367},{"source":362,"target":368},{"source":362,"target":246},{"source":363,"target":369},{"source":363,"target":246},{"source":364,"target":370},{"source":364,"target":246},{"source":365,"target":246},{"source":365,"target":371},{"source":365,"target":246},{"source":365,"target":366},{"source":371,"target":246},{"source":366,"target":246},{"source":366,"target":372},{"source":366,"target":246},{"source":366,"target":365},{"source":372,"target":246},{"source":367,"target":162},{"source":20,"target":70},{"source":20,"target":148},{"source":20,"target":373},{"source":20,"target":374},{"source":20,"target":375},{"source":20,"target":376},{"source":20,"target":88},{"source":20,"target":377},{"source":20,"target":378},{"source":20,"target":97},{"source":20,"target":379},{"source":20,"target":0},{"source":70,"target":20},{"source":70,"target":11},{"source":70,"target":14},{"source":70,"target":72},{"source":70,"target":380},{"source":70,"target":381},{"source":72,"target":6},{"source":72,"target":382},{"source":72,"target":70},{"source":72,"target":61},{"source":382,"target":6},{"source":380,"target":11},{"source":381,"target":14},{"source":148,"target":20},{"source":148,"target":383},{"source":383,"target":384},{"source":383,"target":148},{"source":373,"target":20},{"source":373,"target":70},{"source":373,"target":385},{"source":373,"target":386},{"source":373,"target":387},{"source":373,"target":388},{"source":385,"target":374},{"source":385,"target":389},{"source":385,"target":373},{"source":385,"target":390},{"source":389,"target":374},{"source":386,"target":373},{"source":386,"target":391},{"source":386,"target":373},{"source":386,"target":387},{"source":391,"target":373},{"source":387,"target":373},{"source":387,"target":392},{"source":387,"target":373},{"source":387,"target":386},{"source":392,"target":373},{"source":388,"target":70},{"source":374,"target":20},{"source":374,"target":2},{"source":374,"target":393},{"source":374,"target":390},{"source":374,"target":394},{"source":374,"target":395},{"source":393,"target":396},{"source":393,"target":374},{"source":390,"target":373},{"source":390,"target":397},{"source":390,"target":374},{"source":390,"target":385},{"source":397,"target":373},{"source":394,"target":375},{"source":394,"target":398},{"source":394,"target":374},{"source":394,"target":399},{"source":398,"target":375},{"source":395,"target":2},{"source":375,"target":20},{"source":375,"target":70},{"source":375,"target":400},{"source":375,"target":401},{"source":375,"target":402},{"source":375,"target":399},{"source":375,"target":403},{"source":400,"target":404},{"source":400,"target":375},{"source":401,"target":405},{"source":401,"target":375},{"source":402,"target":376},{"source":402,"target":406},{"source":402,"target":375},{"source":406,"target":376},{"source":399,"target":374},{"source":399,"target":407},{"source":399,"target":375},{"source":399,"target":394},{"source":407,"target":374},{"source":403,"target":70},{"source":376,"target":20},{"source":376,"target":408},{"source":376,"target":409},{"source":408,"target":376},{"source":409,"target":376},{"source":88,"target":20},{"source":88,"target":70},{"source":88,"target":410},{"source":88,"target":90},{"source":88,"target":411},{"source":88,"target":412},{"source":410,"target":377},{"source":410,"target":413},{"source":410,"target":88},{"source":413,"target":377},{"source":90,"target":7},{"source":90,"target":414},{"source":90,"target":88},{"source":90,"target":80},{"source":414,"target":7},{"source":411,"target":75},{"source":411,"target":415},{"source":411,"target":88},{"source":415,"target":75},{"source":412,"target":70},{"source":377,"target":20},{"source":377,"target":11},{"source":377,"target":148},{"source":377,"target":14},{"source":377,"target":15},{"source":377,"target":416},{"source":377,"target":417},{"source":377,"target":418},{"source":377,"target":419},{"source":416,"target":11},{"source":417,"target":148},{"source":418,"target":14},{"source":419,"target":15},{"source":378,"target":20},{"source":378,"target":70},{"source":378,"target":148},{"source":378,"target":420},{"source":378,"target":421},{"source":378,"target":422},{"source":420,"target":423},{"source":420,"target":378},{"source":421,"target":70},{"source":422,"target":148},{"source":97,"target":20},{"source":97,"target":70},{"source":97,"target":148},{"source":97,"target":99},{"source":97,"target":424},{"source":97,"target":425},{"source":97,"target":426},{"source":99,"target":8},{"source":99,"target":427},{"source":99,"target":97},{"source":99,"target":93},{"source":427,"target":8},{"source":424,"target":379},{"source":424,"target":428},{"source":424,"target":97},{"source":424,"target":429},{"source":428,"target":379},{"source":425,"target":70},{"source":426,"target":148},{"source":379,"target":20},{"source":379,"target":2},{"source":379,"target":430},{"source":379,"target":431},{"source":379,"target":429},{"source":379,"target":432},{"source":430,"target":433},{"source":430,"target":434},{"source":430,"target":379},{"source":430,"target":435},{"source":434,"target":433},{"source":431,"target":436},{"source":431,"target":379},{"source":429,"target":97},{"source":429,"target":437},{"source":429,"target":379},{"source":429,"target":424},{"source":437,"target":97},{"source":432,"target":2},{"source":21,"target":42},{"source":21,"target":0},{"source":42,"target":21},{"source":42,"target":11},{"source":42,"target":438},{"source":42,"target":44},{"source":42,"target":439},{"source":438,"target":75},{"source":438,"target":440},{"source":438,"target":42},{"source":440,"target":75},{"source":44,"target":1},{"source":44,"target":441},{"source":44,"target":42},{"source":44,"target":29},{"source":441,"target":1},{"source":439,"target":11},{"source":22,"target":75},{"source":22,"target":442},{"source":22,"target":443},{"source":22,"target":433},{"source":22,"target":444},{"source":22,"target":0},{"source":75,"target":22},{"source":75,"target":2},{"source":75,"target":11},{"source":75,"target":445},{"source":75,"target":446},{"source":75,"target":124},{"source":75,"target":447},{"source":75,"target":448},{"source":75,"target":449},{"source":445,"target":442},{"source":445,"target":450},{"source":445,"target":75},{"source":450,"target":442},{"source":446,"target":443},{"source":446,"target":451},{"source":446,"target":75},{"source":451,"target":443},{"source":124,"target":12},{"source":124,"target":452},{"source":124,"target":75},{"source":124,"target":117},{"source":452,"target":12},{"source":447,"target":6},{"source":447,"target":453},{"source":447,"target":75},{"source":453,"target":6},{"source":448,"target":2},{"source":449,"target":11},{"source":442,"target":22},{"source":442,"target":454},{"source":442,"target":455},{"source":442,"target":456},{"source":442,"target":457},{"source":442,"target":458},{"source":454,"target":442},{"source":455,"target":442},{"source":456,"target":442},{"source":457,"target":442},{"source":458,"target":442},{"source":443,"target":22},{"source":443,"target":2},{"source":443,"target":11},{"source":443,"target":459},{"source":443,"target":460},{"source":443,"target":461},{"source":443,"target":462},{"source":443,"target":463},{"source":459,"target":444},{"source":459,"target":464},{"source":459,"target":443},{"source":459,"target":465},{"source":464,"target":444},{"source":460,"target":75},{"source":460,"target":466},{"source":460,"target":443},{"source":466,"target":75},{"source":461,"target":433},{"source":461,"target":467},{"source":461,"target":443},{"source":461,"target":468},{"source":467,"target":433},{"source":462,"target":2},{"source":463,"target":11},{"source":433,"target":22},{"source":433,"target":435},{"source":433,"target":469},{"source":433,"target":468},{"source":435,"target":379},{"source":435,"target":470},{"source":435,"target":433},{"source":435,"target":430},{"source":470,"target":379},{"source":469,"target":471},{"source":469,"target":433},{"source":468,"target":443},{"source":468,"target":472},{"source":468,"target":433},{"source":468,"target":461},{"source":472,"target":443},{"source":444,"target":22},{"source":444,"target":473},{"source":444,"target":465},{"source":444,"target":474},{"source":473,"target":475},{"source":473,"target":444},{"source":465,"target":443},{"source":465,"target":476},{"source":465,"target":444},{"source":465,"target":459},{"source":476,"target":443},{"source":474,"target":477},{"source":474,"target":478},{"source":474,"target":444},{"source":474,"target":479},{"source":478,"target":477},{"source":23,"target":39},{"source":23,"target":480},{"source":23,"target":481},{"source":23,"target":482},{"source":23,"target":483},{"source":23,"target":484},{"source":23,"target":485},{"source":23,"target":486},{"source":23,"target":477},{"source":23,"target":487},{"source":23,"target":488},{"source":23,"target":489},{"source":23,"target":490},{"source":23,"target":491},{"source":23,"target":0},{"source":39,"target":23},{"source":39,"target":2},{"source":39,"target":3},{"source":39,"target":492},{"source":39,"target":41},{"source":39,"target":493},{"source":39,"target":494},{"source":492,"target":480},{"source":492,"target":495},{"source":492,"target":39},{"source":492,"target":496},{"source":495,"target":480},{"source":41,"target":1},{"source":41,"target":497},{"source":41,"target":39},{"source":41,"target":28},{"source":497,"target":1},{"source":493,"target":2},{"source":494,"target":3},{"source":480,"target":23},{"source":480,"target":2},{"source":480,"target":3},{"source":480,"target":496},{"source":480,"target":498},{"source":480,"target":499},{"source":480,"target":500},{"source":480,"target":501},{"source":480,"target":502},{"source":480,"target":503},{"source":480,"target":504},{"source":480,"target":505},{"source":480,"target":506},{"source":480,"target":507},{"source":480,"target":508},{"source":480,"target":509},{"source":496,"target":39},{"source":496,"target":510},{"source":496,"target":480},{"source":496,"target":492},{"source":510,"target":39},{"source":498,"target":511},{"source":498,"target":480},{"source":499,"target":512},{"source":499,"target":480},{"source":500,"target":513},{"source":500,"target":480},{"source":501,"target":514},{"source":501,"target":480},{"source":502,"target":515},{"source":502,"target":480},{"source":503,"target":516},{"source":503,"target":480},{"source":504,"target":517},{"source":504,"target":480},{"source":505,"target":518},{"source":505,"target":480},{"source":506,"target":519},{"source":506,"target":480},{"source":507,"target":481},{"source":507,"target":520},{"source":507,"target":480},{"source":507,"target":521},{"source":520,"target":481},{"source":508,"target":2},{"source":509,"target":3},{"source":481,"target":23},{"source":481,"target":11},{"source":481,"target":521},{"source":481,"target":522},{"source":481,"target":523},{"source":481,"target":524},{"source":481,"target":525},{"source":521,"target":480},{"source":521,"target":526},{"source":521,"target":481},{"source":521,"target":507},{"source":526,"target":480},{"source":522,"target":527},{"source":522,"target":481},{"source":523,"target":528},{"source":523,"target":481},{"source":524,"target":482},{"source":524,"target":529},{"source":524,"target":481},{"source":524,"target":530},{"source":529,"target":482},{"source":525,"target":11},{"source":482,"target":23},{"source":482,"target":2},{"source":482,"target":3},{"source":482,"target":530},{"source":482,"target":531},{"source":482,"target":532},{"source":482,"target":533},{"source":482,"target":534},{"source":482,"target":535},{"source":482,"target":536},{"source":482,"target":537},{"source":482,"target":538},{"source":482,"target":539},{"source":482,"target":540},{"source":482,"target":541},{"source":482,"target":542},{"source":482,"target":543},{"source":482,"target":544},{"source":482,"target":545},{"source":482,"target":546},{"source":530,"target":481},{"source":530,"target":547},{"source":530,"target":482},{"source":530,"target":524},{"source":547,"target":481},{"source":531,"target":548},{"source":531,"target":482},{"source":532,"target":549},{"source":532,"target":482},{"source":533,"target":550},{"source":533,"target":482},{"source":534,"target":551},{"source":534,"target":482},{"source":535,"target":483},{"source":535,"target":552},{"source":535,"target":482},{"source":552,"target":483},{"source":536,"target":484},{"source":536,"target":553},{"source":536,"target":482},{"source":553,"target":484},{"source":537,"target":485},{"source":537,"target":554},{"source":537,"target":482},{"source":554,"target":485},{"source":538,"target":485},{"source":538,"target":555},{"source":538,"target":482},{"source":555,"target":485},{"source":539,"target":486},{"source":539,"target":556},{"source":539,"target":482},{"source":556,"target":486},{"source":540,"target":486},{"source":540,"target":557},{"source":540,"target":482},{"source":557,"target":486},{"source":541,"target":558},{"source":541,"target":482},{"source":542,"target":559},{"source":542,"target":482},{"source":543,"target":477},{"source":543,"target":560},{"source":543,"target":482},{"source":543,"target":561},{"source":560,"target":477},{"source":544,"target":488},{"source":544,"target":562},{"source":544,"target":482},{"source":544,"target":563},{"source":562,"target":488},{"source":545,"target":2},{"source":546,"target":3},{"source":483,"target":23},{"source":483,"target":564},{"source":483,"target":565},{"source":483,"target":566},{"source":564,"target":483},{"source":565,"target":483},{"source":566,"target":483},{"source":484,"target":23},{"source":484,"target":567},{"source":484,"target":568},{"source":484,"target":569},{"source":484,"target":570},{"source":484,"target":571},{"source":567,"target":484},{"source":568,"target":484},{"source":569,"target":484},{"source":570,"target":484},{"source":571,"target":484},{"source":485,"target":23},{"source":485,"target":572},{"source":485,"target":573},{"source":485,"target":574},{"source":485,"target":575},{"source":485,"target":576},{"source":485,"target":577},{"source":572,"target":485},{"source":573,"target":485},{"source":574,"target":485},{"source":575,"target":485},{"source":576,"target":485},{"source":577,"target":485},{"source":486,"target":23},{"source":486,"target":578},{"source":486,"target":579},{"source":486,"target":580},{"source":486,"target":581},{"source":486,"target":582},{"source":486,"target":583},{"source":486,"target":584},{"source":486,"target":585},{"source":486,"target":586},{"source":486,"target":587},{"source":486,"target":588},{"source":486,"target":589},{"source":486,"target":590},{"source":486,"target":591},{"source":486,"target":592},{"source":486,"target":593},{"source":486,"target":594},{"source":486,"target":595},{"source":578,"target":486},{"source":579,"target":486},{"source":580,"target":486},{"source":581,"target":486},{"source":582,"target":486},{"source":583,"target":486},{"source":584,"target":486},{"source":585,"target":486},{"source":586,"target":486},{"source":587,"target":486},{"source":588,"target":486},{"source":589,"target":486},{"source":590,"target":486},{"source":591,"target":486},{"source":592,"target":486},{"source":593,"target":486},{"source":594,"target":486},{"source":595,"target":486},{"source":477,"target":23},{"source":477,"target":2},{"source":477,"target":561},{"source":477,"target":479},{"source":477,"target":596},{"source":477,"target":597},{"source":477,"target":598},{"source":477,"target":599},{"source":561,"target":482},{"source":561,"target":600},{"source":561,"target":477},{"source":561,"target":543},{"source":600,"target":482},{"source":479,"target":444},{"source":479,"target":601},{"source":479,"target":477},{"source":479,"target":474},{"source":601,"target":444},{"source":596,"target":487},{"source":596,"target":602},{"source":596,"target":477},{"source":596,"target":603},{"source":602,"target":487},{"source":597,"target":604},{"source":597,"target":477},{"source":598,"target":605},{"source":598,"target":606},{"source":598,"target":477},{"source":598,"target":607},{"source":606,"target":605},{"source":599,"target":2},{"source":487,"target":23},{"source":487,"target":2},{"source":487,"target":603},{"source":487,"target":608},{"source":487,"target":609},{"source":487,"target":610},{"source":487,"target":611},{"source":603,"target":477},{"source":603,"target":612},{"source":603,"target":487},{"source":603,"target":596},{"source":612,"target":477},{"source":608,"target":613},{"source":608,"target":487},{"source":609,"target":614},{"source":609,"target":487},{"source":610,"target":615},{"source":610,"target":487},{"source":611,"target":2},{"source":488,"target":23},{"source":488,"target":2},{"source":488,"target":563},{"source":488,"target":616},{"source":488,"target":617},{"source":488,"target":618},{"source":488,"target":619},{"source":563,"target":482},{"source":563,"target":620},{"source":563,"target":488},{"source":563,"target":544},{"source":620,"target":482},{"source":616,"target":621},{"source":616,"target":488},{"source":617,"target":490},{"source":617,"target":622},{"source":617,"target":488},{"source":617,"target":623},{"source":622,"target":490},{"source":618,"target":489},{"source":618,"target":624},{"source":618,"target":488},{"source":618,"target":625},{"source":624,"target":489},{"source":619,"target":2},{"source":489,"target":23},{"source":489,"target":2},{"source":489,"target":625},{"source":489,"target":626},{"source":489,"target":627},{"source":625,"target":488},{"source":625,"target":628},{"source":625,"target":489},{"source":625,"target":618},{"source":628,"target":488},{"source":626,"target":490},{"source":626,"target":629},{"source":626,"target":489},{"source":626,"target":630},{"source":629,"target":490},{"source":627,"target":2},{"source":490,"target":23},{"source":490,"target":2},{"source":490,"target":623},{"source":490,"target":630},{"source":490,"target":631},{"source":490,"target":632},{"source":490,"target":633},{"source":623,"target":488},{"source":623,"target":634},{"source":623,"target":490},{"source":623,"target":617},{"source":634,"target":488},{"source":630,"target":489},{"source":630,"target":635},{"source":630,"target":490},{"source":630,"target":626},{"source":635,"target":489},{"source":631,"target":636},{"source":631,"target":490},{"source":632,"target":637},{"source":632,"target":490},{"source":633,"target":2},{"source":491,"target":23},{"source":491,"target":638},{"source":491,"target":639},{"source":491,"target":640},{"source":638,"target":491},{"source":639,"target":491},{"source":640,"target":491},{"source":24,"target":45},{"source":24,"target":605},{"source":24,"target":641},{"source":24,"target":0},{"source":45,"target":24},{"source":45,"target":2},{"source":45,"target":642},{"source":45,"target":643},{"source":45,"target":644},{"source":45,"target":47},{"source":45,"target":645},{"source":642,"target":45},{"source":642,"target":646},{"source":642,"target":45},{"source":642,"target":643},{"source":646,"target":45},{"source":643,"target":45},{"source":643,"target":647},{"source":643,"target":45},{"source":643,"target":642},{"source":647,"target":45},{"source":644,"target":605},{"source":644,"target":648},{"source":644,"target":45},{"source":644,"target":649},{"source":648,"target":605},{"source":47,"target":1},{"source":47,"target":650},{"source":47,"target":45},{"source":47,"target":30},{"source":650,"target":1},{"source":645,"target":2},{"source":605,"target":24},{"source":605,"target":2},{"source":605,"target":3},{"source":605,"target":649},{"source":605,"target":651},{"source":605,"target":607},{"source":605,"target":652},{"source":605,"target":653},{"source":605,"target":654},{"source":649,"target":45},{"source":649,"target":655},{"source":649,"target":605},{"source":649,"target":644},{"source":655,"target":45},{"source":651,"target":641},{"source":651,"target":656},{"source":651,"target":605},{"source":651,"target":657},{"source":656,"target":641},{"source":607,"target":477},{"source":607,"target":658},{"source":607,"target":605},{"source":607,"target":598},{"source":658,"target":477},{"source":652,"target":659},{"source":652,"target":605},{"source":653,"target":2},{"source":654,"target":3},{"source":641,"target":24},{"source":641,"target":2},{"source":641,"target":657},{"source":641,"target":660},{"source":657,"target":605},{"source":657,"target":661},{"source":657,"target":641},{"source":657,"target":651},{"source":661,"target":605},{"source":660,"target":2},{"source":25,"target":48},{"source":25,"target":662},{"source":25,"target":0},{"source":48,"target":25},{"source":48,"target":2},{"source":48,"target":663},{"source":48,"target":664},{"source":48,"target":665},{"source":48,"target":50},{"source":48,"target":666},{"source":663,"target":48},{"source":663,"target":667},{"source":663,"target":48},{"source":663,"target":664},{"source":667,"target":48},{"source":664,"target":48},{"source":664,"target":668},{"source":664,"target":48},{"source":664,"target":663},{"source":668,"target":48},{"source":665,"target":662},{"source":665,"target":669},{"source":665,"target":48},{"source":665,"target":670},{"source":669,"target":662},{"source":50,"target":1},{"source":50,"target":671},{"source":50,"target":48},{"source":50,"target":31},{"source":671,"target":1},{"source":666,"target":2},{"source":662,"target":25},{"source":662,"target":2},{"source":662,"target":670},{"source":662,"target":672},{"source":662,"target":673},{"source":670,"target":48},{"source":670,"target":674},{"source":670,"target":662},{"source":670,"target":665},{"source":674,"target":48},{"source":672,"target":2},{"source":672,"target":675},{"source":672,"target":662},{"source":675,"target":2},{"source":673,"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="telehash"
nsURI="http://telehash.org/ecore/2010" nsPrefix="telehash">
<eClassifiers xsi:type="ecore:EClass" name="Telex" eSuperTypes="../../../../org.eclipse.emf.json/src/main/resources/json.ecore#//JsObject">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="to" eType="#//Endpoint">
<eAnnotations source="JsonMetadata">
<details key="keyType" value="header"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="end" eType="#//Hash" unsettable="true">
<eAnnotations source="JsonMetadata">
<details key="keyType" value="signal"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="line" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
unsettable="true">
<eAnnotations source="JsonMetadata">
<details key="keyType" value="header"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ring" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
unsettable="true">
<eAnnotations source="JsonMetadata">
<details key="keyType" value="header"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="bytesReceived" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="0" unsettable="true">
<eAnnotations source="JsonMetadata">
<details key="keyType" value="header"/>
<details key="key" value="br"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="see" upperBound="-1" eType="#//Endpoint"
unsettable="true">
<eAnnotations source="JsonMetadata">
<details key="keyType" value="command"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="tap" upperBound="-1" eType="#//TapRule"
unsettable="true" containment="true">
<eAnnotations source="JsonMetadata">
<details key="keyType" value="command"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TapRule" eSuperTypes="../../../../org.eclipse.emf.json/src/main/resources/json.ecore#//JsObject">
<eStructuralFeatures xsi:type="ecore:EReference" name="is" eType="ecore:EClass ../../../../org.eclipse.emf.json/src/main/resources/json.ecore#//JsObject"
unsettable="true" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="has" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
unsettable="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Line">
<eOperations name="isRulesMatch" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="telex" eType="#//Telex"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="address" eType="#//Endpoint"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="end" eType="#//Hash"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="neighbors" upperBound="-1"
eType="#//Hash"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ringIn" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ringOut" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="init" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"
unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="seenAt" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"
unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sentAt" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"
unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lineAt" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"
unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tapLastAt" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="br" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="brIn" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="brOut" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="bsent" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lineId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="visible" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="advertised" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rules" upperBound="-1"
eType="#//TapRule" unsettable="true" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="session" eType="#//IoSession"
transient="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="Endpoint" instanceClassName="java.net.InetSocketAddress"/>
<eClassifiers xsi:type="ecore:EDataType" name="Hash" instanceClassName="org.telehash.Hash"/>
<eClassifiers xsi:type="ecore:EDataType" name="IoSession" instanceClassName="org.apache.mina.core.session.IoSession"
serializable="false"/>
</ecore:EPackage>
| github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/telehash.ecore | ecore | telehash
Telex
to
end
line
ring
bytesReceived
0
see
tap
TapRule
is
has
Line
isRulesMatch
telex
address
end
neighbors
ringIn
ringOut
init
seenAt
sentAt
lineAt
tapLastAt
br
0
brIn
0
brOut
0
bsent
0
lineId
visible
false
advertised
false
rules
session
Endpoint
java.net.InetSocketAddress
java.net.InetSocketAddress
Hash
org.telehash.Hash
org.telehash.Hash
IoSession
org.apache.mina.core.session.IoSession
org.apache.mina.core.session.IoSession | null | {"directed":true,"nodes":[{"nsPrefix":"telehash","nsURI":"http://telehash.org/ecore/2010","name":"telehash","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Telex","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TapRule","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Line","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.net.InetSocketAddress","defaultValue":null,"instanceClassName":"java.net.InetSocketAddress","name":"Endpoint","instanceClass":"java.net.InetSocketAddress","id":4,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.telehash.Hash","defaultValue":null,"instanceClassName":"org.telehash.Hash","name":"Hash","instanceClass":null,"id":5,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.apache.mina.core.session.IoSession","defaultValue":null,"instanceClassName":"org.apache.mina.core.session.IoSession","name":"IoSession","instanceClass":null,"id":6,"serializable":false,"eClass":"EDataType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"to","changeable":true,"lowerBound":0,"iD":false,"id":7,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"end","changeable":true,"lowerBound":0,"iD":false,"id":8,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"line","changeable":true,"lowerBound":0,"iD":false,"id":9,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"ring","changeable":true,"lowerBound":0,"iD":false,"id":10,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":true,"transient":false,"unique":true,"name":"bytesReceived","changeable":true,"lowerBound":0,"iD":false,"id":11,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"see","changeable":true,"lowerBound":0,"iD":false,"id":12,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":true,"transient":false,"unique":true,"name":"tap","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"derived":false},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":true,"transient":false,"unique":true,"name":"is","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"has","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isRulesMatch","lowerBound":0,"id":27,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"address","changeable":true,"lowerBound":0,"iD":false,"id":28,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"end","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"neighbors","changeable":true,"lowerBound":0,"iD":false,"id":30,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"ringIn","changeable":true,"lowerBound":0,"iD":false,"id":31,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"ringOut","changeable":true,"lowerBound":0,"iD":false,"id":32,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"init","changeable":true,"lowerBound":0,"iD":false,"id":33,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"seenAt","changeable":true,"lowerBound":0,"iD":false,"id":34,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"sentAt","changeable":true,"lowerBound":0,"iD":false,"id":35,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"lineAt","changeable":true,"lowerBound":0,"iD":false,"id":36,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"tapLastAt","changeable":true,"lowerBound":0,"iD":false,"id":37,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"br","changeable":true,"lowerBound":0,"iD":false,"id":38,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"brIn","changeable":true,"lowerBound":0,"iD":false,"id":39,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"brOut","changeable":true,"lowerBound":0,"iD":false,"id":40,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"bsent","changeable":true,"lowerBound":0,"iD":false,"id":41,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"lineId","changeable":true,"lowerBound":0,"iD":false,"id":42,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"visible","changeable":true,"lowerBound":0,"iD":false,"id":43,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"advertised","changeable":true,"lowerBound":0,"iD":false,"id":44,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":true,"transient":false,"unique":true,"name":"rules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"session","changeable":true,"lowerBound":0,"iD":false,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"telex","lowerBound":0,"id":48,"many":false,"required":false,"eClass":"EParameter"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":1,"target":0},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":7,"target":4},{"source":7,"target":15},{"source":7,"target":1},{"source":15,"target":4},{"source":8,"target":5},{"source":8,"target":16},{"source":8,"target":1},{"source":16,"target":5},{"source":9,"target":17},{"source":9,"target":1},{"source":10,"target":18},{"source":10,"target":1},{"source":11,"target":19},{"source":11,"target":1},{"source":12,"target":4},{"source":12,"target":20},{"source":12,"target":1},{"source":20,"target":4},{"source":13,"target":2},{"source":13,"target":21},{"source":13,"target":1},{"source":21,"target":2},{"source":2,"target":0},{"source":2,"target":22},{"source":2,"target":23},{"source":2,"target":24},{"source":22,"target":25},{"source":22,"target":2},{"source":23,"target":26},{"source":23,"target":2},{"source":3,"target":0},{"source":3,"target":27},{"source":3,"target":28},{"source":3,"target":29},{"source":3,"target":30},{"source":3,"target":31},{"source":3,"target":32},{"source":3,"target":33},{"source":3,"target":34},{"source":3,"target":35},{"source":3,"target":36},{"source":3,"target":37},{"source":3,"target":38},{"source":3,"target":39},{"source":3,"target":40},{"source":3,"target":41},{"source":3,"target":42},{"source":3,"target":43},{"source":3,"target":44},{"source":3,"target":45},{"source":3,"target":46},{"source":27,"target":47},{"source":27,"target":3},{"source":27,"target":48},{"source":48,"target":1},{"source":48,"target":49},{"source":48,"target":27},{"source":49,"target":1},{"source":28,"target":4},{"source":28,"target":50},{"source":28,"target":3},{"source":50,"target":4},{"source":29,"target":5},{"source":29,"target":51},{"source":29,"target":3},{"source":51,"target":5},{"source":30,"target":5},{"source":30,"target":52},{"source":30,"target":3},{"source":52,"target":5},{"source":31,"target":53},{"source":31,"target":3},{"source":32,"target":54},{"source":32,"target":3},{"source":33,"target":55},{"source":33,"target":3},{"source":34,"target":56},{"source":34,"target":3},{"source":35,"target":57},{"source":35,"target":3},{"source":36,"target":58},{"source":36,"target":3},{"source":37,"target":59},{"source":37,"target":3},{"source":38,"target":60},{"source":38,"target":3},{"source":39,"target":61},{"source":39,"target":3},{"source":40,"target":62},{"source":40,"target":3},{"source":41,"target":63},{"source":41,"target":3},{"source":42,"target":64},{"source":42,"target":3},{"source":43,"target":65},{"source":43,"target":3},{"source":44,"target":66},{"source":44,"target":3},{"source":45,"target":2},{"source":45,"target":67},{"source":45,"target":3},{"source":67,"target":2},{"source":46,"target":6},{"source":46,"target":68},{"source":46,"target":3},{"source":68,"target":6},{"source":4,"target":0},{"source":5,"target":0},{"source":6,"target":0}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="bz369476"
nsURI="http://www.eclipse.org/emf/texo/test/model/issues/bz369476" nsPrefix="bz369476">
<eClassifiers xsi:type="ecore:EClass" name="Test">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="äöü
äöü
äöü
äöü"/>
</eAnnotations>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/PSI-Polska/texo/tests/org.eclipse.emf.texo.modelgenerator.test/src/org/eclipse/emf/texo/modelgenerator/test/models/issues/bz369476.ecore | ecore | bz369476
Test | null | {"directed":true,"nodes":[{"nsPrefix":"bz369476","nsURI":"http://www.eclipse.org/emf/texo/test/model/issues/bz369476","name":"bz369476","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"}],"links":[{"source":0,"target":1},{"source":1,"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="commands" nsURI="http://www.eclipse.org/ecl/data/commands.ecore"
nsPrefix="dataCommands">
<eClassifiers xsi:type="ecore:EClass" name="ReadCsvFile" eSuperTypes="../../org.eclipse.rcptt.ecl.core/model/ecl.ecore#//Command">
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="Parses given csv file. Fails if file is not found or format is invalid.
Learn more about <a href = "http://xored.freshdesk.com/solution/articles/78219-assert-the-whole-table">Asserting the whole table contents.</a>"/>
<details key="returns" value="<code>Table</code> EMF Object. "/>
<details key="example" value="with [get-window Preferences] {
	get-tree | select "Java/Installed JREs"
	get-table | get-table-data | eq [read-csv-file "workspace:/assertData/table.csv"] | 
		assert-true "Data in table does not match input file" 
	get-button OK | click
}

//Let's say we need to write ErrorLog info to csv file 'table.csv'.
//ECL script should look like this:
 
get-view "Error Log" | get-tree | expand-all
get-view "Error Log" | get-tree | get-table-data | write-csv-file "workspace:/MyProject/AssertData/table.csv
 
//Note: 
//<a href="#expand-all">Expand-all</a>command may be useful in case of hierarchical tree - otherwise non-expanded levels won't be written. 
//You should have MyProject/AssertData on your workspace (you may do it easily with a workspace context) to let you csv file to be created there. 
 
//In case you want to specify which columns/rows should be written you may use 
//<a href="#select-columns">select-columns</a>/<a href="#exclude-columns">exclude-columns</a> and <a href="#select-rows">select-rows</a>/<a href="#exclude-rows">exclude-rows</a> commands:
 
get-view "Error Log" | get-tree | get-table-data | select-columns "Message" | write-csv-file "workspace:/MyProject/AssertData/table.csv" 
get-view "Error Log" | get-tree | get-table-data | exclude-columns "Message" "Plug-in" | write-csv-file "workspace:/MyProject/AssertData/table.csv"
get-view "Error Log" | get-tree | get-table-data | select-rows -column "Message" -value "Execution of early startup handlers completed." | write-csv-file "workspace:/MyProject/AssertData/table.csv"
 
//To compare table data to already written csv file you may use <a href="#read-csv-file">read-csv-file</a> command:
 
get-view "Error Log" | get-tree | get-table-data | select-columns "Plug-in" | eq [read-csv-file "workspace:/MyProject/AssertData/table.csv"] | assert-true "Data in table does not match input file" "/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="uri" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="URI to a file to read. Currently supported schemes are workspace:/ for files in workspace and file:/ for files on local file system"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Print" eSuperTypes="../../org.eclipse.rcptt.ecl.core/model/ecl.ecore#//Command">
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="Takes a list of objects from input pipe and prints them as a plain-text table into output pipe."/>
<details key="returns" value="Series of string objects"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/ecl/internal"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="input" 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>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="WriteCsvFile" eSuperTypes="../../org.eclipse.rcptt.ecl.core/model/ecl.ecore#//Command">
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="Writes given table into csv file. Fails if file is not accessible.
Learn more about <a href = "http://xored.freshdesk.com/solution/articles/78219-assert-the-whole-table">Asserting the whole table contents.</a>"/>
<details key="returns" value="The value of <code>table</code> argument."/>
<details key="example" value="with [get-window Preferences] {
	get-tree | select "Java/Installed JREs"
	get-table | get-table-data | write-csv-file "workspace:/assertData/table.csv"
	get-button OK | click
}

//Let's say we need to write ErrorLog info to csv file 'table.csv'.
//ECL script should look like this:
 
get-view "Error Log" | get-tree | expand-all
get-view "Error Log" | get-tree | get-table-data | write-csv-file "workspace:/MyProject/AssertData/table.csv
 
//Note: 
//<a href="#expand-all">Expand-all</a>command may be useful in case of hierarchical tree - otherwise non-expanded levels won't be written. 
//You should have MyProject/AssertData on your workspace (you may do it easily with a workspace context) to let you csv file to be created there. 
 
//In case you want to specify which columns/rows should be written you may use 
//<a href="#select-columns">select-columns</a>/<a href="#exclude-columns">exclude-columns</a> and <a href="#select-rows">select-rows</a>/<a href="#exclude-rows">exclude-rows</a> commands:
 
get-view "Error Log" | get-tree | get-table-data | select-columns "Message" | write-csv-file "workspace:/MyProject/AssertData/table.csv" 
get-view "Error Log" | get-tree | get-table-data | exclude-columns "Message" "Plug-in" | write-csv-file "workspace:/MyProject/AssertData/table.csv"
get-view "Error Log" | get-tree | get-table-data | select-rows -column "Message" -value "Execution of early startup handlers completed." | write-csv-file "workspace:/MyProject/AssertData/table.csv"
 
//To compare table data to already written csv file you may use <a href="#read-csv-file">read-csv-file</a> command:
 
get-view "Error Log" | get-tree | get-table-data | select-columns "Plug-in" | eq [read-csv-file "workspace:/MyProject/AssertData/table.csv"] | assert-true "Data in table does not match input file" "/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="table" eType="ecore:EClass objects.ecore#//Table">
<eAnnotations source="http://www.eclipse.org/ecl/input"/>
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="Table to write"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="uri" 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="URI to write CSV data to. Currently supported schemes are workspace:/ for files in workspace and file:/ for files on local file system"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="append" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"
defaultValueLiteral="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExcludeColumns" eSuperTypes="../../org.eclipse.rcptt.ecl.core/model/ecl.ecore#//Command">
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="Takes a table from input and returns the same table which has some columns excluded. "/>
<details key="returns" value="Copy of input table object without columns with names listed in <code>columns</code>"/>
<details key="example" value="get-view "Error Log" | get-tree | get-table-data | exclude-columns "Message" "Plug-in" | write-csv-file "workspace:/MyProject/AssertData/table.csv""/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="table" eType="ecore:EClass objects.ecore#//Table">
<eAnnotations source="http://www.eclipse.org/ecl/input"/>
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="Table to exclude columns from"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="columns" upperBound="-1"
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="Column names to exclude from table. It is OK to pass column names which are not present in table"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SelectColumns" eSuperTypes="../../org.eclipse.rcptt.ecl.core/model/ecl.ecore#//Command">
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="Takes a table from input and returns the table containing only columns passed into <code>columns</code> argument."/>
<details key="returns" value="Copy of input table object with only columns with names listed in <code>columns</code>"/>
<details key="example" value="get-view "Error Log" | get-tree | get-table-data | select-columns "Message" | write-csv-file "workspace:/MyProject/AssertData/table.csv" "/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="table" eType="ecore:EClass objects.ecore#//Table">
<eAnnotations source="http://www.eclipse.org/ecl/input"/>
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="Table to take columns from"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="columns" upperBound="-1"
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="Column names to take from table. If given column name is not present in input table, command fails"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AssertTablesMatch" eSuperTypes="../../org.eclipse.rcptt.ecl.core/model/ecl.ecore#//Command">
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="Compares contents of two tables. If contents are not the same, fails with a descriptive message"/>
<details key="example" value="assert-tables-match [get-editor "context" | get-section Parameters | get-table | get-table-data ]
 [get-editor "context2" | get-section Parameters | get-table | get-table-data]"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="ecore:EClass objects.ecore#//Table"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="ecore:EClass objects.ecore#//Table"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ignoreColumnOrder" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"
defaultValueLiteral="false">
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="When true, column order is not taken into account"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ignoreMissingColumns" eType="#//IgnoreColumnsMode"
defaultValueLiteral="NONE">
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="Describes the comparison behaviour in case when one of tables contains a column which is not present in other table:
<ul>
<li><b>NONE</b> &ndash; all columns must be present in both tables</li>
<li><b>LEFT</b> &ndash; columns from right table which are not present in left, are ignored</li>
<li><b>RIGHT</b> &ndash; columns from left table which are not present in right, are ignored</li>
<li><b>BOTH</b> &ndash; comparison performed only on columns present in both tables</li>
<p>Another way to interpret this argument is that it is an answer on question &quot;Which column can have less columns?&quot;</p>
<p>The primary reasoning for this argument is to provide smooth migration when presentation is changed – consider this scenario: we have a CSV file with table data, and we have UI table. If we add or remove extra columns in the UI, we can keep existing sample data file and just correct the <code>ignoreMissingColumns</code> argument</p>
"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="IgnoreColumnsMode">
<eLiterals name="NONE"/>
<eLiterals name="LEFT" value="1"/>
<eLiterals name="RIGHT" value="2"/>
<eLiterals name="BOTH" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="WriteLines" eSuperTypes="../../org.eclipse.rcptt.ecl.core/model/ecl.ecore#//Command">
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="Reads objects from input pipe and writes them into file line-by-line as strings"/>
<details key="example" value="//writes a list of launch configuration into a file line-by-line
list-launch-configurations | write-lines -uri "workspace:/Project/Folder/file.txt"
// appends "New line" into a file. 
str "New line" | write-lines -uri "workspace:/Project/Folder/file.txt" -append
"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="uri" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"
defaultValueLiteral="UTF-8">
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="URI to write lines to. Currently supported schemes are workspace:/ for files in workspace and file:/ for files on local file system"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="append" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"
defaultValueLiteral="false">
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="Whether to append given lines into file. Default value is false"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="encode" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ReadLines" eSuperTypes="../../org.eclipse.rcptt.ecl.core/model/ecl.ecore#//Command">
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="Reads lines from file identified by uri and writes them one-by-one into output pipe"/>
<details key="example" value="//Displays alert with lines count
show-alert [concat "The number of lines is "[read-lines -uri "workspace:/Project/Folder/file.txt" | length | str]]

"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="uri" lowerBound="1" 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="URI to read lines from. Currently supported schemes are workspace:/ for files in workspace and file:/ for files on local file system"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/ecl/input"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SelectRows" eSuperTypes="../../org.eclipse.rcptt.ecl.core/model/ecl.ecore#//Command">
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="Takes a table from input and returns the table with rows filtered by column and criteria."/>
<details key="returns" value="Copy of input table object with filtered rows."/>
<details key="example" value="select-rows -column "columnName" -value "value" -match exact|glob|regexp"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="table" eType="ecore:EClass objects.ecore#//Table">
<eAnnotations source="http://www.eclipse.org/ecl/input"/>
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="Table to take columns from"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="column" 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="Column named to filter rows by."/>
</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://www.eclipse.org/ecl/docs">
<details key="description" value="Pattern to match rows to."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="match" eType="#//RowMatchMode">
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="Describes the matching behaviour for rows.
<ul>
<li><b>glob</b> &ndash; wildcard matching</li>
<li><b>exact</b> &ndash; value should be equals to pattern</li>
<li><b>regexp</b> &ndash; value must match java regular expression</li>
</ul>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="RowMatchMode">
<eLiterals name="exact"/>
<eLiterals name="glob" value="1"/>
<eLiterals name="regexp" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExcludeRows" eSuperTypes="../../org.eclipse.rcptt.ecl.core/model/ecl.ecore#//Command">
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="Takes a table from input and returns the table with rows filtered by column and criteria."/>
<details key="returns" value="Copy of input table object with filtered rows."/>
<details key="example" value="exclude-rows -column "columnName" -value "value" -match exact|glob|regex"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="table" eType="ecore:EClass objects.ecore#//Table">
<eAnnotations source="http://www.eclipse.org/ecl/input"/>
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="Table to take columns from"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="column" 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="Column named to filter rows by."/>
</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://www.eclipse.org/ecl/docs">
<details key="description" value="Pattern to match rows to."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="match" eType="#//RowMatchMode">
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="Describes the matching behaviour for rows.
<ul>
<li><b>glob</b> &ndash; wildcard matching</li>
<li><b>exact</b> &ndash; value should be equals to pattern</li>
<li><b>regext</b> &ndash; value must match java regular expression</li>
</ul>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AsTableData" eSuperTypes="../../org.eclipse.rcptt.ecl.core/model/ecl.ecore#//Command">
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="Converts its input to table data format, exactly the same as <code>get-table-data</code> returns."/>
<details key="returns" value="Table data."/>
<details key="example" value="get-log -levels error | as-table-data | write-csv-file "workspace:/Project/file2.csv""/>
</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/input"/>
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="Object(s) to convert from."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ReadProperties" eSuperTypes="../../org.eclipse.rcptt.ecl.core/model/ecl.ecore#//Command">
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="Parses given .properties file. Fails if file is not found or format is invalid"/>
<details key="returns" value="ECL map with values from properties file"/>
<details key="example" value="...get-item "General Registers/pc" | get-property "values[\'Value\']"
| matches [format "%s.*" [read-properties -uri "file:/C:/Users/Administrator/Desktop/p.properties" | get myKey]] | verify-true
"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="uri" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="URI to a file to read. Currently supported schemes are workspace:/ for files in workspace and file:/ for files on local file system"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ReadFile" eSuperTypes="../../org.eclipse.rcptt.ecl.core/model/ecl.ecore#//Command">
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="Reads file identified by uri and writes it contents into output pipe"/>
<details key="example" value="//Displays alert with file content
show-alert [read-file "file:/path/to/your/file"]



"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="uri" lowerBound="1" 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="URI to read file from. Currently supported schemes are workspace:/ for files in workspace and file:/ for files on local file system"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/ecl/input"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SetPageName" eSuperTypes="../../org.eclipse.rcptt.ecl.core/model/ecl.ecore#//Command">
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="Set page name to table"/>
<details key="returns" value="The value of <code>table</code> argument."/>
<details key="example" value="get-view "Error Log" | get-tree | expand-all
get-view "Error Log" | get-tree | get-table-data
	| set-page-name "Table" | write-excel-file "workspace:/MyProject/AssertData/table.xls"

read-excel-file "workspace:/MyProject/AssertData/table.xls"
	| get pageName | equals "Table" | assert-true"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="table" lowerBound="1" eType="ecore:EClass objects.ecore#//Table">
<eAnnotations source="http://www.eclipse.org/ecl/input"/>
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="Table to set page name to"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" 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="Page name to set"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ListAsTableData" eSuperTypes="../../org.eclipse.rcptt.ecl.core/model/ecl.ecore#//Command">
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="Converts input list to table data format"/>
<details key="returns" value="<code>Table</code> EMF Object"/>
<details key="example" value="proc newTable [val table] [val name] {
	$table | list-as-table-data | set-page-name $name
}

global [val devices [list
	[list "Device Name" "Device Target"]
	[list "Device 1" "Info 1"]
	[list "Device 2" "Info 2"]
	[list "Device 3" "Info 3"]
]]

newTable $devices "Devices"
	| write-excel-file "workspace:/excel/devices.xls""/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="list" lowerBound="1" eType="ecore:EClass ../../org.eclipse.rcptt.ecl.core/model/ecl.ecore#//EclList">
<eAnnotations source="http://www.eclipse.org/ecl/input"/>
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="List of List of String to convert to Table"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ReadXmlFile" eSuperTypes="../../org.eclipse.rcptt.ecl.core/model/ecl.ecore#//Command">
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="Parses given xml file into tree and write it to output pipe. Fails if file is not found or if it is invalid xml."/>
<details key="returns" value="<code>Tree</code> EMF Object"/>
<details key="example" value="proc logDevice [val device] {
	if [$device | has-attr "id"] {
		log [format "Device ID: %s" [$device | get-attr "id"]]
	}
	log [format "Device Name: %s" [$device | get-nodes "DeviceName" | get text]]
	log [format "Device Target: %s" [$device | get-nodes "DeviceTarget" | get text]]
}
 
 
global [val supportedDevices [
	read-xml-file "workspace:/xml/devices.xml"
		| get-nodes "SupportedDevices" | get-nodes "Device" | to-list
]]
 
$supportedDevices | each [val device] {
	logDevice $device
}"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="uri" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="URI to read xml data from. Currently supported schemes are workspace:/ for files in workspace and file:/ for files on local file system"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="xPath" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="XPath expression to find xml nodes"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="WriteXmlFile" eSuperTypes="../../org.eclipse.rcptt.ecl.core/model/ecl.ecore#//Command">
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="Writes tree from input pipe to into xml file"/>
<details key="returns" value="The value of <code>tree</code> argument"/>
<details key="example" value="proc newDevice [val id] [val name] [val target] {
	tree-node "Device"
		[map [entry "id" $id]]
		[tree-node -name "DeviceName" -text $name]
		[tree-node -name "DeviceTarget" -text $target]
}
 
 
global [val supportedDevices [tree-node "SupportedDevices"
	[newDevice "1" "device 1" "target 1"]
	[newDevice "2" "device 2" "target 2"]
	[newDevice "3" "device 3" "target 3"]
]]
 
global [val allDevices [tree-node "AllDevices"
	[newDevice "1" "device 1" "target 1"]
	[newDevice "2" "device 2" "target 2"]
	[newDevice "3" "device 3" "target 3"]
	[newDevice "4" "device 4" "target 4"]
	[newDevice "5" "device 5" "target 5"]
]]
 
global [val tree [
	tree-node "DevicesInfo" $supportedDevices $allDevices
]]
 
$tree | write-xml-file "workspace:/xml/devices.xml""/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="tree" lowerBound="1" eType="ecore:EClass objects.ecore#//Tree">
<eAnnotations source="http://www.eclipse.org/ecl/input"/>
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="Tree to write"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="uri" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="URI to write xml data to. Currently supported schemes are workspace:/ for files in workspace and file:/ for files on local file system"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TreeNode" eSuperTypes="../../org.eclipse.rcptt.ecl.core/model/ecl.ecore#//Command">
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="Creates a new tree node"/>
<details key="returns" value="<code>Tree</code> EMF Object"/>
<details key="example" value="tree-node "Device"
	[map [entry "id" "1"]]
	[tree-node -name "DeviceName" -text "device"]
	[tree-node -name "DeviceTarget" -text "target"]"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="Name of the new node"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="attrs" eType="ecore:EClass ../../org.eclipse.rcptt.ecl.core/model/ecl.ecore#//EclMap">
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="Map with node attributes"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1"
eType="ecore:EClass objects.ecore#//Tree">
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="Children of the new node"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="text" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="Text of the new node"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GetAttrs" eSuperTypes="../../org.eclipse.rcptt.ecl.core/model/ecl.ecore#//Command">
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="Gets attributes from the object"/>
<details key="returns" value="Map with object attributes"/>
<details key="example" value="tree-node "Device" [map [entry "id" "1"] [entry "name" "first"]]
	| get-attrs | get "name" | log"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="object" 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="Object to get attributes from"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GetAttr" eSuperTypes="../../org.eclipse.rcptt.ecl.core/model/ecl.ecore#//Command">
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="Gets attribute from the object by name. Fails if attribute is not found."/>
<details key="returns" value="Value of the attribute"/>
<details key="example" value="tree-node "Device" [map [entry "id" "1"] [entry "name" "first"]]
	| get-attr "name" | log"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="object" 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="Tree node to get attribute from"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="Name of the attribute"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SetAttr" eSuperTypes="../../org.eclipse.rcptt.ecl.core/model/ecl.ecore#//Command">
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="Sets value of the object attribute. If <code>value</code> parameter is not specified, the attribute will be removed."/>
<details key="returns" value="The value of <code>object</code> argument"/>
<details key="example" value="tree-node "Device" [map [entry "id" "1"] [entry "name" "first"]]
	| get-attr "name" | log


--set-attr-



tree-node "Device" [map [entry "id" "1"] [entry "name" "first"]]
	| set-attr "name" "second" | get-attr "name" | log"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="object" 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="Object to set attribute to"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="Name of the attribute"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="New value of the attribute"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="HasAttr" eSuperTypes="../../org.eclipse.rcptt.ecl.core/model/ecl.ecore#//Command">
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="Checks if the object has attribute"/>
<details key="returns" value="<code>true</code> when attribute is exist, <code>false</code> otherwise"/>
<details key="example" value="tree-node "Device" [map [entry "id" "1"] [entry "name" "first"]]
	| has-attr "name" | log"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="object" 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="Object to check attribute from"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="Name of the attribute"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GetNodes" eSuperTypes="../../org.eclipse.rcptt.ecl.core/model/ecl.ecore#//Command">
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="Gets child nodes from the object and writes them into output pipe. Fails if <code>pos</code> of <code>len</code> parameter is out of range."/>
<details key="returns" value="Child nodes of the object"/>
<details key="example" value="proc newDevice [val id] [val name] [val target] {
	tree-node "Device"
		[map [entry "id" $id]]
		[tree-node -name "DeviceName" -text $name]
		[tree-node -name "DeviceTarget" -text $target]
}
 
global [val supportedDevices [tree-node "SupportedDevices"
	[newDevice "1" "device 1" "target 1"]
	[newDevice "2" "device 2" "target 2"]
	[newDevice "3" "device 3" "target 3"]
]]
 
$supportedDevices | get-nodes "Device" -pos 1 -len 1
	| get-nodes "DeviceName" | get text
	| equals "device 2" | verify-true"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="object" 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="Object to get child nodes from"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="Name of the nodes"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="pos" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"
defaultValueLiteral="0">
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="Start position. If <code>name</code> attribute is provided, <code>pos</code> is relative to the node list filtered by name."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="len" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"
defaultValueLiteral="-1">
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="Count of nodes. Default value is <code>-1</code> and it means the end of the node list. If <code>name</code> attribute is provided, <code>len</code> is relative to the node list filtered by name."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Append" eSuperTypes="../../org.eclipse.rcptt.ecl.core/model/ecl.ecore#//Command">
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="Adds child nodes to the object. Fails if <code>index</code> parameter is out of range."/>
<details key="returns" value="The value of <code>object</code> argument"/>
<details key="example" value="tree-node "Device" [tree-node -name "DeviceName" -text "device"]
	| append [tree-node -name "DeviceTarget" -text "target"] -index 0"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="object" 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="Object to add child nodes to"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="children" lowerBound="1"
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="New child nodes to add to the object"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="index" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"
defaultValueLiteral="-1">
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="Index of the first child node added in the node list. Min value is <code>0</code> and max value is size of node list. Default value is <code>-1</code> and it means size of node list."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Remove" eSuperTypes="../../org.eclipse.rcptt.ecl.core/model/ecl.ecore#//Command">
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="Removes child node from the object by index. Fails if <code>index</code> parameter is out of range."/>
<details key="returns" value="The value of <code>object</code> argument"/>
<details key="example" value="tree-node "Device"
	[tree-node -name "DeviceName" -text "device"]
	[tree-node -name "DeviceTarget" -text "target"]
		| remove -index 1"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="object" 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="Object to remove child node from"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="index" lowerBound="1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"
defaultValueLiteral="-1">
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="Index of the child node. Min value is <code>0</code> and max value is the last index in the node list. Default value is <code>-1</code> and the last index in the node list."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/xored/rcptt/ecl/plugins/org.eclipse.rcptt.ecl.data/model/commands.ecore | ecore | commands
ReadCsvFile
uri
Print
input
WriteCsvFile
table
uri
append
false
ExcludeColumns
table
columns
SelectColumns
table
columns
AssertTablesMatch
left
right
ignoreColumnOrder
false
ignoreMissingColumns
NONE
IgnoreColumnsMode
NONE
NONE
LEFT
LEFT
RIGHT
RIGHT
BOTH
BOTH
WriteLines
uri
UTF-8
append
false
encode
ReadLines
uri
SelectRows
table
column
value
match
RowMatchMode
exact
exact
glob
glob
regexp
regexp
ExcludeRows
table
column
value
match
AsTableData
input
ReadProperties
uri
ReadFile
uri
SetPageName
table
name
ListAsTableData
list
ReadXmlFile
uri
xPath
WriteXmlFile
tree
uri
TreeNode
name
attrs
children
text
GetAttrs
object
GetAttr
object
name
SetAttr
object
name
value
HasAttr
object
name
GetNodes
object
name
pos
0
len
-1
Append
object
children
index
-1
Remove
object
index
-1 | null | {"directed":true,"nodes":[{"nsPrefix":"dataCommands","nsURI":"http://www.eclipse.org/ecl/data/commands.ecore","name":"commands","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadCsvFile","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Print","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteCsvFile","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExcludeColumns","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelectColumns","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssertTablesMatch","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"IgnoreColumnsMode","instanceClass":null,"id":7,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteLines","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLines","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelectRows","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"RowMatchMode","instanceClass":null,"id":11,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExcludeRows","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AsTableData","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadProperties","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadFile","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetPageName","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListAsTableData","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadXmlFile","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteXmlFile","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TreeNode","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GetAttrs","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GetAttr","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetAttr","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HasAttr","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GetNodes","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Append","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Remove","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uri","changeable":true,"lowerBound":0,"iD":false,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"input","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"table","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":"uri","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":"false","unsettable":false,"transient":false,"unique":true,"name":"append","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"table","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"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":"columns","changeable":true,"lowerBound":0,"iD":false,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"table","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"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":"columns","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"ignoreColumnOrder","changeable":true,"lowerBound":0,"iD":false,"id":53,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"NONE","unsettable":false,"transient":false,"unique":true,"name":"ignoreMissingColumns","changeable":true,"lowerBound":0,"iD":false,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"name":"NONE","id":60,"value":0,"literal":"NONE","eClass":"EEnumLiteral"},{"name":"LEFT","id":61,"value":1,"literal":"LEFT","eClass":"EEnumLiteral"},{"name":"RIGHT","id":62,"value":2,"literal":"RIGHT","eClass":"EEnumLiteral"},{"name":"BOTH","id":63,"value":3,"literal":"BOTH","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"UTF-8","unsettable":false,"transient":false,"unique":true,"name":"uri","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":"false","unsettable":false,"transient":false,"unique":true,"name":"append","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":"encode","changeable":true,"lowerBound":0,"iD":false,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uri","changeable":true,"lowerBound":1,"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":"table","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"column","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":"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":false,"transient":false,"unique":true,"name":"match","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"},{"name":"exact","id":83,"value":0,"literal":"exact","eClass":"EEnumLiteral"},{"name":"glob","id":84,"value":1,"literal":"glob","eClass":"EEnumLiteral"},{"name":"regexp","id":85,"value":2,"literal":"regexp","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":"table","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":"column","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":"value","changeable":true,"lowerBound":0,"iD":false,"id":88,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"match","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"},{"container":false,"ordered":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":95,"derived":false},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uri","changeable":true,"lowerBound":0,"iD":false,"id":98,"derived":false},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uri","changeable":true,"lowerBound":1,"iD":false,"id":101,"derived":false},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"table","changeable":true,"resolveProxies":true,"lowerBound":1,"id":104,"derived":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":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":"list","changeable":true,"resolveProxies":true,"lowerBound":1,"id":109,"derived":false},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uri","changeable":true,"lowerBound":1,"iD":false,"id":112,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"xPath","changeable":true,"lowerBound":0,"iD":false,"id":113,"derived":false},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tree","changeable":true,"resolveProxies":true,"lowerBound":1,"id":117,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uri","changeable":true,"lowerBound":1,"iD":false,"id":118,"derived":false},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":122,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attrs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":123,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"text","changeable":true,"lowerBound":0,"iD":false,"id":125,"derived":false},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"object","changeable":true,"resolveProxies":true,"lowerBound":1,"id":131,"derived":false},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"object","changeable":true,"resolveProxies":true,"lowerBound":1,"id":134,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":135,"derived":false},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"object","changeable":true,"resolveProxies":true,"lowerBound":1,"id":139,"derived":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":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":"value","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"object","changeable":true,"resolveProxies":true,"lowerBound":1,"id":146,"derived":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":147,"derived":false},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"object","changeable":true,"resolveProxies":true,"lowerBound":1,"id":151,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":152,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"pos","changeable":true,"lowerBound":0,"iD":false,"id":153,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"-1","unsettable":false,"transient":false,"unique":true,"name":"len","changeable":true,"lowerBound":0,"iD":false,"id":154,"derived":false},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"object","changeable":true,"resolveProxies":true,"lowerBound":1,"id":160,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":1,"id":161,"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":"index","changeable":true,"lowerBound":0,"iD":false,"id":162,"derived":false},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"object","changeable":true,"resolveProxies":true,"lowerBound":1,"id":167,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"-1","unsettable":false,"transient":false,"unique":true,"name":"index","changeable":true,"lowerBound":1,"iD":false,"id":168,"derived":false},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":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":28,"target":30},{"source":28,"target":1},{"source":2,"target":0},{"source":2,"target":31},{"source":2,"target":32},{"source":31,"target":33},{"source":31,"target":2},{"source":3,"target":0},{"source":3,"target":34},{"source":3,"target":35},{"source":3,"target":36},{"source":3,"target":37},{"source":34,"target":38},{"source":34,"target":3},{"source":35,"target":39},{"source":35,"target":3},{"source":36,"target":40},{"source":36,"target":3},{"source":4,"target":0},{"source":4,"target":41},{"source":4,"target":42},{"source":4,"target":43},{"source":41,"target":44},{"source":41,"target":4},{"source":42,"target":45},{"source":42,"target":4},{"source":5,"target":0},{"source":5,"target":46},{"source":5,"target":47},{"source":5,"target":48},{"source":46,"target":49},{"source":46,"target":5},{"source":47,"target":50},{"source":47,"target":5},{"source":6,"target":0},{"source":6,"target":51},{"source":6,"target":52},{"source":6,"target":53},{"source":6,"target":54},{"source":6,"target":55},{"source":51,"target":56},{"source":51,"target":6},{"source":52,"target":57},{"source":52,"target":6},{"source":53,"target":58},{"source":53,"target":6},{"source":54,"target":7},{"source":54,"target":59},{"source":54,"target":6},{"source":59,"target":7},{"source":7,"target":0},{"source":7,"target":60},{"source":7,"target":61},{"source":7,"target":62},{"source":7,"target":63},{"source":60,"target":7},{"source":61,"target":7},{"source":62,"target":7},{"source":63,"target":7},{"source":8,"target":0},{"source":8,"target":64},{"source":8,"target":65},{"source":8,"target":66},{"source":8,"target":67},{"source":64,"target":68},{"source":64,"target":8},{"source":65,"target":69},{"source":65,"target":8},{"source":66,"target":70},{"source":66,"target":8},{"source":9,"target":0},{"source":9,"target":71},{"source":9,"target":72},{"source":71,"target":73},{"source":71,"target":9},{"source":10,"target":0},{"source":10,"target":74},{"source":10,"target":75},{"source":10,"target":76},{"source":10,"target":77},{"source":10,"target":78},{"source":74,"target":79},{"source":74,"target":10},{"source":75,"target":80},{"source":75,"target":10},{"source":76,"target":81},{"source":76,"target":10},{"source":77,"target":11},{"source":77,"target":82},{"source":77,"target":10},{"source":82,"target":11},{"source":11,"target":0},{"source":11,"target":83},{"source":11,"target":84},{"source":11,"target":85},{"source":83,"target":11},{"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":86,"target":91},{"source":86,"target":12},{"source":87,"target":92},{"source":87,"target":12},{"source":88,"target":93},{"source":88,"target":12},{"source":89,"target":11},{"source":89,"target":94},{"source":89,"target":12},{"source":94,"target":11},{"source":13,"target":0},{"source":13,"target":95},{"source":13,"target":96},{"source":95,"target":97},{"source":95,"target":13},{"source":14,"target":0},{"source":14,"target":98},{"source":14,"target":99},{"source":98,"target":100},{"source":98,"target":14},{"source":15,"target":0},{"source":15,"target":101},{"source":15,"target":102},{"source":101,"target":103},{"source":101,"target":15},{"source":16,"target":0},{"source":16,"target":104},{"source":16,"target":105},{"source":16,"target":106},{"source":104,"target":107},{"source":104,"target":16},{"source":105,"target":108},{"source":105,"target":16},{"source":17,"target":0},{"source":17,"target":109},{"source":17,"target":110},{"source":109,"target":111},{"source":109,"target":17},{"source":18,"target":0},{"source":18,"target":112},{"source":18,"target":113},{"source":18,"target":114},{"source":112,"target":115},{"source":112,"target":18},{"source":113,"target":116},{"source":113,"target":18},{"source":19,"target":0},{"source":19,"target":117},{"source":19,"target":118},{"source":19,"target":119},{"source":117,"target":120},{"source":117,"target":19},{"source":118,"target":121},{"source":118,"target":19},{"source":20,"target":0},{"source":20,"target":122},{"source":20,"target":123},{"source":20,"target":124},{"source":20,"target":125},{"source":20,"target":126},{"source":122,"target":127},{"source":122,"target":20},{"source":123,"target":128},{"source":123,"target":20},{"source":124,"target":129},{"source":124,"target":20},{"source":125,"target":130},{"source":125,"target":20},{"source":21,"target":0},{"source":21,"target":131},{"source":21,"target":132},{"source":131,"target":133},{"source":131,"target":21},{"source":22,"target":0},{"source":22,"target":134},{"source":22,"target":135},{"source":22,"target":136},{"source":134,"target":137},{"source":134,"target":22},{"source":135,"target":138},{"source":135,"target":22},{"source":23,"target":0},{"source":23,"target":139},{"source":23,"target":140},{"source":23,"target":141},{"source":23,"target":142},{"source":139,"target":143},{"source":139,"target":23},{"source":140,"target":144},{"source":140,"target":23},{"source":141,"target":145},{"source":141,"target":23},{"source":24,"target":0},{"source":24,"target":146},{"source":24,"target":147},{"source":24,"target":148},{"source":146,"target":149},{"source":146,"target":24},{"source":147,"target":150},{"source":147,"target":24},{"source":25,"target":0},{"source":25,"target":151},{"source":25,"target":152},{"source":25,"target":153},{"source":25,"target":154},{"source":25,"target":155},{"source":151,"target":156},{"source":151,"target":25},{"source":152,"target":157},{"source":152,"target":25},{"source":153,"target":158},{"source":153,"target":25},{"source":154,"target":159},{"source":154,"target":25},{"source":26,"target":0},{"source":26,"target":160},{"source":26,"target":161},{"source":26,"target":162},{"source":26,"target":163},{"source":160,"target":164},{"source":160,"target":26},{"source":161,"target":165},{"source":161,"target":26},{"source":162,"target":166},{"source":162,"target":26},{"source":27,"target":0},{"source":27,"target":167},{"source":27,"target":168},{"source":27,"target":169},{"source":167,"target":170},{"source":167,"target":27},{"source":168,"target":171},{"source":168,"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="testPackage" nsURI="http://testPackage" nsPrefix="testPackage">
<eClassifiers xsi:type="ecore:EClass" name="SuperClass"/>
<eClassifiers xsi:type="ecore:EClass" name="SubClass">
<eStructuralFeatures xsi:type="ecore:EReference" name="testReference" eType="ecore:EClass UnutilizedAbstraction_UnusedClass2.ecore#//SuperClass"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/Hu3bl/emf.refactor/edu.kit.ipd.sdq.emf.refactor.tests/UnutilizedAbstraction_UnusedClass2.ecore | ecore | testPackage
SuperClass
SubClass
testReference | null | {"directed":true,"nodes":[{"nsPrefix":"testPackage","nsURI":"http://testPackage","name":"testPackage","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuperClass","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubClass","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"testReference","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":2,"target":0},{"source":2,"target":3},{"source":3,"target":1},{"source":3,"target":4},{"source":3,"target":2},{"source":4,"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="planetlab"
nsURI="http://www.planet-lab.org" nsPrefix="pl">
<eClassifiers xsi:type="ecore:EClass" name="RSpec">
<eStructuralFeatures xsi:type="ecore:EReference" name="networks" lowerBound="1"
upperBound="-1" eType="#//NetSpec"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="start_time" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="duration" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NetSpec">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="nodes" lowerBound="1" upperBound="-1"
eType="#//NodeSpec"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="links" upperBound="-1"
eType="#//LinkSpec" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="start_time" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="duration" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NodeSpec">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" upperBound="1000"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral=""""/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="init_params" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EByteArray"
defaultValueLiteral=""/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="cpu_min" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="cpu_share" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="cpu_pct" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="disk_max" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="0"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="net_if" lowerBound="1"
upperBound="-1" eType="#//IfSpec"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="start_time" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="duration" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LinkSpec">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false" defaultValueLiteral=""""/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="init_params" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EByteArray"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="bw" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="min_alloc" upperBound="-2"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="max_alloc" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="endpoint" lowerBound="1"
upperBound="-1" eType="#//IfSpec" changeable="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="start_time" upperBound="-2"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="duration" upperBound="-2"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IfSpec">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="addr" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" upperBound="-2" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false" defaultValueLiteral=""/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="init_params" upperBound="-2"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EByteArray"
defaultValueLiteral=""/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="min_rate" upperBound="-2"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="max_rate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="12207"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="max_kbyte" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="5452595"
unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ip_spoof" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SwitchSpec" eSuperTypes="#//NodeSpec">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fib_max" upperBound="-2"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/planetlab.ecore | ecore | planetlab
RSpec
networks
start_time
duration
NetSpec
name
nodes
links
start_time
duration
NodeSpec
name
type
""
init_params
cpu_min
0
cpu_share
0
cpu_pct
0
disk_max
0
net_if
start_time
duration
LinkSpec
type
""
init_params
bw
0
min_alloc
0
max_alloc
0
endpoint
start_time
duration
IfSpec
name
addr
type
init_params
min_rate
0
max_rate
12207
max_kbyte
5452595
ip_spoof
false
SwitchSpec
fib_max
0 | null | {"directed":true,"nodes":[{"nsPrefix":"pl","nsURI":"http://www.planet-lab.org","name":"planetlab","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RSpec","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NetSpec","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NodeSpec","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkSpec","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfSpec","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchSpec","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"networks","changeable":true,"resolveProxies":true,"lowerBound":1,"id":7,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"start_time","changeable":true,"lowerBound":0,"iD":false,"id":8,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"duration","changeable":true,"lowerBound":0,"iD":false,"id":9,"derived":false},{"id":10,"eClass":"EGenericType"},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":13,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"nodes","changeable":true,"resolveProxies":true,"lowerBound":1,"id":14,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"links","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"start_time","changeable":true,"lowerBound":0,"iD":false,"id":16,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"duration","changeable":true,"lowerBound":0,"iD":false,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"ordered":true,"upperBound":1000,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":23,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"\"\"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"\"\"","unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":24,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"init_params","changeable":true,"lowerBound":0,"iD":false,"id":25,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"cpu_min","changeable":true,"lowerBound":0,"iD":false,"id":26,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"cpu_share","changeable":true,"lowerBound":0,"iD":false,"id":27,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"cpu_pct","changeable":true,"lowerBound":0,"iD":false,"id":28,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"disk_max","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"net_if","changeable":true,"resolveProxies":true,"lowerBound":1,"id":30,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"start_time","changeable":true,"lowerBound":0,"iD":false,"id":31,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"duration","changeable":true,"lowerBound":0,"iD":false,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"\"\"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"\"\"","unsettable":false,"transient":false,"unique":true,"name":"type","changeable":false,"lowerBound":0,"iD":false,"id":43,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"init_params","changeable":true,"lowerBound":0,"iD":false,"id":44,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":0,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"bw","changeable":true,"lowerBound":0,"iD":false,"id":45,"derived":false},{"ordered":true,"upperBound":-2,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"min_alloc","changeable":true,"lowerBound":0,"iD":false,"id":46,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":0,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"max_alloc","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"endpoint","changeable":false,"resolveProxies":true,"lowerBound":1,"id":48,"derived":false},{"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"start_time","changeable":true,"lowerBound":0,"iD":false,"id":49,"derived":false},{"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"duration","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":59,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"addr","changeable":true,"lowerBound":0,"iD":false,"id":60,"derived":false},{"ordered":true,"upperBound":-2,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"type","changeable":false,"lowerBound":0,"iD":false,"id":61,"derived":false},{"ordered":true,"upperBound":-2,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"init_params","changeable":true,"lowerBound":0,"iD":false,"id":62,"derived":false},{"ordered":true,"upperBound":-2,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"min_rate","changeable":true,"lowerBound":0,"iD":false,"id":63,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":12207,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"12207","unsettable":false,"transient":false,"unique":true,"name":"max_rate","changeable":true,"lowerBound":0,"iD":false,"id":64,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":5452595,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":"5452595","unsettable":true,"transient":false,"unique":true,"name":"max_kbyte","changeable":true,"lowerBound":0,"iD":false,"id":65,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"ip_spoof","changeable":true,"lowerBound":0,"iD":false,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"ordered":true,"upperBound":-2,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"fib_max","changeable":true,"lowerBound":0,"iD":false,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":1,"target":0},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":7,"target":2},{"source":7,"target":10},{"source":7,"target":1},{"source":10,"target":2},{"source":8,"target":11},{"source":8,"target":1},{"source":9,"target":12},{"source":9,"target":1},{"source":2,"target":0},{"source":2,"target":13},{"source":2,"target":14},{"source":2,"target":15},{"source":2,"target":16},{"source":2,"target":17},{"source":13,"target":18},{"source":13,"target":2},{"source":14,"target":3},{"source":14,"target":19},{"source":14,"target":2},{"source":19,"target":3},{"source":15,"target":4},{"source":15,"target":20},{"source":15,"target":2},{"source":20,"target":4},{"source":16,"target":21},{"source":16,"target":2},{"source":17,"target":22},{"source":17,"target":2},{"source":3,"target":0},{"source":3,"target":23},{"source":3,"target":24},{"source":3,"target":25},{"source":3,"target":26},{"source":3,"target":27},{"source":3,"target":28},{"source":3,"target":29},{"source":3,"target":30},{"source":3,"target":31},{"source":3,"target":32},{"source":23,"target":33},{"source":23,"target":3},{"source":24,"target":34},{"source":24,"target":3},{"source":25,"target":35},{"source":25,"target":3},{"source":26,"target":36},{"source":26,"target":3},{"source":27,"target":37},{"source":27,"target":3},{"source":28,"target":38},{"source":28,"target":3},{"source":29,"target":39},{"source":29,"target":3},{"source":30,"target":5},{"source":30,"target":40},{"source":30,"target":3},{"source":40,"target":5},{"source":31,"target":41},{"source":31,"target":3},{"source":32,"target":42},{"source":32,"target":3},{"source":4,"target":0},{"source":4,"target":43},{"source":4,"target":44},{"source":4,"target":45},{"source":4,"target":46},{"source":4,"target":47},{"source":4,"target":48},{"source":4,"target":49},{"source":4,"target":50},{"source":43,"target":51},{"source":43,"target":4},{"source":44,"target":52},{"source":44,"target":4},{"source":45,"target":53},{"source":45,"target":4},{"source":46,"target":54},{"source":46,"target":4},{"source":47,"target":55},{"source":47,"target":4},{"source":48,"target":5},{"source":48,"target":56},{"source":48,"target":4},{"source":56,"target":5},{"source":49,"target":57},{"source":49,"target":4},{"source":50,"target":58},{"source":50,"target":4},{"source":5,"target":0},{"source":5,"target":59},{"source":5,"target":60},{"source":5,"target":61},{"source":5,"target":62},{"source":5,"target":63},{"source":5,"target":64},{"source":5,"target":65},{"source":5,"target":66},{"source":59,"target":67},{"source":59,"target":5},{"source":60,"target":68},{"source":60,"target":5},{"source":61,"target":69},{"source":61,"target":5},{"source":62,"target":70},{"source":62,"target":5},{"source":63,"target":71},{"source":63,"target":5},{"source":64,"target":72},{"source":64,"target":5},{"source":65,"target":73},{"source":65,"target":5},{"source":66,"target":74},{"source":66,"target":5},{"source":6,"target":0},{"source":6,"target":3},{"source":6,"target":75},{"source":6,"target":76},{"source":75,"target":77},{"source":75,"target":6},{"source":76,"target":3}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="XtextValidationBugs"
nsURI="http://XtextValidationBugs" nsPrefix="XtextValidationBugs">
<eClassifiers xsi:type="ecore:EClass" name="Bug322875">
<eStructuralFeatures xsi:type="ecore:EReference" name="referencesETypeFromClasspathPackage"
eType="ecore:EClass classpath:/org/eclipse/xtext/Xtext.ecore#//Grammar"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/TypeFox/xtext-splitted-repo/org.eclipse.xtext.tests/src/org/eclipse/xtext/xtext/XtextValidationTest.ecore | ecore | XtextValidationBugs
Bug322875
referencesETypeFromClasspathPackage | null | {"directed":true,"nodes":[{"nsPrefix":"XtextValidationBugs","nsURI":"http://XtextValidationBugs","name":"XtextValidationBugs","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Bug322875","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":"referencesETypeFromClasspathPackage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":2,"derived":false},{"id":3,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":1,"target":0},{"source":1,"target":2},{"source":2,"target":3},{"source":2,"target":1}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<!--
This file is protected by Copyright.
Please refer to the COPYRIGHT file distributed with this source distribution.
This file is part of REDHAWK IDE.
All rights reserved. This program and the accompanying materials are made available under
the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html.
-->
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="cf" nsURI="http:///mil/jpeojtrs/sca/cf.ecore" nsPrefix="mil.jpeojtrs.sca.cf">
<eClassifiers xsi:type="ecore:EClass" name="AggregateDevice" instanceClassName="CF.AggregateDevice"
abstract="true" interface="true" eSuperTypes="#//AggregateDeviceOperations #//Object #//IDLEntity"/>
<eClassifiers xsi:type="ecore:EClass" name="AggregateDeviceOperations" instanceClassName="CF.AggregateDeviceOperations"
abstract="true" interface="true">
<eOperations name="addDevice" eExceptions="#//InvalidObjectReference">
<eParameters name="associatedDevice" eType="#//Device"/>
</eOperations>
<eOperations name="removeDevice" eExceptions="#//InvalidObjectReference">
<eParameters name="associatedDevice" eType="#//Device"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AggregateExecutableDevice" instanceClassName="CF.AggregateExecutableDevice"
abstract="true" interface="true" eSuperTypes="#//AggregateExecutableDeviceOperations #//ExecutableDevice #//AggregateDevice"/>
<eClassifiers xsi:type="ecore:EClass" name="AggregateExecutableDeviceOperations"
instanceClassName="CF.AggregateExecutableDeviceOperations" abstract="true" interface="true"
eSuperTypes="#//ExecutableDeviceOperations #//AggregateDeviceOperations"/>
<eClassifiers xsi:type="ecore:EClass" name="AggregateLoadableDevice" instanceClassName="CF.AggregateLoadableDevice"
abstract="true" interface="true" eSuperTypes="#//AggregateLoadableDeviceOperations #//LoadableDevice #//AggregateDevice"/>
<eClassifiers xsi:type="ecore:EClass" name="AggregateLoadableDeviceOperations" instanceClassName="CF.AggregateLoadableDeviceOperations"
abstract="true" interface="true" eSuperTypes="#//LoadableDeviceOperations #//AggregateDeviceOperations"/>
<eClassifiers xsi:type="ecore:EClass" name="AggregatePlainDevice" instanceClassName="CF.AggregatePlainDevice"
abstract="true" interface="true" eSuperTypes="#//AggregatePlainDeviceOperations #//Device #//AggregateDevice"/>
<eClassifiers xsi:type="ecore:EClass" name="AggregatePlainDeviceOperations" instanceClassName="CF.AggregatePlainDeviceOperations"
abstract="true" interface="true" eSuperTypes="#//DeviceOperations #//AggregateDeviceOperations"/>
<eClassifiers xsi:type="ecore:EClass" name="AllocationManager" instanceClassName="CF.AllocationManager"
abstract="true" interface="true" eSuperTypes="#//AllocationManagerOperations #//Object #//IDLEntity"/>
<eClassifiers xsi:type="ecore:EClass" name="AllocationManagerOperations" instanceClassName="CF.AllocationManagerOperations"
abstract="true" interface="true"/>
<eClassifiers xsi:type="ecore:EClass" name="Application" instanceClassName="CF.Application"
abstract="true" interface="true" eSuperTypes="#//ApplicationOperations #//Resource #//IDLEntity"/>
<eClassifiers xsi:type="ecore:EClass" name="ApplicationFactory" instanceClassName="CF.ApplicationFactory"
abstract="true" interface="true" eSuperTypes="#//ApplicationFactoryOperations #//Object #//IDLEntity"/>
<eClassifiers xsi:type="ecore:EClass" name="ApplicationFactoryOperations" instanceClassName="CF.ApplicationFactoryOperations"
abstract="true" interface="true">
<eOperations name="create" eType="#//Application" eExceptions="#//CreateApplicationError #//CreateApplicationRequestError #//InvalidInitConfiguration">
<eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eParameters name="initConfiguration" eType="#//DataTypeArray"/>
<eParameters name="deviceAssignments" eType="#//DeviceAssignmentTypeArray"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ApplicationOperations" instanceClassName="CF.ApplicationOperations"
abstract="true" interface="true" eSuperTypes="#//ResourceOperations"/>
<eClassifiers xsi:type="ecore:EClass" name="ConnectionManager" instanceClassName="CF.ConnectionManager"
abstract="true" interface="true" eSuperTypes="#//ConnectionManagerOperations #//Object #//IDLEntity"/>
<eClassifiers xsi:type="ecore:EClass" name="ConnectionManagerOperations" instanceClassName="CF.ConnectionManagerOperations"
abstract="true" interface="true">
<eOperations name="connect" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
eExceptions="#//InvalidPort">
<eParameters name="usesEndpoint" eType="#//EndpointRequest"/>
<eParameters name="providesEndpoint" eType="#//EndpointRequest"/>
<eParameters name="requesterId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eParameters name="connectionId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="disconnect" eExceptions="#//InvalidPort">
<eParameters name="connectionRecordId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="connections" eType="#//ConnectionStatusTypeArray"/>
<eOperations name="listConnections">
<eParameters name="how_many" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eParameters name="connections" eType="#//ConnectionStatusSequenceHolder"/>
<eParameters name="iter" eType="#//ConnectionStatusIteratorHolder"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Device" instanceClassName="CF.Device"
abstract="true" interface="true" eSuperTypes="#//DeviceOperations #//Resource #//IDLEntity"/>
<eClassifiers xsi:type="ecore:EClass" name="DeviceManager" instanceClassName="CF.DeviceManager"
abstract="true" interface="true" eSuperTypes="#//DeviceManagerOperations #//PropertyEmitter #//PortSet"/>
<eClassifiers xsi:type="ecore:EClass" name="DeviceManagerOperations" instanceClassName="CF.DeviceManagerOperations"
abstract="true" interface="true" eSuperTypes="#//PropertyEmitterOperations #//PortSetOperations">
<eOperations name="registerDevice" eExceptions="#//InvalidObjectReference">
<eParameters name="registeringDevice" eType="#//Device"/>
</eOperations>
<eOperations name="unregisterDevice" eExceptions="#//InvalidObjectReference">
<eParameters name="registeredDevice" eType="#//Device"/>
</eOperations>
<eOperations name="shutdown"/>
<eOperations name="registerService" eExceptions="#//InvalidObjectReference">
<eParameters name="registeringService" eType="#//Object"/>
<eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="unregisterService" eExceptions="#//InvalidObjectReference">
<eParameters name="unregisteringService" eType="#//Object"/>
<eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="getComponentImplementationId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eParameters name="componentInstantiationId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DeviceOperations" instanceClassName="CF.DeviceOperations"
abstract="true" interface="true" eSuperTypes="#//ResourceOperations">
<eOperations name="allocateCapacity" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
eExceptions="#//InvalidCapacity #//InvalidState">
<eParameters name="capacities" eType="#//DataTypeArray"/>
</eOperations>
<eOperations name="deallocateCapacity" eExceptions="#//InvalidCapacity #//InvalidState">
<eParameters name="capacities" eType="#//DataTypeArray"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DomainManager" instanceClassName="CF.DomainManager"
abstract="true" interface="true" eSuperTypes="#//DomainManagerOperations #//PropertyEmitter #//Logging #//IDLEntity"/>
<eClassifiers xsi:type="ecore:EClass" name="DomainManagerOperations" instanceClassName="CF.DomainManagerOperations"
abstract="true" interface="true" eSuperTypes="#//PropertyEmitterOperations">
<eOperations name="registerDevice" eExceptions="#//InvalidObjectReference #//InvalidProfile #//DeviceManagerNotRegistered #//RegisterError">
<eParameters name="registeringDevice" eType="#//Device"/>
<eParameters name="registeredDeviceMgr" eType="#//DeviceManager"/>
</eOperations>
<eOperations name="registerDeviceManager" eExceptions="#//InvalidObjectReference #//InvalidProfile #//RegisterError">
<eParameters name="deviceMgr" eType="#//DeviceManager"/>
</eOperations>
<eOperations name="unregisterDeviceManager" eExceptions="#//InvalidObjectReference #//UnregisterError">
<eParameters name="deviceMgr" eType="#//DeviceManager"/>
</eOperations>
<eOperations name="unregisterDevice" eExceptions="#//InvalidObjectReference #//UnregisterError">
<eParameters name="unregisteringDevice" eType="#//Device"/>
</eOperations>
<eOperations name="createApplication" eExceptions="#//InvalidFileName #//ApplicationInstallationError #//CreateApplicationError #//CreateApplicationRequestError #//CreateApplicationInsufficientCapacityError #//InvalidInitConfiguration">
<eParameters name="profileFileName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eParameters name="initConfiguration" eType="#//DataTypeArray"/>
<eParameters name="deviceAssignments" eType="#//DeviceAssignmentTypeArray"/>
</eOperations>
<eOperations name="installApplication" eExceptions="#//InvalidProfile #//InvalidFileName #//ApplicationInstallationError #//ApplicationAlreadyInstalled">
<eParameters name="profileFileName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="uninstallApplication" eExceptions="#//InvalidDomMgrIdentifier #//ApplicationUninstallationError">
<eParameters name="applicationId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="registerService" eExceptions="#//InvalidObjectReference #//DeviceManagerNotRegistered #//RegisterError">
<eParameters name="registeringService" eType="#//Object"/>
<eParameters name="registeredDeviceMgr" eType="#//DeviceManager"/>
<eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="unregisterService" eExceptions="#//InvalidObjectReference #//UnregisterError">
<eParameters name="unregisteringService" eType="#//Object"/>
<eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="registerWithEventChannel" eExceptions="#//InvalidObjectReference #//InvalidEventChannelName #//AlreadyConnected">
<eParameters name="registeringObject" eType="#//Object"/>
<eParameters name="registeringId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eParameters name="eventChannelName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="unregisterFromEventChannel" eExceptions="#//InvalidEventChannelName #//NotConnected">
<eParameters name="unregisteringId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eParameters name="eventChannelName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="registerRemoteDomainManager" eExceptions="#//InvalidObjectReference #//RegisterError">
<eParameters name="registeringDomainManager" eType="#//DomainManager"/>
</eOperations>
<eOperations name="unregisterRemoteDomainManager" eExceptions="#//InvalidObjectReference #//UnregisterError">
<eParameters name="unregisteringDomainManager" eType="#//DomainManager"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EventChannelManager" instanceClassName="CF.EventChannelManager"
abstract="true" interface="true" eSuperTypes="#//EventChannelManagerOperations #//Object #//IDLEntity"/>
<eClassifiers xsi:type="ecore:EClass" name="EventChannelManagerOperations" instanceClassName="CF.EventChannelManagerOperations"
abstract="true" interface="true">
<eOperations name="create" eType="#//EventChannel" eExceptions="#//ChannelAlreadyExists #//OperationNotAllowed #//OperationFailed #//ServiceUnavailable">
<eParameters name="channel_name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="get" eType="#//EventChannel" eExceptions="#//ChannelDoesNotExist #//OperationNotAllowed #//OperationFailed #//ServiceUnavailable">
<eParameters name="channel_name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="createForRegistrations" eType="#//EventChannel" eExceptions="#//ChannelAlreadyExists #//OperationNotAllowed #//OperationFailed #//ServiceUnavailable">
<eParameters name="channel_name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="markForRegistrations" eExceptions="#//ChannelDoesNotExist #//OperationNotAllowed #//OperationFailed #//ServiceUnavailable">
<eParameters name="channel_name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="release" eExceptions="#//ChannelDoesNotExist #//RegistrationsExists #//OperationNotAllowed #//OperationFailed #//ServiceUnavailable">
<eParameters name="channel_name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="forceRelease" eExceptions="#//ChannelDoesNotExist #//OperationNotAllowed #//OperationFailed #//ServiceUnavailable">
<eParameters name="channel_name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="registerConsumer" eType="#//EventChannelReg" eExceptions="#//InvalidChannelName #//RegistrationAlreadyExists #//OperationFailed #//OperationNotAllowed #//ServiceUnavailable">
<eParameters name="consumer" eType="#//PushConsumer"/>
<eParameters name="req" eType="#//EventRegistration"/>
</eOperations>
<eOperations name="registerPublisher" eType="#//PublisherReg" eExceptions="#//InvalidChannelName #//RegistrationAlreadyExists #//OperationFailed #//OperationNotAllowed #//ServiceUnavailable">
<eParameters name="req" eType="#//EventRegistration"/>
<eParameters name="disconnectReceiver" eType="#//PushSupplier"/>
</eOperations>
<eOperations name="registerResource" eType="#//EventChannelReg" eExceptions="#//InvalidChannelName #//RegistrationAlreadyExists #//OperationFailed #//OperationNotAllowed #//ServiceUnavailable">
<eParameters name="req" eType="#//EventRegistration"/>
</eOperations>
<eOperations name="unregister" eExceptions="#//ChannelDoesNotExist #//RegistrationDoesNotExist #//ServiceUnavailable">
<eParameters name="reg" eType="#//EventRegistration"/>
</eOperations>
<eOperations name="listChannels">
<eParameters name="how_many" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eParameters name="elist" eType="#//EventChannelInfoListHolder"/>
<eParameters name="eiter" eType="#//EventChannelInfoIteratorHolder"/>
</eOperations>
<eOperations name="listRegistrants">
<eParameters name="channel_name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eParameters name="how_many" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eParameters name="rlist" eType="#//EventRegistrantListHolder"/>
<eParameters name="riter" eType="#//EventRegistrantIteratorHolder"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExecutableDevice" instanceClassName="CF.ExecutableDevice"
abstract="true" interface="true" eSuperTypes="#//ExecutableDeviceOperations #//LoadableDevice #//IDLEntity"/>
<eClassifiers xsi:type="ecore:EClass" name="ExecutableDeviceOperations" instanceClassName="CF.ExecutableDeviceOperations"
abstract="true" interface="true" eSuperTypes="#//LoadableDeviceOperations">
<eOperations name="terminate" eExceptions="#//InvalidProcess #//InvalidState">
<eParameters name="processId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eOperations>
<eOperations name="execute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
eExceptions="#//InvalidState #//InvalidFunction #//InvalidParameters #//InvalidOptions #//InvalidFileName #//ExecuteFail">
<eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eParameters name="options" eType="#//DataTypeArray"/>
<eParameters name="parameters" eType="#//DataTypeArray"/>
</eOperations>
<eOperations name="executeLinked" eExceptions="#//InvalidState #//InvalidFunction #//InvalidParameters #//InvalidOptions #//InvalidFileName #//ExecuteFail">
<eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eParameters name="options" eType="#//DataTypeArray"/>
<eParameters name="parameters" eType="#//DataTypeArray"/>
<eParameters name="deps" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="File" instanceClassName="CF.File" abstract="true"
interface="true" eSuperTypes="#//FileOperations #//Object #//IDLEntity"/>
<eClassifiers xsi:type="ecore:EClass" name="FileManager" instanceClassName="CF.FileManager"
abstract="true" interface="true" eSuperTypes="#//FileManagerOperations #//FileSystem #//IDLEntity"/>
<eClassifiers xsi:type="ecore:EClass" name="FileManagerOperations" instanceClassName="CF.FileManagerOperations"
abstract="true" interface="true" eSuperTypes="#//FileSystemOperations">
<eOperations name="mount" eExceptions="#//InvalidFileName #//InvalidFileSystem #//MountPointAlreadyExists">
<eParameters name="mountPoint" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eParameters name="file_System" eType="#//FileSystem"/>
</eOperations>
<eOperations name="unmount" eExceptions="#//NonExistentMount">
<eParameters name="mountPoint" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="getMounts" eType="#//MountTypeArray"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FileOperations" instanceClassName="CF.FileOperations"
abstract="true" interface="true">
<eOperations name="read" eExceptions="#//IOException">
<eParameters name="data" eType="#//OctetSequenceHolder"/>
<eParameters name="length" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eOperations>
<eOperations name="write" eExceptions="#//IOException">
<eParameters name="data" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EByteArray"/>
</eOperations>
<eOperations name="sizeOf" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
eExceptions="#//FileException"/>
<eOperations name="close" eExceptions="#//FileException"/>
<eOperations name="setFilePointer" eExceptions="#//InvalidFilePointer #//FileException">
<eParameters name="filePointer" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FileSystem" instanceClassName="CF.FileSystem"
abstract="true" interface="true" eSuperTypes="#//FileSystemOperations #//Object #//IDLEntity"/>
<eClassifiers xsi:type="ecore:EClass" name="FileSystemOperations" instanceClassName="CF.FileSystemOperations"
abstract="true" interface="true">
<eOperations name="remove" eExceptions="#//FileException #//InvalidFileName">
<eParameters name="fileName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="copy" eExceptions="#//InvalidFileName #//FileException">
<eParameters name="sourceFileName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eParameters name="destinationFileName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="exists" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
eExceptions="#//InvalidFileName">
<eParameters name="fileName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="list" eType="#//FileInformationTypeArray" eExceptions="#//FileException #//InvalidFileName">
<eParameters name="pattern" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="create" eType="#//File" eExceptions="#//InvalidFileName #//FileException">
<eParameters name="fileName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="open" eType="#//File" eExceptions="#//InvalidFileName #//FileException">
<eParameters name="fileName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eParameters name="read_Only" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eOperations>
<eOperations name="mkdir" eExceptions="#//InvalidFileName #//FileException">
<eParameters name="directoryName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="rmdir" eExceptions="#//InvalidFileName #//FileException">
<eParameters name="directoryName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="query" eExceptions="#//UnknownFileSystemProperties">
<eParameters name="fileSystemProperties" eType="#//PropertiesHolder"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IDLEntity" instanceClassName="org.omg.CORBA.portable.IDLEntity"
abstract="true" interface="true"/>
<eClassifiers xsi:type="ecore:EClass" name="LifeCycle" instanceClassName="CF.LifeCycle"
abstract="true" interface="true" eSuperTypes="#//LifeCycleOperations #//Object #//IDLEntity"/>
<eClassifiers xsi:type="ecore:EClass" name="LifeCycleOperations" instanceClassName="CF.LifeCycleOperations"
abstract="true" interface="true">
<eOperations name="initialize" eExceptions="#//InitializeError"/>
<eOperations name="releaseObject" eExceptions="#//ReleaseError"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LoadableDevice" instanceClassName="CF.LoadableDevice"
abstract="true" interface="true" eSuperTypes="#//LoadableDeviceOperations #//Device #//IDLEntity"/>
<eClassifiers xsi:type="ecore:EClass" name="LoadableDeviceOperations" instanceClassName="CF.LoadableDeviceOperations"
abstract="true" interface="true" eSuperTypes="#//DeviceOperations">
<eOperations name="load" eExceptions="#//InvalidState #//InvalidLoadKind #//InvalidFileName #//LoadFail">
<eParameters name="fs" eType="#//FileSystem"/>
<eParameters name="fileName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eParameters name="loadKind" eType="#//LoadType"/>
</eOperations>
<eOperations name="unload" eExceptions="#//InvalidState #//InvalidFileName">
<eParameters name="fileName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Logging" instanceClassName="CF.Logging"
abstract="true" interface="true" eSuperTypes="#//LoggingOperations #//LogEventConsumer #//LogConfiguration"/>
<eClassifiers xsi:type="ecore:EClass" name="LoggingOperations" instanceClassName="CF.LoggingOperations"
abstract="true" interface="true" eSuperTypes="#//LogEventConsumerOperations #//LogConfigurationOperations"/>
<eClassifiers xsi:type="ecore:EClass" name="LogEventConsumer" instanceClassName="CF.LogEventConsumer"
abstract="true" interface="true" eSuperTypes="#//LogEventConsumerOperations #//Object #//IDLEntity"/>
<eClassifiers xsi:type="ecore:EClass" name="LogEventConsumerOperations" instanceClassName="CF.LogEventConsumerOperations"
abstract="true" interface="true">
<eOperations name="retrieve_records" eType="#//LogEventArray">
<eParameters name="howMany" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eParameters name="startingRecord" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eOperations>
<eOperations name="retrieve_records_by_date" eType="#//LogEventArray">
<eParameters name="howMany" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eParameters name="to_timeStamp" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/>
</eOperations>
<eOperations name="retrieve_records_from_date" eType="#//LogEventArray">
<eParameters name="howMany" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eParameters name="from_timeStamp" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LogConfiguration" instanceClassName="CF.LogConfiguration"
abstract="true" interface="true" eSuperTypes="#//LogConfigurationOperations #//Object #//IDLEntity"/>
<eClassifiers xsi:type="ecore:EClass" name="LogConfigurationOperations" instanceClassName="CF.LogConfigurationOperations"
abstract="true" interface="true">
<eOperations name="setLogLevel" eExceptions="#//UnknownIdentifier">
<eParameters name="logger_id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eParameters name="newLevel" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eOperations>
<eOperations name="getLogConfig" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eOperations name="setLogConfig">
<eParameters name="config_contents" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="setLogConfigURL">
<eParameters name="config_url" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Object" instanceClassName="org.omg.CORBA.Object"
abstract="true" interface="true"/>
<eClassifiers xsi:type="ecore:EClass" name="Port" instanceClassName="CF.Port" abstract="true"
interface="true" eSuperTypes="#//PortOperations #//Object #//IDLEntity"/>
<eClassifiers xsi:type="ecore:EClass" name="PortOperations" instanceClassName="CF.PortOperations"
abstract="true" interface="true">
<eOperations name="connectPort" eExceptions="#//InvalidPort #//OccupiedPort">
<eParameters name="connection" eType="#//Object"/>
<eParameters name="connectionId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="disconnectPort" eExceptions="#//InvalidPort">
<eParameters name="connectionId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PortSet" instanceClassName="CF.PortSet"
abstract="true" interface="true" eSuperTypes="#//PortSetOperations #//PortSupplier #//Object #//IDLEntity"/>
<eClassifiers xsi:type="ecore:EClass" name="PortSetOperations" instanceClassName="CF.PortSetOperations"
abstract="true" interface="true">
<eOperations name="getPortSet" upperBound="-1" eType="#//PortInfoType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PortSupplier" instanceClassName="CF.PortSupplier"
abstract="true" interface="true" eSuperTypes="#//PortSupplierOperations #//Object #//IDLEntity"/>
<eClassifiers xsi:type="ecore:EClass" name="PortSupplierOperations" instanceClassName="CF.PortSupplierOperations"
abstract="true" interface="true">
<eOperations name="getPort" eType="#//Object" eExceptions="#//UnknownPort">
<eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PropertyEmitter" instanceClassName="CF.PropertyEmitter"
abstract="true" interface="true" eSuperTypes="#//PropertyEmitterOperations #//Object #//IDLEntity"/>
<eClassifiers xsi:type="ecore:EClass" name="PropertyEmitterOperations" instanceClassName="CF.PropertyEmitterOperations"
abstract="true" interface="true" eSuperTypes="#//PropertySetOperations">
<eOperations name="initializeProperties" eExceptions="#//AlreadyInitialized #//InvalidConfiguration #//PartialConfiguration">
<eParameters name="initialProperties" eType="#//DataTypeArray"/>
</eOperations>
<eOperations name="registerPropertyListener" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
eExceptions="#//UnknownProperties #//InvalidObjectReference">
<eParameters name="obj" eType="#//Object"/>
<eParameters name="prop_ids" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eParameters name="interval" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/>
</eOperations>
<eOperations name="unregisterPropertyListener" eExceptions="#//InvalidIdentifier">
<eParameters name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PropertySet" instanceClassName="CF.PropertySet"
abstract="true" interface="true" eSuperTypes="#//PropertySetOperations #//Object #//IDLEntity"/>
<eClassifiers xsi:type="ecore:EClass" name="PropertySetOperations" instanceClassName="CF.PropertySetOperations"
abstract="true" interface="true">
<eOperations name="configure" eExceptions="#//InvalidConfiguration #//PartialConfiguration">
<eParameters name="configProperties" eType="#//DataTypeArray"/>
</eOperations>
<eOperations name="query" eExceptions="#//UnknownProperties">
<eParameters name="configProperties" eType="#//PropertiesHolder"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Resource" instanceClassName="CF.Resource"
abstract="true" interface="true" eSuperTypes="#//ResourceOperations #//LifeCycle #//TestableObject #//PropertyEmitter #//PortSet #//Logging"/>
<eClassifiers xsi:type="ecore:EClass" name="ResourceFactory" instanceClassName="CF.ResourceFactory"
abstract="true" interface="true" eSuperTypes="#//ResourceFactoryOperations #//Object #//IDLEntity"/>
<eClassifiers xsi:type="ecore:EClass" name="ResourceFactoryOperations" instanceClassName="CF.ResourceFactoryOperations"
abstract="true" interface="true">
<eOperations name="createResource" eType="#//Resource" eExceptions="#//CreateResourceFailure">
<eParameters name="resourceId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eParameters name="qualifiers" eType="#//DataTypeArray"/>
</eOperations>
<eOperations name="releaseResource" eExceptions="#//InvalidResourceId">
<eParameters name="resourceId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="shutdown" eExceptions="#//ShutdownFailure"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ResourceOperations" instanceClassName="CF.ResourceOperations"
abstract="true" interface="true" eSuperTypes="#//LifeCycleOperations #//TestableObjectOperations #//PropertyEmitterOperations #//PortSupplierOperations">
<eOperations name="start" eExceptions="#//StartError"/>
<eOperations name="stop" eExceptions="#//StopError"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TestableObject" instanceClassName="CF.TestableObject"
abstract="true" interface="true" eSuperTypes="#//TestableObjectOperations #//Object #//IDLEntity"/>
<eClassifiers xsi:type="ecore:EClass" name="TestableObjectOperations" instanceClassName="CF.TestableObjectOperations"
abstract="true" interface="true">
<eOperations name="runTest" eExceptions="#//UnknownTest #//UnknownProperties">
<eParameters name="testid" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eParameters name="testValues" eType="#//PropertiesHolder"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="AllocationStatusType" instanceClassName="CF.AllocationManagerPackage.AllocationStatusType"/>
<eClassifiers xsi:type="ecore:EDataType" name="CreateApplicationInsufficientCapacityError"
instanceClassName="CF.ApplicationFactoryPackage.CreateApplicationInsufficientCapacityError"/>
<eClassifiers xsi:type="ecore:EDataType" name="CreateApplicationError" instanceClassName="CF.ApplicationFactoryPackage.CreateApplicationError"/>
<eClassifiers xsi:type="ecore:EDataType" name="CreateApplicationRequestError" instanceClassName="CF.ApplicationFactoryPackage.CreateApplicationRequestError"/>
<eClassifiers xsi:type="ecore:EDataType" name="InvalidInitConfiguration" instanceClassName="CF.ApplicationFactoryPackage.InvalidInitConfiguration"/>
<eClassifiers xsi:type="ecore:EDataType" name="ConnectionStatusSequenceHolder" instanceClassName="CF.ConnectionManagerPackage.ConnectionStatusSequenceHolder"
serializable="false"/>
<eClassifiers xsi:type="ecore:EDataType" name="ConnectionStatusType" instanceClassName="CF.ConnectionManagerPackage.ConnectionStatusType"
serializable="false"/>
<eClassifiers xsi:type="ecore:EDataType" name="ConnectionStatusTypeArray" instanceClassName="CF.ConnectionManagerPackage.ConnectionStatusType[]"
serializable="false"/>
<eClassifiers xsi:type="ecore:EDataType" name="EndpointRequest" instanceClassName="CF.ConnectionManagerPackage.EndpointRequest"
serializable="false"/>
<eClassifiers xsi:type="ecore:EDataType" name="ConnectionStatusIteratorHolder" instanceClassName="CF.ConnectionStatusIteratorHolder"
serializable="false"/>
<eClassifiers xsi:type="ecore:EDataType" name="DataType" instanceClassName="CF.DataType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="DataType"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="DataTypeArray" instanceClassName="CF.DataType[]">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="DataTypeArray"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="DeviceAssignmentTypeArray" instanceClassName="CF.DeviceAssignmentType[]"/>
<eClassifiers xsi:type="ecore:EDataType" name="InvalidCapacity" instanceClassName="CF.DevicePackage.InvalidCapacity"/>
<eClassifiers xsi:type="ecore:EDataType" name="InvalidState" instanceClassName="CF.DevicePackage.InvalidState"/>
<eClassifiers xsi:type="ecore:EDataType" name="DeviceManagerNotRegistered" instanceClassName="CF.DomainManagerPackage.DeviceManagerNotRegistered"/>
<eClassifiers xsi:type="ecore:EDataType" name="RegisterError" instanceClassName="CF.DomainManagerPackage.RegisterError"/>
<eClassifiers xsi:type="ecore:EDataType" name="UnregisterError" instanceClassName="CF.DomainManagerPackage.UnregisterError"/>
<eClassifiers xsi:type="ecore:EDataType" name="ApplicationInstallationError" instanceClassName="CF.DomainManagerPackage.ApplicationInstallationError"/>
<eClassifiers xsi:type="ecore:EDataType" name="ApplicationAlreadyInstalled" instanceClassName="CF.DomainManagerPackage.ApplicationAlreadyInstalled"/>
<eClassifiers xsi:type="ecore:EDataType" name="InvalidDomMgrIdentifier" instanceClassName="CF.DomainManagerPackage.InvalidIdentifier"/>
<eClassifiers xsi:type="ecore:EDataType" name="ApplicationUninstallationError" instanceClassName="CF.DomainManagerPackage.ApplicationUninstallationError"/>
<eClassifiers xsi:type="ecore:EDataType" name="InsufficientCapacity" instanceClassName="CF.DevicePackage.InsufficientCapacity"
serializable="false"/>
<eClassifiers xsi:type="ecore:EDataType" name="InvalidEventChannelName" instanceClassName="CF.DomainManagerPackage.InvalidEventChannelName"/>
<eClassifiers xsi:type="ecore:EDataType" name="AlreadyConnected" instanceClassName="CF.DomainManagerPackage.AlreadyConnected"/>
<eClassifiers xsi:type="ecore:EDataType" name="NotConnected" instanceClassName="CF.DomainManagerPackage.NotConnected"/>
<eClassifiers xsi:type="ecore:EDataType" name="EventChannelInfoIteratorHolder" instanceClassName="CF.EventChannelInfoIteratorHolder"/>
<eClassifiers xsi:type="ecore:EDataType" name="ChannelAlreadyExists" instanceClassName="CF.EventChannelManagerPackage.ChannelAlreadyExists"/>
<eClassifiers xsi:type="ecore:EDataType" name="ChannelDoesNotExist" instanceClassName="CF.EventChannelManagerPackage.ChannelDoesNotExist"/>
<eClassifiers xsi:type="ecore:EDataType" name="EventChannelInfoListHolder" instanceClassName="CF.EventChannelManagerPackage.EventChannelInfoListHolder"/>
<eClassifiers xsi:type="ecore:EDataType" name="EventChannelReg" instanceClassName="CF.EventChannelManagerPackage.EventChannelReg"/>
<eClassifiers xsi:type="ecore:EDataType" name="EventRegistration" instanceClassName="CF.EventChannelManagerPackage.EventRegistration"/>
<eClassifiers xsi:type="ecore:EDataType" name="EventRegistrantListHolder" instanceClassName="CF.EventChannelManagerPackage.EventRegistrantListHolder"/>
<eClassifiers xsi:type="ecore:EDataType" name="InvalidChannelName" instanceClassName="CF.EventChannelManagerPackage.InvalidChannelName"/>
<eClassifiers xsi:type="ecore:EDataType" name="OperationFailed" instanceClassName="CF.EventChannelManagerPackage.OperationFailed"/>
<eClassifiers xsi:type="ecore:EDataType" name="OperationNotAllowed" instanceClassName="CF.EventChannelManagerPackage.OperationNotAllowed"/>
<eClassifiers xsi:type="ecore:EDataType" name="PublisherReg" instanceClassName="CF.EventChannelManagerPackage.PublisherReg"/>
<eClassifiers xsi:type="ecore:EDataType" name="RegistrationAlreadyExists" instanceClassName="CF.EventChannelManagerPackage.RegistrationAlreadyExists"/>
<eClassifiers xsi:type="ecore:EDataType" name="RegistrationDoesNotExist" instanceClassName="CF.EventChannelManagerPackage.RegistrationDoesNotExist"/>
<eClassifiers xsi:type="ecore:EDataType" name="RegistrationsExists" instanceClassName="CF.EventChannelManagerPackage.RegistrationsExists"/>
<eClassifiers xsi:type="ecore:EDataType" name="ServiceUnavailable" instanceClassName="CF.EventChannelManagerPackage.ServiceUnavailable"/>
<eClassifiers xsi:type="ecore:EDataType" name="EventRegistrantIteratorHolder" instanceClassName="CF.EventRegistrantIteratorHolder"/>
<eClassifiers xsi:type="ecore:EDataType" name="InvalidProcess" instanceClassName="CF.ExecutableDevicePackage.InvalidProcess"/>
<eClassifiers xsi:type="ecore:EDataType" name="InvalidFunction" instanceClassName="CF.ExecutableDevicePackage.InvalidFunction"/>
<eClassifiers xsi:type="ecore:EDataType" name="InvalidParameters" instanceClassName="CF.ExecutableDevicePackage.InvalidParameters"/>
<eClassifiers xsi:type="ecore:EDataType" name="InvalidOptions" instanceClassName="CF.ExecutableDevicePackage.InvalidOptions"/>
<eClassifiers xsi:type="ecore:EDataType" name="ExecuteFail" instanceClassName="CF.ExecutableDevicePackage.ExecuteFail"/>
<eClassifiers xsi:type="ecore:EDataType" name="InvalidFileSystem" instanceClassName="CF.FileManagerPackage.InvalidFileSystem"/>
<eClassifiers xsi:type="ecore:EDataType" name="MountPointAlreadyExists" instanceClassName="CF.FileManagerPackage.MountPointAlreadyExists"/>
<eClassifiers xsi:type="ecore:EDataType" name="NonExistentMount" instanceClassName="CF.FileManagerPackage.NonExistentMount"/>
<eClassifiers xsi:type="ecore:EDataType" name="MountTypeArray" instanceClassName="CF.FileManagerPackage.MountType[]"/>
<eClassifiers xsi:type="ecore:EDataType" name="IOException" instanceClassName="CF.FilePackage.IOException"/>
<eClassifiers xsi:type="ecore:EDataType" name="FileException" instanceClassName="CF.FileException"/>
<eClassifiers xsi:type="ecore:EDataType" name="InvalidFilePointer" instanceClassName="CF.FilePackage.InvalidFilePointer"/>
<eClassifiers xsi:type="ecore:EDataType" name="FileInformationTypeArray" instanceClassName="CF.FileSystemPackage.FileInformationType[]"/>
<eClassifiers xsi:type="ecore:EDataType" name="UnknownFileSystemProperties" instanceClassName="CF.FileSystemPackage.UnknownFileSystemProperties"/>
<eClassifiers xsi:type="ecore:EDataType" name="InvalidFileName" instanceClassName="CF.InvalidFileName"/>
<eClassifiers xsi:type="ecore:EDataType" name="InvalidIdentifier" instanceClassName="CF.InvalidIdentifier"/>
<eClassifiers xsi:type="ecore:EDataType" name="InvalidObjectReference" instanceClassName="CF.InvalidObjectReference"/>
<eClassifiers xsi:type="ecore:EDataType" name="InvalidProfile" instanceClassName="CF.InvalidProfile"/>
<eClassifiers xsi:type="ecore:EDataType" name="InitializeError" instanceClassName="CF.LifeCyclePackage.InitializeError"/>
<eClassifiers xsi:type="ecore:EDataType" name="ReleaseError" instanceClassName="CF.LifeCyclePackage.ReleaseError"/>
<eClassifiers xsi:type="ecore:EDataType" name="LoadType" instanceClassName="CF.LoadableDevicePackage.LoadType"/>
<eClassifiers xsi:type="ecore:EDataType" name="InvalidLoadKind" instanceClassName="CF.LoadableDevicePackage.InvalidLoadKind"/>
<eClassifiers xsi:type="ecore:EDataType" name="LoadFail" instanceClassName="CF.LoadableDevicePackage.LoadFail"/>
<eClassifiers xsi:type="ecore:EDataType" name="LogEventArray" instanceClassName="CF.LogEvent[]"/>
<eClassifiers xsi:type="ecore:EDataType" name="OctetSequenceHolder" instanceClassName="CF.OctetSequenceHolder"/>
<eClassifiers xsi:type="ecore:EDataType" name="InvalidPort" instanceClassName="CF.PortPackage.InvalidPort"/>
<eClassifiers xsi:type="ecore:EDataType" name="OccupiedPort" instanceClassName="CF.PortPackage.OccupiedPort"/>
<eClassifiers xsi:type="ecore:EDataType" name="PortInfoType" instanceClassName="CF.PortSetPackage.PortInfoType"/>
<eClassifiers xsi:type="ecore:EDataType" name="UnknownPort" instanceClassName="CF.PortSupplierPackage.UnknownPort"/>
<eClassifiers xsi:type="ecore:EDataType" name="PropertiesHolder" instanceClassName="CF.PropertiesHolder"/>
<eClassifiers xsi:type="ecore:EDataType" name="PropertyChangeEvent" instanceClassName="CF.PropertyChangeListenerPackage.PropertyChangeEvent"/>
<eClassifiers xsi:type="ecore:EDataType" name="AlreadyInitialized" instanceClassName="CF.PropertyEmitterPackage.AlreadyInitialized"/>
<eClassifiers xsi:type="ecore:EDataType" name="InvalidConfiguration" instanceClassName="CF.PropertySetPackage.InvalidConfiguration"/>
<eClassifiers xsi:type="ecore:EDataType" name="PartialConfiguration" instanceClassName="CF.PropertySetPackage.PartialConfiguration"/>
<eClassifiers xsi:type="ecore:EDataType" name="UnknownProperties" instanceClassName="CF.UnknownProperties"/>
<eClassifiers xsi:type="ecore:EDataType" name="CreateResourceFailure" instanceClassName="CF.ResourceFactoryPackage.CreateResourceFailure"/>
<eClassifiers xsi:type="ecore:EDataType" name="InvalidResourceId" instanceClassName="CF.ResourceFactoryPackage.InvalidResourceId"/>
<eClassifiers xsi:type="ecore:EDataType" name="ShutdownFailure" instanceClassName="CF.ResourceFactoryPackage.ShutdownFailure"/>
<eClassifiers xsi:type="ecore:EDataType" name="StartError" instanceClassName="CF.ResourcePackage.StartError"/>
<eClassifiers xsi:type="ecore:EDataType" name="StopError" instanceClassName="CF.ResourcePackage.StopError"/>
<eClassifiers xsi:type="ecore:EDataType" name="UnknownTest" instanceClassName="CF.TestableObjectPackage.UnknownTest"/>
<eClassifiers xsi:type="ecore:EDataType" name="UnknownIdentifier" instanceClassName="CF.UnknownIdentifier"/>
<eClassifiers xsi:type="ecore:EDataType" name="UTCTime" instanceClassName="CF.UTCTime"/>
<eClassifiers xsi:type="ecore:EDataType" name="ORB" instanceClassName="org.omg.CORBA.ORB">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="ORB"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="EventChannel" instanceClassName="org.omg.CosEventChannelAdmin.EventChannel"/>
<eClassifiers xsi:type="ecore:EDataType" name="PushConsumer" instanceClassName="org.omg.CosEventComm.PushConsumer"/>
<eClassifiers xsi:type="ecore:EDataType" name="PushSupplier" instanceClassName="org.omg.CosEventComm.PushSupplier"/>
<eClassifiers xsi:type="ecore:EDataType" name="NamingContextExt" instanceClassName="org.omg.CosNaming.NamingContextExt">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="NamingContextExt"/>
</eAnnotations>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/RedhawkSDR/mil.jpeojtrs.sca/plugins/mil.jpeojtrs.sca.cf/model/cf.ecore | ecore | cf
AggregateDevice
CF.AggregateDevice
CF.AggregateDevice
AggregateDeviceOperations
CF.AggregateDeviceOperations
CF.AggregateDeviceOperations
addDevice
associatedDevice
removeDevice
associatedDevice
AggregateExecutableDevice
CF.AggregateExecutableDevice
CF.AggregateExecutableDevice
AggregateExecutableDeviceOperations
CF.AggregateExecutableDeviceOperations
CF.AggregateExecutableDeviceOperations
AggregateLoadableDevice
CF.AggregateLoadableDevice
CF.AggregateLoadableDevice
AggregateLoadableDeviceOperations
CF.AggregateLoadableDeviceOperations
CF.AggregateLoadableDeviceOperations
AggregatePlainDevice
CF.AggregatePlainDevice
CF.AggregatePlainDevice
AggregatePlainDeviceOperations
CF.AggregatePlainDeviceOperations
CF.AggregatePlainDeviceOperations
AllocationManager
CF.AllocationManager
CF.AllocationManager
AllocationManagerOperations
CF.AllocationManagerOperations
CF.AllocationManagerOperations
Application
CF.Application
CF.Application
ApplicationFactory
CF.ApplicationFactory
CF.ApplicationFactory
ApplicationFactoryOperations
CF.ApplicationFactoryOperations
CF.ApplicationFactoryOperations
create
name
initConfiguration
deviceAssignments
ApplicationOperations
CF.ApplicationOperations
CF.ApplicationOperations
ConnectionManager
CF.ConnectionManager
CF.ConnectionManager
ConnectionManagerOperations
CF.ConnectionManagerOperations
CF.ConnectionManagerOperations
connect
usesEndpoint
providesEndpoint
requesterId
connectionId
disconnect
connectionRecordId
connections
listConnections
how_many
connections
iter
Device
CF.Device
CF.Device
DeviceManager
CF.DeviceManager
CF.DeviceManager
DeviceManagerOperations
CF.DeviceManagerOperations
CF.DeviceManagerOperations
registerDevice
registeringDevice
unregisterDevice
registeredDevice
shutdown
registerService
registeringService
name
unregisterService
unregisteringService
name
getComponentImplementationId
componentInstantiationId
DeviceOperations
CF.DeviceOperations
CF.DeviceOperations
allocateCapacity
capacities
deallocateCapacity
capacities
DomainManager
CF.DomainManager
CF.DomainManager
DomainManagerOperations
CF.DomainManagerOperations
CF.DomainManagerOperations
registerDevice
registeringDevice
registeredDeviceMgr
registerDeviceManager
deviceMgr
unregisterDeviceManager
deviceMgr
unregisterDevice
unregisteringDevice
createApplication
profileFileName
name
initConfiguration
deviceAssignments
installApplication
profileFileName
uninstallApplication
applicationId
registerService
registeringService
registeredDeviceMgr
name
unregisterService
unregisteringService
name
registerWithEventChannel
registeringObject
registeringId
eventChannelName
unregisterFromEventChannel
unregisteringId
eventChannelName
registerRemoteDomainManager
registeringDomainManager
unregisterRemoteDomainManager
unregisteringDomainManager
EventChannelManager
CF.EventChannelManager
CF.EventChannelManager
EventChannelManagerOperations
CF.EventChannelManagerOperations
CF.EventChannelManagerOperations
create
channel_name
get
channel_name
createForRegistrations
channel_name
markForRegistrations
channel_name
release
channel_name
forceRelease
channel_name
registerConsumer
consumer
req
registerPublisher
req
disconnectReceiver
registerResource
req
unregister
reg
listChannels
how_many
elist
eiter
listRegistrants
channel_name
how_many
rlist
riter
ExecutableDevice
CF.ExecutableDevice
CF.ExecutableDevice
ExecutableDeviceOperations
CF.ExecutableDeviceOperations
CF.ExecutableDeviceOperations
terminate
processId
execute
name
options
parameters
executeLinked
name
options
parameters
deps
File
CF.File
CF.File
FileManager
CF.FileManager
CF.FileManager
FileManagerOperations
CF.FileManagerOperations
CF.FileManagerOperations
mount
mountPoint
file_System
unmount
mountPoint
getMounts
FileOperations
CF.FileOperations
CF.FileOperations
read
data
length
write
data
sizeOf
close
setFilePointer
filePointer
FileSystem
CF.FileSystem
CF.FileSystem
FileSystemOperations
CF.FileSystemOperations
CF.FileSystemOperations
remove
fileName
copy
sourceFileName
destinationFileName
exists
fileName
list
pattern
create
fileName
open
fileName
read_Only
mkdir
directoryName
rmdir
directoryName
query
fileSystemProperties
IDLEntity
org.omg.CORBA.portable.IDLEntity
org.omg.CORBA.portable.IDLEntity
LifeCycle
CF.LifeCycle
CF.LifeCycle
LifeCycleOperations
CF.LifeCycleOperations
CF.LifeCycleOperations
initialize
releaseObject
LoadableDevice
CF.LoadableDevice
CF.LoadableDevice
LoadableDeviceOperations
CF.LoadableDeviceOperations
CF.LoadableDeviceOperations
load
fs
fileName
loadKind
unload
fileName
Logging
CF.Logging
CF.Logging
LoggingOperations
CF.LoggingOperations
CF.LoggingOperations
LogEventConsumer
CF.LogEventConsumer
CF.LogEventConsumer
LogEventConsumerOperations
CF.LogEventConsumerOperations
CF.LogEventConsumerOperations
retrieve_records
howMany
startingRecord
retrieve_records_by_date
howMany
to_timeStamp
retrieve_records_from_date
howMany
from_timeStamp
LogConfiguration
CF.LogConfiguration
CF.LogConfiguration
LogConfigurationOperations
CF.LogConfigurationOperations
CF.LogConfigurationOperations
setLogLevel
logger_id
newLevel
getLogConfig
setLogConfig
config_contents
setLogConfigURL
config_url
Object
org.omg.CORBA.Object
org.omg.CORBA.Object
Port
CF.Port
CF.Port
PortOperations
CF.PortOperations
CF.PortOperations
connectPort
connection
connectionId
disconnectPort
connectionId
PortSet
CF.PortSet
CF.PortSet
PortSetOperations
CF.PortSetOperations
CF.PortSetOperations
getPortSet
PortSupplier
CF.PortSupplier
CF.PortSupplier
PortSupplierOperations
CF.PortSupplierOperations
CF.PortSupplierOperations
getPort
name
PropertyEmitter
CF.PropertyEmitter
CF.PropertyEmitter
PropertyEmitterOperations
CF.PropertyEmitterOperations
CF.PropertyEmitterOperations
initializeProperties
initialProperties
registerPropertyListener
obj
prop_ids
interval
unregisterPropertyListener
id
PropertySet
CF.PropertySet
CF.PropertySet
PropertySetOperations
CF.PropertySetOperations
CF.PropertySetOperations
configure
configProperties
query
configProperties
Resource
CF.Resource
CF.Resource
ResourceFactory
CF.ResourceFactory
CF.ResourceFactory
ResourceFactoryOperations
CF.ResourceFactoryOperations
CF.ResourceFactoryOperations
createResource
resourceId
qualifiers
releaseResource
resourceId
shutdown
ResourceOperations
CF.ResourceOperations
CF.ResourceOperations
start
stop
TestableObject
CF.TestableObject
CF.TestableObject
TestableObjectOperations
CF.TestableObjectOperations
CF.TestableObjectOperations
runTest
testid
testValues
AllocationStatusType
CF.AllocationManagerPackage.AllocationStatusType
CF.AllocationManagerPackage.AllocationStatusType
CreateApplicationInsufficientCapacityError
CF.ApplicationFactoryPackage.CreateApplicationInsufficientCapacityError
CF.ApplicationFactoryPackage.CreateApplicationInsufficientCapacityError
CreateApplicationError
CF.ApplicationFactoryPackage.CreateApplicationError
CF.ApplicationFactoryPackage.CreateApplicationError
CreateApplicationRequestError
CF.ApplicationFactoryPackage.CreateApplicationRequestError
CF.ApplicationFactoryPackage.CreateApplicationRequestError
InvalidInitConfiguration
CF.ApplicationFactoryPackage.InvalidInitConfiguration
CF.ApplicationFactoryPackage.InvalidInitConfiguration
ConnectionStatusSequenceHolder
CF.ConnectionManagerPackage.ConnectionStatusSequenceHolder
CF.ConnectionManagerPackage.ConnectionStatusSequenceHolder
ConnectionStatusType
CF.ConnectionManagerPackage.ConnectionStatusType
CF.ConnectionManagerPackage.ConnectionStatusType
ConnectionStatusTypeArray
CF.ConnectionManagerPackage.ConnectionStatusType[]
CF.ConnectionManagerPackage.ConnectionStatusType[]
EndpointRequest
CF.ConnectionManagerPackage.EndpointRequest
CF.ConnectionManagerPackage.EndpointRequest
ConnectionStatusIteratorHolder
CF.ConnectionStatusIteratorHolder
CF.ConnectionStatusIteratorHolder
DataType
CF.DataType
CF.DataType
DataTypeArray
CF.DataType[]
CF.DataType[]
DeviceAssignmentTypeArray
CF.DeviceAssignmentType[]
CF.DeviceAssignmentType[]
InvalidCapacity
CF.DevicePackage.InvalidCapacity
CF.DevicePackage.InvalidCapacity
InvalidState
CF.DevicePackage.InvalidState
CF.DevicePackage.InvalidState
DeviceManagerNotRegistered
CF.DomainManagerPackage.DeviceManagerNotRegistered
CF.DomainManagerPackage.DeviceManagerNotRegistered
RegisterError
CF.DomainManagerPackage.RegisterError
CF.DomainManagerPackage.RegisterError
UnregisterError
CF.DomainManagerPackage.UnregisterError
CF.DomainManagerPackage.UnregisterError
ApplicationInstallationError
CF.DomainManagerPackage.ApplicationInstallationError
CF.DomainManagerPackage.ApplicationInstallationError
ApplicationAlreadyInstalled
CF.DomainManagerPackage.ApplicationAlreadyInstalled
CF.DomainManagerPackage.ApplicationAlreadyInstalled
InvalidDomMgrIdentifier
CF.DomainManagerPackage.InvalidIdentifier
CF.DomainManagerPackage.InvalidIdentifier
ApplicationUninstallationError
CF.DomainManagerPackage.ApplicationUninstallationError
CF.DomainManagerPackage.ApplicationUninstallationError
InsufficientCapacity
CF.DevicePackage.InsufficientCapacity
CF.DevicePackage.InsufficientCapacity
InvalidEventChannelName
CF.DomainManagerPackage.InvalidEventChannelName
CF.DomainManagerPackage.InvalidEventChannelName
AlreadyConnected
CF.DomainManagerPackage.AlreadyConnected
CF.DomainManagerPackage.AlreadyConnected
NotConnected
CF.DomainManagerPackage.NotConnected
CF.DomainManagerPackage.NotConnected
EventChannelInfoIteratorHolder
CF.EventChannelInfoIteratorHolder
CF.EventChannelInfoIteratorHolder
ChannelAlreadyExists
CF.EventChannelManagerPackage.ChannelAlreadyExists
CF.EventChannelManagerPackage.ChannelAlreadyExists
ChannelDoesNotExist
CF.EventChannelManagerPackage.ChannelDoesNotExist
CF.EventChannelManagerPackage.ChannelDoesNotExist
EventChannelInfoListHolder
CF.EventChannelManagerPackage.EventChannelInfoListHolder
CF.EventChannelManagerPackage.EventChannelInfoListHolder
EventChannelReg
CF.EventChannelManagerPackage.EventChannelReg
CF.EventChannelManagerPackage.EventChannelReg
EventRegistration
CF.EventChannelManagerPackage.EventRegistration
CF.EventChannelManagerPackage.EventRegistration
EventRegistrantListHolder
CF.EventChannelManagerPackage.EventRegistrantListHolder
CF.EventChannelManagerPackage.EventRegistrantListHolder
InvalidChannelName
CF.EventChannelManagerPackage.InvalidChannelName
CF.EventChannelManagerPackage.InvalidChannelName
OperationFailed
CF.EventChannelManagerPackage.OperationFailed
CF.EventChannelManagerPackage.OperationFailed
OperationNotAllowed
CF.EventChannelManagerPackage.OperationNotAllowed
CF.EventChannelManagerPackage.OperationNotAllowed
PublisherReg
CF.EventChannelManagerPackage.PublisherReg
CF.EventChannelManagerPackage.PublisherReg
RegistrationAlreadyExists
CF.EventChannelManagerPackage.RegistrationAlreadyExists
CF.EventChannelManagerPackage.RegistrationAlreadyExists
RegistrationDoesNotExist
CF.EventChannelManagerPackage.RegistrationDoesNotExist
CF.EventChannelManagerPackage.RegistrationDoesNotExist
RegistrationsExists
CF.EventChannelManagerPackage.RegistrationsExists
CF.EventChannelManagerPackage.RegistrationsExists
ServiceUnavailable
CF.EventChannelManagerPackage.ServiceUnavailable
CF.EventChannelManagerPackage.ServiceUnavailable
EventRegistrantIteratorHolder
CF.EventRegistrantIteratorHolder
CF.EventRegistrantIteratorHolder
InvalidProcess
CF.ExecutableDevicePackage.InvalidProcess
CF.ExecutableDevicePackage.InvalidProcess
InvalidFunction
CF.ExecutableDevicePackage.InvalidFunction
CF.ExecutableDevicePackage.InvalidFunction
InvalidParameters
CF.ExecutableDevicePackage.InvalidParameters
CF.ExecutableDevicePackage.InvalidParameters
InvalidOptions
CF.ExecutableDevicePackage.InvalidOptions
CF.ExecutableDevicePackage.InvalidOptions
ExecuteFail
CF.ExecutableDevicePackage.ExecuteFail
CF.ExecutableDevicePackage.ExecuteFail
InvalidFileSystem
CF.FileManagerPackage.InvalidFileSystem
CF.FileManagerPackage.InvalidFileSystem
MountPointAlreadyExists
CF.FileManagerPackage.MountPointAlreadyExists
CF.FileManagerPackage.MountPointAlreadyExists
NonExistentMount
CF.FileManagerPackage.NonExistentMount
CF.FileManagerPackage.NonExistentMount
MountTypeArray
CF.FileManagerPackage.MountType[]
CF.FileManagerPackage.MountType[]
IOException
CF.FilePackage.IOException
CF.FilePackage.IOException
FileException
CF.FileException
CF.FileException
InvalidFilePointer
CF.FilePackage.InvalidFilePointer
CF.FilePackage.InvalidFilePointer
FileInformationTypeArray
CF.FileSystemPackage.FileInformationType[]
CF.FileSystemPackage.FileInformationType[]
UnknownFileSystemProperties
CF.FileSystemPackage.UnknownFileSystemProperties
CF.FileSystemPackage.UnknownFileSystemProperties
InvalidFileName
CF.InvalidFileName
CF.InvalidFileName
InvalidIdentifier
CF.InvalidIdentifier
CF.InvalidIdentifier
InvalidObjectReference
CF.InvalidObjectReference
CF.InvalidObjectReference
InvalidProfile
CF.InvalidProfile
CF.InvalidProfile
InitializeError
CF.LifeCyclePackage.InitializeError
CF.LifeCyclePackage.InitializeError
ReleaseError
CF.LifeCyclePackage.ReleaseError
CF.LifeCyclePackage.ReleaseError
LoadType
CF.LoadableDevicePackage.LoadType
CF.LoadableDevicePackage.LoadType
InvalidLoadKind
CF.LoadableDevicePackage.InvalidLoadKind
CF.LoadableDevicePackage.InvalidLoadKind
LoadFail
CF.LoadableDevicePackage.LoadFail
CF.LoadableDevicePackage.LoadFail
LogEventArray
CF.LogEvent[]
CF.LogEvent[]
OctetSequenceHolder
CF.OctetSequenceHolder
CF.OctetSequenceHolder
InvalidPort
CF.PortPackage.InvalidPort
CF.PortPackage.InvalidPort
OccupiedPort
CF.PortPackage.OccupiedPort
CF.PortPackage.OccupiedPort
PortInfoType
CF.PortSetPackage.PortInfoType
CF.PortSetPackage.PortInfoType
UnknownPort
CF.PortSupplierPackage.UnknownPort
CF.PortSupplierPackage.UnknownPort
PropertiesHolder
CF.PropertiesHolder
CF.PropertiesHolder
PropertyChangeEvent
CF.PropertyChangeListenerPackage.PropertyChangeEvent
CF.PropertyChangeListenerPackage.PropertyChangeEvent
AlreadyInitialized
CF.PropertyEmitterPackage.AlreadyInitialized
CF.PropertyEmitterPackage.AlreadyInitialized
InvalidConfiguration
CF.PropertySetPackage.InvalidConfiguration
CF.PropertySetPackage.InvalidConfiguration
PartialConfiguration
CF.PropertySetPackage.PartialConfiguration
CF.PropertySetPackage.PartialConfiguration
UnknownProperties
CF.UnknownProperties
CF.UnknownProperties
CreateResourceFailure
CF.ResourceFactoryPackage.CreateResourceFailure
CF.ResourceFactoryPackage.CreateResourceFailure
InvalidResourceId
CF.ResourceFactoryPackage.InvalidResourceId
CF.ResourceFactoryPackage.InvalidResourceId
ShutdownFailure
CF.ResourceFactoryPackage.ShutdownFailure
CF.ResourceFactoryPackage.ShutdownFailure
StartError
CF.ResourcePackage.StartError
CF.ResourcePackage.StartError
StopError
CF.ResourcePackage.StopError
CF.ResourcePackage.StopError
UnknownTest
CF.TestableObjectPackage.UnknownTest
CF.TestableObjectPackage.UnknownTest
UnknownIdentifier
CF.UnknownIdentifier
CF.UnknownIdentifier
UTCTime
CF.UTCTime
CF.UTCTime
ORB
org.omg.CORBA.ORB
org.omg.CORBA.ORB
EventChannel
org.omg.CosEventChannelAdmin.EventChannel
org.omg.CosEventChannelAdmin.EventChannel
PushConsumer
org.omg.CosEventComm.PushConsumer
org.omg.CosEventComm.PushConsumer
PushSupplier
org.omg.CosEventComm.PushSupplier
org.omg.CosEventComm.PushSupplier
NamingContextExt
org.omg.CosNaming.NamingContextExt
org.omg.CosNaming.NamingContextExt | null | {"directed":true,"nodes":[{"nsPrefix":"mil.jpeojtrs.sca.cf","nsURI":"http:///mil/jpeojtrs/sca/cf.ecore","name":"cf","id":0,"eClass":"EPackage"},{"instanceTypeName":"CF.AggregateDevice","defaultValue":null,"instanceClassName":"CF.AggregateDevice","name":"AggregateDevice","instanceClass":null,"abstract":true,"id":1,"interface":true,"eClass":"EClass"},{"instanceTypeName":"CF.AggregateDeviceOperations","defaultValue":null,"instanceClassName":"CF.AggregateDeviceOperations","name":"AggregateDeviceOperations","instanceClass":null,"abstract":true,"id":2,"interface":true,"eClass":"EClass"},{"instanceTypeName":"CF.AggregateExecutableDevice","defaultValue":null,"instanceClassName":"CF.AggregateExecutableDevice","name":"AggregateExecutableDevice","instanceClass":null,"abstract":true,"id":3,"interface":true,"eClass":"EClass"},{"instanceTypeName":"CF.AggregateExecutableDeviceOperations","defaultValue":null,"instanceClassName":"CF.AggregateExecutableDeviceOperations","name":"AggregateExecutableDeviceOperations","instanceClass":null,"abstract":true,"id":4,"interface":true,"eClass":"EClass"},{"instanceTypeName":"CF.AggregateLoadableDevice","defaultValue":null,"instanceClassName":"CF.AggregateLoadableDevice","name":"AggregateLoadableDevice","instanceClass":null,"abstract":true,"id":5,"interface":true,"eClass":"EClass"},{"instanceTypeName":"CF.AggregateLoadableDeviceOperations","defaultValue":null,"instanceClassName":"CF.AggregateLoadableDeviceOperations","name":"AggregateLoadableDeviceOperations","instanceClass":null,"abstract":true,"id":6,"interface":true,"eClass":"EClass"},{"instanceTypeName":"CF.AggregatePlainDevice","defaultValue":null,"instanceClassName":"CF.AggregatePlainDevice","name":"AggregatePlainDevice","instanceClass":null,"abstract":true,"id":7,"interface":true,"eClass":"EClass"},{"instanceTypeName":"CF.AggregatePlainDeviceOperations","defaultValue":null,"instanceClassName":"CF.AggregatePlainDeviceOperations","name":"AggregatePlainDeviceOperations","instanceClass":null,"abstract":true,"id":8,"interface":true,"eClass":"EClass"},{"instanceTypeName":"CF.AllocationManager","defaultValue":null,"instanceClassName":"CF.AllocationManager","name":"AllocationManager","instanceClass":null,"abstract":true,"id":9,"interface":true,"eClass":"EClass"},{"instanceTypeName":"CF.AllocationManagerOperations","defaultValue":null,"instanceClassName":"CF.AllocationManagerOperations","name":"AllocationManagerOperations","instanceClass":null,"abstract":true,"id":10,"interface":true,"eClass":"EClass"},{"instanceTypeName":"CF.Application","defaultValue":null,"instanceClassName":"CF.Application","name":"Application","instanceClass":null,"abstract":true,"id":11,"interface":true,"eClass":"EClass"},{"instanceTypeName":"CF.ApplicationFactory","defaultValue":null,"instanceClassName":"CF.ApplicationFactory","name":"ApplicationFactory","instanceClass":null,"abstract":true,"id":12,"interface":true,"eClass":"EClass"},{"instanceTypeName":"CF.ApplicationFactoryOperations","defaultValue":null,"instanceClassName":"CF.ApplicationFactoryOperations","name":"ApplicationFactoryOperations","instanceClass":null,"abstract":true,"id":13,"interface":true,"eClass":"EClass"},{"instanceTypeName":"CF.ApplicationOperations","defaultValue":null,"instanceClassName":"CF.ApplicationOperations","name":"ApplicationOperations","instanceClass":null,"abstract":true,"id":14,"interface":true,"eClass":"EClass"},{"instanceTypeName":"CF.ConnectionManager","defaultValue":null,"instanceClassName":"CF.ConnectionManager","name":"ConnectionManager","instanceClass":null,"abstract":true,"id":15,"interface":true,"eClass":"EClass"},{"instanceTypeName":"CF.ConnectionManagerOperations","defaultValue":null,"instanceClassName":"CF.ConnectionManagerOperations","name":"ConnectionManagerOperations","instanceClass":null,"abstract":true,"id":16,"interface":true,"eClass":"EClass"},{"instanceTypeName":"CF.Device","defaultValue":null,"instanceClassName":"CF.Device","name":"Device","instanceClass":null,"abstract":true,"id":17,"interface":true,"eClass":"EClass"},{"instanceTypeName":"CF.DeviceManager","defaultValue":null,"instanceClassName":"CF.DeviceManager","name":"DeviceManager","instanceClass":null,"abstract":true,"id":18,"interface":true,"eClass":"EClass"},{"instanceTypeName":"CF.DeviceManagerOperations","defaultValue":null,"instanceClassName":"CF.DeviceManagerOperations","name":"DeviceManagerOperations","instanceClass":null,"abstract":true,"id":19,"interface":true,"eClass":"EClass"},{"instanceTypeName":"CF.DeviceOperations","defaultValue":null,"instanceClassName":"CF.DeviceOperations","name":"DeviceOperations","instanceClass":null,"abstract":true,"id":20,"interface":true,"eClass":"EClass"},{"instanceTypeName":"CF.DomainManager","defaultValue":null,"instanceClassName":"CF.DomainManager","name":"DomainManager","instanceClass":null,"abstract":true,"id":21,"interface":true,"eClass":"EClass"},{"instanceTypeName":"CF.DomainManagerOperations","defaultValue":null,"instanceClassName":"CF.DomainManagerOperations","name":"DomainManagerOperations","instanceClass":null,"abstract":true,"id":22,"interface":true,"eClass":"EClass"},{"instanceTypeName":"CF.EventChannelManager","defaultValue":null,"instanceClassName":"CF.EventChannelManager","name":"EventChannelManager","instanceClass":null,"abstract":true,"id":23,"interface":true,"eClass":"EClass"},{"instanceTypeName":"CF.EventChannelManagerOperations","defaultValue":null,"instanceClassName":"CF.EventChannelManagerOperations","name":"EventChannelManagerOperations","instanceClass":null,"abstract":true,"id":24,"interface":true,"eClass":"EClass"},{"instanceTypeName":"CF.ExecutableDevice","defaultValue":null,"instanceClassName":"CF.ExecutableDevice","name":"ExecutableDevice","instanceClass":null,"abstract":true,"id":25,"interface":true,"eClass":"EClass"},{"instanceTypeName":"CF.ExecutableDeviceOperations","defaultValue":null,"instanceClassName":"CF.ExecutableDeviceOperations","name":"ExecutableDeviceOperations","instanceClass":null,"abstract":true,"id":26,"interface":true,"eClass":"EClass"},{"instanceTypeName":"CF.File","defaultValue":null,"instanceClassName":"CF.File","name":"File","instanceClass":null,"abstract":true,"id":27,"interface":true,"eClass":"EClass"},{"instanceTypeName":"CF.FileManager","defaultValue":null,"instanceClassName":"CF.FileManager","name":"FileManager","instanceClass":null,"abstract":true,"id":28,"interface":true,"eClass":"EClass"},{"instanceTypeName":"CF.FileManagerOperations","defaultValue":null,"instanceClassName":"CF.FileManagerOperations","name":"FileManagerOperations","instanceClass":null,"abstract":true,"id":29,"interface":true,"eClass":"EClass"},{"instanceTypeName":"CF.FileOperations","defaultValue":null,"instanceClassName":"CF.FileOperations","name":"FileOperations","instanceClass":null,"abstract":true,"id":30,"interface":true,"eClass":"EClass"},{"instanceTypeName":"CF.FileSystem","defaultValue":null,"instanceClassName":"CF.FileSystem","name":"FileSystem","instanceClass":null,"abstract":true,"id":31,"interface":true,"eClass":"EClass"},{"instanceTypeName":"CF.FileSystemOperations","defaultValue":null,"instanceClassName":"CF.FileSystemOperations","name":"FileSystemOperations","instanceClass":null,"abstract":true,"id":32,"interface":true,"eClass":"EClass"},{"instanceTypeName":"org.omg.CORBA.portable.IDLEntity","defaultValue":null,"instanceClassName":"org.omg.CORBA.portable.IDLEntity","name":"IDLEntity","instanceClass":null,"abstract":true,"id":33,"interface":true,"eClass":"EClass"},{"instanceTypeName":"CF.LifeCycle","defaultValue":null,"instanceClassName":"CF.LifeCycle","name":"LifeCycle","instanceClass":null,"abstract":true,"id":34,"interface":true,"eClass":"EClass"},{"instanceTypeName":"CF.LifeCycleOperations","defaultValue":null,"instanceClassName":"CF.LifeCycleOperations","name":"LifeCycleOperations","instanceClass":null,"abstract":true,"id":35,"interface":true,"eClass":"EClass"},{"instanceTypeName":"CF.LoadableDevice","defaultValue":null,"instanceClassName":"CF.LoadableDevice","name":"LoadableDevice","instanceClass":null,"abstract":true,"id":36,"interface":true,"eClass":"EClass"},{"instanceTypeName":"CF.LoadableDeviceOperations","defaultValue":null,"instanceClassName":"CF.LoadableDeviceOperations","name":"LoadableDeviceOperations","instanceClass":null,"abstract":true,"id":37,"interface":true,"eClass":"EClass"},{"instanceTypeName":"CF.Logging","defaultValue":null,"instanceClassName":"CF.Logging","name":"Logging","instanceClass":null,"abstract":true,"id":38,"interface":true,"eClass":"EClass"},{"instanceTypeName":"CF.LoggingOperations","defaultValue":null,"instanceClassName":"CF.LoggingOperations","name":"LoggingOperations","instanceClass":null,"abstract":true,"id":39,"interface":true,"eClass":"EClass"},{"instanceTypeName":"CF.LogEventConsumer","defaultValue":null,"instanceClassName":"CF.LogEventConsumer","name":"LogEventConsumer","instanceClass":null,"abstract":true,"id":40,"interface":true,"eClass":"EClass"},{"instanceTypeName":"CF.LogEventConsumerOperations","defaultValue":null,"instanceClassName":"CF.LogEventConsumerOperations","name":"LogEventConsumerOperations","instanceClass":null,"abstract":true,"id":41,"interface":true,"eClass":"EClass"},{"instanceTypeName":"CF.LogConfiguration","defaultValue":null,"instanceClassName":"CF.LogConfiguration","name":"LogConfiguration","instanceClass":null,"abstract":true,"id":42,"interface":true,"eClass":"EClass"},{"instanceTypeName":"CF.LogConfigurationOperations","defaultValue":null,"instanceClassName":"CF.LogConfigurationOperations","name":"LogConfigurationOperations","instanceClass":null,"abstract":true,"id":43,"interface":true,"eClass":"EClass"},{"instanceTypeName":"org.omg.CORBA.Object","defaultValue":null,"instanceClassName":"org.omg.CORBA.Object","name":"Object","instanceClass":null,"abstract":true,"id":44,"interface":true,"eClass":"EClass"},{"instanceTypeName":"CF.Port","defaultValue":null,"instanceClassName":"CF.Port","name":"Port","instanceClass":null,"abstract":true,"id":45,"interface":true,"eClass":"EClass"},{"instanceTypeName":"CF.PortOperations","defaultValue":null,"instanceClassName":"CF.PortOperations","name":"PortOperations","instanceClass":null,"abstract":true,"id":46,"interface":true,"eClass":"EClass"},{"instanceTypeName":"CF.PortSet","defaultValue":null,"instanceClassName":"CF.PortSet","name":"PortSet","instanceClass":null,"abstract":true,"id":47,"interface":true,"eClass":"EClass"},{"instanceTypeName":"CF.PortSetOperations","defaultValue":null,"instanceClassName":"CF.PortSetOperations","name":"PortSetOperations","instanceClass":null,"abstract":true,"id":48,"interface":true,"eClass":"EClass"},{"instanceTypeName":"CF.PortSupplier","defaultValue":null,"instanceClassName":"CF.PortSupplier","name":"PortSupplier","instanceClass":null,"abstract":true,"id":49,"interface":true,"eClass":"EClass"},{"instanceTypeName":"CF.PortSupplierOperations","defaultValue":null,"instanceClassName":"CF.PortSupplierOperations","name":"PortSupplierOperations","instanceClass":null,"abstract":true,"id":50,"interface":true,"eClass":"EClass"},{"instanceTypeName":"CF.PropertyEmitter","defaultValue":null,"instanceClassName":"CF.PropertyEmitter","name":"PropertyEmitter","instanceClass":null,"abstract":true,"id":51,"interface":true,"eClass":"EClass"},{"instanceTypeName":"CF.PropertyEmitterOperations","defaultValue":null,"instanceClassName":"CF.PropertyEmitterOperations","name":"PropertyEmitterOperations","instanceClass":null,"abstract":true,"id":52,"interface":true,"eClass":"EClass"},{"instanceTypeName":"CF.PropertySet","defaultValue":null,"instanceClassName":"CF.PropertySet","name":"PropertySet","instanceClass":null,"abstract":true,"id":53,"interface":true,"eClass":"EClass"},{"instanceTypeName":"CF.PropertySetOperations","defaultValue":null,"instanceClassName":"CF.PropertySetOperations","name":"PropertySetOperations","instanceClass":null,"abstract":true,"id":54,"interface":true,"eClass":"EClass"},{"instanceTypeName":"CF.Resource","defaultValue":null,"instanceClassName":"CF.Resource","name":"Resource","instanceClass":null,"abstract":true,"id":55,"interface":true,"eClass":"EClass"},{"instanceTypeName":"CF.ResourceFactory","defaultValue":null,"instanceClassName":"CF.ResourceFactory","name":"ResourceFactory","instanceClass":null,"abstract":true,"id":56,"interface":true,"eClass":"EClass"},{"instanceTypeName":"CF.ResourceFactoryOperations","defaultValue":null,"instanceClassName":"CF.ResourceFactoryOperations","name":"ResourceFactoryOperations","instanceClass":null,"abstract":true,"id":57,"interface":true,"eClass":"EClass"},{"instanceTypeName":"CF.ResourceOperations","defaultValue":null,"instanceClassName":"CF.ResourceOperations","name":"ResourceOperations","instanceClass":null,"abstract":true,"id":58,"interface":true,"eClass":"EClass"},{"instanceTypeName":"CF.TestableObject","defaultValue":null,"instanceClassName":"CF.TestableObject","name":"TestableObject","instanceClass":null,"abstract":true,"id":59,"interface":true,"eClass":"EClass"},{"instanceTypeName":"CF.TestableObjectOperations","defaultValue":null,"instanceClassName":"CF.TestableObjectOperations","name":"TestableObjectOperations","instanceClass":null,"abstract":true,"id":60,"interface":true,"eClass":"EClass"},{"instanceTypeName":"CF.AllocationManagerPackage.AllocationStatusType","defaultValue":null,"instanceClassName":"CF.AllocationManagerPackage.AllocationStatusType","name":"AllocationStatusType","instanceClass":null,"id":61,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"CF.ApplicationFactoryPackage.CreateApplicationInsufficientCapacityError","defaultValue":null,"instanceClassName":"CF.ApplicationFactoryPackage.CreateApplicationInsufficientCapacityError","name":"CreateApplicationInsufficientCapacityError","instanceClass":null,"id":62,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"CF.ApplicationFactoryPackage.CreateApplicationError","defaultValue":null,"instanceClassName":"CF.ApplicationFactoryPackage.CreateApplicationError","name":"CreateApplicationError","instanceClass":null,"id":63,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"CF.ApplicationFactoryPackage.CreateApplicationRequestError","defaultValue":null,"instanceClassName":"CF.ApplicationFactoryPackage.CreateApplicationRequestError","name":"CreateApplicationRequestError","instanceClass":null,"id":64,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"CF.ApplicationFactoryPackage.InvalidInitConfiguration","defaultValue":null,"instanceClassName":"CF.ApplicationFactoryPackage.InvalidInitConfiguration","name":"InvalidInitConfiguration","instanceClass":null,"id":65,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"CF.ConnectionManagerPackage.ConnectionStatusSequenceHolder","defaultValue":null,"instanceClassName":"CF.ConnectionManagerPackage.ConnectionStatusSequenceHolder","name":"ConnectionStatusSequenceHolder","instanceClass":null,"id":66,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"CF.ConnectionManagerPackage.ConnectionStatusType","defaultValue":null,"instanceClassName":"CF.ConnectionManagerPackage.ConnectionStatusType","name":"ConnectionStatusType","instanceClass":null,"id":67,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"CF.ConnectionManagerPackage.ConnectionStatusType[]","defaultValue":null,"instanceClassName":"CF.ConnectionManagerPackage.ConnectionStatusType[]","name":"ConnectionStatusTypeArray","instanceClass":null,"id":68,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"CF.ConnectionManagerPackage.EndpointRequest","defaultValue":null,"instanceClassName":"CF.ConnectionManagerPackage.EndpointRequest","name":"EndpointRequest","instanceClass":null,"id":69,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"CF.ConnectionStatusIteratorHolder","defaultValue":null,"instanceClassName":"CF.ConnectionStatusIteratorHolder","name":"ConnectionStatusIteratorHolder","instanceClass":null,"id":70,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"CF.DataType","defaultValue":null,"instanceClassName":"CF.DataType","name":"DataType","instanceClass":null,"id":71,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"CF.DataType[]","defaultValue":null,"instanceClassName":"CF.DataType[]","name":"DataTypeArray","instanceClass":null,"id":72,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"CF.DeviceAssignmentType[]","defaultValue":null,"instanceClassName":"CF.DeviceAssignmentType[]","name":"DeviceAssignmentTypeArray","instanceClass":null,"id":73,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"CF.DevicePackage.InvalidCapacity","defaultValue":null,"instanceClassName":"CF.DevicePackage.InvalidCapacity","name":"InvalidCapacity","instanceClass":null,"id":74,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"CF.DevicePackage.InvalidState","defaultValue":null,"instanceClassName":"CF.DevicePackage.InvalidState","name":"InvalidState","instanceClass":null,"id":75,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"CF.DomainManagerPackage.DeviceManagerNotRegistered","defaultValue":null,"instanceClassName":"CF.DomainManagerPackage.DeviceManagerNotRegistered","name":"DeviceManagerNotRegistered","instanceClass":null,"id":76,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"CF.DomainManagerPackage.RegisterError","defaultValue":null,"instanceClassName":"CF.DomainManagerPackage.RegisterError","name":"RegisterError","instanceClass":null,"id":77,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"CF.DomainManagerPackage.UnregisterError","defaultValue":null,"instanceClassName":"CF.DomainManagerPackage.UnregisterError","name":"UnregisterError","instanceClass":null,"id":78,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"CF.DomainManagerPackage.ApplicationInstallationError","defaultValue":null,"instanceClassName":"CF.DomainManagerPackage.ApplicationInstallationError","name":"ApplicationInstallationError","instanceClass":null,"id":79,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"CF.DomainManagerPackage.ApplicationAlreadyInstalled","defaultValue":null,"instanceClassName":"CF.DomainManagerPackage.ApplicationAlreadyInstalled","name":"ApplicationAlreadyInstalled","instanceClass":null,"id":80,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"CF.DomainManagerPackage.InvalidIdentifier","defaultValue":null,"instanceClassName":"CF.DomainManagerPackage.InvalidIdentifier","name":"InvalidDomMgrIdentifier","instanceClass":null,"id":81,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"CF.DomainManagerPackage.ApplicationUninstallationError","defaultValue":null,"instanceClassName":"CF.DomainManagerPackage.ApplicationUninstallationError","name":"ApplicationUninstallationError","instanceClass":null,"id":82,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"CF.DevicePackage.InsufficientCapacity","defaultValue":null,"instanceClassName":"CF.DevicePackage.InsufficientCapacity","name":"InsufficientCapacity","instanceClass":null,"id":83,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"CF.DomainManagerPackage.InvalidEventChannelName","defaultValue":null,"instanceClassName":"CF.DomainManagerPackage.InvalidEventChannelName","name":"InvalidEventChannelName","instanceClass":null,"id":84,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"CF.DomainManagerPackage.AlreadyConnected","defaultValue":null,"instanceClassName":"CF.DomainManagerPackage.AlreadyConnected","name":"AlreadyConnected","instanceClass":null,"id":85,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"CF.DomainManagerPackage.NotConnected","defaultValue":null,"instanceClassName":"CF.DomainManagerPackage.NotConnected","name":"NotConnected","instanceClass":null,"id":86,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"CF.EventChannelInfoIteratorHolder","defaultValue":null,"instanceClassName":"CF.EventChannelInfoIteratorHolder","name":"EventChannelInfoIteratorHolder","instanceClass":null,"id":87,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"CF.EventChannelManagerPackage.ChannelAlreadyExists","defaultValue":null,"instanceClassName":"CF.EventChannelManagerPackage.ChannelAlreadyExists","name":"ChannelAlreadyExists","instanceClass":null,"id":88,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"CF.EventChannelManagerPackage.ChannelDoesNotExist","defaultValue":null,"instanceClassName":"CF.EventChannelManagerPackage.ChannelDoesNotExist","name":"ChannelDoesNotExist","instanceClass":null,"id":89,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"CF.EventChannelManagerPackage.EventChannelInfoListHolder","defaultValue":null,"instanceClassName":"CF.EventChannelManagerPackage.EventChannelInfoListHolder","name":"EventChannelInfoListHolder","instanceClass":null,"id":90,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"CF.EventChannelManagerPackage.EventChannelReg","defaultValue":null,"instanceClassName":"CF.EventChannelManagerPackage.EventChannelReg","name":"EventChannelReg","instanceClass":null,"id":91,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"CF.EventChannelManagerPackage.EventRegistration","defaultValue":null,"instanceClassName":"CF.EventChannelManagerPackage.EventRegistration","name":"EventRegistration","instanceClass":null,"id":92,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"CF.EventChannelManagerPackage.EventRegistrantListHolder","defaultValue":null,"instanceClassName":"CF.EventChannelManagerPackage.EventRegistrantListHolder","name":"EventRegistrantListHolder","instanceClass":null,"id":93,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"CF.EventChannelManagerPackage.InvalidChannelName","defaultValue":null,"instanceClassName":"CF.EventChannelManagerPackage.InvalidChannelName","name":"InvalidChannelName","instanceClass":null,"id":94,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"CF.EventChannelManagerPackage.OperationFailed","defaultValue":null,"instanceClassName":"CF.EventChannelManagerPackage.OperationFailed","name":"OperationFailed","instanceClass":null,"id":95,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"CF.EventChannelManagerPackage.OperationNotAllowed","defaultValue":null,"instanceClassName":"CF.EventChannelManagerPackage.OperationNotAllowed","name":"OperationNotAllowed","instanceClass":null,"id":96,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"CF.EventChannelManagerPackage.PublisherReg","defaultValue":null,"instanceClassName":"CF.EventChannelManagerPackage.PublisherReg","name":"PublisherReg","instanceClass":null,"id":97,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"CF.EventChannelManagerPackage.RegistrationAlreadyExists","defaultValue":null,"instanceClassName":"CF.EventChannelManagerPackage.RegistrationAlreadyExists","name":"RegistrationAlreadyExists","instanceClass":null,"id":98,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"CF.EventChannelManagerPackage.RegistrationDoesNotExist","defaultValue":null,"instanceClassName":"CF.EventChannelManagerPackage.RegistrationDoesNotExist","name":"RegistrationDoesNotExist","instanceClass":null,"id":99,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"CF.EventChannelManagerPackage.RegistrationsExists","defaultValue":null,"instanceClassName":"CF.EventChannelManagerPackage.RegistrationsExists","name":"RegistrationsExists","instanceClass":null,"id":100,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"CF.EventChannelManagerPackage.ServiceUnavailable","defaultValue":null,"instanceClassName":"CF.EventChannelManagerPackage.ServiceUnavailable","name":"ServiceUnavailable","instanceClass":null,"id":101,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"CF.EventRegistrantIteratorHolder","defaultValue":null,"instanceClassName":"CF.EventRegistrantIteratorHolder","name":"EventRegistrantIteratorHolder","instanceClass":null,"id":102,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"CF.ExecutableDevicePackage.InvalidProcess","defaultValue":null,"instanceClassName":"CF.ExecutableDevicePackage.InvalidProcess","name":"InvalidProcess","instanceClass":null,"id":103,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"CF.ExecutableDevicePackage.InvalidFunction","defaultValue":null,"instanceClassName":"CF.ExecutableDevicePackage.InvalidFunction","name":"InvalidFunction","instanceClass":null,"id":104,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"CF.ExecutableDevicePackage.InvalidParameters","defaultValue":null,"instanceClassName":"CF.ExecutableDevicePackage.InvalidParameters","name":"InvalidParameters","instanceClass":null,"id":105,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"CF.ExecutableDevicePackage.InvalidOptions","defaultValue":null,"instanceClassName":"CF.ExecutableDevicePackage.InvalidOptions","name":"InvalidOptions","instanceClass":null,"id":106,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"CF.ExecutableDevicePackage.ExecuteFail","defaultValue":null,"instanceClassName":"CF.ExecutableDevicePackage.ExecuteFail","name":"ExecuteFail","instanceClass":null,"id":107,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"CF.FileManagerPackage.InvalidFileSystem","defaultValue":null,"instanceClassName":"CF.FileManagerPackage.InvalidFileSystem","name":"InvalidFileSystem","instanceClass":null,"id":108,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"CF.FileManagerPackage.MountPointAlreadyExists","defaultValue":null,"instanceClassName":"CF.FileManagerPackage.MountPointAlreadyExists","name":"MountPointAlreadyExists","instanceClass":null,"id":109,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"CF.FileManagerPackage.NonExistentMount","defaultValue":null,"instanceClassName":"CF.FileManagerPackage.NonExistentMount","name":"NonExistentMount","instanceClass":null,"id":110,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"CF.FileManagerPackage.MountType[]","defaultValue":null,"instanceClassName":"CF.FileManagerPackage.MountType[]","name":"MountTypeArray","instanceClass":null,"id":111,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"CF.FilePackage.IOException","defaultValue":null,"instanceClassName":"CF.FilePackage.IOException","name":"IOException","instanceClass":null,"id":112,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"CF.FileException","defaultValue":null,"instanceClassName":"CF.FileException","name":"FileException","instanceClass":null,"id":113,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"CF.FilePackage.InvalidFilePointer","defaultValue":null,"instanceClassName":"CF.FilePackage.InvalidFilePointer","name":"InvalidFilePointer","instanceClass":null,"id":114,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"CF.FileSystemPackage.FileInformationType[]","defaultValue":null,"instanceClassName":"CF.FileSystemPackage.FileInformationType[]","name":"FileInformationTypeArray","instanceClass":null,"id":115,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"CF.FileSystemPackage.UnknownFileSystemProperties","defaultValue":null,"instanceClassName":"CF.FileSystemPackage.UnknownFileSystemProperties","name":"UnknownFileSystemProperties","instanceClass":null,"id":116,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"CF.InvalidFileName","defaultValue":null,"instanceClassName":"CF.InvalidFileName","name":"InvalidFileName","instanceClass":null,"id":117,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"CF.InvalidIdentifier","defaultValue":null,"instanceClassName":"CF.InvalidIdentifier","name":"InvalidIdentifier","instanceClass":null,"id":118,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"CF.InvalidObjectReference","defaultValue":null,"instanceClassName":"CF.InvalidObjectReference","name":"InvalidObjectReference","instanceClass":null,"id":119,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"CF.InvalidProfile","defaultValue":null,"instanceClassName":"CF.InvalidProfile","name":"InvalidProfile","instanceClass":null,"id":120,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"CF.LifeCyclePackage.InitializeError","defaultValue":null,"instanceClassName":"CF.LifeCyclePackage.InitializeError","name":"InitializeError","instanceClass":null,"id":121,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"CF.LifeCyclePackage.ReleaseError","defaultValue":null,"instanceClassName":"CF.LifeCyclePackage.ReleaseError","name":"ReleaseError","instanceClass":null,"id":122,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"CF.LoadableDevicePackage.LoadType","defaultValue":null,"instanceClassName":"CF.LoadableDevicePackage.LoadType","name":"LoadType","instanceClass":null,"id":123,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"CF.LoadableDevicePackage.InvalidLoadKind","defaultValue":null,"instanceClassName":"CF.LoadableDevicePackage.InvalidLoadKind","name":"InvalidLoadKind","instanceClass":null,"id":124,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"CF.LoadableDevicePackage.LoadFail","defaultValue":null,"instanceClassName":"CF.LoadableDevicePackage.LoadFail","name":"LoadFail","instanceClass":null,"id":125,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"CF.LogEvent[]","defaultValue":null,"instanceClassName":"CF.LogEvent[]","name":"LogEventArray","instanceClass":null,"id":126,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"CF.OctetSequenceHolder","defaultValue":null,"instanceClassName":"CF.OctetSequenceHolder","name":"OctetSequenceHolder","instanceClass":null,"id":127,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"CF.PortPackage.InvalidPort","defaultValue":null,"instanceClassName":"CF.PortPackage.InvalidPort","name":"InvalidPort","instanceClass":null,"id":128,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"CF.PortPackage.OccupiedPort","defaultValue":null,"instanceClassName":"CF.PortPackage.OccupiedPort","name":"OccupiedPort","instanceClass":null,"id":129,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"CF.PortSetPackage.PortInfoType","defaultValue":null,"instanceClassName":"CF.PortSetPackage.PortInfoType","name":"PortInfoType","instanceClass":null,"id":130,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"CF.PortSupplierPackage.UnknownPort","defaultValue":null,"instanceClassName":"CF.PortSupplierPackage.UnknownPort","name":"UnknownPort","instanceClass":null,"id":131,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"CF.PropertiesHolder","defaultValue":null,"instanceClassName":"CF.PropertiesHolder","name":"PropertiesHolder","instanceClass":null,"id":132,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"CF.PropertyChangeListenerPackage.PropertyChangeEvent","defaultValue":null,"instanceClassName":"CF.PropertyChangeListenerPackage.PropertyChangeEvent","name":"PropertyChangeEvent","instanceClass":null,"id":133,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"CF.PropertyEmitterPackage.AlreadyInitialized","defaultValue":null,"instanceClassName":"CF.PropertyEmitterPackage.AlreadyInitialized","name":"AlreadyInitialized","instanceClass":null,"id":134,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"CF.PropertySetPackage.InvalidConfiguration","defaultValue":null,"instanceClassName":"CF.PropertySetPackage.InvalidConfiguration","name":"InvalidConfiguration","instanceClass":null,"id":135,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"CF.PropertySetPackage.PartialConfiguration","defaultValue":null,"instanceClassName":"CF.PropertySetPackage.PartialConfiguration","name":"PartialConfiguration","instanceClass":null,"id":136,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"CF.UnknownProperties","defaultValue":null,"instanceClassName":"CF.UnknownProperties","name":"UnknownProperties","instanceClass":null,"id":137,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"CF.ResourceFactoryPackage.CreateResourceFailure","defaultValue":null,"instanceClassName":"CF.ResourceFactoryPackage.CreateResourceFailure","name":"CreateResourceFailure","instanceClass":null,"id":138,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"CF.ResourceFactoryPackage.InvalidResourceId","defaultValue":null,"instanceClassName":"CF.ResourceFactoryPackage.InvalidResourceId","name":"InvalidResourceId","instanceClass":null,"id":139,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"CF.ResourceFactoryPackage.ShutdownFailure","defaultValue":null,"instanceClassName":"CF.ResourceFactoryPackage.ShutdownFailure","name":"ShutdownFailure","instanceClass":null,"id":140,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"CF.ResourcePackage.StartError","defaultValue":null,"instanceClassName":"CF.ResourcePackage.StartError","name":"StartError","instanceClass":null,"id":141,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"CF.ResourcePackage.StopError","defaultValue":null,"instanceClassName":"CF.ResourcePackage.StopError","name":"StopError","instanceClass":null,"id":142,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"CF.TestableObjectPackage.UnknownTest","defaultValue":null,"instanceClassName":"CF.TestableObjectPackage.UnknownTest","name":"UnknownTest","instanceClass":null,"id":143,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"CF.UnknownIdentifier","defaultValue":null,"instanceClassName":"CF.UnknownIdentifier","name":"UnknownIdentifier","instanceClass":null,"id":144,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"CF.UTCTime","defaultValue":null,"instanceClassName":"CF.UTCTime","name":"UTCTime","instanceClass":null,"id":145,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.omg.CORBA.ORB","defaultValue":null,"instanceClassName":"org.omg.CORBA.ORB","name":"ORB","instanceClass":null,"id":146,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.omg.CosEventChannelAdmin.EventChannel","defaultValue":null,"instanceClassName":"org.omg.CosEventChannelAdmin.EventChannel","name":"EventChannel","instanceClass":null,"id":147,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.omg.CosEventComm.PushConsumer","defaultValue":null,"instanceClassName":"org.omg.CosEventComm.PushConsumer","name":"PushConsumer","instanceClass":null,"id":148,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.omg.CosEventComm.PushSupplier","defaultValue":null,"instanceClassName":"org.omg.CosEventComm.PushSupplier","name":"PushSupplier","instanceClass":null,"id":149,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.omg.CosNaming.NamingContextExt","defaultValue":null,"instanceClassName":"org.omg.CosNaming.NamingContextExt","name":"NamingContextExt","instanceClass":null,"id":150,"serializable":true,"eClass":"EDataType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"addDevice","lowerBound":0,"id":154,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeDevice","lowerBound":0,"id":155,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"associatedDevice","lowerBound":0,"id":156,"many":false,"required":false,"eClass":"EParameter"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"associatedDevice","lowerBound":0,"id":159,"many":false,"required":false,"eClass":"EParameter"},{"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"},{"ordered":true,"upperBound":1,"unique":true,"name":"create","lowerBound":0,"id":186,"many":false,"required":false,"eClass":"EOperation"},{"id":187,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":188,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"initConfiguration","lowerBound":0,"id":189,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"deviceAssignments","lowerBound":0,"id":190,"many":false,"required":false,"eClass":"EParameter"},{"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"},{"ordered":true,"upperBound":1,"unique":true,"name":"connect","lowerBound":0,"id":201,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"disconnect","lowerBound":0,"id":202,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"connections","lowerBound":0,"id":203,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"listConnections","lowerBound":0,"id":204,"many":false,"required":false,"eClass":"EOperation"},{"id":205,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"usesEndpoint","lowerBound":0,"id":206,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"providesEndpoint","lowerBound":0,"id":207,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"requesterId","lowerBound":0,"id":208,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"connectionId","lowerBound":0,"id":209,"many":false,"required":false,"eClass":"EParameter"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"connectionRecordId","lowerBound":0,"id":215,"many":false,"required":false,"eClass":"EParameter"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"how_many","lowerBound":0,"id":219,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"connections","lowerBound":0,"id":220,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"iter","lowerBound":0,"id":221,"many":false,"required":false,"eClass":"EParameter"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"registerDevice","lowerBound":0,"id":231,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"unregisterDevice","lowerBound":0,"id":232,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"shutdown","lowerBound":0,"id":233,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"registerService","lowerBound":0,"id":234,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"unregisterService","lowerBound":0,"id":235,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getComponentImplementationId","lowerBound":0,"id":236,"many":false,"required":false,"eClass":"EOperation"},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"registeringDevice","lowerBound":0,"id":239,"many":false,"required":false,"eClass":"EParameter"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"registeredDevice","lowerBound":0,"id":242,"many":false,"required":false,"eClass":"EParameter"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"registeringService","lowerBound":0,"id":245,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":246,"many":false,"required":false,"eClass":"EParameter"},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"unregisteringService","lowerBound":0,"id":250,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":251,"many":false,"required":false,"eClass":"EParameter"},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"componentInstantiationId","lowerBound":0,"id":256,"many":false,"required":false,"eClass":"EParameter"},{"id":257,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"allocateCapacity","lowerBound":0,"id":258,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"deallocateCapacity","lowerBound":0,"id":259,"many":false,"required":false,"eClass":"EOperation"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"capacities","lowerBound":0,"id":262,"many":false,"required":false,"eClass":"EParameter"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"capacities","lowerBound":0,"id":266,"many":false,"required":false,"eClass":"EParameter"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"registerDevice","lowerBound":0,"id":274,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"registerDeviceManager","lowerBound":0,"id":275,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"unregisterDeviceManager","lowerBound":0,"id":276,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"unregisterDevice","lowerBound":0,"id":277,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createApplication","lowerBound":0,"id":278,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"installApplication","lowerBound":0,"id":279,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"uninstallApplication","lowerBound":0,"id":280,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"registerService","lowerBound":0,"id":281,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"unregisterService","lowerBound":0,"id":282,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"registerWithEventChannel","lowerBound":0,"id":283,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"unregisterFromEventChannel","lowerBound":0,"id":284,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"registerRemoteDomainManager","lowerBound":0,"id":285,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"unregisterRemoteDomainManager","lowerBound":0,"id":286,"many":false,"required":false,"eClass":"EOperation"},{"id":287,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"registeringDevice","lowerBound":0,"id":288,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"registeredDeviceMgr","lowerBound":0,"id":289,"many":false,"required":false,"eClass":"EParameter"},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"deviceMgr","lowerBound":0,"id":296,"many":false,"required":false,"eClass":"EParameter"},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"deviceMgr","lowerBound":0,"id":301,"many":false,"required":false,"eClass":"EParameter"},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"unregisteringDevice","lowerBound":0,"id":305,"many":false,"required":false,"eClass":"EParameter"},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"profileFileName","lowerBound":0,"id":309,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":310,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"initConfiguration","lowerBound":0,"id":311,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"deviceAssignments","lowerBound":0,"id":312,"many":false,"required":false,"eClass":"EParameter"},{"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"},{"ordered":true,"upperBound":1,"unique":true,"name":"profileFileName","lowerBound":0,"id":323,"many":false,"required":false,"eClass":"EParameter"},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"applicationId","lowerBound":0,"id":329,"many":false,"required":false,"eClass":"EParameter"},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"registeringService","lowerBound":0,"id":333,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"registeredDeviceMgr","lowerBound":0,"id":334,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":335,"many":false,"required":false,"eClass":"EParameter"},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"unregisteringService","lowerBound":0,"id":342,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":343,"many":false,"required":false,"eClass":"EParameter"},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"registeringObject","lowerBound":0,"id":348,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"registeringId","lowerBound":0,"id":349,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"eventChannelName","lowerBound":0,"id":350,"many":false,"required":false,"eClass":"EParameter"},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"id":356,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"unregisteringId","lowerBound":0,"id":357,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"eventChannelName","lowerBound":0,"id":358,"many":false,"required":false,"eClass":"EParameter"},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"registeringDomainManager","lowerBound":0,"id":363,"many":false,"required":false,"eClass":"EParameter"},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"unregisteringDomainManager","lowerBound":0,"id":367,"many":false,"required":false,"eClass":"EParameter"},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"create","lowerBound":0,"id":374,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"get","lowerBound":0,"id":375,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createForRegistrations","lowerBound":0,"id":376,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"markForRegistrations","lowerBound":0,"id":377,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"release","lowerBound":0,"id":378,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"forceRelease","lowerBound":0,"id":379,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"registerConsumer","lowerBound":0,"id":380,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"registerPublisher","lowerBound":0,"id":381,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"registerResource","lowerBound":0,"id":382,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"unregister","lowerBound":0,"id":383,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"listChannels","lowerBound":0,"id":384,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"listRegistrants","lowerBound":0,"id":385,"many":false,"required":false,"eClass":"EOperation"},{"id":386,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"channel_name","lowerBound":0,"id":387,"many":false,"required":false,"eClass":"EParameter"},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"id":391,"eClass":"EGenericType"},{"id":392,"eClass":"EGenericType"},{"id":393,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"channel_name","lowerBound":0,"id":394,"many":false,"required":false,"eClass":"EParameter"},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"id":397,"eClass":"EGenericType"},{"id":398,"eClass":"EGenericType"},{"id":399,"eClass":"EGenericType"},{"id":400,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"channel_name","lowerBound":0,"id":401,"many":false,"required":false,"eClass":"EParameter"},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"id":405,"eClass":"EGenericType"},{"id":406,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"channel_name","lowerBound":0,"id":407,"many":false,"required":false,"eClass":"EParameter"},{"id":408,"eClass":"EGenericType"},{"id":409,"eClass":"EGenericType"},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"channel_name","lowerBound":0,"id":413,"many":false,"required":false,"eClass":"EParameter"},{"id":414,"eClass":"EGenericType"},{"id":415,"eClass":"EGenericType"},{"id":416,"eClass":"EGenericType"},{"id":417,"eClass":"EGenericType"},{"id":418,"eClass":"EGenericType"},{"id":419,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"channel_name","lowerBound":0,"id":420,"many":false,"required":false,"eClass":"EParameter"},{"id":421,"eClass":"EGenericType"},{"id":422,"eClass":"EGenericType"},{"id":423,"eClass":"EGenericType"},{"id":424,"eClass":"EGenericType"},{"id":425,"eClass":"EGenericType"},{"id":426,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"consumer","lowerBound":0,"id":427,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"req","lowerBound":0,"id":428,"many":false,"required":false,"eClass":"EParameter"},{"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"},{"ordered":true,"upperBound":1,"unique":true,"name":"req","lowerBound":0,"id":437,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"disconnectReceiver","lowerBound":0,"id":438,"many":false,"required":false,"eClass":"EParameter"},{"id":439,"eClass":"EGenericType"},{"id":440,"eClass":"EGenericType"},{"id":441,"eClass":"EGenericType"},{"id":442,"eClass":"EGenericType"},{"id":443,"eClass":"EGenericType"},{"id":444,"eClass":"EGenericType"},{"id":445,"eClass":"EGenericType"},{"id":446,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"req","lowerBound":0,"id":447,"many":false,"required":false,"eClass":"EParameter"},{"id":448,"eClass":"EGenericType"},{"id":449,"eClass":"EGenericType"},{"id":450,"eClass":"EGenericType"},{"id":451,"eClass":"EGenericType"},{"id":452,"eClass":"EGenericType"},{"id":453,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"reg","lowerBound":0,"id":454,"many":false,"required":false,"eClass":"EParameter"},{"id":455,"eClass":"EGenericType"},{"id":456,"eClass":"EGenericType"},{"id":457,"eClass":"EGenericType"},{"id":458,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"how_many","lowerBound":0,"id":459,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"elist","lowerBound":0,"id":460,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"eiter","lowerBound":0,"id":461,"many":false,"required":false,"eClass":"EParameter"},{"id":462,"eClass":"EGenericType"},{"id":463,"eClass":"EGenericType"},{"id":464,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"channel_name","lowerBound":0,"id":465,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"how_many","lowerBound":0,"id":466,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"rlist","lowerBound":0,"id":467,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"riter","lowerBound":0,"id":468,"many":false,"required":false,"eClass":"EParameter"},{"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"},{"ordered":true,"upperBound":1,"unique":true,"name":"terminate","lowerBound":0,"id":476,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"execute","lowerBound":0,"id":477,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"executeLinked","lowerBound":0,"id":478,"many":false,"required":false,"eClass":"EOperation"},{"id":479,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"processId","lowerBound":0,"id":480,"many":false,"required":false,"eClass":"EParameter"},{"id":481,"eClass":"EGenericType"},{"id":482,"eClass":"EGenericType"},{"id":483,"eClass":"EGenericType"},{"id":484,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":485,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"options","lowerBound":0,"id":486,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"parameters","lowerBound":0,"id":487,"many":false,"required":false,"eClass":"EParameter"},{"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"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":497,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"options","lowerBound":0,"id":498,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"parameters","lowerBound":0,"id":499,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":-1,"unique":true,"name":"deps","lowerBound":0,"id":500,"many":true,"required":false,"eClass":"EParameter"},{"id":501,"eClass":"EGenericType"},{"id":502,"eClass":"EGenericType"},{"id":503,"eClass":"EGenericType"},{"id":504,"eClass":"EGenericType"},{"id":505,"eClass":"EGenericType"},{"id":506,"eClass":"EGenericType"},{"id":507,"eClass":"EGenericType"},{"id":508,"eClass":"EGenericType"},{"id":509,"eClass":"EGenericType"},{"id":510,"eClass":"EGenericType"},{"id":511,"eClass":"EGenericType"},{"id":512,"eClass":"EGenericType"},{"id":513,"eClass":"EGenericType"},{"id":514,"eClass":"EGenericType"},{"id":515,"eClass":"EGenericType"},{"id":516,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"mount","lowerBound":0,"id":517,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"unmount","lowerBound":0,"id":518,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getMounts","lowerBound":0,"id":519,"many":false,"required":false,"eClass":"EOperation"},{"id":520,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"mountPoint","lowerBound":0,"id":521,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"file_System","lowerBound":0,"id":522,"many":false,"required":false,"eClass":"EParameter"},{"id":523,"eClass":"EGenericType"},{"id":524,"eClass":"EGenericType"},{"id":525,"eClass":"EGenericType"},{"id":526,"eClass":"EGenericType"},{"id":527,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"mountPoint","lowerBound":0,"id":528,"many":false,"required":false,"eClass":"EParameter"},{"id":529,"eClass":"EGenericType"},{"id":530,"eClass":"EGenericType"},{"id":531,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"read","lowerBound":0,"id":532,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"write","lowerBound":0,"id":533,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"sizeOf","lowerBound":0,"id":534,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"close","lowerBound":0,"id":535,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setFilePointer","lowerBound":0,"id":536,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"data","lowerBound":0,"id":537,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"length","lowerBound":0,"id":538,"many":false,"required":false,"eClass":"EParameter"},{"id":539,"eClass":"EGenericType"},{"id":540,"eClass":"EGenericType"},{"id":541,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"data","lowerBound":0,"id":542,"many":false,"required":false,"eClass":"EParameter"},{"id":543,"eClass":"EGenericType"},{"id":544,"eClass":"EGenericType"},{"id":545,"eClass":"EGenericType"},{"id":546,"eClass":"EGenericType"},{"id":547,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"filePointer","lowerBound":0,"id":548,"many":false,"required":false,"eClass":"EParameter"},{"id":549,"eClass":"EGenericType"},{"id":550,"eClass":"EGenericType"},{"id":551,"eClass":"EGenericType"},{"id":552,"eClass":"EGenericType"},{"id":553,"eClass":"EGenericType"},{"id":554,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"remove","lowerBound":0,"id":555,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"copy","lowerBound":0,"id":556,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"exists","lowerBound":0,"id":557,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"list","lowerBound":0,"id":558,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"create","lowerBound":0,"id":559,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"open","lowerBound":0,"id":560,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"mkdir","lowerBound":0,"id":561,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"rmdir","lowerBound":0,"id":562,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"query","lowerBound":0,"id":563,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"fileName","lowerBound":0,"id":564,"many":false,"required":false,"eClass":"EParameter"},{"id":565,"eClass":"EGenericType"},{"id":566,"eClass":"EGenericType"},{"id":567,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"sourceFileName","lowerBound":0,"id":568,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"destinationFileName","lowerBound":0,"id":569,"many":false,"required":false,"eClass":"EParameter"},{"id":570,"eClass":"EGenericType"},{"id":571,"eClass":"EGenericType"},{"id":572,"eClass":"EGenericType"},{"id":573,"eClass":"EGenericType"},{"id":574,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"fileName","lowerBound":0,"id":575,"many":false,"required":false,"eClass":"EParameter"},{"id":576,"eClass":"EGenericType"},{"id":577,"eClass":"EGenericType"},{"id":578,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"pattern","lowerBound":0,"id":579,"many":false,"required":false,"eClass":"EParameter"},{"id":580,"eClass":"EGenericType"},{"id":581,"eClass":"EGenericType"},{"id":582,"eClass":"EGenericType"},{"id":583,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"fileName","lowerBound":0,"id":584,"many":false,"required":false,"eClass":"EParameter"},{"id":585,"eClass":"EGenericType"},{"id":586,"eClass":"EGenericType"},{"id":587,"eClass":"EGenericType"},{"id":588,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"fileName","lowerBound":0,"id":589,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"read_Only","lowerBound":0,"id":590,"many":false,"required":false,"eClass":"EParameter"},{"id":591,"eClass":"EGenericType"},{"id":592,"eClass":"EGenericType"},{"id":593,"eClass":"EGenericType"},{"id":594,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"directoryName","lowerBound":0,"id":595,"many":false,"required":false,"eClass":"EParameter"},{"id":596,"eClass":"EGenericType"},{"id":597,"eClass":"EGenericType"},{"id":598,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"directoryName","lowerBound":0,"id":599,"many":false,"required":false,"eClass":"EParameter"},{"id":600,"eClass":"EGenericType"},{"id":601,"eClass":"EGenericType"},{"id":602,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"fileSystemProperties","lowerBound":0,"id":603,"many":false,"required":false,"eClass":"EParameter"},{"id":604,"eClass":"EGenericType"},{"id":605,"eClass":"EGenericType"},{"id":606,"eClass":"EGenericType"},{"id":607,"eClass":"EGenericType"},{"id":608,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"initialize","lowerBound":0,"id":609,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"releaseObject","lowerBound":0,"id":610,"many":false,"required":false,"eClass":"EOperation"},{"id":611,"eClass":"EGenericType"},{"id":612,"eClass":"EGenericType"},{"id":613,"eClass":"EGenericType"},{"id":614,"eClass":"EGenericType"},{"id":615,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"load","lowerBound":0,"id":616,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"unload","lowerBound":0,"id":617,"many":false,"required":false,"eClass":"EOperation"},{"id":618,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"fs","lowerBound":0,"id":619,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"fileName","lowerBound":0,"id":620,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"loadKind","lowerBound":0,"id":621,"many":false,"required":false,"eClass":"EParameter"},{"id":622,"eClass":"EGenericType"},{"id":623,"eClass":"EGenericType"},{"id":624,"eClass":"EGenericType"},{"id":625,"eClass":"EGenericType"},{"id":626,"eClass":"EGenericType"},{"id":627,"eClass":"EGenericType"},{"id":628,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"fileName","lowerBound":0,"id":629,"many":false,"required":false,"eClass":"EParameter"},{"id":630,"eClass":"EGenericType"},{"id":631,"eClass":"EGenericType"},{"id":632,"eClass":"EGenericType"},{"id":633,"eClass":"EGenericType"},{"id":634,"eClass":"EGenericType"},{"id":635,"eClass":"EGenericType"},{"id":636,"eClass":"EGenericType"},{"id":637,"eClass":"EGenericType"},{"id":638,"eClass":"EGenericType"},{"id":639,"eClass":"EGenericType"},{"id":640,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"retrieve_records","lowerBound":0,"id":641,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"retrieve_records_by_date","lowerBound":0,"id":642,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"retrieve_records_from_date","lowerBound":0,"id":643,"many":false,"required":false,"eClass":"EOperation"},{"id":644,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"howMany","lowerBound":0,"id":645,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"startingRecord","lowerBound":0,"id":646,"many":false,"required":false,"eClass":"EParameter"},{"id":647,"eClass":"EGenericType"},{"id":648,"eClass":"EGenericType"},{"id":649,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"howMany","lowerBound":0,"id":650,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"to_timeStamp","lowerBound":0,"id":651,"many":false,"required":false,"eClass":"EParameter"},{"id":652,"eClass":"EGenericType"},{"id":653,"eClass":"EGenericType"},{"id":654,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"howMany","lowerBound":0,"id":655,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"from_timeStamp","lowerBound":0,"id":656,"many":false,"required":false,"eClass":"EParameter"},{"id":657,"eClass":"EGenericType"},{"id":658,"eClass":"EGenericType"},{"id":659,"eClass":"EGenericType"},{"id":660,"eClass":"EGenericType"},{"id":661,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"setLogLevel","lowerBound":0,"id":662,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getLogConfig","lowerBound":0,"id":663,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setLogConfig","lowerBound":0,"id":664,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setLogConfigURL","lowerBound":0,"id":665,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"logger_id","lowerBound":0,"id":666,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"newLevel","lowerBound":0,"id":667,"many":false,"required":false,"eClass":"EParameter"},{"id":668,"eClass":"EGenericType"},{"id":669,"eClass":"EGenericType"},{"id":670,"eClass":"EGenericType"},{"id":671,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"config_contents","lowerBound":0,"id":672,"many":false,"required":false,"eClass":"EParameter"},{"id":673,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"config_url","lowerBound":0,"id":674,"many":false,"required":false,"eClass":"EParameter"},{"id":675,"eClass":"EGenericType"},{"id":676,"eClass":"EGenericType"},{"id":677,"eClass":"EGenericType"},{"id":678,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"connectPort","lowerBound":0,"id":679,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"disconnectPort","lowerBound":0,"id":680,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"connection","lowerBound":0,"id":681,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"connectionId","lowerBound":0,"id":682,"many":false,"required":false,"eClass":"EParameter"},{"id":683,"eClass":"EGenericType"},{"id":684,"eClass":"EGenericType"},{"id":685,"eClass":"EGenericType"},{"id":686,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"connectionId","lowerBound":0,"id":687,"many":false,"required":false,"eClass":"EParameter"},{"id":688,"eClass":"EGenericType"},{"id":689,"eClass":"EGenericType"},{"id":690,"eClass":"EGenericType"},{"id":691,"eClass":"EGenericType"},{"id":692,"eClass":"EGenericType"},{"id":693,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getPortSet","lowerBound":0,"id":694,"many":true,"required":false,"eClass":"EOperation"},{"id":695,"eClass":"EGenericType"},{"id":696,"eClass":"EGenericType"},{"id":697,"eClass":"EGenericType"},{"id":698,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getPort","lowerBound":0,"id":699,"many":false,"required":false,"eClass":"EOperation"},{"id":700,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":701,"many":false,"required":false,"eClass":"EParameter"},{"id":702,"eClass":"EGenericType"},{"id":703,"eClass":"EGenericType"},{"id":704,"eClass":"EGenericType"},{"id":705,"eClass":"EGenericType"},{"id":706,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"initializeProperties","lowerBound":0,"id":707,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"registerPropertyListener","lowerBound":0,"id":708,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"unregisterPropertyListener","lowerBound":0,"id":709,"many":false,"required":false,"eClass":"EOperation"},{"id":710,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"initialProperties","lowerBound":0,"id":711,"many":false,"required":false,"eClass":"EParameter"},{"id":712,"eClass":"EGenericType"},{"id":713,"eClass":"EGenericType"},{"id":714,"eClass":"EGenericType"},{"id":715,"eClass":"EGenericType"},{"id":716,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"obj","lowerBound":0,"id":717,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":-1,"unique":true,"name":"prop_ids","lowerBound":0,"id":718,"many":true,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"interval","lowerBound":0,"id":719,"many":false,"required":false,"eClass":"EParameter"},{"id":720,"eClass":"EGenericType"},{"id":721,"eClass":"EGenericType"},{"id":722,"eClass":"EGenericType"},{"id":723,"eClass":"EGenericType"},{"id":724,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"id","lowerBound":0,"id":725,"many":false,"required":false,"eClass":"EParameter"},{"id":726,"eClass":"EGenericType"},{"id":727,"eClass":"EGenericType"},{"id":728,"eClass":"EGenericType"},{"id":729,"eClass":"EGenericType"},{"id":730,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"configure","lowerBound":0,"id":731,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"query","lowerBound":0,"id":732,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"configProperties","lowerBound":0,"id":733,"many":false,"required":false,"eClass":"EParameter"},{"id":734,"eClass":"EGenericType"},{"id":735,"eClass":"EGenericType"},{"id":736,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"configProperties","lowerBound":0,"id":737,"many":false,"required":false,"eClass":"EParameter"},{"id":738,"eClass":"EGenericType"},{"id":739,"eClass":"EGenericType"},{"id":740,"eClass":"EGenericType"},{"id":741,"eClass":"EGenericType"},{"id":742,"eClass":"EGenericType"},{"id":743,"eClass":"EGenericType"},{"id":744,"eClass":"EGenericType"},{"id":745,"eClass":"EGenericType"},{"id":746,"eClass":"EGenericType"},{"id":747,"eClass":"EGenericType"},{"id":748,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"createResource","lowerBound":0,"id":749,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"releaseResource","lowerBound":0,"id":750,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"shutdown","lowerBound":0,"id":751,"many":false,"required":false,"eClass":"EOperation"},{"id":752,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"resourceId","lowerBound":0,"id":753,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"qualifiers","lowerBound":0,"id":754,"many":false,"required":false,"eClass":"EParameter"},{"id":755,"eClass":"EGenericType"},{"id":756,"eClass":"EGenericType"},{"id":757,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"resourceId","lowerBound":0,"id":758,"many":false,"required":false,"eClass":"EParameter"},{"id":759,"eClass":"EGenericType"},{"id":760,"eClass":"EGenericType"},{"id":761,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"start","lowerBound":0,"id":762,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"stop","lowerBound":0,"id":763,"many":false,"required":false,"eClass":"EOperation"},{"id":764,"eClass":"EGenericType"},{"id":765,"eClass":"EGenericType"},{"id":766,"eClass":"EGenericType"},{"id":767,"eClass":"EGenericType"},{"id":768,"eClass":"EGenericType"},{"id":769,"eClass":"EGenericType"},{"id":770,"eClass":"EGenericType"},{"id":771,"eClass":"EGenericType"},{"id":772,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"runTest","lowerBound":0,"id":773,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"testid","lowerBound":0,"id":774,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"testValues","lowerBound":0,"id":775,"many":false,"required":false,"eClass":"EParameter"},{"id":776,"eClass":"EGenericType"},{"id":777,"eClass":"EGenericType"},{"id":778,"eClass":"EGenericType"},{"id":779,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":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":1,"target":0},{"source":1,"target":2},{"source":1,"target":44},{"source":1,"target":33},{"source":1,"target":151},{"source":1,"target":152},{"source":1,"target":153},{"source":151,"target":2},{"source":152,"target":44},{"source":153,"target":33},{"source":2,"target":0},{"source":2,"target":154},{"source":2,"target":155},{"source":154,"target":2},{"source":154,"target":156},{"source":154,"target":119},{"source":154,"target":157},{"source":156,"target":17},{"source":156,"target":158},{"source":156,"target":154},{"source":158,"target":17},{"source":157,"target":119},{"source":155,"target":2},{"source":155,"target":159},{"source":155,"target":119},{"source":155,"target":160},{"source":159,"target":17},{"source":159,"target":161},{"source":159,"target":155},{"source":161,"target":17},{"source":160,"target":119},{"source":3,"target":0},{"source":3,"target":4},{"source":3,"target":25},{"source":3,"target":1},{"source":3,"target":162},{"source":3,"target":163},{"source":3,"target":164},{"source":162,"target":4},{"source":163,"target":25},{"source":164,"target":1},{"source":4,"target":0},{"source":4,"target":26},{"source":4,"target":2},{"source":4,"target":165},{"source":4,"target":166},{"source":165,"target":26},{"source":166,"target":2},{"source":5,"target":0},{"source":5,"target":6},{"source":5,"target":36},{"source":5,"target":1},{"source":5,"target":167},{"source":5,"target":168},{"source":5,"target":169},{"source":167,"target":6},{"source":168,"target":36},{"source":169,"target":1},{"source":6,"target":0},{"source":6,"target":37},{"source":6,"target":2},{"source":6,"target":170},{"source":6,"target":171},{"source":170,"target":37},{"source":171,"target":2},{"source":7,"target":0},{"source":7,"target":8},{"source":7,"target":17},{"source":7,"target":1},{"source":7,"target":172},{"source":7,"target":173},{"source":7,"target":174},{"source":172,"target":8},{"source":173,"target":17},{"source":174,"target":1},{"source":8,"target":0},{"source":8,"target":20},{"source":8,"target":2},{"source":8,"target":175},{"source":8,"target":176},{"source":175,"target":20},{"source":176,"target":2},{"source":9,"target":0},{"source":9,"target":10},{"source":9,"target":44},{"source":9,"target":33},{"source":9,"target":177},{"source":9,"target":178},{"source":9,"target":179},{"source":177,"target":10},{"source":178,"target":44},{"source":179,"target":33},{"source":10,"target":0},{"source":11,"target":0},{"source":11,"target":14},{"source":11,"target":55},{"source":11,"target":33},{"source":11,"target":180},{"source":11,"target":181},{"source":11,"target":182},{"source":180,"target":14},{"source":181,"target":55},{"source":182,"target":33},{"source":12,"target":0},{"source":12,"target":13},{"source":12,"target":44},{"source":12,"target":33},{"source":12,"target":183},{"source":12,"target":184},{"source":12,"target":185},{"source":183,"target":13},{"source":184,"target":44},{"source":185,"target":33},{"source":13,"target":0},{"source":13,"target":186},{"source":186,"target":11},{"source":186,"target":187},{"source":186,"target":13},{"source":186,"target":188},{"source":186,"target":189},{"source":186,"target":190},{"source":186,"target":63},{"source":186,"target":64},{"source":186,"target":65},{"source":186,"target":191},{"source":186,"target":192},{"source":186,"target":193},{"source":187,"target":11},{"source":188,"target":194},{"source":188,"target":186},{"source":189,"target":72},{"source":189,"target":195},{"source":189,"target":186},{"source":195,"target":72},{"source":190,"target":73},{"source":190,"target":196},{"source":190,"target":186},{"source":196,"target":73},{"source":191,"target":63},{"source":192,"target":64},{"source":193,"target":65},{"source":14,"target":0},{"source":14,"target":58},{"source":14,"target":197},{"source":197,"target":58},{"source":15,"target":0},{"source":15,"target":16},{"source":15,"target":44},{"source":15,"target":33},{"source":15,"target":198},{"source":15,"target":199},{"source":15,"target":200},{"source":198,"target":16},{"source":199,"target":44},{"source":200,"target":33},{"source":16,"target":0},{"source":16,"target":201},{"source":16,"target":202},{"source":16,"target":203},{"source":16,"target":204},{"source":201,"target":205},{"source":201,"target":16},{"source":201,"target":206},{"source":201,"target":207},{"source":201,"target":208},{"source":201,"target":209},{"source":201,"target":128},{"source":201,"target":210},{"source":206,"target":69},{"source":206,"target":211},{"source":206,"target":201},{"source":211,"target":69},{"source":207,"target":69},{"source":207,"target":212},{"source":207,"target":201},{"source":212,"target":69},{"source":208,"target":213},{"source":208,"target":201},{"source":209,"target":214},{"source":209,"target":201},{"source":210,"target":128},{"source":202,"target":16},{"source":202,"target":215},{"source":202,"target":128},{"source":202,"target":216},{"source":215,"target":217},{"source":215,"target":202},{"source":216,"target":128},{"source":203,"target":68},{"source":203,"target":218},{"source":203,"target":16},{"source":218,"target":68},{"source":204,"target":16},{"source":204,"target":219},{"source":204,"target":220},{"source":204,"target":221},{"source":219,"target":222},{"source":219,"target":204},{"source":220,"target":66},{"source":220,"target":223},{"source":220,"target":204},{"source":223,"target":66},{"source":221,"target":70},{"source":221,"target":224},{"source":221,"target":204},{"source":224,"target":70},{"source":17,"target":0},{"source":17,"target":20},{"source":17,"target":55},{"source":17,"target":33},{"source":17,"target":225},{"source":17,"target":226},{"source":17,"target":227},{"source":225,"target":20},{"source":226,"target":55},{"source":227,"target":33},{"source":18,"target":0},{"source":18,"target":19},{"source":18,"target":51},{"source":18,"target":47},{"source":18,"target":228},{"source":18,"target":229},{"source":18,"target":230},{"source":228,"target":19},{"source":229,"target":51},{"source":230,"target":47},{"source":19,"target":0},{"source":19,"target":52},{"source":19,"target":48},{"source":19,"target":231},{"source":19,"target":232},{"source":19,"target":233},{"source":19,"target":234},{"source":19,"target":235},{"source":19,"target":236},{"source":19,"target":237},{"source":19,"target":238},{"source":231,"target":19},{"source":231,"target":239},{"source":231,"target":119},{"source":231,"target":240},{"source":239,"target":17},{"source":239,"target":241},{"source":239,"target":231},{"source":241,"target":17},{"source":240,"target":119},{"source":232,"target":19},{"source":232,"target":242},{"source":232,"target":119},{"source":232,"target":243},{"source":242,"target":17},{"source":242,"target":244},{"source":242,"target":232},{"source":244,"target":17},{"source":243,"target":119},{"source":233,"target":19},{"source":234,"target":19},{"source":234,"target":245},{"source":234,"target":246},{"source":234,"target":119},{"source":234,"target":247},{"source":245,"target":44},{"source":245,"target":248},{"source":245,"target":234},{"source":248,"target":44},{"source":246,"target":249},{"source":246,"target":234},{"source":247,"target":119},{"source":235,"target":19},{"source":235,"target":250},{"source":235,"target":251},{"source":235,"target":119},{"source":235,"target":252},{"source":250,"target":44},{"source":250,"target":253},{"source":250,"target":235},{"source":253,"target":44},{"source":251,"target":254},{"source":251,"target":235},{"source":252,"target":119},{"source":236,"target":255},{"source":236,"target":19},{"source":236,"target":256},{"source":256,"target":257},{"source":256,"target":236},{"source":237,"target":52},{"source":238,"target":48},{"source":20,"target":0},{"source":20,"target":58},{"source":20,"target":258},{"source":20,"target":259},{"source":20,"target":260},{"source":258,"target":261},{"source":258,"target":20},{"source":258,"target":262},{"source":258,"target":74},{"source":258,"target":75},{"source":258,"target":263},{"source":258,"target":264},{"source":262,"target":72},{"source":262,"target":265},{"source":262,"target":258},{"source":265,"target":72},{"source":263,"target":74},{"source":264,"target":75},{"source":259,"target":20},{"source":259,"target":266},{"source":259,"target":74},{"source":259,"target":75},{"source":259,"target":267},{"source":259,"target":268},{"source":266,"target":72},{"source":266,"target":269},{"source":266,"target":259},{"source":269,"target":72},{"source":267,"target":74},{"source":268,"target":75},{"source":260,"target":58},{"source":21,"target":0},{"source":21,"target":22},{"source":21,"target":51},{"source":21,"target":38},{"source":21,"target":33},{"source":21,"target":270},{"source":21,"target":271},{"source":21,"target":272},{"source":21,"target":273},{"source":270,"target":22},{"source":271,"target":51},{"source":272,"target":38},{"source":273,"target":33},{"source":22,"target":0},{"source":22,"target":52},{"source":22,"target":274},{"source":22,"target":275},{"source":22,"target":276},{"source":22,"target":277},{"source":22,"target":278},{"source":22,"target":279},{"source":22,"target":280},{"source":22,"target":281},{"source":22,"target":282},{"source":22,"target":283},{"source":22,"target":284},{"source":22,"target":285},{"source":22,"target":286},{"source":22,"target":287},{"source":274,"target":22},{"source":274,"target":288},{"source":274,"target":289},{"source":274,"target":119},{"source":274,"target":120},{"source":274,"target":76},{"source":274,"target":77},{"source":274,"target":290},{"source":274,"target":291},{"source":274,"target":292},{"source":274,"target":293},{"source":288,"target":17},{"source":288,"target":294},{"source":288,"target":274},{"source":294,"target":17},{"source":289,"target":18},{"source":289,"target":295},{"source":289,"target":274},{"source":295,"target":18},{"source":290,"target":119},{"source":291,"target":120},{"source":292,"target":76},{"source":293,"target":77},{"source":275,"target":22},{"source":275,"target":296},{"source":275,"target":119},{"source":275,"target":120},{"source":275,"target":77},{"source":275,"target":297},{"source":275,"target":298},{"source":275,"target":299},{"source":296,"target":18},{"source":296,"target":300},{"source":296,"target":275},{"source":300,"target":18},{"source":297,"target":119},{"source":298,"target":120},{"source":299,"target":77},{"source":276,"target":22},{"source":276,"target":301},{"source":276,"target":119},{"source":276,"target":78},{"source":276,"target":302},{"source":276,"target":303},{"source":301,"target":18},{"source":301,"target":304},{"source":301,"target":276},{"source":304,"target":18},{"source":302,"target":119},{"source":303,"target":78},{"source":277,"target":22},{"source":277,"target":305},{"source":277,"target":119},{"source":277,"target":78},{"source":277,"target":306},{"source":277,"target":307},{"source":305,"target":17},{"source":305,"target":308},{"source":305,"target":277},{"source":308,"target":17},{"source":306,"target":119},{"source":307,"target":78},{"source":278,"target":22},{"source":278,"target":309},{"source":278,"target":310},{"source":278,"target":311},{"source":278,"target":312},{"source":278,"target":117},{"source":278,"target":79},{"source":278,"target":63},{"source":278,"target":64},{"source":278,"target":62},{"source":278,"target":65},{"source":278,"target":313},{"source":278,"target":314},{"source":278,"target":315},{"source":278,"target":316},{"source":278,"target":317},{"source":278,"target":318},{"source":309,"target":319},{"source":309,"target":278},{"source":310,"target":320},{"source":310,"target":278},{"source":311,"target":72},{"source":311,"target":321},{"source":311,"target":278},{"source":321,"target":72},{"source":312,"target":73},{"source":312,"target":322},{"source":312,"target":278},{"source":322,"target":73},{"source":313,"target":117},{"source":314,"target":79},{"source":315,"target":63},{"source":316,"target":64},{"source":317,"target":62},{"source":318,"target":65},{"source":279,"target":22},{"source":279,"target":323},{"source":279,"target":120},{"source":279,"target":117},{"source":279,"target":79},{"source":279,"target":80},{"source":279,"target":324},{"source":279,"target":325},{"source":279,"target":326},{"source":279,"target":327},{"source":323,"target":328},{"source":323,"target":279},{"source":324,"target":120},{"source":325,"target":117},{"source":326,"target":79},{"source":327,"target":80},{"source":280,"target":22},{"source":280,"target":329},{"source":280,"target":81},{"source":280,"target":82},{"source":280,"target":330},{"source":280,"target":331},{"source":329,"target":332},{"source":329,"target":280},{"source":330,"target":81},{"source":331,"target":82},{"source":281,"target":22},{"source":281,"target":333},{"source":281,"target":334},{"source":281,"target":335},{"source":281,"target":119},{"source":281,"target":76},{"source":281,"target":77},{"source":281,"target":336},{"source":281,"target":337},{"source":281,"target":338},{"source":333,"target":44},{"source":333,"target":339},{"source":333,"target":281},{"source":339,"target":44},{"source":334,"target":18},{"source":334,"target":340},{"source":334,"target":281},{"source":340,"target":18},{"source":335,"target":341},{"source":335,"target":281},{"source":336,"target":119},{"source":337,"target":76},{"source":338,"target":77},{"source":282,"target":22},{"source":282,"target":342},{"source":282,"target":343},{"source":282,"target":119},{"source":282,"target":78},{"source":282,"target":344},{"source":282,"target":345},{"source":342,"target":44},{"source":342,"target":346},{"source":342,"target":282},{"source":346,"target":44},{"source":343,"target":347},{"source":343,"target":282},{"source":344,"target":119},{"source":345,"target":78},{"source":283,"target":22},{"source":283,"target":348},{"source":283,"target":349},{"source":283,"target":350},{"source":283,"target":119},{"source":283,"target":84},{"source":283,"target":85},{"source":283,"target":351},{"source":283,"target":352},{"source":283,"target":353},{"source":348,"target":44},{"source":348,"target":354},{"source":348,"target":283},{"source":354,"target":44},{"source":349,"target":355},{"source":349,"target":283},{"source":350,"target":356},{"source":350,"target":283},{"source":351,"target":119},{"source":352,"target":84},{"source":353,"target":85},{"source":284,"target":22},{"source":284,"target":357},{"source":284,"target":358},{"source":284,"target":84},{"source":284,"target":86},{"source":284,"target":359},{"source":284,"target":360},{"source":357,"target":361},{"source":357,"target":284},{"source":358,"target":362},{"source":358,"target":284},{"source":359,"target":84},{"source":360,"target":86},{"source":285,"target":22},{"source":285,"target":363},{"source":285,"target":119},{"source":285,"target":77},{"source":285,"target":364},{"source":285,"target":365},{"source":363,"target":21},{"source":363,"target":366},{"source":363,"target":285},{"source":366,"target":21},{"source":364,"target":119},{"source":365,"target":77},{"source":286,"target":22},{"source":286,"target":367},{"source":286,"target":119},{"source":286,"target":78},{"source":286,"target":368},{"source":286,"target":369},{"source":367,"target":21},{"source":367,"target":370},{"source":367,"target":286},{"source":370,"target":21},{"source":368,"target":119},{"source":369,"target":78},{"source":287,"target":52},{"source":23,"target":0},{"source":23,"target":24},{"source":23,"target":44},{"source":23,"target":33},{"source":23,"target":371},{"source":23,"target":372},{"source":23,"target":373},{"source":371,"target":24},{"source":372,"target":44},{"source":373,"target":33},{"source":24,"target":0},{"source":24,"target":374},{"source":24,"target":375},{"source":24,"target":376},{"source":24,"target":377},{"source":24,"target":378},{"source":24,"target":379},{"source":24,"target":380},{"source":24,"target":381},{"source":24,"target":382},{"source":24,"target":383},{"source":24,"target":384},{"source":24,"target":385},{"source":374,"target":147},{"source":374,"target":386},{"source":374,"target":24},{"source":374,"target":387},{"source":374,"target":88},{"source":374,"target":96},{"source":374,"target":95},{"source":374,"target":101},{"source":374,"target":388},{"source":374,"target":389},{"source":374,"target":390},{"source":374,"target":391},{"source":386,"target":147},{"source":387,"target":392},{"source":387,"target":374},{"source":388,"target":88},{"source":389,"target":96},{"source":390,"target":95},{"source":391,"target":101},{"source":375,"target":147},{"source":375,"target":393},{"source":375,"target":24},{"source":375,"target":394},{"source":375,"target":89},{"source":375,"target":96},{"source":375,"target":95},{"source":375,"target":101},{"source":375,"target":395},{"source":375,"target":396},{"source":375,"target":397},{"source":375,"target":398},{"source":393,"target":147},{"source":394,"target":399},{"source":394,"target":375},{"source":395,"target":89},{"source":396,"target":96},{"source":397,"target":95},{"source":398,"target":101},{"source":376,"target":147},{"source":376,"target":400},{"source":376,"target":24},{"source":376,"target":401},{"source":376,"target":88},{"source":376,"target":96},{"source":376,"target":95},{"source":376,"target":101},{"source":376,"target":402},{"source":376,"target":403},{"source":376,"target":404},{"source":376,"target":405},{"source":400,"target":147},{"source":401,"target":406},{"source":401,"target":376},{"source":402,"target":88},{"source":403,"target":96},{"source":404,"target":95},{"source":405,"target":101},{"source":377,"target":24},{"source":377,"target":407},{"source":377,"target":89},{"source":377,"target":96},{"source":377,"target":95},{"source":377,"target":101},{"source":377,"target":408},{"source":377,"target":409},{"source":377,"target":410},{"source":377,"target":411},{"source":407,"target":412},{"source":407,"target":377},{"source":408,"target":89},{"source":409,"target":96},{"source":410,"target":95},{"source":411,"target":101},{"source":378,"target":24},{"source":378,"target":413},{"source":378,"target":89},{"source":378,"target":100},{"source":378,"target":96},{"source":378,"target":95},{"source":378,"target":101},{"source":378,"target":414},{"source":378,"target":415},{"source":378,"target":416},{"source":378,"target":417},{"source":378,"target":418},{"source":413,"target":419},{"source":413,"target":378},{"source":414,"target":89},{"source":415,"target":100},{"source":416,"target":96},{"source":417,"target":95},{"source":418,"target":101},{"source":379,"target":24},{"source":379,"target":420},{"source":379,"target":89},{"source":379,"target":96},{"source":379,"target":95},{"source":379,"target":101},{"source":379,"target":421},{"source":379,"target":422},{"source":379,"target":423},{"source":379,"target":424},{"source":420,"target":425},{"source":420,"target":379},{"source":421,"target":89},{"source":422,"target":96},{"source":423,"target":95},{"source":424,"target":101},{"source":380,"target":91},{"source":380,"target":426},{"source":380,"target":24},{"source":380,"target":427},{"source":380,"target":428},{"source":380,"target":94},{"source":380,"target":98},{"source":380,"target":95},{"source":380,"target":96},{"source":380,"target":101},{"source":380,"target":429},{"source":380,"target":430},{"source":380,"target":431},{"source":380,"target":432},{"source":380,"target":433},{"source":426,"target":91},{"source":427,"target":148},{"source":427,"target":434},{"source":427,"target":380},{"source":434,"target":148},{"source":428,"target":92},{"source":428,"target":435},{"source":428,"target":380},{"source":435,"target":92},{"source":429,"target":94},{"source":430,"target":98},{"source":431,"target":95},{"source":432,"target":96},{"source":433,"target":101},{"source":381,"target":97},{"source":381,"target":436},{"source":381,"target":24},{"source":381,"target":437},{"source":381,"target":438},{"source":381,"target":94},{"source":381,"target":98},{"source":381,"target":95},{"source":381,"target":96},{"source":381,"target":101},{"source":381,"target":439},{"source":381,"target":440},{"source":381,"target":441},{"source":381,"target":442},{"source":381,"target":443},{"source":436,"target":97},{"source":437,"target":92},{"source":437,"target":444},{"source":437,"target":381},{"source":444,"target":92},{"source":438,"target":149},{"source":438,"target":445},{"source":438,"target":381},{"source":445,"target":149},{"source":439,"target":94},{"source":440,"target":98},{"source":441,"target":95},{"source":442,"target":96},{"source":443,"target":101},{"source":382,"target":91},{"source":382,"target":446},{"source":382,"target":24},{"source":382,"target":447},{"source":382,"target":94},{"source":382,"target":98},{"source":382,"target":95},{"source":382,"target":96},{"source":382,"target":101},{"source":382,"target":448},{"source":382,"target":449},{"source":382,"target":450},{"source":382,"target":451},{"source":382,"target":452},{"source":446,"target":91},{"source":447,"target":92},{"source":447,"target":453},{"source":447,"target":382},{"source":453,"target":92},{"source":448,"target":94},{"source":449,"target":98},{"source":450,"target":95},{"source":451,"target":96},{"source":452,"target":101},{"source":383,"target":24},{"source":383,"target":454},{"source":383,"target":89},{"source":383,"target":99},{"source":383,"target":101},{"source":383,"target":455},{"source":383,"target":456},{"source":383,"target":457},{"source":454,"target":92},{"source":454,"target":458},{"source":454,"target":383},{"source":458,"target":92},{"source":455,"target":89},{"source":456,"target":99},{"source":457,"target":101},{"source":384,"target":24},{"source":384,"target":459},{"source":384,"target":460},{"source":384,"target":461},{"source":459,"target":462},{"source":459,"target":384},{"source":460,"target":90},{"source":460,"target":463},{"source":460,"target":384},{"source":463,"target":90},{"source":461,"target":87},{"source":461,"target":464},{"source":461,"target":384},{"source":464,"target":87},{"source":385,"target":24},{"source":385,"target":465},{"source":385,"target":466},{"source":385,"target":467},{"source":385,"target":468},{"source":465,"target":469},{"source":465,"target":385},{"source":466,"target":470},{"source":466,"target":385},{"source":467,"target":93},{"source":467,"target":471},{"source":467,"target":385},{"source":471,"target":93},{"source":468,"target":102},{"source":468,"target":472},{"source":468,"target":385},{"source":472,"target":102},{"source":25,"target":0},{"source":25,"target":26},{"source":25,"target":36},{"source":25,"target":33},{"source":25,"target":473},{"source":25,"target":474},{"source":25,"target":475},{"source":473,"target":26},{"source":474,"target":36},{"source":475,"target":33},{"source":26,"target":0},{"source":26,"target":37},{"source":26,"target":476},{"source":26,"target":477},{"source":26,"target":478},{"source":26,"target":479},{"source":476,"target":26},{"source":476,"target":480},{"source":476,"target":103},{"source":476,"target":75},{"source":476,"target":481},{"source":476,"target":482},{"source":480,"target":483},{"source":480,"target":476},{"source":481,"target":103},{"source":482,"target":75},{"source":477,"target":484},{"source":477,"target":26},{"source":477,"target":485},{"source":477,"target":486},{"source":477,"target":487},{"source":477,"target":75},{"source":477,"target":104},{"source":477,"target":105},{"source":477,"target":106},{"source":477,"target":117},{"source":477,"target":107},{"source":477,"target":488},{"source":477,"target":489},{"source":477,"target":490},{"source":477,"target":491},{"source":477,"target":492},{"source":477,"target":493},{"source":485,"target":494},{"source":485,"target":477},{"source":486,"target":72},{"source":486,"target":495},{"source":486,"target":477},{"source":495,"target":72},{"source":487,"target":72},{"source":487,"target":496},{"source":487,"target":477},{"source":496,"target":72},{"source":488,"target":75},{"source":489,"target":104},{"source":490,"target":105},{"source":491,"target":106},{"source":492,"target":117},{"source":493,"target":107},{"source":478,"target":26},{"source":478,"target":497},{"source":478,"target":498},{"source":478,"target":499},{"source":478,"target":500},{"source":478,"target":75},{"source":478,"target":104},{"source":478,"target":105},{"source":478,"target":106},{"source":478,"target":117},{"source":478,"target":107},{"source":478,"target":501},{"source":478,"target":502},{"source":478,"target":503},{"source":478,"target":504},{"source":478,"target":505},{"source":478,"target":506},{"source":497,"target":507},{"source":497,"target":478},{"source":498,"target":72},{"source":498,"target":508},{"source":498,"target":478},{"source":508,"target":72},{"source":499,"target":72},{"source":499,"target":509},{"source":499,"target":478},{"source":509,"target":72},{"source":500,"target":510},{"source":500,"target":478},{"source":501,"target":75},{"source":502,"target":104},{"source":503,"target":105},{"source":504,"target":106},{"source":505,"target":117},{"source":506,"target":107},{"source":479,"target":37},{"source":27,"target":0},{"source":27,"target":30},{"source":27,"target":44},{"source":27,"target":33},{"source":27,"target":511},{"source":27,"target":512},{"source":27,"target":513},{"source":511,"target":30},{"source":512,"target":44},{"source":513,"target":33},{"source":28,"target":0},{"source":28,"target":29},{"source":28,"target":31},{"source":28,"target":33},{"source":28,"target":514},{"source":28,"target":515},{"source":28,"target":516},{"source":514,"target":29},{"source":515,"target":31},{"source":516,"target":33},{"source":29,"target":0},{"source":29,"target":32},{"source":29,"target":517},{"source":29,"target":518},{"source":29,"target":519},{"source":29,"target":520},{"source":517,"target":29},{"source":517,"target":521},{"source":517,"target":522},{"source":517,"target":117},{"source":517,"target":108},{"source":517,"target":109},{"source":517,"target":523},{"source":517,"target":524},{"source":517,"target":525},{"source":521,"target":526},{"source":521,"target":517},{"source":522,"target":31},{"source":522,"target":527},{"source":522,"target":517},{"source":527,"target":31},{"source":523,"target":117},{"source":524,"target":108},{"source":525,"target":109},{"source":518,"target":29},{"source":518,"target":528},{"source":518,"target":110},{"source":518,"target":529},{"source":528,"target":530},{"source":528,"target":518},{"source":529,"target":110},{"source":519,"target":111},{"source":519,"target":531},{"source":519,"target":29},{"source":531,"target":111},{"source":520,"target":32},{"source":30,"target":0},{"source":30,"target":532},{"source":30,"target":533},{"source":30,"target":534},{"source":30,"target":535},{"source":30,"target":536},{"source":532,"target":30},{"source":532,"target":537},{"source":532,"target":538},{"source":532,"target":112},{"source":532,"target":539},{"source":537,"target":127},{"source":537,"target":540},{"source":537,"target":532},{"source":540,"target":127},{"source":538,"target":541},{"source":538,"target":532},{"source":539,"target":112},{"source":533,"target":30},{"source":533,"target":542},{"source":533,"target":112},{"source":533,"target":543},{"source":542,"target":544},{"source":542,"target":533},{"source":543,"target":112},{"source":534,"target":545},{"source":534,"target":30},{"source":534,"target":113},{"source":534,"target":546},{"source":546,"target":113},{"source":535,"target":30},{"source":535,"target":113},{"source":535,"target":547},{"source":547,"target":113},{"source":536,"target":30},{"source":536,"target":548},{"source":536,"target":114},{"source":536,"target":113},{"source":536,"target":549},{"source":536,"target":550},{"source":548,"target":551},{"source":548,"target":536},{"source":549,"target":114},{"source":550,"target":113},{"source":31,"target":0},{"source":31,"target":32},{"source":31,"target":44},{"source":31,"target":33},{"source":31,"target":552},{"source":31,"target":553},{"source":31,"target":554},{"source":552,"target":32},{"source":553,"target":44},{"source":554,"target":33},{"source":32,"target":0},{"source":32,"target":555},{"source":32,"target":556},{"source":32,"target":557},{"source":32,"target":558},{"source":32,"target":559},{"source":32,"target":560},{"source":32,"target":561},{"source":32,"target":562},{"source":32,"target":563},{"source":555,"target":32},{"source":555,"target":564},{"source":555,"target":113},{"source":555,"target":117},{"source":555,"target":565},{"source":555,"target":566},{"source":564,"target":567},{"source":564,"target":555},{"source":565,"target":113},{"source":566,"target":117},{"source":556,"target":32},{"source":556,"target":568},{"source":556,"target":569},{"source":556,"target":117},{"source":556,"target":113},{"source":556,"target":570},{"source":556,"target":571},{"source":568,"target":572},{"source":568,"target":556},{"source":569,"target":573},{"source":569,"target":556},{"source":570,"target":117},{"source":571,"target":113},{"source":557,"target":574},{"source":557,"target":32},{"source":557,"target":575},{"source":557,"target":117},{"source":557,"target":576},{"source":575,"target":577},{"source":575,"target":557},{"source":576,"target":117},{"source":558,"target":115},{"source":558,"target":578},{"source":558,"target":32},{"source":558,"target":579},{"source":558,"target":113},{"source":558,"target":117},{"source":558,"target":580},{"source":558,"target":581},{"source":578,"target":115},{"source":579,"target":582},{"source":579,"target":558},{"source":580,"target":113},{"source":581,"target":117},{"source":559,"target":27},{"source":559,"target":583},{"source":559,"target":32},{"source":559,"target":584},{"source":559,"target":117},{"source":559,"target":113},{"source":559,"target":585},{"source":559,"target":586},{"source":583,"target":27},{"source":584,"target":587},{"source":584,"target":559},{"source":585,"target":117},{"source":586,"target":113},{"source":560,"target":27},{"source":560,"target":588},{"source":560,"target":32},{"source":560,"target":589},{"source":560,"target":590},{"source":560,"target":117},{"source":560,"target":113},{"source":560,"target":591},{"source":560,"target":592},{"source":588,"target":27},{"source":589,"target":593},{"source":589,"target":560},{"source":590,"target":594},{"source":590,"target":560},{"source":591,"target":117},{"source":592,"target":113},{"source":561,"target":32},{"source":561,"target":595},{"source":561,"target":117},{"source":561,"target":113},{"source":561,"target":596},{"source":561,"target":597},{"source":595,"target":598},{"source":595,"target":561},{"source":596,"target":117},{"source":597,"target":113},{"source":562,"target":32},{"source":562,"target":599},{"source":562,"target":117},{"source":562,"target":113},{"source":562,"target":600},{"source":562,"target":601},{"source":599,"target":602},{"source":599,"target":562},{"source":600,"target":117},{"source":601,"target":113},{"source":563,"target":32},{"source":563,"target":603},{"source":563,"target":116},{"source":563,"target":604},{"source":603,"target":132},{"source":603,"target":605},{"source":603,"target":563},{"source":605,"target":132},{"source":604,"target":116},{"source":33,"target":0},{"source":34,"target":0},{"source":34,"target":35},{"source":34,"target":44},{"source":34,"target":33},{"source":34,"target":606},{"source":34,"target":607},{"source":34,"target":608},{"source":606,"target":35},{"source":607,"target":44},{"source":608,"target":33},{"source":35,"target":0},{"source":35,"target":609},{"source":35,"target":610},{"source":609,"target":35},{"source":609,"target":121},{"source":609,"target":611},{"source":611,"target":121},{"source":610,"target":35},{"source":610,"target":122},{"source":610,"target":612},{"source":612,"target":122},{"source":36,"target":0},{"source":36,"target":37},{"source":36,"target":17},{"source":36,"target":33},{"source":36,"target":613},{"source":36,"target":614},{"source":36,"target":615},{"source":613,"target":37},{"source":614,"target":17},{"source":615,"target":33},{"source":37,"target":0},{"source":37,"target":20},{"source":37,"target":616},{"source":37,"target":617},{"source":37,"target":618},{"source":616,"target":37},{"source":616,"target":619},{"source":616,"target":620},{"source":616,"target":621},{"source":616,"target":75},{"source":616,"target":124},{"source":616,"target":117},{"source":616,"target":125},{"source":616,"target":622},{"source":616,"target":623},{"source":616,"target":624},{"source":616,"target":625},{"source":619,"target":31},{"source":619,"target":626},{"source":619,"target":616},{"source":626,"target":31},{"source":620,"target":627},{"source":620,"target":616},{"source":621,"target":123},{"source":621,"target":628},{"source":621,"target":616},{"source":628,"target":123},{"source":622,"target":75},{"source":623,"target":124},{"source":624,"target":117},{"source":625,"target":125},{"source":617,"target":37},{"source":617,"target":629},{"source":617,"target":75},{"source":617,"target":117},{"source":617,"target":630},{"source":617,"target":631},{"source":629,"target":632},{"source":629,"target":617},{"source":630,"target":75},{"source":631,"target":117},{"source":618,"target":20},{"source":38,"target":0},{"source":38,"target":39},{"source":38,"target":40},{"source":38,"target":42},{"source":38,"target":633},{"source":38,"target":634},{"source":38,"target":635},{"source":633,"target":39},{"source":634,"target":40},{"source":635,"target":42},{"source":39,"target":0},{"source":39,"target":41},{"source":39,"target":43},{"source":39,"target":636},{"source":39,"target":637},{"source":636,"target":41},{"source":637,"target":43},{"source":40,"target":0},{"source":40,"target":41},{"source":40,"target":44},{"source":40,"target":33},{"source":40,"target":638},{"source":40,"target":639},{"source":40,"target":640},{"source":638,"target":41},{"source":639,"target":44},{"source":640,"target":33},{"source":41,"target":0},{"source":41,"target":641},{"source":41,"target":642},{"source":41,"target":643},{"source":641,"target":126},{"source":641,"target":644},{"source":641,"target":41},{"source":641,"target":645},{"source":641,"target":646},{"source":644,"target":126},{"source":645,"target":647},{"source":645,"target":641},{"source":646,"target":648},{"source":646,"target":641},{"source":642,"target":126},{"source":642,"target":649},{"source":642,"target":41},{"source":642,"target":650},{"source":642,"target":651},{"source":649,"target":126},{"source":650,"target":652},{"source":650,"target":642},{"source":651,"target":653},{"source":651,"target":642},{"source":643,"target":126},{"source":643,"target":654},{"source":643,"target":41},{"source":643,"target":655},{"source":643,"target":656},{"source":654,"target":126},{"source":655,"target":657},{"source":655,"target":643},{"source":656,"target":658},{"source":656,"target":643},{"source":42,"target":0},{"source":42,"target":43},{"source":42,"target":44},{"source":42,"target":33},{"source":42,"target":659},{"source":42,"target":660},{"source":42,"target":661},{"source":659,"target":43},{"source":660,"target":44},{"source":661,"target":33},{"source":43,"target":0},{"source":43,"target":662},{"source":43,"target":663},{"source":43,"target":664},{"source":43,"target":665},{"source":662,"target":43},{"source":662,"target":666},{"source":662,"target":667},{"source":662,"target":144},{"source":662,"target":668},{"source":666,"target":669},{"source":666,"target":662},{"source":667,"target":670},{"source":667,"target":662},{"source":668,"target":144},{"source":663,"target":671},{"source":663,"target":43},{"source":664,"target":43},{"source":664,"target":672},{"source":672,"target":673},{"source":672,"target":664},{"source":665,"target":43},{"source":665,"target":674},{"source":674,"target":675},{"source":674,"target":665},{"source":44,"target":0},{"source":45,"target":0},{"source":45,"target":46},{"source":45,"target":44},{"source":45,"target":33},{"source":45,"target":676},{"source":45,"target":677},{"source":45,"target":678},{"source":676,"target":46},{"source":677,"target":44},{"source":678,"target":33},{"source":46,"target":0},{"source":46,"target":679},{"source":46,"target":680},{"source":679,"target":46},{"source":679,"target":681},{"source":679,"target":682},{"source":679,"target":128},{"source":679,"target":129},{"source":679,"target":683},{"source":679,"target":684},{"source":681,"target":44},{"source":681,"target":685},{"source":681,"target":679},{"source":685,"target":44},{"source":682,"target":686},{"source":682,"target":679},{"source":683,"target":128},{"source":684,"target":129},{"source":680,"target":46},{"source":680,"target":687},{"source":680,"target":128},{"source":680,"target":688},{"source":687,"target":689},{"source":687,"target":680},{"source":688,"target":128},{"source":47,"target":0},{"source":47,"target":48},{"source":47,"target":49},{"source":47,"target":44},{"source":47,"target":33},{"source":47,"target":690},{"source":47,"target":691},{"source":47,"target":692},{"source":47,"target":693},{"source":690,"target":48},{"source":691,"target":49},{"source":692,"target":44},{"source":693,"target":33},{"source":48,"target":0},{"source":48,"target":694},{"source":694,"target":130},{"source":694,"target":695},{"source":694,"target":48},{"source":695,"target":130},{"source":49,"target":0},{"source":49,"target":50},{"source":49,"target":44},{"source":49,"target":33},{"source":49,"target":696},{"source":49,"target":697},{"source":49,"target":698},{"source":696,"target":50},{"source":697,"target":44},{"source":698,"target":33},{"source":50,"target":0},{"source":50,"target":699},{"source":699,"target":44},{"source":699,"target":700},{"source":699,"target":50},{"source":699,"target":701},{"source":699,"target":131},{"source":699,"target":702},{"source":700,"target":44},{"source":701,"target":703},{"source":701,"target":699},{"source":702,"target":131},{"source":51,"target":0},{"source":51,"target":52},{"source":51,"target":44},{"source":51,"target":33},{"source":51,"target":704},{"source":51,"target":705},{"source":51,"target":706},{"source":704,"target":52},{"source":705,"target":44},{"source":706,"target":33},{"source":52,"target":0},{"source":52,"target":54},{"source":52,"target":707},{"source":52,"target":708},{"source":52,"target":709},{"source":52,"target":710},{"source":707,"target":52},{"source":707,"target":711},{"source":707,"target":134},{"source":707,"target":135},{"source":707,"target":136},{"source":707,"target":712},{"source":707,"target":713},{"source":707,"target":714},{"source":711,"target":72},{"source":711,"target":715},{"source":711,"target":707},{"source":715,"target":72},{"source":712,"target":134},{"source":713,"target":135},{"source":714,"target":136},{"source":708,"target":716},{"source":708,"target":52},{"source":708,"target":717},{"source":708,"target":718},{"source":708,"target":719},{"source":708,"target":137},{"source":708,"target":119},{"source":708,"target":720},{"source":708,"target":721},{"source":717,"target":44},{"source":717,"target":722},{"source":717,"target":708},{"source":722,"target":44},{"source":718,"target":723},{"source":718,"target":708},{"source":719,"target":724},{"source":719,"target":708},{"source":720,"target":137},{"source":721,"target":119},{"source":709,"target":52},{"source":709,"target":725},{"source":709,"target":118},{"source":709,"target":726},{"source":725,"target":727},{"source":725,"target":709},{"source":726,"target":118},{"source":710,"target":54},{"source":53,"target":0},{"source":53,"target":54},{"source":53,"target":44},{"source":53,"target":33},{"source":53,"target":728},{"source":53,"target":729},{"source":53,"target":730},{"source":728,"target":54},{"source":729,"target":44},{"source":730,"target":33},{"source":54,"target":0},{"source":54,"target":731},{"source":54,"target":732},{"source":731,"target":54},{"source":731,"target":733},{"source":731,"target":135},{"source":731,"target":136},{"source":731,"target":734},{"source":731,"target":735},{"source":733,"target":72},{"source":733,"target":736},{"source":733,"target":731},{"source":736,"target":72},{"source":734,"target":135},{"source":735,"target":136},{"source":732,"target":54},{"source":732,"target":737},{"source":732,"target":137},{"source":732,"target":738},{"source":737,"target":132},{"source":737,"target":739},{"source":737,"target":732},{"source":739,"target":132},{"source":738,"target":137},{"source":55,"target":0},{"source":55,"target":58},{"source":55,"target":34},{"source":55,"target":59},{"source":55,"target":51},{"source":55,"target":47},{"source":55,"target":38},{"source":55,"target":740},{"source":55,"target":741},{"source":55,"target":742},{"source":55,"target":743},{"source":55,"target":744},{"source":55,"target":745},{"source":740,"target":58},{"source":741,"target":34},{"source":742,"target":59},{"source":743,"target":51},{"source":744,"target":47},{"source":745,"target":38},{"source":56,"target":0},{"source":56,"target":57},{"source":56,"target":44},{"source":56,"target":33},{"source":56,"target":746},{"source":56,"target":747},{"source":56,"target":748},{"source":746,"target":57},{"source":747,"target":44},{"source":748,"target":33},{"source":57,"target":0},{"source":57,"target":749},{"source":57,"target":750},{"source":57,"target":751},{"source":749,"target":55},{"source":749,"target":752},{"source":749,"target":57},{"source":749,"target":753},{"source":749,"target":754},{"source":749,"target":138},{"source":749,"target":755},{"source":752,"target":55},{"source":753,"target":756},{"source":753,"target":749},{"source":754,"target":72},{"source":754,"target":757},{"source":754,"target":749},{"source":757,"target":72},{"source":755,"target":138},{"source":750,"target":57},{"source":750,"target":758},{"source":750,"target":139},{"source":750,"target":759},{"source":758,"target":760},{"source":758,"target":750},{"source":759,"target":139},{"source":751,"target":57},{"source":751,"target":140},{"source":751,"target":761},{"source":761,"target":140},{"source":58,"target":0},{"source":58,"target":35},{"source":58,"target":60},{"source":58,"target":52},{"source":58,"target":50},{"source":58,"target":762},{"source":58,"target":763},{"source":58,"target":764},{"source":58,"target":765},{"source":58,"target":766},{"source":58,"target":767},{"source":762,"target":58},{"source":762,"target":141},{"source":762,"target":768},{"source":768,"target":141},{"source":763,"target":58},{"source":763,"target":142},{"source":763,"target":769},{"source":769,"target":142},{"source":764,"target":35},{"source":765,"target":60},{"source":766,"target":52},{"source":767,"target":50},{"source":59,"target":0},{"source":59,"target":60},{"source":59,"target":44},{"source":59,"target":33},{"source":59,"target":770},{"source":59,"target":771},{"source":59,"target":772},{"source":770,"target":60},{"source":771,"target":44},{"source":772,"target":33},{"source":60,"target":0},{"source":60,"target":773},{"source":773,"target":60},{"source":773,"target":774},{"source":773,"target":775},{"source":773,"target":143},{"source":773,"target":137},{"source":773,"target":776},{"source":773,"target":777},{"source":774,"target":778},{"source":774,"target":773},{"source":775,"target":132},{"source":775,"target":779},{"source":775,"target":773},{"source":779,"target":132},{"source":776,"target":143},{"source":777,"target":137},{"source":61,"target":0},{"source":62,"target":0},{"source":63,"target":0},{"source":64,"target":0},{"source":65,"target":0},{"source":66,"target":0},{"source":67,"target":0},{"source":68,"target":0},{"source":69,"target":0},{"source":70,"target":0},{"source":71,"target":0},{"source":72,"target":0},{"source":73,"target":0},{"source":74,"target":0},{"source":75,"target":0},{"source":76,"target":0},{"source":77,"target":0},{"source":78,"target":0},{"source":79,"target":0},{"source":80,"target":0},{"source":81,"target":0},{"source":82,"target":0},{"source":83,"target":0},{"source":84,"target":0},{"source":85,"target":0},{"source":86,"target":0},{"source":87,"target":0},{"source":88,"target":0},{"source":89,"target":0},{"source":90,"target":0},{"source":91,"target":0},{"source":92,"target":0},{"source":93,"target":0},{"source":94,"target":0},{"source":95,"target":0},{"source":96,"target":0},{"source":97,"target":0},{"source":98,"target":0},{"source":99,"target":0},{"source":100,"target":0},{"source":101,"target":0},{"source":102,"target":0},{"source":103,"target":0},{"source":104,"target":0},{"source":105,"target":0},{"source":106,"target":0},{"source":107,"target":0},{"source":108,"target":0},{"source":109,"target":0},{"source":110,"target":0},{"source":111,"target":0},{"source":112,"target":0},{"source":113,"target":0},{"source":114,"target":0},{"source":115,"target":0},{"source":116,"target":0},{"source":117,"target":0},{"source":118,"target":0},{"source":119,"target":0},{"source":120,"target":0},{"source":121,"target":0},{"source":122,"target":0},{"source":123,"target":0},{"source":124,"target":0},{"source":125,"target":0},{"source":126,"target":0},{"source":127,"target":0},{"source":128,"target":0},{"source":129,"target":0},{"source":130,"target":0},{"source":131,"target":0},{"source":132,"target":0},{"source":133,"target":0},{"source":134,"target":0},{"source":135,"target":0},{"source":136,"target":0},{"source":137,"target":0},{"source":138,"target":0},{"source":139,"target":0},{"source":140,"target":0},{"source":141,"target":0},{"source":142,"target":0},{"source":143,"target":0},{"source":144,"target":0},{"source":145,"target":0},{"source":146,"target":0},{"source":147,"target":0},{"source":148,"target":0},{"source":149,"target":0},{"source":150,"target":0}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="model"
nsURI="http:///it/itc/sra/taom4e/model.ecore" nsPrefix="it.itc.sra.taom4e.model">
<eSubpackages name="core" nsURI="http:///it/itc/sra/taom4e/model/core.ecore" nsPrefix="it.itc.sra.taom4e.model.core">
<eSubpackages name="gencore" nsURI="http:///it/itc/sra/taom4e/model/core/gencore.ecore"
nsPrefix="it.itc.sra.taom4e.model.core.gencore">
<eClassifiers xsi:type="ecore:EClass" name="BusinessModel" eSuperTypes="#//core/gencore/TroposModelElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="TroposClasses" upperBound="-1"
eType="#//core/gencore/TroposClass" containment="true" eOpposite="#//core/gencore/TroposClass/BusinessModel"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="TroposRelations" upperBound="-1"
eType="#//core/gencore/TroposRelation" containment="true" eOpposite="#//core/gencore/TroposRelation/BusinessModel"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TroposModelElement">
<eOperations name="getNamePrefix" 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="TroposClass" eSuperTypes="#//core/gencore/TroposModelElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="BusinessModel" lowerBound="1"
eType="#//core/gencore/BusinessModel" transient="true" eOpposite="#//core/gencore/BusinessModel/TroposClasses"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TroposRelation" eSuperTypes="#//core/gencore/TroposModelElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="BusinessModel" lowerBound="1"
eType="#//core/gencore/BusinessModel" transient="true" eOpposite="#//core/gencore/BusinessModel/TroposRelations"/>
</eClassifiers>
</eSubpackages>
<eSubpackages name="informalcore" nsURI="http:///it/itc/sra/taom4e/model/core/informalcore.ecore"
nsPrefix="it.itc.sra.taom4e.model.core.informalcore">
<eClassifiers xsi:type="ecore:EClass" name="Actor" eSuperTypes="#//core/gencore/TroposClass #//core/informalcore/ActorOwner">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="namePrefix" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false" defaultValueLiteral="Actor "/>
<eStructuralFeatures xsi:type="ecore:EReference" name="decomposition" upperBound="-1"
eType="#//core/informalcore/Decomposition" eOpposite="#//core/informalcore/Decomposition/actorDecPointOfView"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="dependeeDependency"
upperBound="-1" eType="#//core/informalcore/Dependency" eOpposite="#//core/informalcore/Dependency/dependee"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="dependerDependency"
upperBound="-1" eType="#//core/informalcore/Dependency" eOpposite="#//core/informalcore/Dependency/depender"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="contribution" upperBound="-1"
eType="#//core/informalcore/Contribution" eOpposite="#//core/informalcore/Contribution/actorContributionPointOfView"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="wanted" upperBound="-1"
eType="#//core/informalcore/Goal" eOpposite="#//core/informalcore/Goal/wanter"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="meansEnd" upperBound="-1"
eType="#//core/informalcore/MeansEnd" eOpposite="#//core/informalcore/MeansEnd/actorMeansEndPointOfView"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="plans" upperBound="-1"
eType="#//core/informalcore/Plan" eOpposite="#//core/informalcore/Plan/capableOf"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="resources" upperBound="-1"
eType="#//core/informalcore/Resource" eOpposite="#//core/informalcore/Resource/use"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="goalDiagrams" upperBound="-1"
eType="#//diagram/goaldiagram/GoalDiagram" eOpposite="#//diagram/goaldiagram/GoalDiagram/Actor"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Decomposition" eSuperTypes="#//core/gencore/TroposRelation">
<eStructuralFeatures xsi:type="ecore:EReference" name="actorDecPointOfView"
lowerBound="1" eType="#//core/informalcore/Actor" eOpposite="#//core/informalcore/Actor/decomposition"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BooleanDecomposition" eSuperTypes="#//core/informalcore/Decomposition #//core/informalcore/AttachedBooleanDecomposition">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="BooleanDecLink" lowerBound="1"
upperBound="-1" eType="#//core/informalcore/BooleanDecLink" eOpposite="#//core/informalcore/BooleanDecLink/BooleanDecomposition"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rootGoal" eType="#//core/informalcore/Goal"
eOpposite="#//core/informalcore/Goal/booleanDecomposition"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rootPlan" eType="#//core/informalcore/Plan"
eOpposite="#//core/informalcore/Plan/booleanDecomposition"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BooleanDecLink" eSuperTypes="#//core/gencore/TroposRelation #//core/informalcore/ConnectedBooleanDecLink">
<eStructuralFeatures xsi:type="ecore:EReference" name="BooleanDecomposition"
lowerBound="1" eType="#//core/informalcore/BooleanDecomposition" eOpposite="#//core/informalcore/BooleanDecomposition/BooleanDecLink"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="targetGoal" eType="#//core/informalcore/Goal"
eOpposite="#//core/informalcore/Goal/boolDecLink"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="targetPlan" eType="#//core/informalcore/Plan"
eOpposite="#//core/informalcore/Plan/boolDecLink"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AndDecLink" eSuperTypes="#//core/informalcore/BooleanDecLink"/>
<eClassifiers xsi:type="ecore:EClass" name="OrDecLink" eSuperTypes="#//core/informalcore/BooleanDecLink"/>
<eClassifiers xsi:type="ecore:EClass" name="Dependency" eSuperTypes="#//core/gencore/TroposRelation #//core/informalcore/SupportedDependency #//core/informalcore/NestingDependency">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="namePrefix" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false" defaultValueLiteral="Dependency "/>
<eStructuralFeatures xsi:type="ecore:EReference" name="dependee" lowerBound="1"
eType="#//core/informalcore/Actor" eOpposite="#//core/informalcore/Actor/dependeeDependency"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="depender" lowerBound="1"
eType="#//core/informalcore/Actor" eOpposite="#//core/informalcore/Actor/dependerDependency"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="goalDependum" eType="#//core/informalcore/Goal"
eOpposite="#//core/informalcore/Goal/dependency"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="goalWhy" eType="#//core/informalcore/Goal"
eOpposite="#//core/informalcore/Goal/dependencyWhy"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="resourceDependum" eType="#//core/informalcore/Resource"
eOpposite="#//core/informalcore/Resource/dependency"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="resourceWhy" eType="#//core/informalcore/Resource"
eOpposite="#//core/informalcore/Resource/dependencyWhy"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="planDependum" eType="#//core/informalcore/Plan"
eOpposite="#//core/informalcore/Plan/dependency"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="planWhy" eType="#//core/informalcore/Plan"
eOpposite="#//core/informalcore/Plan/dependencyWhy"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Contribution" eSuperTypes="#//core/gencore/TroposRelation">
<eStructuralFeatures xsi:type="ecore:EReference" name="actorContributionPointOfView"
lowerBound="1" eType="#//core/informalcore/Actor" eOpposite="#//core/informalcore/Actor/contribution"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="contributer" lowerBound="1"
eType="#//core/informalcore/Goal" eOpposite="#//core/informalcore/Goal/contributeContributions"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="contributed" lowerBound="1"
eType="#//core/informalcore/Goal" eOpposite="#//core/informalcore/Goal/contributedByContributions"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SoftGoal" eSuperTypes="#//core/informalcore/Goal">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="namePrefix" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false" defaultValueLiteral="SoftGoal "/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="HardGoal" eSuperTypes="#//core/informalcore/Goal">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="namePrefix" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false" defaultValueLiteral="HardGoal "/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Goal" eSuperTypes="#//core/gencore/TroposClass #//core/informalcore/OwnedObject #//core/informalcore/IntentionalWhy #//core/informalcore/IntentionalDependum #//core/informalcore/IntentionalRoot #//core/informalcore/IntentionalMeans #//core/informalcore/IntentionalEnd #//core/informalcore/IntentionalTarget">
<eStructuralFeatures xsi:type="ecore:EReference" name="wanter" lowerBound="1"
eType="#//core/informalcore/Actor" eOpposite="#//core/informalcore/Actor/wanted"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="contributeContributions"
upperBound="-1" eType="#//core/informalcore/Contribution" eOpposite="#//core/informalcore/Contribution/contributer"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="contributedByContributions"
upperBound="-1" eType="#//core/informalcore/Contribution" eOpposite="#//core/informalcore/Contribution/contributed"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="meansEndMeans" upperBound="-1"
eType="#//core/informalcore/MeansEnd" eOpposite="#//core/informalcore/MeansEnd/meansGoal"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="meansEndEnd" upperBound="-1"
eType="#//core/informalcore/MeansEnd" eOpposite="#//core/informalcore/MeansEnd/end"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="dependency" upperBound="-1"
eType="#//core/informalcore/Dependency" eOpposite="#//core/informalcore/Dependency/goalDependum"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="dependencyWhy" upperBound="-1"
eType="#//core/informalcore/Dependency" eOpposite="#//core/informalcore/Dependency/goalWhy"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="plan" lowerBound="1"
upperBound="-1" eType="#//core/informalcore/Plan" eOpposite="#//core/informalcore/Plan/isFulfilled"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="booleanDecomposition"
eType="#//core/informalcore/BooleanDecomposition" eOpposite="#//core/informalcore/BooleanDecomposition/rootGoal"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="boolDecLink" upperBound="-1"
eType="#//core/informalcore/BooleanDecLink" eOpposite="#//core/informalcore/BooleanDecLink/targetGoal"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MeansEnd" eSuperTypes="#//core/gencore/TroposRelation #//core/informalcore/SupportedMeansEnd #//core/informalcore/ReceivedMeansEnd">
<eStructuralFeatures xsi:type="ecore:EReference" name="actorMeansEndPointOfView"
lowerBound="1" eType="#//core/informalcore/Actor" eOpposite="#//core/informalcore/Actor/meansEnd"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="meansGoal" eType="#//core/informalcore/Goal"
eOpposite="#//core/informalcore/Goal/meansEndMeans"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="end" lowerBound="1"
eType="#//core/informalcore/Goal" eOpposite="#//core/informalcore/Goal/meansEndEnd"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="meansResource" eType="#//core/informalcore/Resource"
eOpposite="#//core/informalcore/Resource/meansEndMeans"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="meansPlan" eType="#//core/informalcore/Plan"
eOpposite="#//core/informalcore/Plan/meansEndMeans"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Resource" eSuperTypes="#//core/gencore/TroposClass #//core/informalcore/OwnedObject #//core/informalcore/IntentionalWhy #//core/informalcore/IntentionalDependum #//core/informalcore/IntentionalRoot #//core/informalcore/IntentionalTarget #//core/informalcore/IntentionalMeans #//core/informalcore/IntentionalEnd">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="namePrefix" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false" defaultValueLiteral="Resource "/>
<eStructuralFeatures xsi:type="ecore:EReference" name="meansEndMeans" upperBound="-1"
eType="#//core/informalcore/MeansEnd" eOpposite="#//core/informalcore/MeansEnd/meansResource"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="dependency" upperBound="-1"
eType="#//core/informalcore/Dependency" eOpposite="#//core/informalcore/Dependency/resourceDependum"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="dependencyWhy" upperBound="-1"
eType="#//core/informalcore/Dependency" eOpposite="#//core/informalcore/Dependency/resourceWhy"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="use" lowerBound="1"
eType="#//core/informalcore/Actor" eOpposite="#//core/informalcore/Actor/resources"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Plan" eSuperTypes="#//core/gencore/TroposClass #//core/informalcore/OwnedObject #//core/informalcore/IntentionalWhy #//core/informalcore/IntentionalRoot #//core/informalcore/IntentionalMeans #//core/informalcore/IntentionalEnd #//core/informalcore/IntentionalDependum #//core/informalcore/IntentionalTarget">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="namePrefix" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false" defaultValueLiteral="Plan "/>
<eStructuralFeatures xsi:type="ecore:EReference" name="meansEndMeans" upperBound="-1"
eType="#//core/informalcore/MeansEnd" eOpposite="#//core/informalcore/MeansEnd/meansPlan"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="capableOf" eType="#//core/informalcore/Actor"
eOpposite="#//core/informalcore/Actor/plans"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="isFulfilled" lowerBound="1"
eType="#//core/informalcore/Goal" eOpposite="#//core/informalcore/Goal/plan"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="dependency" upperBound="-1"
eType="#//core/informalcore/Dependency" eOpposite="#//core/informalcore/Dependency/planDependum"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="dependencyWhy" upperBound="-1"
eType="#//core/informalcore/Dependency" eOpposite="#//core/informalcore/Dependency/planWhy"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="booleanDecomposition"
eType="#//core/informalcore/BooleanDecomposition" eOpposite="#//core/informalcore/BooleanDecomposition/rootPlan"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="boolDecLink" upperBound="-1"
eType="#//core/informalcore/BooleanDecLink" eOpposite="#//core/informalcore/BooleanDecLink/targetPlan"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InformalBusinessModel" eSuperTypes="#//core/gencore/BusinessModel"/>
<eClassifiers xsi:type="ecore:EClass" name="ActorOwner" abstract="true" interface="true">
<eOperations name="getOwnedObjects" eType="#//core/informalcore/TroposList"/>
<eOperations name="addOwnedObject" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="element" eType="#//core/informalcore/OwnedObject"/>
</eOperations>
<eOperations name="removeOwnedObject" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="element" eType="#//core/informalcore/OwnedObject"/>
</eOperations>
<eOperations name="canAddOwnedObject" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="element" eType="#//core/informalcore/OwnedObject"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="TroposList" instanceClassName="java.util.List"/>
<eClassifiers xsi:type="ecore:EClass" name="OwnedObject" abstract="true" interface="true">
<eOperations name="getActorOwner" eType="#//core/informalcore/ActorOwner"/>
<eOperations name="setActorOwner" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="actorOwner" eType="#//core/informalcore/ActorOwner"/>
</eOperations>
<eOperations name="canSetActorOwner" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="actorOwner" eType="#//core/informalcore/ActorOwner"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SupportedDependency" abstract="true"
interface="true">
<eOperations name="getIntentionalWhy" eType="#//core/informalcore/IntentionalWhy"/>
<eOperations name="setIntentionalWhy" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="intentional" eType="#//core/informalcore/IntentionalWhy"/>
</eOperations>
<eOperations name="canSetIntentionalWhy" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="intentional" eType="#//core/informalcore/IntentionalWhy"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IntentionalWhy" abstract="true"
interface="true">
<eOperations name="getSupportedDependencies" eType="#//core/informalcore/TroposList"/>
<eOperations name="addSupportedDependency" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="dependency" eType="#//core/informalcore/SupportedDependency"/>
</eOperations>
<eOperations name="removeSupportedDependency" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="dependency" eType="#//core/informalcore/SupportedDependency"/>
</eOperations>
<eOperations name="canAddSupportedDependency" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="dependency" eType="#//core/informalcore/SupportedDependency"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NestingDependency" abstract="true"
interface="true">
<eOperations name="getIntentionalDependum" eType="#//core/informalcore/IntentionalDependum"/>
<eOperations name="setIntentionalDependum" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="intentional" eType="#//core/informalcore/IntentionalDependum"/>
</eOperations>
<eOperations name="canSetIntentionalDependum" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="intentional" eType="#//core/informalcore/IntentionalDependum"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IntentionalDependum" abstract="true"
interface="true">
<eOperations name="getNestingDependencies" eType="#//core/informalcore/TroposList"/>
<eOperations name="addNestingDependency" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="dependency" eType="#//core/informalcore/NestingDependency"/>
</eOperations>
<eOperations name="removeNestingDependency" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="dependency" eType="#//core/informalcore/NestingDependency"/>
</eOperations>
<eOperations name="canAddNestingDependency" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="dependency" eType="#//core/informalcore/NestingDependency"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AttachedBooleanDecomposition" abstract="true"
interface="true">
<eOperations name="getIntentionalRoot" eType="#//core/informalcore/IntentionalRoot"/>
<eOperations name="setIntentionalRoot" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="intentional" eType="#//core/informalcore/IntentionalRoot"/>
</eOperations>
<eOperations name="canSetIntentionalRoot" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="intentional" eType="#//core/informalcore/IntentionalRoot"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IntentionalRoot" abstract="true"
interface="true">
<eOperations name="getAttachedBooleanDecomposition" eType="#//core/informalcore/AttachedBooleanDecomposition"/>
<eOperations name="setAttachedBooleanDecomposition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="decomposition" eType="#//core/informalcore/AttachedBooleanDecomposition"/>
</eOperations>
<eOperations name="canSetAttachedBooleanDecomposition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="decomposition" eType="#//core/informalcore/AttachedBooleanDecomposition"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConnectedBooleanDecLink" abstract="true"
interface="true">
<eOperations name="getIntentionalTarget" eType="#//core/informalcore/IntentionalTarget"/>
<eOperations name="setIntentionalTarget" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="intentional" eType="#//core/informalcore/IntentionalTarget"/>
</eOperations>
<eOperations name="canSetIntentionalTarget" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="intentional" eType="#//core/informalcore/IntentionalTarget"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IntentionalTarget" abstract="true"
interface="true">
<eOperations name="getConnectedBooleanDecLinks" eType="#//core/informalcore/TroposList"/>
<eOperations name="addConnectedBooleanDecLink" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="link" eType="#//core/informalcore/ConnectedBooleanDecLink"/>
</eOperations>
<eOperations name="removeConnectedBooleanDecLink" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="link" eType="#//core/informalcore/ConnectedBooleanDecLink"/>
</eOperations>
<eOperations name="canAddConnectedBooleanDecLink" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="link" eType="#//core/informalcore/ConnectedBooleanDecLink"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SupportedMeansEnd" abstract="true"
interface="true">
<eOperations name="getIntentionalMeans" eType="#//core/informalcore/IntentionalMeans"/>
<eOperations name="setIntentionalMeans" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="intentional" eType="#//core/informalcore/IntentionalMeans"/>
</eOperations>
<eOperations name="canSetIntentionalMeans" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="intentional" eType="#//core/informalcore/IntentionalMeans"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IntentionalMeans" abstract="true"
interface="true">
<eOperations name="getSupportedMeansEnds" eType="#//core/informalcore/TroposList"/>
<eOperations name="addSupportedMeansEnd" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="meansEnd" eType="#//core/informalcore/SupportedMeansEnd"/>
</eOperations>
<eOperations name="removeSupportedMeansEnd" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="meansEnd" eType="#//core/informalcore/SupportedMeansEnd"/>
</eOperations>
<eOperations name="canAddSupportedMeansEnd" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="meansEnd" eType="#//core/informalcore/SupportedMeansEnd"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ReceivedMeansEnd" abstract="true"
interface="true">
<eOperations name="getIntentionalEnd" eType="#//core/informalcore/IntentionalEnd"/>
<eOperations name="setIntentionalEnd" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="intentional" eType="#//core/informalcore/IntentionalEnd"/>
</eOperations>
<eOperations name="canSetIntentionalEnd" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="intentional" eType="#//core/informalcore/IntentionalEnd"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IntentionalEnd" abstract="true"
interface="true">
<eOperations name="getReceivedMeansEnds" eType="#//core/informalcore/TroposList"/>
<eOperations name="addReceivedMeansEnd" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="meansEnd" eType="#//core/informalcore/ReceivedMeansEnd"/>
</eOperations>
<eOperations name="removeReceivedMeansEnd" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="meansEnd" eType="#//core/informalcore/ReceivedMeansEnd"/>
</eOperations>
<eOperations name="canAddReceivedMeansEnd" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="meansEnd" eType="#//core/informalcore/ReceivedMeansEnd"/>
</eOperations>
</eClassifiers>
<eSubpackages name="formalcore" nsURI="http:///it/itc/sra/taom4e/model/core/informalcore/formalcore.ecore"
nsPrefix="it.itc.sra.taom4e.model.core.informalcore.formalcore">
<eClassifiers xsi:type="ecore:EClass" name="FActor" eSuperTypes="#//core/informalcore/Actor">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="attribute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="creationProperty"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="invariantProperty"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FContribution" eSuperTypes="#//core/informalcore/Contribution">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="metric" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FResource" eSuperTypes="#//core/informalcore/Resource">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="mode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="attribute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="creationProperty"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="invariantProperty"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fulfillmentProperty"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FDependency" eSuperTypes="#//core/informalcore/Dependency">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="mode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="attribute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="creationProperty"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="invariantProperty"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fulfillmentProperty"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FPlan" eSuperTypes="#//core/informalcore/Plan">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="mode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="attribute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="creationProperty"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="invariantProperty"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fulfillmentProperty"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ModeType">
<eLiterals name="ACHIEVE"/>
<eLiterals name="MAINTAIN" value="1"/>
<eLiterals name="ACHIEVEMAINTAIN" value="2"/>
<eLiterals name="AVOID" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="PropertyCategoryType">
<eLiterals name="CONSTRAINT"/>
<eLiterals name="ASSERTION" value="1"/>
<eLiterals name="POSSIBILITY" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="EventCategoryType">
<eLiterals name="TRIGGER"/>
<eLiterals name="CONDITION" value="1"/>
<eLiterals name="DEFINITION" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="LTL" instanceClassName="java.lang.String"/>
<eClassifiers xsi:type="ecore:EClass" name="FormalBusinessModel" eSuperTypes="#//core/informalcore/InformalBusinessModel">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="globalProperty" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FSoftGoal" eSuperTypes="#//core/informalcore/SoftGoal">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="mode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="attribute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="creationProperty"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="invariantProperty"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fulfillmentProperty"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FHardGoal" eSuperTypes="#//core/informalcore/HardGoal">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="mode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="attribute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="creationProperty"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="invariantProperty"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fulfillmentProperty"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="DependencyType">
<eLiterals name="HARDGOAL"/>
<eLiterals name="SOFTGOAL" value="1"/>
<eLiterals name="PLAN" value="2"/>
<eLiterals name="RESOURCE" value="3"/>
</eClassifiers>
</eSubpackages>
</eSubpackages>
</eSubpackages>
<eSubpackages name="diagram" nsURI="http:///it/itc/sra/taom4e/model/diagram.ecore"
nsPrefix="it.itc.sra.taom4e.model.diagram">
<eSubpackages name="gendiagram" nsURI="http:///it/itc/sra/taom4e/model/diagram/gendiagram.ecore"
nsPrefix="it.itc.sra.taom4e.model.diagram.gendiagram">
<eClassifiers xsi:type="ecore:EClass" name="DiagramConnection" eSuperTypes="#//diagram/gendiagram/DiagramObject">
<eStructuralFeatures xsi:type="ecore:EReference" name="targetNode" lowerBound="1"
eType="#//diagram/gendiagram/DiagramNode" eOpposite="#//diagram/gendiagram/DiagramNode/targetConnections"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="sourceNode" lowerBound="1"
eType="#//diagram/gendiagram/DiagramNode" transient="true" eOpposite="#//diagram/gendiagram/DiagramNode/sourceConnections"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DiagramNode" eSuperTypes="#//diagram/gendiagram/DiagramObject">
<eOperations name="disconnectFromContainer" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eOperations name="reconnectToContainer" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="x" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="y" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="width" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="height" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="targetConnections"
upperBound="-1" eType="#//diagram/gendiagram/DiagramConnection" eOpposite="#//diagram/gendiagram/DiagramConnection/targetNode"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="container" eType="#//diagram/gendiagram/ContainerDiagramNode"
eOpposite="#//diagram/gendiagram/ContainerDiagramNode/children"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Diagram" lowerBound="1"
eType="#//diagram/gendiagram/Diagram" transient="true" eOpposite="#//diagram/gendiagram/Diagram/DiagramNodes"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="sourceConnections"
upperBound="-1" eType="#//diagram/gendiagram/DiagramConnection" containment="true"
eOpposite="#//diagram/gendiagram/DiagramConnection/sourceNode"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Diagram" eSuperTypes="#//diagram/gendiagram/DiagramObject">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="phase" eType="#//project/Phase"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="DiagramNodes" upperBound="-1"
eType="#//diagram/gendiagram/DiagramNode" containment="true" eOpposite="#//diagram/gendiagram/DiagramNode/Diagram"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ContainerDiagramNode" eSuperTypes="#//diagram/gendiagram/DiagramNode">
<eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1"
eType="#//diagram/gendiagram/DiagramNode" eOpposite="#//diagram/gendiagram/DiagramNode/container"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DiagramObject">
<eOperations name="disconnectFromDiagram"/>
<eOperations name="reconnectToDiagram" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eOperations name="setSingleCore">
<eParameters name="troposModelElement" eType="#//core/gencore/TroposModelElement"/>
</eOperations>
<eOperations name="getSingleCore" eType="#//core/gencore/TroposModelElement"/>
<eOperations name="addCore">
<eParameters name="troposModelElement" eType="#//core/gencore/TroposModelElement"/>
</eOperations>
<eOperations name="removeCore" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="troposModelElement" eType="#//core/gencore/TroposModelElement"/>
</eOperations>
<eOperations name="disconnectFromCore"/>
<eOperations name="reconnectToCore" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eOperations name="disconnectFromDiagramAndCore"/>
<eOperations name="reconnectToDiagramAndCore" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="oldCore" eType="#//diagram/gendiagram/TroposVector"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="core" upperBound="-1"
eType="#//core/gencore/TroposModelElement"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Comment" eSuperTypes="#//diagram/gendiagram/DiagramNode">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="text" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="TroposVector" instanceClassName="java.util.Vector"/>
<eClassifiers xsi:type="ecore:EDataType" name="TroposNotification" instanceClassName="org.eclipse.emf.common.notify.Notification"/>
</eSubpackages>
<eSubpackages name="goaldiagram" nsURI="http:///it/itc/sra/taom4e/model/diagram/goaldiagram.ecore"
nsPrefix="it.itc.sra.taom4e.model.diagram.goaldiagram">
<eClassifiers xsi:type="ecore:EClass" name="GoalDiagram" eSuperTypes="#//diagram/gendiagram/Diagram">
<eStructuralFeatures xsi:type="ecore:EReference" name="Actor" lowerBound="1"
eType="#//core/informalcore/Actor" eOpposite="#//core/informalcore/Actor/goalDiagrams"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GD_ActorUI" eSuperTypes="#//diagram/gendiagram/ContainerDiagramNode"/>
<eClassifiers xsi:type="ecore:EClass" name="GD_ResourceUI" eSuperTypes="#//diagram/gendiagram/DiagramNode"/>
<eClassifiers xsi:type="ecore:EClass" name="GD_HardGoalUI" eSuperTypes="#//diagram/gendiagram/DiagramNode"/>
<eClassifiers xsi:type="ecore:EClass" name="GD_PlanUI" eSuperTypes="#//diagram/gendiagram/DiagramNode"/>
<eClassifiers xsi:type="ecore:EClass" name="GD_ContributionUI" eSuperTypes="#//diagram/gendiagram/DiagramConnection"/>
<eClassifiers xsi:type="ecore:EClass" name="GD_MeansEndUI" eSuperTypes="#//diagram/gendiagram/DiagramConnection"/>
<eClassifiers xsi:type="ecore:EClass" name="GD_AndDecompositionUI" eSuperTypes="#//diagram/gendiagram/DiagramConnection">
<eStructuralFeatures xsi:type="ecore:EReference" name="BooleanDecLink" upperBound="-1"
eType="#//core/informalcore/BooleanDecLink"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GD_OrDecompositionUI" eSuperTypes="#//diagram/gendiagram/DiagramConnection">
<eStructuralFeatures xsi:type="ecore:EReference" name="BooleanDecLink" upperBound="-1"
eType="#//core/informalcore/BooleanDecLink"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GD_SoftGoalUI" eSuperTypes="#//diagram/gendiagram/DiagramNode"/>
<eClassifiers xsi:type="ecore:EClass" name="GD_BooleanDecLinkUI" eSuperTypes="#//diagram/gendiagram/DiagramConnection"/>
<eClassifiers xsi:type="ecore:EEnum" name="GD_Relation_Literal">
<eLiterals name="MEANSEND"/>
<eLiterals name="BOOLDEC" value="1"/>
<eLiterals name="CONTRIBUTION" value="2"/>
</eClassifiers>
</eSubpackages>
<eSubpackages name="actordiagram" nsURI="http:///it/itc/sra/taom4e/model/diagram/actordiagram.ecore"
nsPrefix="it.itc.sra.taom4e.model.diagram.actordiagram">
<eClassifiers xsi:type="ecore:EClass" name="ActorDiagram" eSuperTypes="#//diagram/gendiagram/Diagram"/>
<eClassifiers xsi:type="ecore:EClass" name="AD_ActorUI" eSuperTypes="#//diagram/gendiagram/ContainerDiagramNode"/>
<eClassifiers xsi:type="ecore:EClass" name="AD_ResourceUI" eSuperTypes="#//diagram/gendiagram/DiagramNode"/>
<eClassifiers xsi:type="ecore:EClass" name="AD_PlanUI" eSuperTypes="#//diagram/gendiagram/DiagramNode"/>
<eClassifiers xsi:type="ecore:EClass" name="AD_HardGoalUI" eSuperTypes="#//diagram/gendiagram/DiagramNode"/>
<eClassifiers xsi:type="ecore:EClass" name="AD_DependencyLinkUI" eSuperTypes="#//diagram/gendiagram/DiagramConnection"/>
<eClassifiers xsi:type="ecore:EClass" name="AD_SoftGoalUI" eSuperTypes="#//diagram/gendiagram/DiagramNode"/>
</eSubpackages>
</eSubpackages>
<eSubpackages name="project" nsURI="http:///it/itc/sra/taom4e/model/project.ecore"
nsPrefix="it.itc.sra.taom4e.model.project">
<eClassifiers xsi:type="ecore:EClass" name="Project">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Diagram" upperBound="-1"
eType="#//diagram/gendiagram/Diagram" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="BusinessModel" lowerBound="1"
eType="#//core/gencore/BusinessModel"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="Phase">
<eLiterals name="ER"/>
<eLiterals name="LR" value="1"/>
<eLiterals name="AD" value="2"/>
<eLiterals name="DD" value="3"/>
<eLiterals name="IMPL" value="4"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="Section">
<eLiterals name="PROJECT"/>
<eLiterals name="VIEW" value="1"/>
<eLiterals name="MODEL" value="2"/>
<eLiterals name="ELEMENT" value="3"/>
<eLiterals name="RELATION" value="4"/>
</eClassifiers>
</eSubpackages>
</ecore:EPackage>
| github:ecore:/data/markhibberd/tefkat/tefkat.engine.tests/transformation/models/TAOM4E-MM.ecore | ecore | model
core
gencore
BusinessModel
TroposClasses
TroposRelations
TroposModelElement
getNamePrefix
name
TroposClass
BusinessModel
TroposRelation
BusinessModel
informalcore
Actor
namePrefix
Actor
decomposition
dependeeDependency
dependerDependency
contribution
wanted
meansEnd
plans
resources
goalDiagrams
Decomposition
actorDecPointOfView
BooleanDecomposition
type
BooleanDecLink
rootGoal
rootPlan
BooleanDecLink
BooleanDecomposition
targetGoal
targetPlan
AndDecLink
OrDecLink
Dependency
namePrefix
Dependency
dependee
depender
goalDependum
goalWhy
resourceDependum
resourceWhy
planDependum
planWhy
Contribution
actorContributionPointOfView
contributer
contributed
SoftGoal
namePrefix
SoftGoal
HardGoal
namePrefix
HardGoal
Goal
wanter
contributeContributions
contributedByContributions
meansEndMeans
meansEndEnd
dependency
dependencyWhy
plan
booleanDecomposition
boolDecLink
MeansEnd
actorMeansEndPointOfView
meansGoal
end
meansResource
meansPlan
Resource
namePrefix
Resource
meansEndMeans
dependency
dependencyWhy
use
Plan
namePrefix
Plan
meansEndMeans
capableOf
isFulfilled
dependency
dependencyWhy
booleanDecomposition
boolDecLink
InformalBusinessModel
ActorOwner
getOwnedObjects
addOwnedObject
element
removeOwnedObject
element
canAddOwnedObject
element
TroposList
java.util.List
java.util.List
OwnedObject
getActorOwner
setActorOwner
actorOwner
canSetActorOwner
actorOwner
SupportedDependency
getIntentionalWhy
setIntentionalWhy
intentional
canSetIntentionalWhy
intentional
IntentionalWhy
getSupportedDependencies
addSupportedDependency
dependency
removeSupportedDependency
dependency
canAddSupportedDependency
dependency
NestingDependency
getIntentionalDependum
setIntentionalDependum
intentional
canSetIntentionalDependum
intentional
IntentionalDependum
getNestingDependencies
addNestingDependency
dependency
removeNestingDependency
dependency
canAddNestingDependency
dependency
AttachedBooleanDecomposition
getIntentionalRoot
setIntentionalRoot
intentional
canSetIntentionalRoot
intentional
IntentionalRoot
getAttachedBooleanDecomposition
setAttachedBooleanDecomposition
decomposition
canSetAttachedBooleanDecomposition
decomposition
ConnectedBooleanDecLink
getIntentionalTarget
setIntentionalTarget
intentional
canSetIntentionalTarget
intentional
IntentionalTarget
getConnectedBooleanDecLinks
addConnectedBooleanDecLink
link
removeConnectedBooleanDecLink
link
canAddConnectedBooleanDecLink
link
SupportedMeansEnd
getIntentionalMeans
setIntentionalMeans
intentional
canSetIntentionalMeans
intentional
IntentionalMeans
getSupportedMeansEnds
addSupportedMeansEnd
meansEnd
removeSupportedMeansEnd
meansEnd
canAddSupportedMeansEnd
meansEnd
ReceivedMeansEnd
getIntentionalEnd
setIntentionalEnd
intentional
canSetIntentionalEnd
intentional
IntentionalEnd
getReceivedMeansEnds
addReceivedMeansEnd
meansEnd
removeReceivedMeansEnd
meansEnd
canAddReceivedMeansEnd
meansEnd
formalcore
FActor
attribute
creationProperty
invariantProperty
FContribution
metric
FResource
mode
attribute
creationProperty
invariantProperty
fulfillmentProperty
FDependency
type
mode
attribute
creationProperty
invariantProperty
fulfillmentProperty
FPlan
mode
attribute
creationProperty
invariantProperty
fulfillmentProperty
ModeType
ACHIEVE
ACHIEVE
MAINTAIN
MAINTAIN
ACHIEVEMAINTAIN
ACHIEVEMAINTAIN
AVOID
AVOID
PropertyCategoryType
CONSTRAINT
CONSTRAINT
ASSERTION
ASSERTION
POSSIBILITY
POSSIBILITY
EventCategoryType
TRIGGER
TRIGGER
CONDITION
CONDITION
DEFINITION
DEFINITION
LTL
java.lang.String
java.lang.String
FormalBusinessModel
globalProperty
FSoftGoal
mode
attribute
creationProperty
invariantProperty
fulfillmentProperty
FHardGoal
mode
attribute
creationProperty
invariantProperty
fulfillmentProperty
DependencyType
HARDGOAL
HARDGOAL
SOFTGOAL
SOFTGOAL
PLAN
PLAN
RESOURCE
RESOURCE
diagram
gendiagram
DiagramConnection
targetNode
sourceNode
DiagramNode
disconnectFromContainer
reconnectToContainer
x
y
width
height
targetConnections
container
Diagram
sourceConnections
Diagram
name
phase
DiagramNodes
ContainerDiagramNode
children
DiagramObject
disconnectFromDiagram
reconnectToDiagram
setSingleCore
troposModelElement
getSingleCore
addCore
troposModelElement
removeCore
troposModelElement
disconnectFromCore
reconnectToCore
disconnectFromDiagramAndCore
reconnectToDiagramAndCore
oldCore
core
Comment
text
TroposVector
java.util.Vector
java.util.Vector
TroposNotification
org.eclipse.emf.common.notify.Notification
org.eclipse.emf.common.notify.Notification
goaldiagram
GoalDiagram
Actor
GD_ActorUI
GD_ResourceUI
GD_HardGoalUI
GD_PlanUI
GD_ContributionUI
GD_MeansEndUI
GD_AndDecompositionUI
BooleanDecLink
GD_OrDecompositionUI
BooleanDecLink
GD_SoftGoalUI
GD_BooleanDecLinkUI
GD_Relation_Literal
MEANSEND
MEANSEND
BOOLDEC
BOOLDEC
CONTRIBUTION
CONTRIBUTION
actordiagram
ActorDiagram
AD_ActorUI
AD_ResourceUI
AD_PlanUI
AD_HardGoalUI
AD_DependencyLinkUI
AD_SoftGoalUI
project
Project
name
Diagram
BusinessModel
Phase
ER
ER
LR
LR
AD
AD
DD
DD
IMPL
IMPL
Section
PROJECT
PROJECT
VIEW
VIEW
MODEL
MODEL
ELEMENT
ELEMENT
RELATION
RELATION | null | {"directed":true,"nodes":[{"nsPrefix":"it.itc.sra.taom4e.model","nsURI":"http:///it/itc/sra/taom4e/model.ecore","name":"model","id":0,"eClass":"EPackage"},{"nsPrefix":"it.itc.sra.taom4e.model.core","nsURI":"http:///it/itc/sra/taom4e/model/core.ecore","name":"core","id":1,"eClass":"EPackage"},{"nsPrefix":"it.itc.sra.taom4e.model.diagram","nsURI":"http:///it/itc/sra/taom4e/model/diagram.ecore","name":"diagram","id":2,"eClass":"EPackage"},{"nsPrefix":"it.itc.sra.taom4e.model.project","nsURI":"http:///it/itc/sra/taom4e/model/project.ecore","name":"project","id":3,"eClass":"EPackage"},{"nsPrefix":"it.itc.sra.taom4e.model.core.gencore","nsURI":"http:///it/itc/sra/taom4e/model/core/gencore.ecore","name":"gencore","id":4,"eClass":"EPackage"},{"nsPrefix":"it.itc.sra.taom4e.model.core.informalcore","nsURI":"http:///it/itc/sra/taom4e/model/core/informalcore.ecore","name":"informalcore","id":5,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BusinessModel","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TroposModelElement","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TroposClass","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TroposRelation","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":"TroposClasses","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":"TroposRelations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":11,"derived":false},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"BusinessModel","changeable":true,"resolveProxies":true,"lowerBound":1,"id":14,"derived":false},{"id":15,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"BusinessModel","changeable":true,"resolveProxies":true,"lowerBound":1,"id":16,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"getNamePrefix","lowerBound":0,"id":17,"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":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Actor","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Decomposition","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanDecomposition","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanDecLink","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AndDecLink","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrDecLink","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dependency","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Contribution","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SoftGoal","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HardGoal","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Goal","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MeansEnd","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Resource","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Plan","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformalBusinessModel","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActorOwner","instanceClass":null,"abstract":true,"id":40,"interface":true,"eClass":"EClass"},{"instanceTypeName":"java.util.List","defaultValue":null,"instanceClassName":"java.util.List","name":"TroposList","instanceClass":"java.util.List","id":41,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OwnedObject","instanceClass":null,"abstract":true,"id":42,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SupportedDependency","instanceClass":null,"abstract":true,"id":43,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntentionalWhy","instanceClass":null,"abstract":true,"id":44,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NestingDependency","instanceClass":null,"abstract":true,"id":45,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntentionalDependum","instanceClass":null,"abstract":true,"id":46,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttachedBooleanDecomposition","instanceClass":null,"abstract":true,"id":47,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntentionalRoot","instanceClass":null,"abstract":true,"id":48,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectedBooleanDecLink","instanceClass":null,"abstract":true,"id":49,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntentionalTarget","instanceClass":null,"abstract":true,"id":50,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SupportedMeansEnd","instanceClass":null,"abstract":true,"id":51,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntentionalMeans","instanceClass":null,"abstract":true,"id":52,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReceivedMeansEnd","instanceClass":null,"abstract":true,"id":53,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntentionalEnd","instanceClass":null,"abstract":true,"id":54,"interface":true,"eClass":"EClass"},{"nsPrefix":"it.itc.sra.taom4e.model.core.informalcore.formalcore","nsURI":"http:///it/itc/sra/taom4e/model/core/informalcore/formalcore.ecore","name":"formalcore","id":55,"eClass":"EPackage"},{"ordered":true,"upperBound":1,"defaultValue":"Actor ","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Actor ","unsettable":false,"transient":false,"unique":true,"name":"namePrefix","changeable":false,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"decomposition","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":false,"unsettable":false,"transient":false,"unique":true,"name":"dependeeDependency","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":false,"unsettable":false,"transient":false,"unique":true,"name":"dependerDependency","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contribution","changeable":true,"resolveProxies":true,"lowerBound":0,"id":60,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"wanted","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":"meansEnd","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"plans","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":"resources","changeable":true,"resolveProxies":true,"lowerBound":0,"id":64,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"goalDiagrams","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"actorDecPointOfView","changeable":true,"resolveProxies":true,"lowerBound":1,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dependee","changeable":true,"resolveProxies":true,"lowerBound":1,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"depender","changeable":true,"resolveProxies":true,"lowerBound":1,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"actorContributionPointOfView","changeable":true,"resolveProxies":true,"lowerBound":1,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"wanter","changeable":true,"resolveProxies":true,"lowerBound":1,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"actorMeansEndPointOfView","changeable":true,"resolveProxies":true,"lowerBound":1,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"capableOf","changeable":true,"resolveProxies":true,"lowerBound":0,"id":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"use","changeable":true,"resolveProxies":true,"lowerBound":1,"id":84,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GoalDiagram","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"id":86,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Actor","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":"type","changeable":true,"lowerBound":0,"iD":false,"id":90,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"BooleanDecLink","changeable":true,"resolveProxies":true,"lowerBound":1,"id":91,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rootGoal","changeable":true,"resolveProxies":true,"lowerBound":0,"id":92,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rootPlan","changeable":true,"resolveProxies":true,"lowerBound":0,"id":93,"derived":false},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"BooleanDecomposition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":98,"derived":false},{"id":99,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"booleanDecomposition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":100,"derived":false},{"id":101,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"booleanDecomposition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":102,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"targetGoal","changeable":true,"resolveProxies":true,"lowerBound":0,"id":103,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"targetPlan","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":"boolDecLink","changeable":true,"resolveProxies":true,"lowerBound":0,"id":109,"derived":false},{"id":110,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"boolDecLink","changeable":true,"resolveProxies":true,"lowerBound":0,"id":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"Dependency ","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Dependency ","unsettable":false,"transient":false,"unique":true,"name":"namePrefix","changeable":false,"lowerBound":0,"iD":false,"id":114,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"goalDependum","changeable":true,"resolveProxies":true,"lowerBound":0,"id":115,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"goalWhy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":116,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"resourceDependum","changeable":true,"resolveProxies":true,"lowerBound":0,"id":117,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"resourceWhy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":118,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"planDependum","changeable":true,"resolveProxies":true,"lowerBound":0,"id":119,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"planWhy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":120,"derived":false},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dependency","changeable":true,"resolveProxies":true,"lowerBound":0,"id":128,"derived":false},{"id":129,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dependencyWhy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":130,"derived":false},{"id":131,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dependency","changeable":true,"resolveProxies":true,"lowerBound":0,"id":132,"derived":false},{"id":133,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dependencyWhy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":134,"derived":false},{"id":135,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dependency","changeable":true,"resolveProxies":true,"lowerBound":0,"id":136,"derived":false},{"id":137,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dependencyWhy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":138,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contributer","changeable":true,"resolveProxies":true,"lowerBound":1,"id":139,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contributed","changeable":true,"resolveProxies":true,"lowerBound":1,"id":140,"derived":false},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contributeContributions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":144,"derived":false},{"id":145,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contributedByContributions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":146,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"SoftGoal ","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"SoftGoal ","unsettable":false,"transient":false,"unique":true,"name":"namePrefix","changeable":false,"lowerBound":0,"iD":false,"id":147,"derived":false},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"HardGoal ","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"HardGoal ","unsettable":false,"transient":false,"unique":true,"name":"namePrefix","changeable":false,"lowerBound":0,"iD":false,"id":150,"derived":false},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"meansEndMeans","changeable":true,"resolveProxies":true,"lowerBound":0,"id":153,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"meansEndEnd","changeable":true,"resolveProxies":true,"lowerBound":0,"id":154,"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":"plan","changeable":true,"resolveProxies":true,"lowerBound":1,"id":155,"derived":false},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"meansGoal","changeable":true,"resolveProxies":true,"lowerBound":0,"id":168,"derived":false},{"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":"end","changeable":true,"resolveProxies":true,"lowerBound":1,"id":170,"derived":false},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"isFulfilled","changeable":true,"resolveProxies":true,"lowerBound":1,"id":174,"derived":false},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"meansResource","changeable":true,"resolveProxies":true,"lowerBound":0,"id":177,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"meansPlan","changeable":true,"resolveProxies":true,"lowerBound":0,"id":178,"derived":false},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"meansEndMeans","changeable":true,"resolveProxies":true,"lowerBound":0,"id":186,"derived":false},{"id":187,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"meansEndMeans","changeable":true,"resolveProxies":true,"lowerBound":0,"id":188,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"Resource ","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Resource ","unsettable":false,"transient":false,"unique":true,"name":"namePrefix","changeable":false,"lowerBound":0,"iD":false,"id":189,"derived":false},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"Plan ","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Plan ","unsettable":false,"transient":false,"unique":true,"name":"namePrefix","changeable":false,"lowerBound":0,"iD":false,"id":203,"derived":false},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getOwnedObjects","lowerBound":0,"id":221,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addOwnedObject","lowerBound":0,"id":222,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeOwnedObject","lowerBound":0,"id":223,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"canAddOwnedObject","lowerBound":0,"id":224,"many":false,"required":false,"eClass":"EOperation"},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"element","lowerBound":0,"id":227,"many":false,"required":false,"eClass":"EParameter"},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"element","lowerBound":0,"id":230,"many":false,"required":false,"eClass":"EParameter"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"element","lowerBound":0,"id":233,"many":false,"required":false,"eClass":"EParameter"},{"id":234,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getActorOwner","lowerBound":0,"id":235,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setActorOwner","lowerBound":0,"id":236,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"canSetActorOwner","lowerBound":0,"id":237,"many":false,"required":false,"eClass":"EOperation"},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"actorOwner","lowerBound":0,"id":240,"many":false,"required":false,"eClass":"EParameter"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"actorOwner","lowerBound":0,"id":243,"many":false,"required":false,"eClass":"EParameter"},{"id":244,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getIntentionalWhy","lowerBound":0,"id":245,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setIntentionalWhy","lowerBound":0,"id":246,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"canSetIntentionalWhy","lowerBound":0,"id":247,"many":false,"required":false,"eClass":"EOperation"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"intentional","lowerBound":0,"id":250,"many":false,"required":false,"eClass":"EParameter"},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"intentional","lowerBound":0,"id":253,"many":false,"required":false,"eClass":"EParameter"},{"id":254,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSupportedDependencies","lowerBound":0,"id":255,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addSupportedDependency","lowerBound":0,"id":256,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeSupportedDependency","lowerBound":0,"id":257,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"canAddSupportedDependency","lowerBound":0,"id":258,"many":false,"required":false,"eClass":"EOperation"},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"dependency","lowerBound":0,"id":261,"many":false,"required":false,"eClass":"EParameter"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"dependency","lowerBound":0,"id":264,"many":false,"required":false,"eClass":"EParameter"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"dependency","lowerBound":0,"id":267,"many":false,"required":false,"eClass":"EParameter"},{"id":268,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getIntentionalDependum","lowerBound":0,"id":269,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setIntentionalDependum","lowerBound":0,"id":270,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"canSetIntentionalDependum","lowerBound":0,"id":271,"many":false,"required":false,"eClass":"EOperation"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"intentional","lowerBound":0,"id":274,"many":false,"required":false,"eClass":"EParameter"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"intentional","lowerBound":0,"id":277,"many":false,"required":false,"eClass":"EParameter"},{"id":278,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getNestingDependencies","lowerBound":0,"id":279,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addNestingDependency","lowerBound":0,"id":280,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeNestingDependency","lowerBound":0,"id":281,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"canAddNestingDependency","lowerBound":0,"id":282,"many":false,"required":false,"eClass":"EOperation"},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"dependency","lowerBound":0,"id":285,"many":false,"required":false,"eClass":"EParameter"},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"dependency","lowerBound":0,"id":288,"many":false,"required":false,"eClass":"EParameter"},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"dependency","lowerBound":0,"id":291,"many":false,"required":false,"eClass":"EParameter"},{"id":292,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getIntentionalRoot","lowerBound":0,"id":293,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setIntentionalRoot","lowerBound":0,"id":294,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"canSetIntentionalRoot","lowerBound":0,"id":295,"many":false,"required":false,"eClass":"EOperation"},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"intentional","lowerBound":0,"id":298,"many":false,"required":false,"eClass":"EParameter"},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"intentional","lowerBound":0,"id":301,"many":false,"required":false,"eClass":"EParameter"},{"id":302,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getAttachedBooleanDecomposition","lowerBound":0,"id":303,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setAttachedBooleanDecomposition","lowerBound":0,"id":304,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"canSetAttachedBooleanDecomposition","lowerBound":0,"id":305,"many":false,"required":false,"eClass":"EOperation"},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"decomposition","lowerBound":0,"id":308,"many":false,"required":false,"eClass":"EParameter"},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"decomposition","lowerBound":0,"id":311,"many":false,"required":false,"eClass":"EParameter"},{"id":312,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getIntentionalTarget","lowerBound":0,"id":313,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setIntentionalTarget","lowerBound":0,"id":314,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"canSetIntentionalTarget","lowerBound":0,"id":315,"many":false,"required":false,"eClass":"EOperation"},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"intentional","lowerBound":0,"id":318,"many":false,"required":false,"eClass":"EParameter"},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"intentional","lowerBound":0,"id":321,"many":false,"required":false,"eClass":"EParameter"},{"id":322,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getConnectedBooleanDecLinks","lowerBound":0,"id":323,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addConnectedBooleanDecLink","lowerBound":0,"id":324,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeConnectedBooleanDecLink","lowerBound":0,"id":325,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"canAddConnectedBooleanDecLink","lowerBound":0,"id":326,"many":false,"required":false,"eClass":"EOperation"},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"link","lowerBound":0,"id":329,"many":false,"required":false,"eClass":"EParameter"},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"link","lowerBound":0,"id":332,"many":false,"required":false,"eClass":"EParameter"},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"link","lowerBound":0,"id":335,"many":false,"required":false,"eClass":"EParameter"},{"id":336,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getIntentionalMeans","lowerBound":0,"id":337,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setIntentionalMeans","lowerBound":0,"id":338,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"canSetIntentionalMeans","lowerBound":0,"id":339,"many":false,"required":false,"eClass":"EOperation"},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"intentional","lowerBound":0,"id":342,"many":false,"required":false,"eClass":"EParameter"},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"intentional","lowerBound":0,"id":345,"many":false,"required":false,"eClass":"EParameter"},{"id":346,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSupportedMeansEnds","lowerBound":0,"id":347,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addSupportedMeansEnd","lowerBound":0,"id":348,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeSupportedMeansEnd","lowerBound":0,"id":349,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"canAddSupportedMeansEnd","lowerBound":0,"id":350,"many":false,"required":false,"eClass":"EOperation"},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"meansEnd","lowerBound":0,"id":353,"many":false,"required":false,"eClass":"EParameter"},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"meansEnd","lowerBound":0,"id":356,"many":false,"required":false,"eClass":"EParameter"},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"meansEnd","lowerBound":0,"id":359,"many":false,"required":false,"eClass":"EParameter"},{"id":360,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getIntentionalEnd","lowerBound":0,"id":361,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setIntentionalEnd","lowerBound":0,"id":362,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"canSetIntentionalEnd","lowerBound":0,"id":363,"many":false,"required":false,"eClass":"EOperation"},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"intentional","lowerBound":0,"id":366,"many":false,"required":false,"eClass":"EParameter"},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"intentional","lowerBound":0,"id":369,"many":false,"required":false,"eClass":"EParameter"},{"id":370,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getReceivedMeansEnds","lowerBound":0,"id":371,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addReceivedMeansEnd","lowerBound":0,"id":372,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeReceivedMeansEnd","lowerBound":0,"id":373,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"canAddReceivedMeansEnd","lowerBound":0,"id":374,"many":false,"required":false,"eClass":"EOperation"},{"id":375,"eClass":"EGenericType"},{"id":376,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"meansEnd","lowerBound":0,"id":377,"many":false,"required":false,"eClass":"EParameter"},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"meansEnd","lowerBound":0,"id":380,"many":false,"required":false,"eClass":"EParameter"},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"meansEnd","lowerBound":0,"id":383,"many":false,"required":false,"eClass":"EParameter"},{"id":384,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FActor","instanceClass":null,"abstract":false,"id":385,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FContribution","instanceClass":null,"abstract":false,"id":386,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FResource","instanceClass":null,"abstract":false,"id":387,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FDependency","instanceClass":null,"abstract":false,"id":388,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FPlan","instanceClass":null,"abstract":false,"id":389,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ModeType","instanceClass":null,"id":390,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"PropertyCategoryType","instanceClass":null,"id":391,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"EventCategoryType","instanceClass":null,"id":392,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"LTL","instanceClass":"java.lang.String","id":393,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FormalBusinessModel","instanceClass":null,"abstract":false,"id":394,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FSoftGoal","instanceClass":null,"abstract":false,"id":395,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FHardGoal","instanceClass":null,"abstract":false,"id":396,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"DependencyType","instanceClass":null,"id":397,"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":"attribute","changeable":true,"lowerBound":0,"iD":false,"id":398,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"creationProperty","changeable":true,"lowerBound":0,"iD":false,"id":399,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"invariantProperty","changeable":true,"lowerBound":0,"iD":false,"id":400,"derived":false},{"id":401,"eClass":"EGenericType"},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"metric","changeable":true,"lowerBound":0,"iD":false,"id":405,"derived":false},{"id":406,"eClass":"EGenericType"},{"id":407,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mode","changeable":true,"lowerBound":0,"iD":false,"id":408,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"lowerBound":0,"iD":false,"id":409,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"creationProperty","changeable":true,"lowerBound":0,"iD":false,"id":410,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"invariantProperty","changeable":true,"lowerBound":0,"iD":false,"id":411,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fulfillmentProperty","changeable":true,"lowerBound":0,"iD":false,"id":412,"derived":false},{"id":413,"eClass":"EGenericType"},{"id":414,"eClass":"EGenericType"},{"id":415,"eClass":"EGenericType"},{"id":416,"eClass":"EGenericType"},{"id":417,"eClass":"EGenericType"},{"id":418,"eClass":"EGenericType"},{"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":419,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mode","changeable":true,"lowerBound":0,"iD":false,"id":420,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"lowerBound":0,"iD":false,"id":421,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"creationProperty","changeable":true,"lowerBound":0,"iD":false,"id":422,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"invariantProperty","changeable":true,"lowerBound":0,"iD":false,"id":423,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fulfillmentProperty","changeable":true,"lowerBound":0,"iD":false,"id":424,"derived":false},{"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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mode","changeable":true,"lowerBound":0,"iD":false,"id":432,"derived":false},{"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":433,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"creationProperty","changeable":true,"lowerBound":0,"iD":false,"id":434,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"invariantProperty","changeable":true,"lowerBound":0,"iD":false,"id":435,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fulfillmentProperty","changeable":true,"lowerBound":0,"iD":false,"id":436,"derived":false},{"id":437,"eClass":"EGenericType"},{"id":438,"eClass":"EGenericType"},{"id":439,"eClass":"EGenericType"},{"id":440,"eClass":"EGenericType"},{"id":441,"eClass":"EGenericType"},{"id":442,"eClass":"EGenericType"},{"name":"ACHIEVE","id":443,"value":0,"literal":"ACHIEVE","eClass":"EEnumLiteral"},{"name":"MAINTAIN","id":444,"value":1,"literal":"MAINTAIN","eClass":"EEnumLiteral"},{"name":"ACHIEVEMAINTAIN","id":445,"value":2,"literal":"ACHIEVEMAINTAIN","eClass":"EEnumLiteral"},{"name":"AVOID","id":446,"value":3,"literal":"AVOID","eClass":"EEnumLiteral"},{"name":"CONSTRAINT","id":447,"value":0,"literal":"CONSTRAINT","eClass":"EEnumLiteral"},{"name":"ASSERTION","id":448,"value":1,"literal":"ASSERTION","eClass":"EEnumLiteral"},{"name":"POSSIBILITY","id":449,"value":2,"literal":"POSSIBILITY","eClass":"EEnumLiteral"},{"name":"TRIGGER","id":450,"value":0,"literal":"TRIGGER","eClass":"EEnumLiteral"},{"name":"CONDITION","id":451,"value":1,"literal":"CONDITION","eClass":"EEnumLiteral"},{"name":"DEFINITION","id":452,"value":2,"literal":"DEFINITION","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":"globalProperty","changeable":true,"lowerBound":0,"iD":false,"id":453,"derived":false},{"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":"mode","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":"attribute","changeable":true,"lowerBound":0,"iD":false,"id":457,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"creationProperty","changeable":true,"lowerBound":0,"iD":false,"id":458,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"invariantProperty","changeable":true,"lowerBound":0,"iD":false,"id":459,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fulfillmentProperty","changeable":true,"lowerBound":0,"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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mode","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":"attribute","changeable":true,"lowerBound":0,"iD":false,"id":468,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"creationProperty","changeable":true,"lowerBound":0,"iD":false,"id":469,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"invariantProperty","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":"fulfillmentProperty","changeable":true,"lowerBound":0,"iD":false,"id":471,"derived":false},{"id":472,"eClass":"EGenericType"},{"id":473,"eClass":"EGenericType"},{"id":474,"eClass":"EGenericType"},{"id":475,"eClass":"EGenericType"},{"id":476,"eClass":"EGenericType"},{"id":477,"eClass":"EGenericType"},{"name":"HARDGOAL","id":478,"value":0,"literal":"HARDGOAL","eClass":"EEnumLiteral"},{"name":"SOFTGOAL","id":479,"value":1,"literal":"SOFTGOAL","eClass":"EEnumLiteral"},{"name":"PLAN","id":480,"value":2,"literal":"PLAN","eClass":"EEnumLiteral"},{"name":"RESOURCE","id":481,"value":3,"literal":"RESOURCE","eClass":"EEnumLiteral"},{"nsPrefix":"it.itc.sra.taom4e.model.diagram.gendiagram","nsURI":"http:///it/itc/sra/taom4e/model/diagram/gendiagram.ecore","name":"gendiagram","id":482,"eClass":"EPackage"},{"nsPrefix":"it.itc.sra.taom4e.model.diagram.goaldiagram","nsURI":"http:///it/itc/sra/taom4e/model/diagram/goaldiagram.ecore","name":"goaldiagram","id":483,"eClass":"EPackage"},{"nsPrefix":"it.itc.sra.taom4e.model.diagram.actordiagram","nsURI":"http:///it/itc/sra/taom4e/model/diagram/actordiagram.ecore","name":"actordiagram","id":484,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiagramConnection","instanceClass":null,"abstract":false,"id":485,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiagramNode","instanceClass":null,"abstract":false,"id":486,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Diagram","instanceClass":null,"abstract":false,"id":487,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContainerDiagramNode","instanceClass":null,"abstract":false,"id":488,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiagramObject","instanceClass":null,"abstract":false,"id":489,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comment","instanceClass":null,"abstract":false,"id":490,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Vector","defaultValue":null,"instanceClassName":"java.util.Vector","name":"TroposVector","instanceClass":"java.util.Vector","id":491,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.common.notify.Notification","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.notify.Notification","name":"TroposNotification","instanceClass":"org.eclipse.emf.common.notify.Notification","id":492,"serializable":true,"eClass":"EDataType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"targetNode","changeable":true,"resolveProxies":true,"lowerBound":1,"id":493,"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":"sourceNode","changeable":true,"resolveProxies":true,"lowerBound":1,"id":494,"derived":false},{"id":495,"eClass":"EGenericType"},{"id":496,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"targetConnections","changeable":true,"resolveProxies":true,"lowerBound":0,"id":497,"derived":false},{"id":498,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sourceConnections","changeable":true,"resolveProxies":true,"lowerBound":0,"id":499,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"disconnectFromContainer","lowerBound":0,"id":500,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"reconnectToContainer","lowerBound":0,"id":501,"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":"x","changeable":true,"lowerBound":0,"iD":false,"id":502,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"y","changeable":true,"lowerBound":0,"iD":false,"id":503,"derived":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":504,"derived":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":505,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"container","changeable":true,"resolveProxies":true,"lowerBound":0,"id":506,"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":"Diagram","changeable":true,"resolveProxies":true,"lowerBound":1,"id":507,"derived":false},{"id":508,"eClass":"EGenericType"},{"id":509,"eClass":"EGenericType"},{"id":510,"eClass":"EGenericType"},{"id":511,"eClass":"EGenericType"},{"id":512,"eClass":"EGenericType"},{"id":513,"eClass":"EGenericType"},{"id":514,"eClass":"EGenericType"},{"id":515,"eClass":"EGenericType"},{"id":516,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":517,"derived":false},{"id":518,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"DiagramNodes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":519,"derived":false},{"id":520,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":521,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"phase","changeable":true,"lowerBound":0,"iD":false,"id":522,"derived":false},{"id":523,"eClass":"EGenericType"},{"id":524,"eClass":"EGenericType"},{"instanceTypeName":null,"instanceClassName":null,"name":"Phase","instanceClass":null,"id":525,"serializable":true,"eClass":"EEnum"},{"id":526,"eClass":"EGenericType"},{"id":527,"eClass":"EGenericType"},{"id":528,"eClass":"EGenericType"},{"id":529,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"disconnectFromDiagram","lowerBound":0,"id":530,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"reconnectToDiagram","lowerBound":0,"id":531,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setSingleCore","lowerBound":0,"id":532,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSingleCore","lowerBound":0,"id":533,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addCore","lowerBound":0,"id":534,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeCore","lowerBound":0,"id":535,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"disconnectFromCore","lowerBound":0,"id":536,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"reconnectToCore","lowerBound":0,"id":537,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"disconnectFromDiagramAndCore","lowerBound":0,"id":538,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"reconnectToDiagramAndCore","lowerBound":0,"id":539,"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":"oldCore","changeable":true,"lowerBound":0,"iD":false,"id":540,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"core","changeable":true,"resolveProxies":true,"lowerBound":0,"id":541,"derived":false},{"id":542,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"troposModelElement","lowerBound":0,"id":543,"many":false,"required":false,"eClass":"EParameter"},{"id":544,"eClass":"EGenericType"},{"id":545,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"troposModelElement","lowerBound":0,"id":546,"many":false,"required":false,"eClass":"EParameter"},{"id":547,"eClass":"EGenericType"},{"id":548,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"troposModelElement","lowerBound":0,"id":549,"many":false,"required":false,"eClass":"EParameter"},{"id":550,"eClass":"EGenericType"},{"id":551,"eClass":"EGenericType"},{"id":552,"eClass":"EGenericType"},{"id":553,"eClass":"EGenericType"},{"id":554,"eClass":"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":555,"derived":false},{"id":556,"eClass":"EGenericType"},{"id":557,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GD_ActorUI","instanceClass":null,"abstract":false,"id":558,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GD_ResourceUI","instanceClass":null,"abstract":false,"id":559,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GD_HardGoalUI","instanceClass":null,"abstract":false,"id":560,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GD_PlanUI","instanceClass":null,"abstract":false,"id":561,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GD_ContributionUI","instanceClass":null,"abstract":false,"id":562,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GD_MeansEndUI","instanceClass":null,"abstract":false,"id":563,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GD_AndDecompositionUI","instanceClass":null,"abstract":false,"id":564,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GD_OrDecompositionUI","instanceClass":null,"abstract":false,"id":565,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GD_SoftGoalUI","instanceClass":null,"abstract":false,"id":566,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GD_BooleanDecLinkUI","instanceClass":null,"abstract":false,"id":567,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"GD_Relation_Literal","instanceClass":null,"id":568,"serializable":true,"eClass":"EEnum"},{"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":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"BooleanDecLink","changeable":true,"resolveProxies":true,"lowerBound":0,"id":577,"derived":false},{"id":578,"eClass":"EGenericType"},{"id":579,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"BooleanDecLink","changeable":true,"resolveProxies":true,"lowerBound":0,"id":580,"derived":false},{"id":581,"eClass":"EGenericType"},{"id":582,"eClass":"EGenericType"},{"id":583,"eClass":"EGenericType"},{"id":584,"eClass":"EGenericType"},{"name":"MEANSEND","id":585,"value":0,"literal":"MEANSEND","eClass":"EEnumLiteral"},{"name":"BOOLDEC","id":586,"value":1,"literal":"BOOLDEC","eClass":"EEnumLiteral"},{"name":"CONTRIBUTION","id":587,"value":2,"literal":"CONTRIBUTION","eClass":"EEnumLiteral"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActorDiagram","instanceClass":null,"abstract":false,"id":588,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AD_ActorUI","instanceClass":null,"abstract":false,"id":589,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AD_ResourceUI","instanceClass":null,"abstract":false,"id":590,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AD_PlanUI","instanceClass":null,"abstract":false,"id":591,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AD_HardGoalUI","instanceClass":null,"abstract":false,"id":592,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AD_DependencyLinkUI","instanceClass":null,"abstract":false,"id":593,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AD_SoftGoalUI","instanceClass":null,"abstract":false,"id":594,"interface":false,"eClass":"EClass"},{"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"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Project","instanceClass":null,"abstract":false,"id":602,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Section","instanceClass":null,"id":603,"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":604,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Diagram","changeable":true,"resolveProxies":true,"lowerBound":0,"id":605,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"BusinessModel","changeable":true,"resolveProxies":true,"lowerBound":1,"id":606,"derived":false},{"id":607,"eClass":"EGenericType"},{"id":608,"eClass":"EGenericType"},{"id":609,"eClass":"EGenericType"},{"name":"ER","id":610,"value":0,"literal":"ER","eClass":"EEnumLiteral"},{"name":"LR","id":611,"value":1,"literal":"LR","eClass":"EEnumLiteral"},{"name":"AD","id":612,"value":2,"literal":"AD","eClass":"EEnumLiteral"},{"name":"DD","id":613,"value":3,"literal":"DD","eClass":"EEnumLiteral"},{"name":"IMPL","id":614,"value":4,"literal":"IMPL","eClass":"EEnumLiteral"},{"name":"PROJECT","id":615,"value":0,"literal":"PROJECT","eClass":"EEnumLiteral"},{"name":"VIEW","id":616,"value":1,"literal":"VIEW","eClass":"EEnumLiteral"},{"name":"MODEL","id":617,"value":2,"literal":"MODEL","eClass":"EEnumLiteral"},{"name":"ELEMENT","id":618,"value":3,"literal":"ELEMENT","eClass":"EEnumLiteral"},{"name":"RELATION","id":619,"value":4,"literal":"RELATION","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":1,"target":4},{"source":1,"target":5},{"source":1,"target":0},{"source":4,"target":6},{"source":4,"target":7},{"source":4,"target":8},{"source":4,"target":9},{"source":4,"target":1},{"source":6,"target":4},{"source":6,"target":7},{"source":6,"target":10},{"source":6,"target":11},{"source":6,"target":12},{"source":10,"target":8},{"source":10,"target":13},{"source":10,"target":6},{"source":10,"target":14},{"source":13,"target":8},{"source":11,"target":9},{"source":11,"target":15},{"source":11,"target":6},{"source":11,"target":16},{"source":15,"target":9},{"source":12,"target":7},{"source":7,"target":4},{"source":7,"target":17},{"source":7,"target":18},{"source":17,"target":19},{"source":17,"target":7},{"source":18,"target":20},{"source":18,"target":7},{"source":8,"target":4},{"source":8,"target":7},{"source":8,"target":14},{"source":8,"target":21},{"source":14,"target":6},{"source":14,"target":22},{"source":14,"target":8},{"source":14,"target":10},{"source":22,"target":6},{"source":21,"target":7},{"source":9,"target":4},{"source":9,"target":7},{"source":9,"target":16},{"source":9,"target":23},{"source":16,"target":6},{"source":16,"target":24},{"source":16,"target":9},{"source":16,"target":11},{"source":24,"target":6},{"source":23,"target":7},{"source":5,"target":25},{"source":5,"target":26},{"source":5,"target":27},{"source":5,"target":28},{"source":5,"target":29},{"source":5,"target":30},{"source":5,"target":31},{"source":5,"target":32},{"source":5,"target":33},{"source":5,"target":34},{"source":5,"target":35},{"source":5,"target":36},{"source":5,"target":37},{"source":5,"target":38},{"source":5,"target":39},{"source":5,"target":40},{"source":5,"target":41},{"source":5,"target":42},{"source":5,"target":43},{"source":5,"target":44},{"source":5,"target":45},{"source":5,"target":46},{"source":5,"target":47},{"source":5,"target":48},{"source":5,"target":49},{"source":5,"target":50},{"source":5,"target":51},{"source":5,"target":52},{"source":5,"target":53},{"source":5,"target":54},{"source":5,"target":55},{"source":5,"target":1},{"source":25,"target":5},{"source":25,"target":8},{"source":25,"target":40},{"source":25,"target":56},{"source":25,"target":57},{"source":25,"target":58},{"source":25,"target":59},{"source":25,"target":60},{"source":25,"target":61},{"source":25,"target":62},{"source":25,"target":63},{"source":25,"target":64},{"source":25,"target":65},{"source":25,"target":66},{"source":25,"target":67},{"source":56,"target":68},{"source":56,"target":25},{"source":57,"target":26},{"source":57,"target":69},{"source":57,"target":25},{"source":57,"target":70},{"source":69,"target":26},{"source":58,"target":31},{"source":58,"target":71},{"source":58,"target":25},{"source":58,"target":72},{"source":71,"target":31},{"source":59,"target":31},{"source":59,"target":73},{"source":59,"target":25},{"source":59,"target":74},{"source":73,"target":31},{"source":60,"target":32},{"source":60,"target":75},{"source":60,"target":25},{"source":60,"target":76},{"source":75,"target":32},{"source":61,"target":35},{"source":61,"target":77},{"source":61,"target":25},{"source":61,"target":78},{"source":77,"target":35},{"source":62,"target":36},{"source":62,"target":79},{"source":62,"target":25},{"source":62,"target":80},{"source":79,"target":36},{"source":63,"target":38},{"source":63,"target":81},{"source":63,"target":25},{"source":63,"target":82},{"source":81,"target":38},{"source":64,"target":37},{"source":64,"target":83},{"source":64,"target":25},{"source":64,"target":84},{"source":83,"target":37},{"source":65,"target":85},{"source":65,"target":86},{"source":65,"target":25},{"source":65,"target":87},{"source":86,"target":85},{"source":66,"target":8},{"source":67,"target":40},{"source":26,"target":5},{"source":26,"target":9},{"source":26,"target":70},{"source":26,"target":88},{"source":70,"target":25},{"source":70,"target":89},{"source":70,"target":26},{"source":70,"target":57},{"source":89,"target":25},{"source":88,"target":9},{"source":27,"target":5},{"source":27,"target":26},{"source":27,"target":47},{"source":27,"target":90},{"source":27,"target":91},{"source":27,"target":92},{"source":27,"target":93},{"source":27,"target":94},{"source":27,"target":95},{"source":90,"target":96},{"source":90,"target":27},{"source":91,"target":28},{"source":91,"target":97},{"source":91,"target":27},{"source":91,"target":98},{"source":97,"target":28},{"source":92,"target":35},{"source":92,"target":99},{"source":92,"target":27},{"source":92,"target":100},{"source":99,"target":35},{"source":93,"target":38},{"source":93,"target":101},{"source":93,"target":27},{"source":93,"target":102},{"source":101,"target":38},{"source":94,"target":26},{"source":95,"target":47},{"source":28,"target":5},{"source":28,"target":9},{"source":28,"target":49},{"source":28,"target":98},{"source":28,"target":103},{"source":28,"target":104},{"source":28,"target":105},{"source":28,"target":106},{"source":98,"target":27},{"source":98,"target":107},{"source":98,"target":28},{"source":98,"target":91},{"source":107,"target":27},{"source":103,"target":35},{"source":103,"target":108},{"source":103,"target":28},{"source":103,"target":109},{"source":108,"target":35},{"source":104,"target":38},{"source":104,"target":110},{"source":104,"target":28},{"source":104,"target":111},{"source":110,"target":38},{"source":105,"target":9},{"source":106,"target":49},{"source":29,"target":5},{"source":29,"target":28},{"source":29,"target":112},{"source":112,"target":28},{"source":30,"target":5},{"source":30,"target":28},{"source":30,"target":113},{"source":113,"target":28},{"source":31,"target":5},{"source":31,"target":9},{"source":31,"target":43},{"source":31,"target":45},{"source":31,"target":114},{"source":31,"target":72},{"source":31,"target":74},{"source":31,"target":115},{"source":31,"target":116},{"source":31,"target":117},{"source":31,"target":118},{"source":31,"target":119},{"source":31,"target":120},{"source":31,"target":121},{"source":31,"target":122},{"source":31,"target":123},{"source":114,"target":124},{"source":114,"target":31},{"source":72,"target":25},{"source":72,"target":125},{"source":72,"target":31},{"source":72,"target":58},{"source":125,"target":25},{"source":74,"target":25},{"source":74,"target":126},{"source":74,"target":31},{"source":74,"target":59},{"source":126,"target":25},{"source":115,"target":35},{"source":115,"target":127},{"source":115,"target":31},{"source":115,"target":128},{"source":127,"target":35},{"source":116,"target":35},{"source":116,"target":129},{"source":116,"target":31},{"source":116,"target":130},{"source":129,"target":35},{"source":117,"target":37},{"source":117,"target":131},{"source":117,"target":31},{"source":117,"target":132},{"source":131,"target":37},{"source":118,"target":37},{"source":118,"target":133},{"source":118,"target":31},{"source":118,"target":134},{"source":133,"target":37},{"source":119,"target":38},{"source":119,"target":135},{"source":119,"target":31},{"source":119,"target":136},{"source":135,"target":38},{"source":120,"target":38},{"source":120,"target":137},{"source":120,"target":31},{"source":120,"target":138},{"source":137,"target":38},{"source":121,"target":9},{"source":122,"target":43},{"source":123,"target":45},{"source":32,"target":5},{"source":32,"target":9},{"source":32,"target":76},{"source":32,"target":139},{"source":32,"target":140},{"source":32,"target":141},{"source":76,"target":25},{"source":76,"target":142},{"source":76,"target":32},{"source":76,"target":60},{"source":142,"target":25},{"source":139,"target":35},{"source":139,"target":143},{"source":139,"target":32},{"source":139,"target":144},{"source":143,"target":35},{"source":140,"target":35},{"source":140,"target":145},{"source":140,"target":32},{"source":140,"target":146},{"source":145,"target":35},{"source":141,"target":9},{"source":33,"target":5},{"source":33,"target":35},{"source":33,"target":147},{"source":33,"target":148},{"source":147,"target":149},{"source":147,"target":33},{"source":148,"target":35},{"source":34,"target":5},{"source":34,"target":35},{"source":34,"target":150},{"source":34,"target":151},{"source":150,"target":152},{"source":150,"target":34},{"source":151,"target":35},{"source":35,"target":5},{"source":35,"target":8},{"source":35,"target":42},{"source":35,"target":44},{"source":35,"target":46},{"source":35,"target":48},{"source":35,"target":52},{"source":35,"target":54},{"source":35,"target":50},{"source":35,"target":78},{"source":35,"target":144},{"source":35,"target":146},{"source":35,"target":153},{"source":35,"target":154},{"source":35,"target":128},{"source":35,"target":130},{"source":35,"target":155},{"source":35,"target":100},{"source":35,"target":109},{"source":35,"target":156},{"source":35,"target":157},{"source":35,"target":158},{"source":35,"target":159},{"source":35,"target":160},{"source":35,"target":161},{"source":35,"target":162},{"source":35,"target":163},{"source":78,"target":25},{"source":78,"target":164},{"source":78,"target":35},{"source":78,"target":61},{"source":164,"target":25},{"source":144,"target":32},{"source":144,"target":165},{"source":144,"target":35},{"source":144,"target":139},{"source":165,"target":32},{"source":146,"target":32},{"source":146,"target":166},{"source":146,"target":35},{"source":146,"target":140},{"source":166,"target":32},{"source":153,"target":36},{"source":153,"target":167},{"source":153,"target":35},{"source":153,"target":168},{"source":167,"target":36},{"source":154,"target":36},{"source":154,"target":169},{"source":154,"target":35},{"source":154,"target":170},{"source":169,"target":36},{"source":128,"target":31},{"source":128,"target":171},{"source":128,"target":35},{"source":128,"target":115},{"source":171,"target":31},{"source":130,"target":31},{"source":130,"target":172},{"source":130,"target":35},{"source":130,"target":116},{"source":172,"target":31},{"source":155,"target":38},{"source":155,"target":173},{"source":155,"target":35},{"source":155,"target":174},{"source":173,"target":38},{"source":100,"target":27},{"source":100,"target":175},{"source":100,"target":35},{"source":100,"target":92},{"source":175,"target":27},{"source":109,"target":28},{"source":109,"target":176},{"source":109,"target":35},{"source":109,"target":103},{"source":176,"target":28},{"source":156,"target":8},{"source":157,"target":42},{"source":158,"target":44},{"source":159,"target":46},{"source":160,"target":48},{"source":161,"target":52},{"source":162,"target":54},{"source":163,"target":50},{"source":36,"target":5},{"source":36,"target":9},{"source":36,"target":51},{"source":36,"target":53},{"source":36,"target":80},{"source":36,"target":168},{"source":36,"target":170},{"source":36,"target":177},{"source":36,"target":178},{"source":36,"target":179},{"source":36,"target":180},{"source":36,"target":181},{"source":80,"target":25},{"source":80,"target":182},{"source":80,"target":36},{"source":80,"target":62},{"source":182,"target":25},{"source":168,"target":35},{"source":168,"target":183},{"source":168,"target":36},{"source":168,"target":153},{"source":183,"target":35},{"source":170,"target":35},{"source":170,"target":184},{"source":170,"target":36},{"source":170,"target":154},{"source":184,"target":35},{"source":177,"target":37},{"source":177,"target":185},{"source":177,"target":36},{"source":177,"target":186},{"source":185,"target":37},{"source":178,"target":38},{"source":178,"target":187},{"source":178,"target":36},{"source":178,"target":188},{"source":187,"target":38},{"source":179,"target":9},{"source":180,"target":51},{"source":181,"target":53},{"source":37,"target":5},{"source":37,"target":8},{"source":37,"target":42},{"source":37,"target":44},{"source":37,"target":46},{"source":37,"target":48},{"source":37,"target":50},{"source":37,"target":52},{"source":37,"target":54},{"source":37,"target":189},{"source":37,"target":186},{"source":37,"target":132},{"source":37,"target":134},{"source":37,"target":84},{"source":37,"target":190},{"source":37,"target":191},{"source":37,"target":192},{"source":37,"target":193},{"source":37,"target":194},{"source":37,"target":195},{"source":37,"target":196},{"source":37,"target":197},{"source":189,"target":198},{"source":189,"target":37},{"source":186,"target":36},{"source":186,"target":199},{"source":186,"target":37},{"source":186,"target":177},{"source":199,"target":36},{"source":132,"target":31},{"source":132,"target":200},{"source":132,"target":37},{"source":132,"target":117},{"source":200,"target":31},{"source":134,"target":31},{"source":134,"target":201},{"source":134,"target":37},{"source":134,"target":118},{"source":201,"target":31},{"source":84,"target":25},{"source":84,"target":202},{"source":84,"target":37},{"source":84,"target":64},{"source":202,"target":25},{"source":190,"target":8},{"source":191,"target":42},{"source":192,"target":44},{"source":193,"target":46},{"source":194,"target":48},{"source":195,"target":50},{"source":196,"target":52},{"source":197,"target":54},{"source":38,"target":5},{"source":38,"target":8},{"source":38,"target":42},{"source":38,"target":44},{"source":38,"target":48},{"source":38,"target":52},{"source":38,"target":54},{"source":38,"target":46},{"source":38,"target":50},{"source":38,"target":203},{"source":38,"target":188},{"source":38,"target":82},{"source":38,"target":174},{"source":38,"target":136},{"source":38,"target":138},{"source":38,"target":102},{"source":38,"target":111},{"source":38,"target":204},{"source":38,"target":205},{"source":38,"target":206},{"source":38,"target":207},{"source":38,"target":208},{"source":38,"target":209},{"source":38,"target":210},{"source":38,"target":211},{"source":203,"target":212},{"source":203,"target":38},{"source":188,"target":36},{"source":188,"target":213},{"source":188,"target":38},{"source":188,"target":178},{"source":213,"target":36},{"source":82,"target":25},{"source":82,"target":214},{"source":82,"target":38},{"source":82,"target":63},{"source":214,"target":25},{"source":174,"target":35},{"source":174,"target":215},{"source":174,"target":38},{"source":174,"target":155},{"source":215,"target":35},{"source":136,"target":31},{"source":136,"target":216},{"source":136,"target":38},{"source":136,"target":119},{"source":216,"target":31},{"source":138,"target":31},{"source":138,"target":217},{"source":138,"target":38},{"source":138,"target":120},{"source":217,"target":31},{"source":102,"target":27},{"source":102,"target":218},{"source":102,"target":38},{"source":102,"target":93},{"source":218,"target":27},{"source":111,"target":28},{"source":111,"target":219},{"source":111,"target":38},{"source":111,"target":104},{"source":219,"target":28},{"source":204,"target":8},{"source":205,"target":42},{"source":206,"target":44},{"source":207,"target":48},{"source":208,"target":52},{"source":209,"target":54},{"source":210,"target":46},{"source":211,"target":50},{"source":39,"target":5},{"source":39,"target":6},{"source":39,"target":220},{"source":220,"target":6},{"source":40,"target":5},{"source":40,"target":221},{"source":40,"target":222},{"source":40,"target":223},{"source":40,"target":224},{"source":221,"target":41},{"source":221,"target":225},{"source":221,"target":40},{"source":225,"target":41},{"source":222,"target":226},{"source":222,"target":40},{"source":222,"target":227},{"source":227,"target":42},{"source":227,"target":228},{"source":227,"target":222},{"source":228,"target":42},{"source":223,"target":229},{"source":223,"target":40},{"source":223,"target":230},{"source":230,"target":42},{"source":230,"target":231},{"source":230,"target":223},{"source":231,"target":42},{"source":224,"target":232},{"source":224,"target":40},{"source":224,"target":233},{"source":233,"target":42},{"source":233,"target":234},{"source":233,"target":224},{"source":234,"target":42},{"source":41,"target":5},{"source":42,"target":5},{"source":42,"target":235},{"source":42,"target":236},{"source":42,"target":237},{"source":235,"target":40},{"source":235,"target":238},{"source":235,"target":42},{"source":238,"target":40},{"source":236,"target":239},{"source":236,"target":42},{"source":236,"target":240},{"source":240,"target":40},{"source":240,"target":241},{"source":240,"target":236},{"source":241,"target":40},{"source":237,"target":242},{"source":237,"target":42},{"source":237,"target":243},{"source":243,"target":40},{"source":243,"target":244},{"source":243,"target":237},{"source":244,"target":40},{"source":43,"target":5},{"source":43,"target":245},{"source":43,"target":246},{"source":43,"target":247},{"source":245,"target":44},{"source":245,"target":248},{"source":245,"target":43},{"source":248,"target":44},{"source":246,"target":249},{"source":246,"target":43},{"source":246,"target":250},{"source":250,"target":44},{"source":250,"target":251},{"source":250,"target":246},{"source":251,"target":44},{"source":247,"target":252},{"source":247,"target":43},{"source":247,"target":253},{"source":253,"target":44},{"source":253,"target":254},{"source":253,"target":247},{"source":254,"target":44},{"source":44,"target":5},{"source":44,"target":255},{"source":44,"target":256},{"source":44,"target":257},{"source":44,"target":258},{"source":255,"target":41},{"source":255,"target":259},{"source":255,"target":44},{"source":259,"target":41},{"source":256,"target":260},{"source":256,"target":44},{"source":256,"target":261},{"source":261,"target":43},{"source":261,"target":262},{"source":261,"target":256},{"source":262,"target":43},{"source":257,"target":263},{"source":257,"target":44},{"source":257,"target":264},{"source":264,"target":43},{"source":264,"target":265},{"source":264,"target":257},{"source":265,"target":43},{"source":258,"target":266},{"source":258,"target":44},{"source":258,"target":267},{"source":267,"target":43},{"source":267,"target":268},{"source":267,"target":258},{"source":268,"target":43},{"source":45,"target":5},{"source":45,"target":269},{"source":45,"target":270},{"source":45,"target":271},{"source":269,"target":46},{"source":269,"target":272},{"source":269,"target":45},{"source":272,"target":46},{"source":270,"target":273},{"source":270,"target":45},{"source":270,"target":274},{"source":274,"target":46},{"source":274,"target":275},{"source":274,"target":270},{"source":275,"target":46},{"source":271,"target":276},{"source":271,"target":45},{"source":271,"target":277},{"source":277,"target":46},{"source":277,"target":278},{"source":277,"target":271},{"source":278,"target":46},{"source":46,"target":5},{"source":46,"target":279},{"source":46,"target":280},{"source":46,"target":281},{"source":46,"target":282},{"source":279,"target":41},{"source":279,"target":283},{"source":279,"target":46},{"source":283,"target":41},{"source":280,"target":284},{"source":280,"target":46},{"source":280,"target":285},{"source":285,"target":45},{"source":285,"target":286},{"source":285,"target":280},{"source":286,"target":45},{"source":281,"target":287},{"source":281,"target":46},{"source":281,"target":288},{"source":288,"target":45},{"source":288,"target":289},{"source":288,"target":281},{"source":289,"target":45},{"source":282,"target":290},{"source":282,"target":46},{"source":282,"target":291},{"source":291,"target":45},{"source":291,"target":292},{"source":291,"target":282},{"source":292,"target":45},{"source":47,"target":5},{"source":47,"target":293},{"source":47,"target":294},{"source":47,"target":295},{"source":293,"target":48},{"source":293,"target":296},{"source":293,"target":47},{"source":296,"target":48},{"source":294,"target":297},{"source":294,"target":47},{"source":294,"target":298},{"source":298,"target":48},{"source":298,"target":299},{"source":298,"target":294},{"source":299,"target":48},{"source":295,"target":300},{"source":295,"target":47},{"source":295,"target":301},{"source":301,"target":48},{"source":301,"target":302},{"source":301,"target":295},{"source":302,"target":48},{"source":48,"target":5},{"source":48,"target":303},{"source":48,"target":304},{"source":48,"target":305},{"source":303,"target":47},{"source":303,"target":306},{"source":303,"target":48},{"source":306,"target":47},{"source":304,"target":307},{"source":304,"target":48},{"source":304,"target":308},{"source":308,"target":47},{"source":308,"target":309},{"source":308,"target":304},{"source":309,"target":47},{"source":305,"target":310},{"source":305,"target":48},{"source":305,"target":311},{"source":311,"target":47},{"source":311,"target":312},{"source":311,"target":305},{"source":312,"target":47},{"source":49,"target":5},{"source":49,"target":313},{"source":49,"target":314},{"source":49,"target":315},{"source":313,"target":50},{"source":313,"target":316},{"source":313,"target":49},{"source":316,"target":50},{"source":314,"target":317},{"source":314,"target":49},{"source":314,"target":318},{"source":318,"target":50},{"source":318,"target":319},{"source":318,"target":314},{"source":319,"target":50},{"source":315,"target":320},{"source":315,"target":49},{"source":315,"target":321},{"source":321,"target":50},{"source":321,"target":322},{"source":321,"target":315},{"source":322,"target":50},{"source":50,"target":5},{"source":50,"target":323},{"source":50,"target":324},{"source":50,"target":325},{"source":50,"target":326},{"source":323,"target":41},{"source":323,"target":327},{"source":323,"target":50},{"source":327,"target":41},{"source":324,"target":328},{"source":324,"target":50},{"source":324,"target":329},{"source":329,"target":49},{"source":329,"target":330},{"source":329,"target":324},{"source":330,"target":49},{"source":325,"target":331},{"source":325,"target":50},{"source":325,"target":332},{"source":332,"target":49},{"source":332,"target":333},{"source":332,"target":325},{"source":333,"target":49},{"source":326,"target":334},{"source":326,"target":50},{"source":326,"target":335},{"source":335,"target":49},{"source":335,"target":336},{"source":335,"target":326},{"source":336,"target":49},{"source":51,"target":5},{"source":51,"target":337},{"source":51,"target":338},{"source":51,"target":339},{"source":337,"target":52},{"source":337,"target":340},{"source":337,"target":51},{"source":340,"target":52},{"source":338,"target":341},{"source":338,"target":51},{"source":338,"target":342},{"source":342,"target":52},{"source":342,"target":343},{"source":342,"target":338},{"source":343,"target":52},{"source":339,"target":344},{"source":339,"target":51},{"source":339,"target":345},{"source":345,"target":52},{"source":345,"target":346},{"source":345,"target":339},{"source":346,"target":52},{"source":52,"target":5},{"source":52,"target":347},{"source":52,"target":348},{"source":52,"target":349},{"source":52,"target":350},{"source":347,"target":41},{"source":347,"target":351},{"source":347,"target":52},{"source":351,"target":41},{"source":348,"target":352},{"source":348,"target":52},{"source":348,"target":353},{"source":353,"target":51},{"source":353,"target":354},{"source":353,"target":348},{"source":354,"target":51},{"source":349,"target":355},{"source":349,"target":52},{"source":349,"target":356},{"source":356,"target":51},{"source":356,"target":357},{"source":356,"target":349},{"source":357,"target":51},{"source":350,"target":358},{"source":350,"target":52},{"source":350,"target":359},{"source":359,"target":51},{"source":359,"target":360},{"source":359,"target":350},{"source":360,"target":51},{"source":53,"target":5},{"source":53,"target":361},{"source":53,"target":362},{"source":53,"target":363},{"source":361,"target":54},{"source":361,"target":364},{"source":361,"target":53},{"source":364,"target":54},{"source":362,"target":365},{"source":362,"target":53},{"source":362,"target":366},{"source":366,"target":54},{"source":366,"target":367},{"source":366,"target":362},{"source":367,"target":54},{"source":363,"target":368},{"source":363,"target":53},{"source":363,"target":369},{"source":369,"target":54},{"source":369,"target":370},{"source":369,"target":363},{"source":370,"target":54},{"source":54,"target":5},{"source":54,"target":371},{"source":54,"target":372},{"source":54,"target":373},{"source":54,"target":374},{"source":371,"target":41},{"source":371,"target":375},{"source":371,"target":54},{"source":375,"target":41},{"source":372,"target":376},{"source":372,"target":54},{"source":372,"target":377},{"source":377,"target":53},{"source":377,"target":378},{"source":377,"target":372},{"source":378,"target":53},{"source":373,"target":379},{"source":373,"target":54},{"source":373,"target":380},{"source":380,"target":53},{"source":380,"target":381},{"source":380,"target":373},{"source":381,"target":53},{"source":374,"target":382},{"source":374,"target":54},{"source":374,"target":383},{"source":383,"target":53},{"source":383,"target":384},{"source":383,"target":374},{"source":384,"target":53},{"source":55,"target":385},{"source":55,"target":386},{"source":55,"target":387},{"source":55,"target":388},{"source":55,"target":389},{"source":55,"target":390},{"source":55,"target":391},{"source":55,"target":392},{"source":55,"target":393},{"source":55,"target":394},{"source":55,"target":395},{"source":55,"target":396},{"source":55,"target":397},{"source":55,"target":5},{"source":385,"target":55},{"source":385,"target":25},{"source":385,"target":398},{"source":385,"target":399},{"source":385,"target":400},{"source":385,"target":401},{"source":398,"target":402},{"source":398,"target":385},{"source":399,"target":403},{"source":399,"target":385},{"source":400,"target":404},{"source":400,"target":385},{"source":401,"target":25},{"source":386,"target":55},{"source":386,"target":32},{"source":386,"target":405},{"source":386,"target":406},{"source":405,"target":407},{"source":405,"target":386},{"source":406,"target":32},{"source":387,"target":55},{"source":387,"target":37},{"source":387,"target":408},{"source":387,"target":409},{"source":387,"target":410},{"source":387,"target":411},{"source":387,"target":412},{"source":387,"target":413},{"source":408,"target":414},{"source":408,"target":387},{"source":409,"target":415},{"source":409,"target":387},{"source":410,"target":416},{"source":410,"target":387},{"source":411,"target":417},{"source":411,"target":387},{"source":412,"target":418},{"source":412,"target":387},{"source":413,"target":37},{"source":388,"target":55},{"source":388,"target":31},{"source":388,"target":419},{"source":388,"target":420},{"source":388,"target":421},{"source":388,"target":422},{"source":388,"target":423},{"source":388,"target":424},{"source":388,"target":425},{"source":419,"target":426},{"source":419,"target":388},{"source":420,"target":427},{"source":420,"target":388},{"source":421,"target":428},{"source":421,"target":388},{"source":422,"target":429},{"source":422,"target":388},{"source":423,"target":430},{"source":423,"target":388},{"source":424,"target":431},{"source":424,"target":388},{"source":425,"target":31},{"source":389,"target":55},{"source":389,"target":38},{"source":389,"target":432},{"source":389,"target":433},{"source":389,"target":434},{"source":389,"target":435},{"source":389,"target":436},{"source":389,"target":437},{"source":432,"target":438},{"source":432,"target":389},{"source":433,"target":439},{"source":433,"target":389},{"source":434,"target":440},{"source":434,"target":389},{"source":435,"target":441},{"source":435,"target":389},{"source":436,"target":442},{"source":436,"target":389},{"source":437,"target":38},{"source":390,"target":55},{"source":390,"target":443},{"source":390,"target":444},{"source":390,"target":445},{"source":390,"target":446},{"source":443,"target":390},{"source":444,"target":390},{"source":445,"target":390},{"source":446,"target":390},{"source":391,"target":55},{"source":391,"target":447},{"source":391,"target":448},{"source":391,"target":449},{"source":447,"target":391},{"source":448,"target":391},{"source":449,"target":391},{"source":392,"target":55},{"source":392,"target":450},{"source":392,"target":451},{"source":392,"target":452},{"source":450,"target":392},{"source":451,"target":392},{"source":452,"target":392},{"source":393,"target":55},{"source":394,"target":55},{"source":394,"target":39},{"source":394,"target":453},{"source":394,"target":454},{"source":453,"target":455},{"source":453,"target":394},{"source":454,"target":39},{"source":395,"target":55},{"source":395,"target":33},{"source":395,"target":456},{"source":395,"target":457},{"source":395,"target":458},{"source":395,"target":459},{"source":395,"target":460},{"source":395,"target":461},{"source":456,"target":462},{"source":456,"target":395},{"source":457,"target":463},{"source":457,"target":395},{"source":458,"target":464},{"source":458,"target":395},{"source":459,"target":465},{"source":459,"target":395},{"source":460,"target":466},{"source":460,"target":395},{"source":461,"target":33},{"source":396,"target":55},{"source":396,"target":34},{"source":396,"target":467},{"source":396,"target":468},{"source":396,"target":469},{"source":396,"target":470},{"source":396,"target":471},{"source":396,"target":472},{"source":467,"target":473},{"source":467,"target":396},{"source":468,"target":474},{"source":468,"target":396},{"source":469,"target":475},{"source":469,"target":396},{"source":470,"target":476},{"source":470,"target":396},{"source":471,"target":477},{"source":471,"target":396},{"source":472,"target":34},{"source":397,"target":55},{"source":397,"target":478},{"source":397,"target":479},{"source":397,"target":480},{"source":397,"target":481},{"source":478,"target":397},{"source":479,"target":397},{"source":480,"target":397},{"source":481,"target":397},{"source":2,"target":482},{"source":2,"target":483},{"source":2,"target":484},{"source":2,"target":0},{"source":482,"target":485},{"source":482,"target":486},{"source":482,"target":487},{"source":482,"target":488},{"source":482,"target":489},{"source":482,"target":490},{"source":482,"target":491},{"source":482,"target":492},{"source":482,"target":2},{"source":485,"target":482},{"source":485,"target":489},{"source":485,"target":493},{"source":485,"target":494},{"source":485,"target":495},{"source":493,"target":486},{"source":493,"target":496},{"source":493,"target":485},{"source":493,"target":497},{"source":496,"target":486},{"source":494,"target":486},{"source":494,"target":498},{"source":494,"target":485},{"source":494,"target":499},{"source":498,"target":486},{"source":495,"target":489},{"source":486,"target":482},{"source":486,"target":489},{"source":486,"target":500},{"source":486,"target":501},{"source":486,"target":502},{"source":486,"target":503},{"source":486,"target":504},{"source":486,"target":505},{"source":486,"target":497},{"source":486,"target":506},{"source":486,"target":507},{"source":486,"target":499},{"source":486,"target":508},{"source":500,"target":509},{"source":500,"target":486},{"source":501,"target":510},{"source":501,"target":486},{"source":502,"target":511},{"source":502,"target":486},{"source":503,"target":512},{"source":503,"target":486},{"source":504,"target":513},{"source":504,"target":486},{"source":505,"target":514},{"source":505,"target":486},{"source":497,"target":485},{"source":497,"target":515},{"source":497,"target":486},{"source":497,"target":493},{"source":515,"target":485},{"source":506,"target":488},{"source":506,"target":516},{"source":506,"target":486},{"source":506,"target":517},{"source":516,"target":488},{"source":507,"target":487},{"source":507,"target":518},{"source":507,"target":486},{"source":507,"target":519},{"source":518,"target":487},{"source":499,"target":485},{"source":499,"target":520},{"source":499,"target":486},{"source":499,"target":494},{"source":520,"target":485},{"source":508,"target":489},{"source":487,"target":482},{"source":487,"target":489},{"source":487,"target":521},{"source":487,"target":522},{"source":487,"target":519},{"source":487,"target":523},{"source":521,"target":524},{"source":521,"target":487},{"source":522,"target":525},{"source":522,"target":526},{"source":522,"target":487},{"source":526,"target":525},{"source":519,"target":486},{"source":519,"target":527},{"source":519,"target":487},{"source":519,"target":507},{"source":527,"target":486},{"source":523,"target":489},{"source":488,"target":482},{"source":488,"target":486},{"source":488,"target":517},{"source":488,"target":528},{"source":517,"target":486},{"source":517,"target":529},{"source":517,"target":488},{"source":517,"target":506},{"source":529,"target":486},{"source":528,"target":486},{"source":489,"target":482},{"source":489,"target":530},{"source":489,"target":531},{"source":489,"target":532},{"source":489,"target":533},{"source":489,"target":534},{"source":489,"target":535},{"source":489,"target":536},{"source":489,"target":537},{"source":489,"target":538},{"source":489,"target":539},{"source":489,"target":540},{"source":489,"target":541},{"source":530,"target":489},{"source":531,"target":542},{"source":531,"target":489},{"source":532,"target":489},{"source":532,"target":543},{"source":543,"target":7},{"source":543,"target":544},{"source":543,"target":532},{"source":544,"target":7},{"source":533,"target":7},{"source":533,"target":545},{"source":533,"target":489},{"source":545,"target":7},{"source":534,"target":489},{"source":534,"target":546},{"source":546,"target":7},{"source":546,"target":547},{"source":546,"target":534},{"source":547,"target":7},{"source":535,"target":548},{"source":535,"target":489},{"source":535,"target":549},{"source":549,"target":7},{"source":549,"target":550},{"source":549,"target":535},{"source":550,"target":7},{"source":536,"target":489},{"source":537,"target":551},{"source":537,"target":489},{"source":538,"target":489},{"source":539,"target":552},{"source":539,"target":489},{"source":540,"target":491},{"source":540,"target":553},{"source":540,"target":489},{"source":553,"target":491},{"source":541,"target":7},{"source":541,"target":554},{"source":541,"target":489},{"source":554,"target":7},{"source":490,"target":482},{"source":490,"target":486},{"source":490,"target":555},{"source":490,"target":556},{"source":555,"target":557},{"source":555,"target":490},{"source":556,"target":486},{"source":491,"target":482},{"source":492,"target":482},{"source":483,"target":85},{"source":483,"target":558},{"source":483,"target":559},{"source":483,"target":560},{"source":483,"target":561},{"source":483,"target":562},{"source":483,"target":563},{"source":483,"target":564},{"source":483,"target":565},{"source":483,"target":566},{"source":483,"target":567},{"source":483,"target":568},{"source":483,"target":2},{"source":85,"target":483},{"source":85,"target":487},{"source":85,"target":87},{"source":85,"target":569},{"source":87,"target":25},{"source":87,"target":570},{"source":87,"target":85},{"source":87,"target":65},{"source":570,"target":25},{"source":569,"target":487},{"source":558,"target":483},{"source":558,"target":488},{"source":558,"target":571},{"source":571,"target":488},{"source":559,"target":483},{"source":559,"target":486},{"source":559,"target":572},{"source":572,"target":486},{"source":560,"target":483},{"source":560,"target":486},{"source":560,"target":573},{"source":573,"target":486},{"source":561,"target":483},{"source":561,"target":486},{"source":561,"target":574},{"source":574,"target":486},{"source":562,"target":483},{"source":562,"target":485},{"source":562,"target":575},{"source":575,"target":485},{"source":563,"target":483},{"source":563,"target":485},{"source":563,"target":576},{"source":576,"target":485},{"source":564,"target":483},{"source":564,"target":485},{"source":564,"target":577},{"source":564,"target":578},{"source":577,"target":28},{"source":577,"target":579},{"source":577,"target":564},{"source":579,"target":28},{"source":578,"target":485},{"source":565,"target":483},{"source":565,"target":485},{"source":565,"target":580},{"source":565,"target":581},{"source":580,"target":28},{"source":580,"target":582},{"source":580,"target":565},{"source":582,"target":28},{"source":581,"target":485},{"source":566,"target":483},{"source":566,"target":486},{"source":566,"target":583},{"source":583,"target":486},{"source":567,"target":483},{"source":567,"target":485},{"source":567,"target":584},{"source":584,"target":485},{"source":568,"target":483},{"source":568,"target":585},{"source":568,"target":586},{"source":568,"target":587},{"source":585,"target":568},{"source":586,"target":568},{"source":587,"target":568},{"source":484,"target":588},{"source":484,"target":589},{"source":484,"target":590},{"source":484,"target":591},{"source":484,"target":592},{"source":484,"target":593},{"source":484,"target":594},{"source":484,"target":2},{"source":588,"target":484},{"source":588,"target":487},{"source":588,"target":595},{"source":595,"target":487},{"source":589,"target":484},{"source":589,"target":488},{"source":589,"target":596},{"source":596,"target":488},{"source":590,"target":484},{"source":590,"target":486},{"source":590,"target":597},{"source":597,"target":486},{"source":591,"target":484},{"source":591,"target":486},{"source":591,"target":598},{"source":598,"target":486},{"source":592,"target":484},{"source":592,"target":486},{"source":592,"target":599},{"source":599,"target":486},{"source":593,"target":484},{"source":593,"target":485},{"source":593,"target":600},{"source":600,"target":485},{"source":594,"target":484},{"source":594,"target":486},{"source":594,"target":601},{"source":601,"target":486},{"source":3,"target":602},{"source":3,"target":525},{"source":3,"target":603},{"source":3,"target":0},{"source":602,"target":3},{"source":602,"target":604},{"source":602,"target":605},{"source":602,"target":606},{"source":604,"target":607},{"source":604,"target":602},{"source":605,"target":487},{"source":605,"target":608},{"source":605,"target":602},{"source":608,"target":487},{"source":606,"target":6},{"source":606,"target":609},{"source":606,"target":602},{"source":609,"target":6},{"source":525,"target":3},{"source":525,"target":610},{"source":525,"target":611},{"source":525,"target":612},{"source":525,"target":613},{"source":525,"target":614},{"source":610,"target":525},{"source":611,"target":525},{"source":612,"target":525},{"source":613,"target":525},{"source":614,"target":525},{"source":603,"target":3},{"source":603,"target":615},{"source":603,"target":616},{"source":603,"target":617},{"source":603,"target":618},{"source":603,"target":619},{"source":615,"target":603},{"source":616,"target":603},{"source":617,"target":603},{"source":618,"target":603},{"source":619,"target":603}],"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="myDsl" nsURI="http://www.xtext.org/example/mydsl/MyDsl" nsPrefix="myDsl">
<eClassifiers xsi:type="ecore:EClass" name="Model">
<eStructuralFeatures xsi:type="ecore:EReference" name="greetings" upperBound="-1"
eType="#//SourceFile" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Type">
<eStructuralFeatures xsi:type="ecore:EReference" name="typeName" eType="#//TypeName"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typeLit" eType="#//TypeLit"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypeName">
<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="TypeNameLinha">
<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="TypeLit">
<eStructuralFeatures xsi:type="ecore:EReference" name="typeLitLinha" eType="#//TypeLitLinha"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="srtuctType" eType="#//StructType"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="pointerType" eType="#//PointerType"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="functionType" eType="#//FunctionType"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="interfaceType" eType="#//InterfaceType"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mapType" eType="#//MapType"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="channelType" eType="#//ChannelType"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypeLitLinha">
<eStructuralFeatures xsi:type="ecore:EReference" name="arrayLength" eType="#//ArrayLength"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elementType" eType="#//ElementType"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ArrayLength">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ElementType">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StructType">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="struct" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fieldDecl" upperBound="-1"
eType="#//FieldDecl" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FieldDecl">
<eStructuralFeatures xsi:type="ecore:EReference" name="identifierList" eType="#//IdentifierList"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="embeddedField" eType="#//EmbeddedField"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tag" eType="#//Tag" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EmbeddedField">
<eStructuralFeatures xsi:type="ecore:EReference" name="typeName" eType="#//TypeName"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Tag">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="string_lit" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PointerType">
<eStructuralFeatures xsi:type="ecore:EReference" name="baseType" eType="#//BaseType"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BaseType">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FunctionType">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="func" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="signature" eType="#//Signature"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Signature">
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" eType="#//Parameters"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="result" eType="#//Result"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Result">
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" eType="#//Parameters"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Parameters">
<eStructuralFeatures xsi:type="ecore:EReference" name="parameterList" eType="#//ParameterList"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ParameterList">
<eStructuralFeatures xsi:type="ecore:EReference" name="parameterDecl" eType="#//ParameterDecl"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameterDecl1" upperBound="-1"
eType="#//ParameterDecl" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ParameterDecl">
<eStructuralFeatures xsi:type="ecore:EReference" name="identifierList" eType="#//IdentifierList"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InterfaceType">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="interface" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="methodSpec" upperBound="-1"
eType="#//MethodSpec" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MethodSpec">
<eStructuralFeatures xsi:type="ecore:EReference" name="methodName" eType="#//MethodName"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Signature" eType="#//Signature"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="interfaceTypeName" eType="#//InterfaceTypeName"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MethodName">
<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="InterfaceTypeName">
<eStructuralFeatures xsi:type="ecore:EReference" name="typeName" eType="#//TypeName"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MapType">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="map" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="keyType" eType="#//KeyType"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elementType" eType="#//ElementType"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="KeyType">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ChannelType">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="chan" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="channelTypeLinha" eType="#//ChannelTypeLinha"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elementType" eType="#//ElementType"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ChannelTypeLinha">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="aNY_OTHER" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Block">
<eStructuralFeatures xsi:type="ecore:EReference" name="statementList" eType="#//StatementList"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StatementList">
<eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1"
eType="#//Statement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Declaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="constDecl" eType="#//ConstDecl"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typeDecl" eType="#//TypeDecl"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="varDecl" eType="#//VarDecl"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TopLevelDecl">
<eStructuralFeatures xsi:type="ecore:EReference" name="declaration" eType="#//Declaration"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="functionDecl" eType="#//FunctionDecl"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="methodDecl" eType="#//MethodDecl"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConstDecl">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="const" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="constSpec" eType="#//ConstSpec"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="constSpec1" upperBound="-1"
eType="#//ConstSpec" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConstSpec">
<eStructuralFeatures xsi:type="ecore:EReference" name="identifierList" eType="#//IdentifierList"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expressionList" eType="#//ExpressionList"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IdentifierList">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id1" unique="false" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExpressionList">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression1" upperBound="-1"
eType="#//Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypeDecl">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="typekeyword" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typeSpec" eType="#//TypeSpec"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typeSpec1" upperBound="-1"
eType="#//TypeSpec" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypeSpec">
<eStructuralFeatures xsi:type="ecore:EReference" name="aliasDecl" eType="#//AliasDecl"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typeDef" eType="#//TypeDef"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AliasDecl">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypeDef">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VarDecl">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="var" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="varSpec" eType="#//VarSpec"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="varSpec1" upperBound="-1"
eType="#//VarSpec" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VarSpec">
<eStructuralFeatures xsi:type="ecore:EReference" name="IdentifierList" eType="#//IdentifierList"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expressionList" eType="#//ExpressionList"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ShortVarDecl">
<eStructuralFeatures xsi:type="ecore:EReference" name="identifierList" eType="#//IdentifierList"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expressionList" eType="#//ExpressionList"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FunctionDecl">
<eStructuralFeatures xsi:type="ecore:EReference" name="functionName" eType="#//FunctionName"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="signature" eType="#//Signature"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="functionBody" eType="#//FunctionBody"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FunctionName">
<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="FunctionBody">
<eStructuralFeatures xsi:type="ecore:EReference" name="block" eType="#//Block"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MethodDecl">
<eStructuralFeatures xsi:type="ecore:EReference" name="receiver" eType="#//Receiver"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="methodName" eType="#//MethodName"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="signature" eType="#//Signature"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="functionBody" eType="#//FunctionBody"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Receiver">
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" eType="#//Parameters"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Operand">
<eStructuralFeatures xsi:type="ecore:EReference" name="literal" eType="#//Literal"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="operandName" eType="#//OperandName"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Literal">
<eStructuralFeatures xsi:type="ecore:EReference" name="basicLit" eType="#//BasicLit"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="compositeLit" eType="#//CompositeLit"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="functionLit" eType="#//FunctionLit"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BasicLit">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="int_lit" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="float_lit" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="imaginary_lit" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="rune_lit" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="string_lit" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OperandName">
<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="CompositeLit">
<eStructuralFeatures xsi:type="ecore:EReference" name="literalType" eType="#//LiteralType"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="literalValue" eType="#//LiteralValue"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LiteralType">
<eStructuralFeatures xsi:type="ecore:EReference" name="structType" eType="#//StructType"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mapType" eType="#//MapType"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typeName" eType="#//TypeName"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="literalTypeLinha" eType="#//LiteralTypeLinha"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LiteralTypeLinha">
<eStructuralFeatures xsi:type="ecore:EReference" name="arrayLength" eType="#//ArrayLength"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elementType" eType="#//ElementType"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LiteralValue">
<eStructuralFeatures xsi:type="ecore:EReference" name="elementList" eType="#//ElementList"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ElementList">
<eStructuralFeatures xsi:type="ecore:EReference" name="keyedElement" eType="#//KeyedElement"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="keyedElement1" upperBound="-1"
eType="#//KeyedElement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="KeyedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="key" eType="#//Key" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="element" eType="#//Element"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Key">
<eStructuralFeatures xsi:type="ecore:EReference" name="fieldName" eType="#//FieldName"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="literalValue" eType="#//LiteralValue"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FieldName">
<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="Element">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="literalValue" eType="#//LiteralValue"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FunctionLit">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="func" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="signature" eType="#//Signature"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="functionBody" eType="#//FunctionBody"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PrimaryExpr">
<eStructuralFeatures xsi:type="ecore:EReference" name="operand" eType="#//Operand"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="primaryExprLinha" eType="#//PrimaryExprLinha"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="conversion" eType="#//Conversion"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="methodExpr" eType="#//MethodExpr"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PrimaryExprLinha">
<eStructuralFeatures xsi:type="ecore:EReference" name="selector" eType="#//Selector"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="primaryExprLinha" eType="#//PrimaryExprLinha"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="index" eType="#//Index"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="slice" eType="#//Slice"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typeAssertion" eType="#//TypeAssertion"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="arguments" eType="#//Arguments"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Selector">
<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="Index">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Slice">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression1" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression2" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypeAssertion">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Arguments">
<eStructuralFeatures xsi:type="ecore:EReference" name="expressionList" eType="#//ExpressionList"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MethodExpr">
<eStructuralFeatures xsi:type="ecore:EReference" name="receiverType" eType="#//ReceiverType"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="methodName" eType="#//MethodName"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ReceiverType">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="unaryExpr" eType="#//UnaryExpr"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression_Linha" eType="#//Expression_Linha"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Expression1">
<eStructuralFeatures xsi:type="ecore:EReference" name="unaryExpr" eType="#//UnaryExpr"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression_Linha" eType="#//Expression_Linha"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Expression_Linha">
<eStructuralFeatures xsi:type="ecore:EReference" name="BINARY_OP" eType="#//BINARY_OP"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression1" eType="#//Expression1"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression_Linha" eType="#//Expression_Linha"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UnaryExpr">
<eStructuralFeatures xsi:type="ecore:EReference" name="primaryExpr" eType="#//PrimaryExpr"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BINARY_OP">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="rEL_OP" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="aDD_OP" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Conversion">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="declaration" eType="#//Declaration"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="labeledStmt" eType="#//LabeledStmt"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="simpleStmt" eType="#//SimpleStmt"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="goStmt" eType="#//GoStmt"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="returnStmt" eType="#//ReturnStmt"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="breakStmt" eType="#//BreakStmt"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="continueStmt" eType="#//ContinueStmt"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="gotoStmt" eType="#//GotoStmt"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fallthroughStmt" eType="#//FallthroughStmt"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="block" eType="#//Block"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ifStmt" eType="#//IfStmt"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="switchStmt" eType="#//SwitchStmt"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="selectStmt" eType="#//SelectStmt"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="forStmt" eType="#//ForStmt"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="deferStmt" eType="#//DeferStmt"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SimpleStmt">
<eStructuralFeatures xsi:type="ecore:EReference" name="emptyStmt" eType="#//EmptyStmt"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="simpleStmtLinha" eType="#//SimpleStmtLinha"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="shortVarDecl" eType="#//ShortVarDecl"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SimpleStmtLinha">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression1" upperBound="-1"
eType="#//Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="assign_op" eType="#//assign_op"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expressionList" eType="#//ExpressionList"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="aNY_OTHER" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EmptyStmt">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="aNY_OTHER" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LabeledStmt">
<eStructuralFeatures xsi:type="ecore:EReference" name="label" eType="#//Label"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="statement" eType="#//Statement"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Label">
<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="assign_op">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="aDD_OP" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="mUL_OP" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IfStmt">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="if" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ifStmtLinha" eType="#//IfStmtLinha"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="emptyStmt" eType="#//EmptyStmt"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="shortVarDecl" eType="#//ShortVarDecl"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="block" eType="#//Block"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="else" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ifStmt" eType="#//IfStmt"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="block1" eType="#//Block"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IfStmtLinha">
<eStructuralFeatures xsi:type="ecore:EReference" name="simpleStmtLinha" eType="#//SimpleStmtLinha"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="block" eType="#//Block"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="else" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ifStmt" eType="#//IfStmt"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="block1" eType="#//Block"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SwitchStmt">
<eStructuralFeatures xsi:type="ecore:EReference" name="exprSwitchStmt" eType="#//ExprSwitchStmt"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typeSwitchStmt" eType="#//TypeSwitchStmt"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExprSwitchStmt">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="switch" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="simpleStmt" eType="#//SimpleStmt"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="exprCaseClause" upperBound="-1"
eType="#//ExprCaseClause" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExprCaseClause">
<eStructuralFeatures xsi:type="ecore:EReference" name="exprSwitchCase" eType="#//ExprSwitchCase"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="statementList" eType="#//StatementList"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExprSwitchCase">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="case" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expressionList" eType="#//ExpressionList"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="default" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypeSwitchStmt">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="switch" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="simpleStmt" eType="#//SimpleStmt"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typeSwitchGuard" eType="#//TypeSwitchGuard"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typeCaseClause" upperBound="-1"
eType="#//TypeCaseClause" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypeSwitchGuard">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="primaryExpr" eType="#//PrimaryExpr"
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="TypeCaseClause">
<eStructuralFeatures xsi:type="ecore:EReference" name="typeSwitchCase" eType="#//TypeSwitchCase"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="statementList" eType="#//StatementList"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypeSwitchCase">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="case" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typeList" eType="#//TypeList"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="default" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypeList">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type1" upperBound="-1"
eType="#//Type" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ForStmt">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="for" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="forStmtLinha" eType="#//ForStmtLinha"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="emptyStmt" eType="#//EmptyStmt"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="shortVarDecl" eType="#//ShortVarDecl"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//Condition"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="postStmt" eType="#//PostStmt"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="identifierList" eType="#//IdentifierList"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="range" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="block" eType="#//Block"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ForStmtLinha">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="vazio" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" upperBound="-1"
eType="#//Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="forStmtLinhaLinha" eType="#//ForStmtLinhaLinha"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression1" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//Condition"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="postStmt" eType="#//PostStmt"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ForStmtLinhaLinha">
<eStructuralFeatures xsi:type="ecore:EReference" name="assign_op" eType="#//assign_op"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expressionList" eType="#//ExpressionList"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//Condition"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="postStmt" eType="#//PostStmt"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="range" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Condition">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PostStmt">
<eStructuralFeatures xsi:type="ecore:EReference" name="simpleStmt" eType="#//SimpleStmt"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GoStmt">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="go" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SelectStmt">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="select" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="commClause" upperBound="-1"
eType="#//CommClause" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CommClause">
<eStructuralFeatures xsi:type="ecore:EReference" name="commCase" eType="#//CommCase"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="statementList" eType="#//StatementList"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CommCase">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="case" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="commCaseLinha" eType="#//CommCaseLinha"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="default" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CommCaseLinha">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression1" upperBound="-1"
eType="#//Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="identifierList" eType="#//IdentifierList"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="recvExpr" eType="#//RecvExpr"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RecvExpr">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ReturnStmt">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="return" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expressionList" eType="#//ExpressionList"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BreakStmt">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="break" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="label" eType="#//Label"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ContinueStmt">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="continue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="label" eType="#//Label"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GotoStmt">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="goto" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="label" eType="#//Label"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FallthroughStmt">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fallthrough" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DeferStmt">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="defer" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SourceFile">
<eStructuralFeatures xsi:type="ecore:EReference" name="packageClause" eType="#//PackageClause"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="importDecl" upperBound="-1"
eType="#//ImportDecl" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="topLevelDecl" upperBound="-1"
eType="#//TopLevelDecl" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PackageClause">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="package" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="packageName" eType="#//PackageName"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PackageName">
<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="ImportDecl">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="importt" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="importSpec" eType="#//ImportSpec"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="importSpec1" upperBound="-1"
eType="#//ImportSpec" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ImportSpec">
<eStructuralFeatures xsi:type="ecore:EReference" name="packageName" eType="#//PackageName"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sTRING_LIT" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/Mainara/Compilador-Go/org.xtext.example.mydsl/model/generated/MyDsl.ecore | ecore | myDsl
Model
greetings
Type
typeName
typeLit
type
TypeName
id
TypeNameLinha
id
TypeLit
typeLitLinha
srtuctType
pointerType
functionType
interfaceType
mapType
channelType
TypeLitLinha
arrayLength
elementType
ArrayLength
expression
ElementType
type
StructType
struct
fieldDecl
FieldDecl
identifierList
type
embeddedField
tag
EmbeddedField
typeName
Tag
string_lit
PointerType
baseType
BaseType
type
FunctionType
func
signature
Signature
parameters
result
Result
parameters
type
Parameters
parameterList
ParameterList
parameterDecl
parameterDecl1
ParameterDecl
identifierList
type
InterfaceType
interface
methodSpec
MethodSpec
methodName
Signature
interfaceTypeName
MethodName
id
InterfaceTypeName
typeName
MapType
map
keyType
elementType
KeyType
type
ChannelType
chan
channelTypeLinha
elementType
ChannelTypeLinha
aNY_OTHER
Block
statementList
StatementList
statements
Declaration
constDecl
typeDecl
varDecl
TopLevelDecl
declaration
functionDecl
methodDecl
ConstDecl
const
constSpec
constSpec1
ConstSpec
identifierList
type
expressionList
IdentifierList
id
id1
ExpressionList
expression
expression1
TypeDecl
typekeyword
typeSpec
typeSpec1
TypeSpec
aliasDecl
typeDef
AliasDecl
id
type
TypeDef
id
type
VarDecl
var
varSpec
varSpec1
VarSpec
IdentifierList
type
expressionList
ShortVarDecl
identifierList
expressionList
FunctionDecl
functionName
signature
functionBody
FunctionName
id
FunctionBody
block
MethodDecl
receiver
methodName
signature
functionBody
Receiver
parameters
Operand
literal
operandName
expression
Literal
basicLit
compositeLit
functionLit
BasicLit
int_lit
float_lit
imaginary_lit
rune_lit
string_lit
OperandName
id
CompositeLit
literalType
literalValue
LiteralType
structType
mapType
typeName
literalTypeLinha
LiteralTypeLinha
arrayLength
elementType
LiteralValue
elementList
ElementList
keyedElement
keyedElement1
KeyedElement
key
element
Key
fieldName
expression
literalValue
FieldName
id
Element
expression
literalValue
FunctionLit
func
signature
functionBody
PrimaryExpr
operand
primaryExprLinha
conversion
methodExpr
PrimaryExprLinha
selector
primaryExprLinha
index
slice
typeAssertion
arguments
Selector
id
Index
expression
Slice
expression
expression1
expression2
TypeAssertion
type
Arguments
expressionList
type
MethodExpr
receiverType
methodName
ReceiverType
type
Expression
unaryExpr
expression_Linha
Expression1
unaryExpr
expression_Linha
Expression_Linha
BINARY_OP
expression1
expression_Linha
UnaryExpr
primaryExpr
BINARY_OP
rEL_OP
aDD_OP
Conversion
type
expression
Statement
declaration
labeledStmt
simpleStmt
goStmt
returnStmt
breakStmt
continueStmt
gotoStmt
fallthroughStmt
block
ifStmt
switchStmt
selectStmt
forStmt
deferStmt
SimpleStmt
emptyStmt
expression
simpleStmtLinha
shortVarDecl
SimpleStmtLinha
expression
expression1
assign_op
expressionList
aNY_OTHER
EmptyStmt
aNY_OTHER
LabeledStmt
label
statement
Label
id
assign_op
aDD_OP
mUL_OP
IfStmt
if
expression
ifStmtLinha
emptyStmt
shortVarDecl
block
else
ifStmt
block1
IfStmtLinha
simpleStmtLinha
expression
block
else
ifStmt
block1
SwitchStmt
exprSwitchStmt
typeSwitchStmt
ExprSwitchStmt
switch
simpleStmt
expression
exprCaseClause
ExprCaseClause
exprSwitchCase
statementList
ExprSwitchCase
case
expressionList
default
TypeSwitchStmt
switch
simpleStmt
typeSwitchGuard
typeCaseClause
TypeSwitchGuard
id
primaryExpr
type
TypeCaseClause
typeSwitchCase
statementList
TypeSwitchCase
case
typeList
default
TypeList
type
type1
ForStmt
for
expression
forStmtLinha
emptyStmt
shortVarDecl
condition
postStmt
identifierList
range
block
ForStmtLinha
vazio
expression
forStmtLinhaLinha
expression1
condition
postStmt
ForStmtLinhaLinha
assign_op
expressionList
condition
postStmt
range
expression
Condition
expression
PostStmt
simpleStmt
GoStmt
go
expression
SelectStmt
select
commClause
CommClause
commCase
statementList
CommCase
case
expression
commCaseLinha
default
CommCaseLinha
expression
expression1
identifierList
recvExpr
RecvExpr
expression
ReturnStmt
return
expressionList
BreakStmt
break
label
ContinueStmt
continue
label
GotoStmt
goto
label
FallthroughStmt
fallthrough
DeferStmt
defer
expression
SourceFile
packageClause
importDecl
topLevelDecl
PackageClause
package
packageName
PackageName
id
ImportDecl
importt
importSpec
importSpec1
ImportSpec
packageName
sTRING_LIT | null | {"directed":true,"nodes":[{"nsPrefix":"myDsl","nsURI":"http://www.xtext.org/example/mydsl/MyDsl","name":"myDsl","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeName","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeNameLinha","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeLit","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeLitLinha","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayLength","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElementType","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructType","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FieldDecl","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmbeddedField","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Tag","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PointerType","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BaseType","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionType","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Signature","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Result","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameters","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterList","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterDecl","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterfaceType","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodSpec","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodName","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterfaceTypeName","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapType","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KeyType","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChannelType","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChannelTypeLinha","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Block","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StatementList","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Declaration","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TopLevelDecl","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstDecl","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstSpec","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IdentifierList","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionList","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeDecl","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeSpec","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AliasDecl","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeDef","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VarDecl","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VarSpec","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ShortVarDecl","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionDecl","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionName","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionBody","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodDecl","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Receiver","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operand","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Literal","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BasicLit","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperandName","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompositeLit","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralType","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralTypeLinha","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralValue","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElementList","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KeyedElement","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Key","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FieldName","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Element","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionLit","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimaryExpr","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimaryExprLinha","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Selector","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Index","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Slice","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeAssertion","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Arguments","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodExpr","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReceiverType","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression1","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression_Linha","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryExpr","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BINARY_OP","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Conversion","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleStmt","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleStmtLinha","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmptyStmt","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LabeledStmt","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Label","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"assign_op","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfStmt","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfStmtLinha","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchStmt","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExprSwitchStmt","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExprCaseClause","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExprSwitchCase","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeSwitchStmt","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeSwitchGuard","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeCaseClause","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeSwitchCase","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeList","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForStmt","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForStmtLinha","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForStmtLinhaLinha","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Condition","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PostStmt","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GoStmt","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelectStmt","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommClause","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommCase","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommCaseLinha","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RecvExpr","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReturnStmt","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BreakStmt","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContinueStmt","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GotoStmt","instanceClass":null,"abstract":false,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FallthroughStmt","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeferStmt","instanceClass":null,"abstract":false,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SourceFile","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageClause","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageName","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImportDecl","instanceClass":null,"abstract":false,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImportSpec","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"greetings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":118,"derived":false},{"id":119,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":120,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeLit","changeable":true,"resolveProxies":true,"lowerBound":0,"id":121,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":122,"derived":false},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":126,"derived":false},{"id":127,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":128,"derived":false},{"id":129,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeLitLinha","changeable":true,"resolveProxies":true,"lowerBound":0,"id":130,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"srtuctType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":131,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pointerType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":132,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"functionType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":133,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"interfaceType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":134,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mapType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":135,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"channelType","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":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arrayLength","changeable":true,"resolveProxies":true,"lowerBound":0,"id":144,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elementType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":145,"derived":false},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":148,"derived":false},{"id":149,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":150,"derived":false},{"id":151,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"struct","changeable":true,"lowerBound":0,"iD":false,"id":152,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fieldDecl","changeable":true,"resolveProxies":true,"lowerBound":0,"id":153,"derived":false},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"identifierList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":156,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":157,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"embeddedField","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":true,"unsettable":false,"transient":false,"unique":true,"name":"tag","changeable":true,"resolveProxies":true,"lowerBound":0,"id":159,"derived":false},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":164,"derived":false},{"id":165,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"string_lit","changeable":true,"lowerBound":0,"iD":false,"id":166,"derived":false},{"id":167,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"baseType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":168,"derived":false},{"id":169,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":170,"derived":false},{"id":171,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"func","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":"signature","changeable":true,"resolveProxies":true,"lowerBound":0,"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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":176,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"result","changeable":true,"resolveProxies":true,"lowerBound":0,"id":177,"derived":false},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":181,"derived":false},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameterList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":184,"derived":false},{"id":185,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameterDecl","changeable":true,"resolveProxies":true,"lowerBound":0,"id":186,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameterDecl1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":187,"derived":false},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"identifierList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":190,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":191,"derived":false},{"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":"interface","changeable":true,"lowerBound":0,"iD":false,"id":194,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"methodSpec","changeable":true,"resolveProxies":true,"lowerBound":0,"id":195,"derived":false},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"methodName","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":"Signature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":199,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"interfaceTypeName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":200,"derived":false},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":204,"derived":false},{"id":205,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":206,"derived":false},{"id":207,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"map","changeable":true,"lowerBound":0,"iD":false,"id":208,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"keyType","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"elementType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":210,"derived":false},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":214,"derived":false},{"id":215,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"chan","changeable":true,"lowerBound":0,"iD":false,"id":216,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"channelTypeLinha","changeable":true,"resolveProxies":true,"lowerBound":0,"id":217,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elementType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":218,"derived":false},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"aNY_OTHER","changeable":true,"lowerBound":0,"iD":false,"id":222,"derived":false},{"id":223,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statementList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":224,"derived":false},{"id":225,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":226,"derived":false},{"id":227,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"constDecl","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"typeDecl","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":"varDecl","changeable":true,"resolveProxies":true,"lowerBound":0,"id":230,"derived":false},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"declaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":234,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"functionDecl","changeable":true,"resolveProxies":true,"lowerBound":0,"id":235,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"methodDecl","changeable":true,"resolveProxies":true,"lowerBound":0,"id":236,"derived":false},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"const","changeable":true,"lowerBound":0,"iD":false,"id":240,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"constSpec","changeable":true,"resolveProxies":true,"lowerBound":0,"id":241,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"constSpec1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":242,"derived":false},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"identifierList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":246,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":247,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressionList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":248,"derived":false},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":252,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"id1","changeable":true,"lowerBound":0,"iD":false,"id":253,"derived":false},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":256,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":257,"derived":false},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"typekeyword","changeable":true,"lowerBound":0,"iD":false,"id":260,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeSpec","changeable":true,"resolveProxies":true,"lowerBound":0,"id":261,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeSpec1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":262,"derived":false},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"aliasDecl","changeable":true,"resolveProxies":true,"lowerBound":0,"id":266,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeDef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":267,"derived":false},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":270,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":271,"derived":false},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":274,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":275,"derived":false},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"var","changeable":true,"lowerBound":0,"iD":false,"id":278,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"varSpec","changeable":true,"resolveProxies":true,"lowerBound":0,"id":279,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"varSpec1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":280,"derived":false},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"IdentifierList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":284,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":285,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressionList","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":true,"unsettable":false,"transient":false,"unique":true,"name":"identifierList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":290,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressionList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":291,"derived":false},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"functionName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":294,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"signature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":295,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"functionBody","changeable":true,"resolveProxies":true,"lowerBound":0,"id":296,"derived":false},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":300,"derived":false},{"id":301,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"block","changeable":true,"resolveProxies":true,"lowerBound":0,"id":302,"derived":false},{"id":303,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"receiver","changeable":true,"resolveProxies":true,"lowerBound":0,"id":304,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"methodName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":305,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"signature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":306,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"functionBody","changeable":true,"resolveProxies":true,"lowerBound":0,"id":307,"derived":false},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":312,"derived":false},{"id":313,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"literal","changeable":true,"resolveProxies":true,"lowerBound":0,"id":314,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operandName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":315,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":316,"derived":false},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"basicLit","changeable":true,"resolveProxies":true,"lowerBound":0,"id":320,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"compositeLit","changeable":true,"resolveProxies":true,"lowerBound":0,"id":321,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"functionLit","changeable":true,"resolveProxies":true,"lowerBound":0,"id":322,"derived":false},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"int_lit","changeable":true,"lowerBound":0,"iD":false,"id":326,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"float_lit","changeable":true,"lowerBound":0,"iD":false,"id":327,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"imaginary_lit","changeable":true,"lowerBound":0,"iD":false,"id":328,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rune_lit","changeable":true,"lowerBound":0,"iD":false,"id":329,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"string_lit","changeable":true,"lowerBound":0,"iD":false,"id":330,"derived":false},{"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":"id","changeable":true,"lowerBound":0,"iD":false,"id":336,"derived":false},{"id":337,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"literalType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":338,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"literalValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":339,"derived":false},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"structType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":342,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mapType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":343,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":344,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"literalTypeLinha","changeable":true,"resolveProxies":true,"lowerBound":0,"id":345,"derived":false},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arrayLength","changeable":true,"resolveProxies":true,"lowerBound":0,"id":350,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elementType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":351,"derived":false},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elementList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":354,"derived":false},{"id":355,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"keyedElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":356,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"keyedElement1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":357,"derived":false},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"container":false,"ordered":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":360,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"element","changeable":true,"resolveProxies":true,"lowerBound":0,"id":361,"derived":false},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fieldName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":364,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":365,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"literalValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":366,"derived":false},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":370,"derived":false},{"id":371,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":372,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"literalValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":373,"derived":false},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"func","changeable":true,"lowerBound":0,"iD":false,"id":376,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"signature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":377,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"functionBody","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":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":382,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"primaryExprLinha","changeable":true,"resolveProxies":true,"lowerBound":0,"id":383,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"conversion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":384,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"methodExpr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":385,"derived":false},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"selector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":390,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"primaryExprLinha","changeable":true,"resolveProxies":true,"lowerBound":0,"id":391,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"index","changeable":true,"resolveProxies":true,"lowerBound":0,"id":392,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"slice","changeable":true,"resolveProxies":true,"lowerBound":0,"id":393,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeAssertion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":394,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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"},{"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":402,"derived":false},{"id":403,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":404,"derived":false},{"id":405,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":406,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":407,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":408,"derived":false},{"id":409,"eClass":"EGenericType"},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":412,"derived":false},{"id":413,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressionList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":414,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":415,"derived":false},{"id":416,"eClass":"EGenericType"},{"id":417,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"receiverType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":418,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"methodName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":419,"derived":false},{"id":420,"eClass":"EGenericType"},{"id":421,"eClass":"EGenericType"},{"container":false,"ordered":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":422,"derived":false},{"id":423,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"unaryExpr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":424,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression_Linha","changeable":true,"resolveProxies":true,"lowerBound":0,"id":425,"derived":false},{"id":426,"eClass":"EGenericType"},{"id":427,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"unaryExpr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":428,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression_Linha","changeable":true,"resolveProxies":true,"lowerBound":0,"id":429,"derived":false},{"id":430,"eClass":"EGenericType"},{"id":431,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"BINARY_OP","changeable":true,"resolveProxies":true,"lowerBound":0,"id":432,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":433,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression_Linha","changeable":true,"resolveProxies":true,"lowerBound":0,"id":434,"derived":false},{"id":435,"eClass":"EGenericType"},{"id":436,"eClass":"EGenericType"},{"id":437,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"primaryExpr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":438,"derived":false},{"id":439,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rEL_OP","changeable":true,"lowerBound":0,"iD":false,"id":440,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"aDD_OP","changeable":true,"lowerBound":0,"iD":false,"id":441,"derived":false},{"id":442,"eClass":"EGenericType"},{"id":443,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":444,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":445,"derived":false},{"id":446,"eClass":"EGenericType"},{"id":447,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"declaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":448,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"labeledStmt","changeable":true,"resolveProxies":true,"lowerBound":0,"id":449,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"simpleStmt","changeable":true,"resolveProxies":true,"lowerBound":0,"id":450,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"goStmt","changeable":true,"resolveProxies":true,"lowerBound":0,"id":451,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"returnStmt","changeable":true,"resolveProxies":true,"lowerBound":0,"id":452,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"breakStmt","changeable":true,"resolveProxies":true,"lowerBound":0,"id":453,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"continueStmt","changeable":true,"resolveProxies":true,"lowerBound":0,"id":454,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"gotoStmt","changeable":true,"resolveProxies":true,"lowerBound":0,"id":455,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fallthroughStmt","changeable":true,"resolveProxies":true,"lowerBound":0,"id":456,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"block","changeable":true,"resolveProxies":true,"lowerBound":0,"id":457,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ifStmt","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":"switchStmt","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":"selectStmt","changeable":true,"resolveProxies":true,"lowerBound":0,"id":460,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"forStmt","changeable":true,"resolveProxies":true,"lowerBound":0,"id":461,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"deferStmt","changeable":true,"resolveProxies":true,"lowerBound":0,"id":462,"derived":false},{"id":463,"eClass":"EGenericType"},{"id":464,"eClass":"EGenericType"},{"id":465,"eClass":"EGenericType"},{"id":466,"eClass":"EGenericType"},{"id":467,"eClass":"EGenericType"},{"id":468,"eClass":"EGenericType"},{"id":469,"eClass":"EGenericType"},{"id":470,"eClass":"EGenericType"},{"id":471,"eClass":"EGenericType"},{"id":472,"eClass":"EGenericType"},{"id":473,"eClass":"EGenericType"},{"id":474,"eClass":"EGenericType"},{"id":475,"eClass":"EGenericType"},{"id":476,"eClass":"EGenericType"},{"id":477,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"emptyStmt","changeable":true,"resolveProxies":true,"lowerBound":0,"id":478,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":479,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"simpleStmtLinha","changeable":true,"resolveProxies":true,"lowerBound":0,"id":480,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"shortVarDecl","changeable":true,"resolveProxies":true,"lowerBound":0,"id":481,"derived":false},{"id":482,"eClass":"EGenericType"},{"id":483,"eClass":"EGenericType"},{"id":484,"eClass":"EGenericType"},{"id":485,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":486,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":487,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"assign_op","changeable":true,"resolveProxies":true,"lowerBound":0,"id":488,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressionList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":489,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"aNY_OTHER","changeable":true,"lowerBound":0,"iD":false,"id":490,"derived":false},{"id":491,"eClass":"EGenericType"},{"id":492,"eClass":"EGenericType"},{"id":493,"eClass":"EGenericType"},{"id":494,"eClass":"EGenericType"},{"id":495,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"aNY_OTHER","changeable":true,"lowerBound":0,"iD":false,"id":496,"derived":false},{"id":497,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"resolveProxies":true,"lowerBound":0,"id":498,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":499,"derived":false},{"id":500,"eClass":"EGenericType"},{"id":501,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":502,"derived":false},{"id":503,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"aDD_OP","changeable":true,"lowerBound":0,"iD":false,"id":504,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mUL_OP","changeable":true,"lowerBound":0,"iD":false,"id":505,"derived":false},{"id":506,"eClass":"EGenericType"},{"id":507,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"if","changeable":true,"lowerBound":0,"iD":false,"id":508,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":509,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ifStmtLinha","changeable":true,"resolveProxies":true,"lowerBound":0,"id":510,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"emptyStmt","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"shortVarDecl","changeable":true,"resolveProxies":true,"lowerBound":0,"id":512,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"block","changeable":true,"resolveProxies":true,"lowerBound":0,"id":513,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"else","changeable":true,"lowerBound":0,"iD":false,"id":514,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ifStmt","changeable":true,"resolveProxies":true,"lowerBound":0,"id":515,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"block1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":516,"derived":false},{"id":517,"eClass":"EGenericType"},{"id":518,"eClass":"EGenericType"},{"id":519,"eClass":"EGenericType"},{"id":520,"eClass":"EGenericType"},{"id":521,"eClass":"EGenericType"},{"id":522,"eClass":"EGenericType"},{"id":523,"eClass":"EGenericType"},{"id":524,"eClass":"EGenericType"},{"id":525,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"simpleStmtLinha","changeable":true,"resolveProxies":true,"lowerBound":0,"id":526,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":527,"derived":false},{"container":false,"ordered":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":528,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"else","changeable":true,"lowerBound":0,"iD":false,"id":529,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ifStmt","changeable":true,"resolveProxies":true,"lowerBound":0,"id":530,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"block1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":531,"derived":false},{"id":532,"eClass":"EGenericType"},{"id":533,"eClass":"EGenericType"},{"id":534,"eClass":"EGenericType"},{"id":535,"eClass":"EGenericType"},{"id":536,"eClass":"EGenericType"},{"id":537,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exprSwitchStmt","changeable":true,"resolveProxies":true,"lowerBound":0,"id":538,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeSwitchStmt","changeable":true,"resolveProxies":true,"lowerBound":0,"id":539,"derived":false},{"id":540,"eClass":"EGenericType"},{"id":541,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"switch","changeable":true,"lowerBound":0,"iD":false,"id":542,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"simpleStmt","changeable":true,"resolveProxies":true,"lowerBound":0,"id":543,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":544,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exprCaseClause","changeable":true,"resolveProxies":true,"lowerBound":0,"id":545,"derived":false},{"id":546,"eClass":"EGenericType"},{"id":547,"eClass":"EGenericType"},{"id":548,"eClass":"EGenericType"},{"id":549,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exprSwitchCase","changeable":true,"resolveProxies":true,"lowerBound":0,"id":550,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statementList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":551,"derived":false},{"id":552,"eClass":"EGenericType"},{"id":553,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"case","changeable":true,"lowerBound":0,"iD":false,"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":"expressionList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":555,"derived":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":556,"derived":false},{"id":557,"eClass":"EGenericType"},{"id":558,"eClass":"EGenericType"},{"id":559,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"switch","changeable":true,"lowerBound":0,"iD":false,"id":560,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"simpleStmt","changeable":true,"resolveProxies":true,"lowerBound":0,"id":561,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeSwitchGuard","changeable":true,"resolveProxies":true,"lowerBound":0,"id":562,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeCaseClause","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"},{"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":568,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"primaryExpr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":569,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":570,"derived":false},{"id":571,"eClass":"EGenericType"},{"id":572,"eClass":"EGenericType"},{"id":573,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeSwitchCase","changeable":true,"resolveProxies":true,"lowerBound":0,"id":574,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statementList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":575,"derived":false},{"id":576,"eClass":"EGenericType"},{"id":577,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"case","changeable":true,"lowerBound":0,"iD":false,"id":578,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":579,"derived":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":580,"derived":false},{"id":581,"eClass":"EGenericType"},{"id":582,"eClass":"EGenericType"},{"id":583,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":584,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":585,"derived":false},{"id":586,"eClass":"EGenericType"},{"id":587,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"for","changeable":true,"lowerBound":0,"iD":false,"id":588,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":589,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"forStmtLinha","changeable":true,"resolveProxies":true,"lowerBound":0,"id":590,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"emptyStmt","changeable":true,"resolveProxies":true,"lowerBound":0,"id":591,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"shortVarDecl","changeable":true,"resolveProxies":true,"lowerBound":0,"id":592,"derived":false},{"container":false,"ordered":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":593,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"postStmt","changeable":true,"resolveProxies":true,"lowerBound":0,"id":594,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"identifierList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":595,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"range","changeable":true,"lowerBound":0,"iD":false,"id":596,"derived":false},{"container":false,"ordered":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":597,"derived":false},{"id":598,"eClass":"EGenericType"},{"id":599,"eClass":"EGenericType"},{"id":600,"eClass":"EGenericType"},{"id":601,"eClass":"EGenericType"},{"id":602,"eClass":"EGenericType"},{"id":603,"eClass":"EGenericType"},{"id":604,"eClass":"EGenericType"},{"id":605,"eClass":"EGenericType"},{"id":606,"eClass":"EGenericType"},{"id":607,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"vazio","changeable":true,"lowerBound":0,"iD":false,"id":608,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":609,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"forStmtLinhaLinha","changeable":true,"resolveProxies":true,"lowerBound":0,"id":610,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":611,"derived":false},{"container":false,"ordered":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":612,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"postStmt","changeable":true,"resolveProxies":true,"lowerBound":0,"id":613,"derived":false},{"id":614,"eClass":"EGenericType"},{"id":615,"eClass":"EGenericType"},{"id":616,"eClass":"EGenericType"},{"id":617,"eClass":"EGenericType"},{"id":618,"eClass":"EGenericType"},{"id":619,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"assign_op","changeable":true,"resolveProxies":true,"lowerBound":0,"id":620,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressionList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":621,"derived":false},{"container":false,"ordered":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":622,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"postStmt","changeable":true,"resolveProxies":true,"lowerBound":0,"id":623,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"range","changeable":true,"lowerBound":0,"iD":false,"id":624,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":625,"derived":false},{"id":626,"eClass":"EGenericType"},{"id":627,"eClass":"EGenericType"},{"id":628,"eClass":"EGenericType"},{"id":629,"eClass":"EGenericType"},{"id":630,"eClass":"EGenericType"},{"id":631,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":632,"derived":false},{"id":633,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"simpleStmt","changeable":true,"resolveProxies":true,"lowerBound":0,"id":634,"derived":false},{"id":635,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"go","changeable":true,"lowerBound":0,"iD":false,"id":636,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":637,"derived":false},{"id":638,"eClass":"EGenericType"},{"id":639,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"select","changeable":true,"lowerBound":0,"iD":false,"id":640,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"commClause","changeable":true,"resolveProxies":true,"lowerBound":0,"id":641,"derived":false},{"id":642,"eClass":"EGenericType"},{"id":643,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"commCase","changeable":true,"resolveProxies":true,"lowerBound":0,"id":644,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statementList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":645,"derived":false},{"id":646,"eClass":"EGenericType"},{"id":647,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"case","changeable":true,"lowerBound":0,"iD":false,"id":648,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":649,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"commCaseLinha","changeable":true,"resolveProxies":true,"lowerBound":0,"id":650,"derived":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":651,"derived":false},{"id":652,"eClass":"EGenericType"},{"id":653,"eClass":"EGenericType"},{"id":654,"eClass":"EGenericType"},{"id":655,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":656,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":657,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"identifierList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":658,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"recvExpr","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":664,"derived":false},{"id":665,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"return","changeable":true,"lowerBound":0,"iD":false,"id":666,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressionList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":667,"derived":false},{"id":668,"eClass":"EGenericType"},{"id":669,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"break","changeable":true,"lowerBound":0,"iD":false,"id":670,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"resolveProxies":true,"lowerBound":0,"id":671,"derived":false},{"id":672,"eClass":"EGenericType"},{"id":673,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"continue","changeable":true,"lowerBound":0,"iD":false,"id":674,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"resolveProxies":true,"lowerBound":0,"id":675,"derived":false},{"id":676,"eClass":"EGenericType"},{"id":677,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"goto","changeable":true,"lowerBound":0,"iD":false,"id":678,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"resolveProxies":true,"lowerBound":0,"id":679,"derived":false},{"id":680,"eClass":"EGenericType"},{"id":681,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fallthrough","changeable":true,"lowerBound":0,"iD":false,"id":682,"derived":false},{"id":683,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"defer","changeable":true,"lowerBound":0,"iD":false,"id":684,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":685,"derived":false},{"id":686,"eClass":"EGenericType"},{"id":687,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"packageClause","changeable":true,"resolveProxies":true,"lowerBound":0,"id":688,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"importDecl","changeable":true,"resolveProxies":true,"lowerBound":0,"id":689,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"topLevelDecl","changeable":true,"resolveProxies":true,"lowerBound":0,"id":690,"derived":false},{"id":691,"eClass":"EGenericType"},{"id":692,"eClass":"EGenericType"},{"id":693,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"package","changeable":true,"lowerBound":0,"iD":false,"id":694,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"packageName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":695,"derived":false},{"id":696,"eClass":"EGenericType"},{"id":697,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":698,"derived":false},{"id":699,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"importt","changeable":true,"lowerBound":0,"iD":false,"id":700,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"importSpec","changeable":true,"resolveProxies":true,"lowerBound":0,"id":701,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"importSpec1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":702,"derived":false},{"id":703,"eClass":"EGenericType"},{"id":704,"eClass":"EGenericType"},{"id":705,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"packageName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":706,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sTRING_LIT","changeable":true,"lowerBound":0,"iD":false,"id":707,"derived":false},{"id":708,"eClass":"EGenericType"},{"id":709,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":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":1,"target":0},{"source":1,"target":118},{"source":118,"target":113},{"source":118,"target":119},{"source":118,"target":1},{"source":119,"target":113},{"source":2,"target":0},{"source":2,"target":120},{"source":2,"target":121},{"source":2,"target":122},{"source":120,"target":3},{"source":120,"target":123},{"source":120,"target":2},{"source":123,"target":3},{"source":121,"target":5},{"source":121,"target":124},{"source":121,"target":2},{"source":124,"target":5},{"source":122,"target":2},{"source":122,"target":125},{"source":122,"target":2},{"source":125,"target":2},{"source":3,"target":0},{"source":3,"target":126},{"source":126,"target":127},{"source":126,"target":3},{"source":4,"target":0},{"source":4,"target":128},{"source":128,"target":129},{"source":128,"target":4},{"source":5,"target":0},{"source":5,"target":130},{"source":5,"target":131},{"source":5,"target":132},{"source":5,"target":133},{"source":5,"target":134},{"source":5,"target":135},{"source":5,"target":136},{"source":130,"target":6},{"source":130,"target":137},{"source":130,"target":5},{"source":137,"target":6},{"source":131,"target":9},{"source":131,"target":138},{"source":131,"target":5},{"source":138,"target":9},{"source":132,"target":13},{"source":132,"target":139},{"source":132,"target":5},{"source":139,"target":13},{"source":133,"target":15},{"source":133,"target":140},{"source":133,"target":5},{"source":140,"target":15},{"source":134,"target":21},{"source":134,"target":141},{"source":134,"target":5},{"source":141,"target":21},{"source":135,"target":25},{"source":135,"target":142},{"source":135,"target":5},{"source":142,"target":25},{"source":136,"target":27},{"source":136,"target":143},{"source":136,"target":5},{"source":143,"target":27},{"source":6,"target":0},{"source":6,"target":144},{"source":6,"target":145},{"source":144,"target":7},{"source":144,"target":146},{"source":144,"target":6},{"source":146,"target":7},{"source":145,"target":8},{"source":145,"target":147},{"source":145,"target":6},{"source":147,"target":8},{"source":7,"target":0},{"source":7,"target":148},{"source":148,"target":72},{"source":148,"target":149},{"source":148,"target":7},{"source":149,"target":72},{"source":8,"target":0},{"source":8,"target":150},{"source":150,"target":2},{"source":150,"target":151},{"source":150,"target":8},{"source":151,"target":2},{"source":9,"target":0},{"source":9,"target":152},{"source":9,"target":153},{"source":152,"target":154},{"source":152,"target":9},{"source":153,"target":10},{"source":153,"target":155},{"source":153,"target":9},{"source":155,"target":10},{"source":10,"target":0},{"source":10,"target":156},{"source":10,"target":157},{"source":10,"target":158},{"source":10,"target":159},{"source":156,"target":35},{"source":156,"target":160},{"source":156,"target":10},{"source":160,"target":35},{"source":157,"target":2},{"source":157,"target":161},{"source":157,"target":10},{"source":161,"target":2},{"source":158,"target":11},{"source":158,"target":162},{"source":158,"target":10},{"source":162,"target":11},{"source":159,"target":12},{"source":159,"target":163},{"source":159,"target":10},{"source":163,"target":12},{"source":11,"target":0},{"source":11,"target":164},{"source":164,"target":3},{"source":164,"target":165},{"source":164,"target":11},{"source":165,"target":3},{"source":12,"target":0},{"source":12,"target":166},{"source":166,"target":167},{"source":166,"target":12},{"source":13,"target":0},{"source":13,"target":168},{"source":168,"target":14},{"source":168,"target":169},{"source":168,"target":13},{"source":169,"target":14},{"source":14,"target":0},{"source":14,"target":170},{"source":170,"target":2},{"source":170,"target":171},{"source":170,"target":14},{"source":171,"target":2},{"source":15,"target":0},{"source":15,"target":172},{"source":15,"target":173},{"source":172,"target":174},{"source":172,"target":15},{"source":173,"target":16},{"source":173,"target":175},{"source":173,"target":15},{"source":175,"target":16},{"source":16,"target":0},{"source":16,"target":176},{"source":16,"target":177},{"source":176,"target":18},{"source":176,"target":178},{"source":176,"target":16},{"source":178,"target":18},{"source":177,"target":17},{"source":177,"target":179},{"source":177,"target":16},{"source":179,"target":17},{"source":17,"target":0},{"source":17,"target":180},{"source":17,"target":181},{"source":180,"target":18},{"source":180,"target":182},{"source":180,"target":17},{"source":182,"target":18},{"source":181,"target":2},{"source":181,"target":183},{"source":181,"target":17},{"source":183,"target":2},{"source":18,"target":0},{"source":18,"target":184},{"source":184,"target":19},{"source":184,"target":185},{"source":184,"target":18},{"source":185,"target":19},{"source":19,"target":0},{"source":19,"target":186},{"source":19,"target":187},{"source":186,"target":20},{"source":186,"target":188},{"source":186,"target":19},{"source":188,"target":20},{"source":187,"target":20},{"source":187,"target":189},{"source":187,"target":19},{"source":189,"target":20},{"source":20,"target":0},{"source":20,"target":190},{"source":20,"target":191},{"source":190,"target":35},{"source":190,"target":192},{"source":190,"target":20},{"source":192,"target":35},{"source":191,"target":2},{"source":191,"target":193},{"source":191,"target":20},{"source":193,"target":2},{"source":21,"target":0},{"source":21,"target":194},{"source":21,"target":195},{"source":194,"target":196},{"source":194,"target":21},{"source":195,"target":22},{"source":195,"target":197},{"source":195,"target":21},{"source":197,"target":22},{"source":22,"target":0},{"source":22,"target":198},{"source":22,"target":199},{"source":22,"target":200},{"source":198,"target":23},{"source":198,"target":201},{"source":198,"target":22},{"source":201,"target":23},{"source":199,"target":16},{"source":199,"target":202},{"source":199,"target":22},{"source":202,"target":16},{"source":200,"target":24},{"source":200,"target":203},{"source":200,"target":22},{"source":203,"target":24},{"source":23,"target":0},{"source":23,"target":204},{"source":204,"target":205},{"source":204,"target":23},{"source":24,"target":0},{"source":24,"target":206},{"source":206,"target":3},{"source":206,"target":207},{"source":206,"target":24},{"source":207,"target":3},{"source":25,"target":0},{"source":25,"target":208},{"source":25,"target":209},{"source":25,"target":210},{"source":208,"target":211},{"source":208,"target":25},{"source":209,"target":26},{"source":209,"target":212},{"source":209,"target":25},{"source":212,"target":26},{"source":210,"target":8},{"source":210,"target":213},{"source":210,"target":25},{"source":213,"target":8},{"source":26,"target":0},{"source":26,"target":214},{"source":214,"target":2},{"source":214,"target":215},{"source":214,"target":26},{"source":215,"target":2},{"source":27,"target":0},{"source":27,"target":216},{"source":27,"target":217},{"source":27,"target":218},{"source":216,"target":219},{"source":216,"target":27},{"source":217,"target":28},{"source":217,"target":220},{"source":217,"target":27},{"source":220,"target":28},{"source":218,"target":8},{"source":218,"target":221},{"source":218,"target":27},{"source":221,"target":8},{"source":28,"target":0},{"source":28,"target":222},{"source":222,"target":223},{"source":222,"target":28},{"source":29,"target":0},{"source":29,"target":224},{"source":224,"target":30},{"source":224,"target":225},{"source":224,"target":29},{"source":225,"target":30},{"source":30,"target":0},{"source":30,"target":226},{"source":226,"target":78},{"source":226,"target":227},{"source":226,"target":30},{"source":227,"target":78},{"source":31,"target":0},{"source":31,"target":228},{"source":31,"target":229},{"source":31,"target":230},{"source":228,"target":33},{"source":228,"target":231},{"source":228,"target":31},{"source":231,"target":33},{"source":229,"target":37},{"source":229,"target":232},{"source":229,"target":31},{"source":232,"target":37},{"source":230,"target":41},{"source":230,"target":233},{"source":230,"target":31},{"source":233,"target":41},{"source":32,"target":0},{"source":32,"target":234},{"source":32,"target":235},{"source":32,"target":236},{"source":234,"target":31},{"source":234,"target":237},{"source":234,"target":32},{"source":237,"target":31},{"source":235,"target":44},{"source":235,"target":238},{"source":235,"target":32},{"source":238,"target":44},{"source":236,"target":47},{"source":236,"target":239},{"source":236,"target":32},{"source":239,"target":47},{"source":33,"target":0},{"source":33,"target":240},{"source":33,"target":241},{"source":33,"target":242},{"source":240,"target":243},{"source":240,"target":33},{"source":241,"target":34},{"source":241,"target":244},{"source":241,"target":33},{"source":244,"target":34},{"source":242,"target":34},{"source":242,"target":245},{"source":242,"target":33},{"source":245,"target":34},{"source":34,"target":0},{"source":34,"target":246},{"source":34,"target":247},{"source":34,"target":248},{"source":246,"target":35},{"source":246,"target":249},{"source":246,"target":34},{"source":249,"target":35},{"source":247,"target":2},{"source":247,"target":250},{"source":247,"target":34},{"source":250,"target":2},{"source":248,"target":36},{"source":248,"target":251},{"source":248,"target":34},{"source":251,"target":36},{"source":35,"target":0},{"source":35,"target":252},{"source":35,"target":253},{"source":252,"target":254},{"source":252,"target":35},{"source":253,"target":255},{"source":253,"target":35},{"source":36,"target":0},{"source":36,"target":256},{"source":36,"target":257},{"source":256,"target":72},{"source":256,"target":258},{"source":256,"target":36},{"source":258,"target":72},{"source":257,"target":72},{"source":257,"target":259},{"source":257,"target":36},{"source":259,"target":72},{"source":37,"target":0},{"source":37,"target":260},{"source":37,"target":261},{"source":37,"target":262},{"source":260,"target":263},{"source":260,"target":37},{"source":261,"target":38},{"source":261,"target":264},{"source":261,"target":37},{"source":264,"target":38},{"source":262,"target":38},{"source":262,"target":265},{"source":262,"target":37},{"source":265,"target":38},{"source":38,"target":0},{"source":38,"target":266},{"source":38,"target":267},{"source":266,"target":39},{"source":266,"target":268},{"source":266,"target":38},{"source":268,"target":39},{"source":267,"target":40},{"source":267,"target":269},{"source":267,"target":38},{"source":269,"target":40},{"source":39,"target":0},{"source":39,"target":270},{"source":39,"target":271},{"source":270,"target":272},{"source":270,"target":39},{"source":271,"target":2},{"source":271,"target":273},{"source":271,"target":39},{"source":273,"target":2},{"source":40,"target":0},{"source":40,"target":274},{"source":40,"target":275},{"source":274,"target":276},{"source":274,"target":40},{"source":275,"target":2},{"source":275,"target":277},{"source":275,"target":40},{"source":277,"target":2},{"source":41,"target":0},{"source":41,"target":278},{"source":41,"target":279},{"source":41,"target":280},{"source":278,"target":281},{"source":278,"target":41},{"source":279,"target":42},{"source":279,"target":282},{"source":279,"target":41},{"source":282,"target":42},{"source":280,"target":42},{"source":280,"target":283},{"source":280,"target":41},{"source":283,"target":42},{"source":42,"target":0},{"source":42,"target":284},{"source":42,"target":285},{"source":42,"target":286},{"source":284,"target":35},{"source":284,"target":287},{"source":284,"target":42},{"source":287,"target":35},{"source":285,"target":2},{"source":285,"target":288},{"source":285,"target":42},{"source":288,"target":2},{"source":286,"target":36},{"source":286,"target":289},{"source":286,"target":42},{"source":289,"target":36},{"source":43,"target":0},{"source":43,"target":290},{"source":43,"target":291},{"source":290,"target":35},{"source":290,"target":292},{"source":290,"target":43},{"source":292,"target":35},{"source":291,"target":36},{"source":291,"target":293},{"source":291,"target":43},{"source":293,"target":36},{"source":44,"target":0},{"source":44,"target":294},{"source":44,"target":295},{"source":44,"target":296},{"source":294,"target":45},{"source":294,"target":297},{"source":294,"target":44},{"source":297,"target":45},{"source":295,"target":16},{"source":295,"target":298},{"source":295,"target":44},{"source":298,"target":16},{"source":296,"target":46},{"source":296,"target":299},{"source":296,"target":44},{"source":299,"target":46},{"source":45,"target":0},{"source":45,"target":300},{"source":300,"target":301},{"source":300,"target":45},{"source":46,"target":0},{"source":46,"target":302},{"source":302,"target":29},{"source":302,"target":303},{"source":302,"target":46},{"source":303,"target":29},{"source":47,"target":0},{"source":47,"target":304},{"source":47,"target":305},{"source":47,"target":306},{"source":47,"target":307},{"source":304,"target":48},{"source":304,"target":308},{"source":304,"target":47},{"source":308,"target":48},{"source":305,"target":23},{"source":305,"target":309},{"source":305,"target":47},{"source":309,"target":23},{"source":306,"target":16},{"source":306,"target":310},{"source":306,"target":47},{"source":310,"target":16},{"source":307,"target":46},{"source":307,"target":311},{"source":307,"target":47},{"source":311,"target":46},{"source":48,"target":0},{"source":48,"target":312},{"source":312,"target":18},{"source":312,"target":313},{"source":312,"target":48},{"source":313,"target":18},{"source":49,"target":0},{"source":49,"target":314},{"source":49,"target":315},{"source":49,"target":316},{"source":314,"target":50},{"source":314,"target":317},{"source":314,"target":49},{"source":317,"target":50},{"source":315,"target":52},{"source":315,"target":318},{"source":315,"target":49},{"source":318,"target":52},{"source":316,"target":72},{"source":316,"target":319},{"source":316,"target":49},{"source":319,"target":72},{"source":50,"target":0},{"source":50,"target":320},{"source":50,"target":321},{"source":50,"target":322},{"source":320,"target":51},{"source":320,"target":323},{"source":320,"target":50},{"source":323,"target":51},{"source":321,"target":53},{"source":321,"target":324},{"source":321,"target":50},{"source":324,"target":53},{"source":322,"target":62},{"source":322,"target":325},{"source":322,"target":50},{"source":325,"target":62},{"source":51,"target":0},{"source":51,"target":326},{"source":51,"target":327},{"source":51,"target":328},{"source":51,"target":329},{"source":51,"target":330},{"source":326,"target":331},{"source":326,"target":51},{"source":327,"target":332},{"source":327,"target":51},{"source":328,"target":333},{"source":328,"target":51},{"source":329,"target":334},{"source":329,"target":51},{"source":330,"target":335},{"source":330,"target":51},{"source":52,"target":0},{"source":52,"target":336},{"source":336,"target":337},{"source":336,"target":52},{"source":53,"target":0},{"source":53,"target":338},{"source":53,"target":339},{"source":338,"target":54},{"source":338,"target":340},{"source":338,"target":53},{"source":340,"target":54},{"source":339,"target":56},{"source":339,"target":341},{"source":339,"target":53},{"source":341,"target":56},{"source":54,"target":0},{"source":54,"target":342},{"source":54,"target":343},{"source":54,"target":344},{"source":54,"target":345},{"source":342,"target":9},{"source":342,"target":346},{"source":342,"target":54},{"source":346,"target":9},{"source":343,"target":25},{"source":343,"target":347},{"source":343,"target":54},{"source":347,"target":25},{"source":344,"target":3},{"source":344,"target":348},{"source":344,"target":54},{"source":348,"target":3},{"source":345,"target":55},{"source":345,"target":349},{"source":345,"target":54},{"source":349,"target":55},{"source":55,"target":0},{"source":55,"target":350},{"source":55,"target":351},{"source":350,"target":7},{"source":350,"target":352},{"source":350,"target":55},{"source":352,"target":7},{"source":351,"target":8},{"source":351,"target":353},{"source":351,"target":55},{"source":353,"target":8},{"source":56,"target":0},{"source":56,"target":354},{"source":354,"target":57},{"source":354,"target":355},{"source":354,"target":56},{"source":355,"target":57},{"source":57,"target":0},{"source":57,"target":356},{"source":57,"target":357},{"source":356,"target":58},{"source":356,"target":358},{"source":356,"target":57},{"source":358,"target":58},{"source":357,"target":58},{"source":357,"target":359},{"source":357,"target":57},{"source":359,"target":58},{"source":58,"target":0},{"source":58,"target":360},{"source":58,"target":361},{"source":360,"target":59},{"source":360,"target":362},{"source":360,"target":58},{"source":362,"target":59},{"source":361,"target":61},{"source":361,"target":363},{"source":361,"target":58},{"source":363,"target":61},{"source":59,"target":0},{"source":59,"target":364},{"source":59,"target":365},{"source":59,"target":366},{"source":364,"target":60},{"source":364,"target":367},{"source":364,"target":59},{"source":367,"target":60},{"source":365,"target":72},{"source":365,"target":368},{"source":365,"target":59},{"source":368,"target":72},{"source":366,"target":56},{"source":366,"target":369},{"source":366,"target":59},{"source":369,"target":56},{"source":60,"target":0},{"source":60,"target":370},{"source":370,"target":371},{"source":370,"target":60},{"source":61,"target":0},{"source":61,"target":372},{"source":61,"target":373},{"source":372,"target":72},{"source":372,"target":374},{"source":372,"target":61},{"source":374,"target":72},{"source":373,"target":56},{"source":373,"target":375},{"source":373,"target":61},{"source":375,"target":56},{"source":62,"target":0},{"source":62,"target":376},{"source":62,"target":377},{"source":62,"target":378},{"source":376,"target":379},{"source":376,"target":62},{"source":377,"target":16},{"source":377,"target":380},{"source":377,"target":62},{"source":380,"target":16},{"source":378,"target":46},{"source":378,"target":381},{"source":378,"target":62},{"source":381,"target":46},{"source":63,"target":0},{"source":63,"target":382},{"source":63,"target":383},{"source":63,"target":384},{"source":63,"target":385},{"source":382,"target":49},{"source":382,"target":386},{"source":382,"target":63},{"source":386,"target":49},{"source":383,"target":64},{"source":383,"target":387},{"source":383,"target":63},{"source":387,"target":64},{"source":384,"target":77},{"source":384,"target":388},{"source":384,"target":63},{"source":388,"target":77},{"source":385,"target":70},{"source":385,"target":389},{"source":385,"target":63},{"source":389,"target":70},{"source":64,"target":0},{"source":64,"target":390},{"source":64,"target":391},{"source":64,"target":392},{"source":64,"target":393},{"source":64,"target":394},{"source":64,"target":395},{"source":390,"target":65},{"source":390,"target":396},{"source":390,"target":64},{"source":396,"target":65},{"source":391,"target":64},{"source":391,"target":397},{"source":391,"target":64},{"source":397,"target":64},{"source":392,"target":66},{"source":392,"target":398},{"source":392,"target":64},{"source":398,"target":66},{"source":393,"target":67},{"source":393,"target":399},{"source":393,"target":64},{"source":399,"target":67},{"source":394,"target":68},{"source":394,"target":400},{"source":394,"target":64},{"source":400,"target":68},{"source":395,"target":69},{"source":395,"target":401},{"source":395,"target":64},{"source":401,"target":69},{"source":65,"target":0},{"source":65,"target":402},{"source":402,"target":403},{"source":402,"target":65},{"source":66,"target":0},{"source":66,"target":404},{"source":404,"target":72},{"source":404,"target":405},{"source":404,"target":66},{"source":405,"target":72},{"source":67,"target":0},{"source":67,"target":406},{"source":67,"target":407},{"source":67,"target":408},{"source":406,"target":72},{"source":406,"target":409},{"source":406,"target":67},{"source":409,"target":72},{"source":407,"target":72},{"source":407,"target":410},{"source":407,"target":67},{"source":410,"target":72},{"source":408,"target":72},{"source":408,"target":411},{"source":408,"target":67},{"source":411,"target":72},{"source":68,"target":0},{"source":68,"target":412},{"source":412,"target":2},{"source":412,"target":413},{"source":412,"target":68},{"source":413,"target":2},{"source":69,"target":0},{"source":69,"target":414},{"source":69,"target":415},{"source":414,"target":36},{"source":414,"target":416},{"source":414,"target":69},{"source":416,"target":36},{"source":415,"target":2},{"source":415,"target":417},{"source":415,"target":69},{"source":417,"target":2},{"source":70,"target":0},{"source":70,"target":418},{"source":70,"target":419},{"source":418,"target":71},{"source":418,"target":420},{"source":418,"target":70},{"source":420,"target":71},{"source":419,"target":23},{"source":419,"target":421},{"source":419,"target":70},{"source":421,"target":23},{"source":71,"target":0},{"source":71,"target":422},{"source":422,"target":2},{"source":422,"target":423},{"source":422,"target":71},{"source":423,"target":2},{"source":72,"target":0},{"source":72,"target":424},{"source":72,"target":425},{"source":424,"target":75},{"source":424,"target":426},{"source":424,"target":72},{"source":426,"target":75},{"source":425,"target":74},{"source":425,"target":427},{"source":425,"target":72},{"source":427,"target":74},{"source":73,"target":0},{"source":73,"target":428},{"source":73,"target":429},{"source":428,"target":75},{"source":428,"target":430},{"source":428,"target":73},{"source":430,"target":75},{"source":429,"target":74},{"source":429,"target":431},{"source":429,"target":73},{"source":431,"target":74},{"source":74,"target":0},{"source":74,"target":432},{"source":74,"target":433},{"source":74,"target":434},{"source":432,"target":76},{"source":432,"target":435},{"source":432,"target":74},{"source":435,"target":76},{"source":433,"target":73},{"source":433,"target":436},{"source":433,"target":74},{"source":436,"target":73},{"source":434,"target":74},{"source":434,"target":437},{"source":434,"target":74},{"source":437,"target":74},{"source":75,"target":0},{"source":75,"target":438},{"source":438,"target":63},{"source":438,"target":439},{"source":438,"target":75},{"source":439,"target":63},{"source":76,"target":0},{"source":76,"target":440},{"source":76,"target":441},{"source":440,"target":442},{"source":440,"target":76},{"source":441,"target":443},{"source":441,"target":76},{"source":77,"target":0},{"source":77,"target":444},{"source":77,"target":445},{"source":444,"target":2},{"source":444,"target":446},{"source":444,"target":77},{"source":446,"target":2},{"source":445,"target":72},{"source":445,"target":447},{"source":445,"target":77},{"source":447,"target":72},{"source":78,"target":0},{"source":78,"target":448},{"source":78,"target":449},{"source":78,"target":450},{"source":78,"target":451},{"source":78,"target":452},{"source":78,"target":453},{"source":78,"target":454},{"source":78,"target":455},{"source":78,"target":456},{"source":78,"target":457},{"source":78,"target":458},{"source":78,"target":459},{"source":78,"target":460},{"source":78,"target":461},{"source":78,"target":462},{"source":448,"target":31},{"source":448,"target":463},{"source":448,"target":78},{"source":463,"target":31},{"source":449,"target":82},{"source":449,"target":464},{"source":449,"target":78},{"source":464,"target":82},{"source":450,"target":79},{"source":450,"target":465},{"source":450,"target":78},{"source":465,"target":79},{"source":451,"target":101},{"source":451,"target":466},{"source":451,"target":78},{"source":466,"target":101},{"source":452,"target":107},{"source":452,"target":467},{"source":452,"target":78},{"source":467,"target":107},{"source":453,"target":108},{"source":453,"target":468},{"source":453,"target":78},{"source":468,"target":108},{"source":454,"target":109},{"source":454,"target":469},{"source":454,"target":78},{"source":469,"target":109},{"source":455,"target":110},{"source":455,"target":470},{"source":455,"target":78},{"source":470,"target":110},{"source":456,"target":111},{"source":456,"target":471},{"source":456,"target":78},{"source":471,"target":111},{"source":457,"target":29},{"source":457,"target":472},{"source":457,"target":78},{"source":472,"target":29},{"source":458,"target":85},{"source":458,"target":473},{"source":458,"target":78},{"source":473,"target":85},{"source":459,"target":87},{"source":459,"target":474},{"source":459,"target":78},{"source":474,"target":87},{"source":460,"target":102},{"source":460,"target":475},{"source":460,"target":78},{"source":475,"target":102},{"source":461,"target":96},{"source":461,"target":476},{"source":461,"target":78},{"source":476,"target":96},{"source":462,"target":112},{"source":462,"target":477},{"source":462,"target":78},{"source":477,"target":112},{"source":79,"target":0},{"source":79,"target":478},{"source":79,"target":479},{"source":79,"target":480},{"source":79,"target":481},{"source":478,"target":81},{"source":478,"target":482},{"source":478,"target":79},{"source":482,"target":81},{"source":479,"target":72},{"source":479,"target":483},{"source":479,"target":79},{"source":483,"target":72},{"source":480,"target":80},{"source":480,"target":484},{"source":480,"target":79},{"source":484,"target":80},{"source":481,"target":43},{"source":481,"target":485},{"source":481,"target":79},{"source":485,"target":43},{"source":80,"target":0},{"source":80,"target":486},{"source":80,"target":487},{"source":80,"target":488},{"source":80,"target":489},{"source":80,"target":490},{"source":486,"target":72},{"source":486,"target":491},{"source":486,"target":80},{"source":491,"target":72},{"source":487,"target":72},{"source":487,"target":492},{"source":487,"target":80},{"source":492,"target":72},{"source":488,"target":84},{"source":488,"target":493},{"source":488,"target":80},{"source":493,"target":84},{"source":489,"target":36},{"source":489,"target":494},{"source":489,"target":80},{"source":494,"target":36},{"source":490,"target":495},{"source":490,"target":80},{"source":81,"target":0},{"source":81,"target":496},{"source":496,"target":497},{"source":496,"target":81},{"source":82,"target":0},{"source":82,"target":498},{"source":82,"target":499},{"source":498,"target":83},{"source":498,"target":500},{"source":498,"target":82},{"source":500,"target":83},{"source":499,"target":78},{"source":499,"target":501},{"source":499,"target":82},{"source":501,"target":78},{"source":83,"target":0},{"source":83,"target":502},{"source":502,"target":503},{"source":502,"target":83},{"source":84,"target":0},{"source":84,"target":504},{"source":84,"target":505},{"source":504,"target":506},{"source":504,"target":84},{"source":505,"target":507},{"source":505,"target":84},{"source":85,"target":0},{"source":85,"target":508},{"source":85,"target":509},{"source":85,"target":510},{"source":85,"target":511},{"source":85,"target":512},{"source":85,"target":513},{"source":85,"target":514},{"source":85,"target":515},{"source":85,"target":516},{"source":508,"target":517},{"source":508,"target":85},{"source":509,"target":72},{"source":509,"target":518},{"source":509,"target":85},{"source":518,"target":72},{"source":510,"target":86},{"source":510,"target":519},{"source":510,"target":85},{"source":519,"target":86},{"source":511,"target":81},{"source":511,"target":520},{"source":511,"target":85},{"source":520,"target":81},{"source":512,"target":43},{"source":512,"target":521},{"source":512,"target":85},{"source":521,"target":43},{"source":513,"target":29},{"source":513,"target":522},{"source":513,"target":85},{"source":522,"target":29},{"source":514,"target":523},{"source":514,"target":85},{"source":515,"target":85},{"source":515,"target":524},{"source":515,"target":85},{"source":524,"target":85},{"source":516,"target":29},{"source":516,"target":525},{"source":516,"target":85},{"source":525,"target":29},{"source":86,"target":0},{"source":86,"target":526},{"source":86,"target":527},{"source":86,"target":528},{"source":86,"target":529},{"source":86,"target":530},{"source":86,"target":531},{"source":526,"target":80},{"source":526,"target":532},{"source":526,"target":86},{"source":532,"target":80},{"source":527,"target":72},{"source":527,"target":533},{"source":527,"target":86},{"source":533,"target":72},{"source":528,"target":29},{"source":528,"target":534},{"source":528,"target":86},{"source":534,"target":29},{"source":529,"target":535},{"source":529,"target":86},{"source":530,"target":85},{"source":530,"target":536},{"source":530,"target":86},{"source":536,"target":85},{"source":531,"target":29},{"source":531,"target":537},{"source":531,"target":86},{"source":537,"target":29},{"source":87,"target":0},{"source":87,"target":538},{"source":87,"target":539},{"source":538,"target":88},{"source":538,"target":540},{"source":538,"target":87},{"source":540,"target":88},{"source":539,"target":91},{"source":539,"target":541},{"source":539,"target":87},{"source":541,"target":91},{"source":88,"target":0},{"source":88,"target":542},{"source":88,"target":543},{"source":88,"target":544},{"source":88,"target":545},{"source":542,"target":546},{"source":542,"target":88},{"source":543,"target":79},{"source":543,"target":547},{"source":543,"target":88},{"source":547,"target":79},{"source":544,"target":72},{"source":544,"target":548},{"source":544,"target":88},{"source":548,"target":72},{"source":545,"target":89},{"source":545,"target":549},{"source":545,"target":88},{"source":549,"target":89},{"source":89,"target":0},{"source":89,"target":550},{"source":89,"target":551},{"source":550,"target":90},{"source":550,"target":552},{"source":550,"target":89},{"source":552,"target":90},{"source":551,"target":30},{"source":551,"target":553},{"source":551,"target":89},{"source":553,"target":30},{"source":90,"target":0},{"source":90,"target":554},{"source":90,"target":555},{"source":90,"target":556},{"source":554,"target":557},{"source":554,"target":90},{"source":555,"target":36},{"source":555,"target":558},{"source":555,"target":90},{"source":558,"target":36},{"source":556,"target":559},{"source":556,"target":90},{"source":91,"target":0},{"source":91,"target":560},{"source":91,"target":561},{"source":91,"target":562},{"source":91,"target":563},{"source":560,"target":564},{"source":560,"target":91},{"source":561,"target":79},{"source":561,"target":565},{"source":561,"target":91},{"source":565,"target":79},{"source":562,"target":92},{"source":562,"target":566},{"source":562,"target":91},{"source":566,"target":92},{"source":563,"target":93},{"source":563,"target":567},{"source":563,"target":91},{"source":567,"target":93},{"source":92,"target":0},{"source":92,"target":568},{"source":92,"target":569},{"source":92,"target":570},{"source":568,"target":571},{"source":568,"target":92},{"source":569,"target":63},{"source":569,"target":572},{"source":569,"target":92},{"source":572,"target":63},{"source":570,"target":573},{"source":570,"target":92},{"source":93,"target":0},{"source":93,"target":574},{"source":93,"target":575},{"source":574,"target":94},{"source":574,"target":576},{"source":574,"target":93},{"source":576,"target":94},{"source":575,"target":30},{"source":575,"target":577},{"source":575,"target":93},{"source":577,"target":30},{"source":94,"target":0},{"source":94,"target":578},{"source":94,"target":579},{"source":94,"target":580},{"source":578,"target":581},{"source":578,"target":94},{"source":579,"target":95},{"source":579,"target":582},{"source":579,"target":94},{"source":582,"target":95},{"source":580,"target":583},{"source":580,"target":94},{"source":95,"target":0},{"source":95,"target":584},{"source":95,"target":585},{"source":584,"target":2},{"source":584,"target":586},{"source":584,"target":95},{"source":586,"target":2},{"source":585,"target":2},{"source":585,"target":587},{"source":585,"target":95},{"source":587,"target":2},{"source":96,"target":0},{"source":96,"target":588},{"source":96,"target":589},{"source":96,"target":590},{"source":96,"target":591},{"source":96,"target":592},{"source":96,"target":593},{"source":96,"target":594},{"source":96,"target":595},{"source":96,"target":596},{"source":96,"target":597},{"source":588,"target":598},{"source":588,"target":96},{"source":589,"target":72},{"source":589,"target":599},{"source":589,"target":96},{"source":599,"target":72},{"source":590,"target":97},{"source":590,"target":600},{"source":590,"target":96},{"source":600,"target":97},{"source":591,"target":81},{"source":591,"target":601},{"source":591,"target":96},{"source":601,"target":81},{"source":592,"target":43},{"source":592,"target":602},{"source":592,"target":96},{"source":602,"target":43},{"source":593,"target":99},{"source":593,"target":603},{"source":593,"target":96},{"source":603,"target":99},{"source":594,"target":100},{"source":594,"target":604},{"source":594,"target":96},{"source":604,"target":100},{"source":595,"target":35},{"source":595,"target":605},{"source":595,"target":96},{"source":605,"target":35},{"source":596,"target":606},{"source":596,"target":96},{"source":597,"target":29},{"source":597,"target":607},{"source":597,"target":96},{"source":607,"target":29},{"source":97,"target":0},{"source":97,"target":608},{"source":97,"target":609},{"source":97,"target":610},{"source":97,"target":611},{"source":97,"target":612},{"source":97,"target":613},{"source":608,"target":614},{"source":608,"target":97},{"source":609,"target":72},{"source":609,"target":615},{"source":609,"target":97},{"source":615,"target":72},{"source":610,"target":98},{"source":610,"target":616},{"source":610,"target":97},{"source":616,"target":98},{"source":611,"target":72},{"source":611,"target":617},{"source":611,"target":97},{"source":617,"target":72},{"source":612,"target":99},{"source":612,"target":618},{"source":612,"target":97},{"source":618,"target":99},{"source":613,"target":100},{"source":613,"target":619},{"source":613,"target":97},{"source":619,"target":100},{"source":98,"target":0},{"source":98,"target":620},{"source":98,"target":621},{"source":98,"target":622},{"source":98,"target":623},{"source":98,"target":624},{"source":98,"target":625},{"source":620,"target":84},{"source":620,"target":626},{"source":620,"target":98},{"source":626,"target":84},{"source":621,"target":36},{"source":621,"target":627},{"source":621,"target":98},{"source":627,"target":36},{"source":622,"target":99},{"source":622,"target":628},{"source":622,"target":98},{"source":628,"target":99},{"source":623,"target":100},{"source":623,"target":629},{"source":623,"target":98},{"source":629,"target":100},{"source":624,"target":630},{"source":624,"target":98},{"source":625,"target":72},{"source":625,"target":631},{"source":625,"target":98},{"source":631,"target":72},{"source":99,"target":0},{"source":99,"target":632},{"source":632,"target":72},{"source":632,"target":633},{"source":632,"target":99},{"source":633,"target":72},{"source":100,"target":0},{"source":100,"target":634},{"source":634,"target":79},{"source":634,"target":635},{"source":634,"target":100},{"source":635,"target":79},{"source":101,"target":0},{"source":101,"target":636},{"source":101,"target":637},{"source":636,"target":638},{"source":636,"target":101},{"source":637,"target":72},{"source":637,"target":639},{"source":637,"target":101},{"source":639,"target":72},{"source":102,"target":0},{"source":102,"target":640},{"source":102,"target":641},{"source":640,"target":642},{"source":640,"target":102},{"source":641,"target":103},{"source":641,"target":643},{"source":641,"target":102},{"source":643,"target":103},{"source":103,"target":0},{"source":103,"target":644},{"source":103,"target":645},{"source":644,"target":104},{"source":644,"target":646},{"source":644,"target":103},{"source":646,"target":104},{"source":645,"target":30},{"source":645,"target":647},{"source":645,"target":103},{"source":647,"target":30},{"source":104,"target":0},{"source":104,"target":648},{"source":104,"target":649},{"source":104,"target":650},{"source":104,"target":651},{"source":648,"target":652},{"source":648,"target":104},{"source":649,"target":72},{"source":649,"target":653},{"source":649,"target":104},{"source":653,"target":72},{"source":650,"target":105},{"source":650,"target":654},{"source":650,"target":104},{"source":654,"target":105},{"source":651,"target":655},{"source":651,"target":104},{"source":105,"target":0},{"source":105,"target":656},{"source":105,"target":657},{"source":105,"target":658},{"source":105,"target":659},{"source":656,"target":72},{"source":656,"target":660},{"source":656,"target":105},{"source":660,"target":72},{"source":657,"target":72},{"source":657,"target":661},{"source":657,"target":105},{"source":661,"target":72},{"source":658,"target":35},{"source":658,"target":662},{"source":658,"target":105},{"source":662,"target":35},{"source":659,"target":106},{"source":659,"target":663},{"source":659,"target":105},{"source":663,"target":106},{"source":106,"target":0},{"source":106,"target":664},{"source":664,"target":72},{"source":664,"target":665},{"source":664,"target":106},{"source":665,"target":72},{"source":107,"target":0},{"source":107,"target":666},{"source":107,"target":667},{"source":666,"target":668},{"source":666,"target":107},{"source":667,"target":36},{"source":667,"target":669},{"source":667,"target":107},{"source":669,"target":36},{"source":108,"target":0},{"source":108,"target":670},{"source":108,"target":671},{"source":670,"target":672},{"source":670,"target":108},{"source":671,"target":83},{"source":671,"target":673},{"source":671,"target":108},{"source":673,"target":83},{"source":109,"target":0},{"source":109,"target":674},{"source":109,"target":675},{"source":674,"target":676},{"source":674,"target":109},{"source":675,"target":83},{"source":675,"target":677},{"source":675,"target":109},{"source":677,"target":83},{"source":110,"target":0},{"source":110,"target":678},{"source":110,"target":679},{"source":678,"target":680},{"source":678,"target":110},{"source":679,"target":83},{"source":679,"target":681},{"source":679,"target":110},{"source":681,"target":83},{"source":111,"target":0},{"source":111,"target":682},{"source":682,"target":683},{"source":682,"target":111},{"source":112,"target":0},{"source":112,"target":684},{"source":112,"target":685},{"source":684,"target":686},{"source":684,"target":112},{"source":685,"target":72},{"source":685,"target":687},{"source":685,"target":112},{"source":687,"target":72},{"source":113,"target":0},{"source":113,"target":688},{"source":113,"target":689},{"source":113,"target":690},{"source":688,"target":114},{"source":688,"target":691},{"source":688,"target":113},{"source":691,"target":114},{"source":689,"target":116},{"source":689,"target":692},{"source":689,"target":113},{"source":692,"target":116},{"source":690,"target":32},{"source":690,"target":693},{"source":690,"target":113},{"source":693,"target":32},{"source":114,"target":0},{"source":114,"target":694},{"source":114,"target":695},{"source":694,"target":696},{"source":694,"target":114},{"source":695,"target":115},{"source":695,"target":697},{"source":695,"target":114},{"source":697,"target":115},{"source":115,"target":0},{"source":115,"target":698},{"source":698,"target":699},{"source":698,"target":115},{"source":116,"target":0},{"source":116,"target":700},{"source":116,"target":701},{"source":116,"target":702},{"source":700,"target":703},{"source":700,"target":116},{"source":701,"target":117},{"source":701,"target":704},{"source":701,"target":116},{"source":704,"target":117},{"source":702,"target":117},{"source":702,"target":705},{"source":702,"target":116},{"source":705,"target":117},{"source":117,"target":0},{"source":117,"target":706},{"source":117,"target":707},{"source":706,"target":115},{"source":706,"target":708},{"source":706,"target":117},{"source":708,"target":115},{"source":707,"target":709},{"source":707,"target":117}],"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="qualifiedName" nsURI="http://www.xtext.org/tests/QualifiedNameTestLanguage"
nsPrefix="qualifiedName">
<eClassifiers xsi:type="ecore:EClass" name="Element">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="qualifiedName" 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/valueconverter/QualifiedNameTestLanguage.ecore | ecore | qualifiedName
Element
qualifiedName | null | {"directed":true,"nodes":[{"nsPrefix":"qualifiedName","nsURI":"http://www.xtext.org/tests/QualifiedNameTestLanguage","name":"qualifiedName","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Element","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":"qualifiedName","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="ClassicalB" nsURI="http://classicalb/1.0" nsPrefix="classicalb">
<eClassifiers xsi:type="ecore:EClass" name="BAbstractMachine" eSuperTypes="#//BModule">
<eStructuralFeatures xsi:type="ecore:EReference" name="refinement" upperBound="-1"
eType="#//BRefinement"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="constraints" upperBound="-1"
eType="#//BConstraint" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="sees" upperBound="-1" eType="#//BModule"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="includes" upperBound="-1"
eType="#//BModule"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="promotes" upperBound="-1"
eType="#//BOperation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="extends" upperBound="-1"
eType="#//BModule"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="uses" upperBound="-1" eType="#//BModule"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="sets" upperBound="-1" eType="#//BSet"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="concreteConstants" upperBound="-1"
eType="#//BConcreteConstant" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="abstractConstants" upperBound="-1"
eType="#//BAbstractConstant" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1"
eType="#//BProperty" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="concreteVariables" upperBound="-1"
eType="#//BConcreteVariable" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="abstractVariables" upperBound="-1"
eType="#//BAbstractVariable" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="invariants" upperBound="-1"
eType="#//BInvariant" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="assertions" upperBound="-1"
eType="#//BAssertion" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initialization" upperBound="-1"
eType="#//BInitialization" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="operations" upperBound="-1"
eType="#//BOperation" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BRefinement" eSuperTypes="#//BModule">
<eStructuralFeatures xsi:type="ecore:EReference" name="implementation" eType="#//BImplementation"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BImplementation" eSuperTypes="#//BModule">
<eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1"
eType="#//BModule"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Project">
<eStructuralFeatures xsi:type="ecore:EReference" name="machines" upperBound="-1"
eType="#//BAbstractMachine" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="refinements" upperBound="-1"
eType="#//BRefinement" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="implementations" upperBound="-1"
eType="#//BImplementation" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BModule">
<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="BOperation">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inParameters" upperBound="-1"
eType="#//BParameter"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outParameters" upperBound="-1"
eType="#//BParameter"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BAbstractVariable">
<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="BInvariant">
<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="BConstraint"/>
<eClassifiers xsi:type="ecore:EClass" name="BSet">
<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="BConcreteConstant">
<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="BAbstractConstant">
<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="BProperty">
<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="BConcreteVariable">
<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="BAssertion"/>
<eClassifiers xsi:type="ecore:EClass" name="BInitialization"/>
<eClassifiers xsi:type="ecore:EClass" name="BParameter">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//BType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BType">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/openETCS/toolchain/tool/deprecated/org.openetcs.sysml2b.common.deprecated/models/classicalb.ecore | ecore | ClassicalB
BAbstractMachine
refinement
constraints
sees
includes
promotes
extends
uses
sets
concreteConstants
abstractConstants
properties
concreteVariables
abstractVariables
invariants
assertions
initialization
operations
BRefinement
implementation
BImplementation
imports
Project
machines
refinements
implementations
BModule
Name
BOperation
name
inParameters
outParameters
BAbstractVariable
name
BInvariant
name
type
BConstraint
BSet
name
BConcreteConstant
name
BAbstractConstant
name
BProperty
name
BConcreteVariable
name
BAssertion
BInitialization
BParameter
name
type
BType
name | null | {"directed":true,"nodes":[{"nsPrefix":"classicalb","nsURI":"http://classicalb/1.0","name":"ClassicalB","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BAbstractMachine","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BRefinement","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BImplementation","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Project","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BModule","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BOperation","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BAbstractVariable","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BInvariant","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BConstraint","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BSet","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BConcreteConstant","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BAbstractConstant","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BProperty","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BConcreteVariable","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BAssertion","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BInitialization","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BParameter","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BType","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":false,"unsettable":false,"transient":false,"unique":true,"name":"refinement","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":"constraints","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":"sees","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":"includes","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":"promotes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"extends","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":"uses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sets","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"concreteConstants","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":"abstractConstants","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":"properties","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":"concreteVariables","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":"abstractVariables","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":"invariants","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":"assertions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initialization","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":"operations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"implementation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"imports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"machines","changeable":true,"resolveProxies":true,"lowerBound":0,"id":60,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"refinements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":61,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"implementations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Name","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":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":68,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inParameters","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":false,"unsettable":false,"transient":false,"unique":true,"name":"outParameters","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":76,"derived":false},{"ordered":true,"upperBound":1,"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":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":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},{"id":85,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":88,"derived":false},{"id":89,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":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},{"container":false,"ordered":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":91,"derived":false},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":94,"derived":false},{"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":1,"target":0},{"source":1,"target":5},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":1,"target":24},{"source":1,"target":25},{"source":1,"target":26},{"source":1,"target":27},{"source":1,"target":28},{"source":1,"target":29},{"source":1,"target":30},{"source":1,"target":31},{"source":1,"target":32},{"source":1,"target":33},{"source":1,"target":34},{"source":1,"target":35},{"source":1,"target":36},{"source":19,"target":2},{"source":19,"target":37},{"source":19,"target":1},{"source":37,"target":2},{"source":20,"target":9},{"source":20,"target":38},{"source":20,"target":1},{"source":38,"target":9},{"source":21,"target":5},{"source":21,"target":39},{"source":21,"target":1},{"source":39,"target":5},{"source":22,"target":5},{"source":22,"target":40},{"source":22,"target":1},{"source":40,"target":5},{"source":23,"target":6},{"source":23,"target":41},{"source":23,"target":1},{"source":41,"target":6},{"source":24,"target":5},{"source":24,"target":42},{"source":24,"target":1},{"source":42,"target":5},{"source":25,"target":5},{"source":25,"target":43},{"source":25,"target":1},{"source":43,"target":5},{"source":26,"target":10},{"source":26,"target":44},{"source":26,"target":1},{"source":44,"target":10},{"source":27,"target":11},{"source":27,"target":45},{"source":27,"target":1},{"source":45,"target":11},{"source":28,"target":12},{"source":28,"target":46},{"source":28,"target":1},{"source":46,"target":12},{"source":29,"target":13},{"source":29,"target":47},{"source":29,"target":1},{"source":47,"target":13},{"source":30,"target":14},{"source":30,"target":48},{"source":30,"target":1},{"source":48,"target":14},{"source":31,"target":7},{"source":31,"target":49},{"source":31,"target":1},{"source":49,"target":7},{"source":32,"target":8},{"source":32,"target":50},{"source":32,"target":1},{"source":50,"target":8},{"source":33,"target":15},{"source":33,"target":51},{"source":33,"target":1},{"source":51,"target":15},{"source":34,"target":16},{"source":34,"target":52},{"source":34,"target":1},{"source":52,"target":16},{"source":35,"target":6},{"source":35,"target":53},{"source":35,"target":1},{"source":53,"target":6},{"source":36,"target":5},{"source":2,"target":0},{"source":2,"target":5},{"source":2,"target":54},{"source":2,"target":55},{"source":54,"target":3},{"source":54,"target":56},{"source":54,"target":2},{"source":56,"target":3},{"source":55,"target":5},{"source":3,"target":0},{"source":3,"target":5},{"source":3,"target":57},{"source":3,"target":58},{"source":57,"target":5},{"source":57,"target":59},{"source":57,"target":3},{"source":59,"target":5},{"source":58,"target":5},{"source":4,"target":0},{"source":4,"target":60},{"source":4,"target":61},{"source":4,"target":62},{"source":60,"target":1},{"source":60,"target":63},{"source":60,"target":4},{"source":63,"target":1},{"source":61,"target":2},{"source":61,"target":64},{"source":61,"target":4},{"source":64,"target":2},{"source":62,"target":3},{"source":62,"target":65},{"source":62,"target":4},{"source":65,"target":3},{"source":5,"target":0},{"source":5,"target":66},{"source":66,"target":67},{"source":66,"target":5},{"source":6,"target":0},{"source":6,"target":68},{"source":6,"target":69},{"source":6,"target":70},{"source":68,"target":71},{"source":68,"target":6},{"source":69,"target":17},{"source":69,"target":72},{"source":69,"target":6},{"source":72,"target":17},{"source":70,"target":17},{"source":70,"target":73},{"source":70,"target":6},{"source":73,"target":17},{"source":7,"target":0},{"source":7,"target":74},{"source":74,"target":75},{"source":74,"target":7},{"source":8,"target":0},{"source":8,"target":76},{"source":8,"target":77},{"source":76,"target":78},{"source":76,"target":8},{"source":77,"target":79},{"source":77,"target":8},{"source":9,"target":0},{"source":10,"target":0},{"source":10,"target":80},{"source":80,"target":81},{"source":80,"target":10},{"source":11,"target":0},{"source":11,"target":82},{"source":82,"target":83},{"source":82,"target":11},{"source":12,"target":0},{"source":12,"target":84},{"source":84,"target":85},{"source":84,"target":12},{"source":13,"target":0},{"source":13,"target":86},{"source":86,"target":87},{"source":86,"target":13},{"source":14,"target":0},{"source":14,"target":88},{"source":88,"target":89},{"source":88,"target":14},{"source":15,"target":0},{"source":16,"target":0},{"source":17,"target":0},{"source":17,"target":90},{"source":17,"target":91},{"source":90,"target":92},{"source":90,"target":17},{"source":91,"target":18},{"source":91,"target":93},{"source":91,"target":17},{"source":93,"target":18},{"source":18,"target":0},{"source":18,"target":94},{"source":94,"target":95},{"source":94,"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="cityobjectgroup"
nsURI="http://www.opengis.net/citygml/cityobjectgroup/1.0" nsPrefix="grp">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Top level GML schema
 Copyright (c) 2002-2005 OGC, All Rights Reserved.
	For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr
Basic support for tracking moving objects and objects with changing state. 
 Copyright (c) 2002-2005 OGC, All Rights Reserved.
	For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr
GML Feature schema. 		 
 Copyright (c) 2001-2005 OGC, All Rights Reserved.
	For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr
Copyright (c) 2001-2005 OGC, All Rights Reserved.
	For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr
Copyright (c) 2001-2005 OGC, All Rights Reserved.
	For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr
Extends the units.xsd and basicTypes.xsd schemas with types for recording measures using specific types of units, especially the measures and units needed for coordinate reference systems and coordinate operations. The specific unit types encoded are length, angle, scale factor, time, area, volume, speed, and grid length. This schema allows angle values to be recorded as single numbers or in degree-minute-second format. 
		Copyright (c) 2002-2005 OGC, All Rights Reserved. For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr
		Parts of this schema are based on Subclause 6.5.7 of ISO/CD 19103 Geographic information - Conceptual schema language, on Subclause A.5.2.2.3 of ISO/CD 19118 Geographic information - Encoding, and on Subclause 4.7 of OpenGIS Recommendation Paper OGC 02-007r4 Units of Measure Use and Definition Recommendations.
Builds on gmlBase.xsd to encode units of measure (or uom), including definitions of units of measure and dictionaries of such definitions. GML 3.0 candidate schema, primary editor: Arliss Whiteside. Last updated 2005-06-22.
	Copyright (c) 2002-2005 OGC, All Rights Reserved.
	For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr
	Parts of this schema are based on Subclause 6.5.7 of ISO/CD 19103 Geographic information - Conceptual schema language, on Subclause A.5.2.2.3 of ISO/CD 19118 Geographic information - Encoding, and on most of OpenGIS Recommendation Paper OGC 02-007r4 Units of Measure Use and Definition Recommendations.

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

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

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

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

			<sch:title xmlns:sch="http://www.ascc.net/xml/schematron">Schematron validation</sch:title>
			<sch:pattern name="Check SRS tags" xmlns:sch="http://www.ascc.net/xml/schematron">
				<sch:rule abstract="true" id="CRSLabels">
					<sch:report test="not(@srsDimension) or @srsName">The presence of a dimension attribute implies the presence of the srsName attribute.</sch:report>
					<sch:report test="not(@axisLabels) or @srsName">The presence of an axisLabels attribute implies the presence of the srsName attribute.</sch:report>
					<sch:report test="not(@uomLabels) or @srsName">The presence of an uomLabels attribute implies the presence of the srsName attribute.</sch:report>
					<sch:report test="(not(@uomLabels) and not(@axisLabels)) or (@uomLabels and @axisLabels)">The presence of an uomLabels attribute implies the presence of the axisLabels attribute and vice versa.</sch:report>
				</sch:rule>
			</sch:pattern>
			<sch:pattern name="Check Dimension" xmlns:sch="http://www.ascc.net/xml/schematron">
				<sch:rule abstract="true" id="Count">
					<sch:report test="not(@count) or @srsDimension">The presence of a count attribute implies the presence of the dimension attribute.</sch:report>
				</sch:rule>
			</sch:pattern>
		"/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-measures:3.1.1">
<details key="appinfo" value=""/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-units:3.1.1">
<details key="appinfo" value=""/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:dictionary:3.1.1">
<details key="appinfo" value=""/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:gmlBase:3.1.1">
<details key="appinfo" value="
			<sch:title xmlns:sch="http://www.ascc.net/xml/schematron">Schematron validation</sch:title>
			<sch:ns prefix="gml" uri="http://www.opengis.net/gml" xmlns:sch="http://www.ascc.net/xml/schematron"/>
			<sch:ns prefix="xlink" uri="http://www.w3.org/1999/xlink" xmlns:sch="http://www.ascc.net/xml/schematron"/>
			<sch:pattern name="Check either href or content not both" xmlns:sch="http://www.ascc.net/xml/schematron">
				<sch:rule abstract="true" id="hrefOrContent">
					<sch:report test="@xlink:href and (*|text())">Property element may not carry both a reference to an object and contain an object.</sch:report>
					<sch:assert test="@xlink:href | (*|text())">Property element must either carry a reference to an object or contain an object.</sch:assert>
				</sch:rule>
			</sch:pattern>
		"/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:basicTypes:3.1.1">
<details key="appinfo" value="basicTypes.xsd"/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xlinks:v3.0c2">
<details key="appinfo" value="xlinks.xsd v3.0b2 2001-07"/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:temporal:3.1.1">
<details key="appinfo" value=""/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:direction:3.1.1">
<details key="appinfo" value="direction.xsd"/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:topology:3.1.1">
<details key="appinfo" value="topology.xsd"/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:geometryComplexes:v3.1.1">
<details key="appinfo" value="geometryComplexes.xsd"/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:geometryAggregates:3.1.1">
<details key="appinfo" value="geometryAggregates.xsd"/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:geometryPrimitives:3.1.1">
<details key="appinfo" value="geometryPrimitives.xsd"/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:coverage:3.1.1">
<details key="appinfo" value="coverage.xsd"/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:valueObjects:3.1.1">
<details key="appinfo" value="valueObjects.xsd"/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:grids:3.1.1">
<details key="appinfo" value="grids.xsd"/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:coordinateReferenceSystems:3.1.1">
<details key="appinfo" value=""/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:coordinateSystems:3.1.1">
<details key="appinfo" value=""/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:referenceSystems:3.1.1">
<details key="appinfo" value=""/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:datums:3.1.1">
<details key="appinfo" value=""/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:coordinateOperations:3.1.1">
<details key="appinfo" value=""/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:dataQuality:3.1.1">
<details key="appinfo" value=""/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:observation:3.1.1">
<details key="appinfo" value="observation.xsd"/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-defaultStyle:v3.1.0">
<details key="appinfo" value="defaultStyle.xsd"/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:temporalReferenceSystems:3.1.1">
<details key="appinfo" value=""/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:temporalTopology:3.1.1">
<details key="appinfo" value=""/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="CityObjectGroupMemberType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Denotes the relation of a CityObjectGroup to its members, which are _CityObjects. The
 CityObjectGroupMemberType element must either carry a reference to a _CityObject object or contain a _CityObject
 object inline, but neither both nor none. "/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="CityObjectGroupMemberType"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="cityObjectGroup" 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="_CityObject:group"/>
<details key="namespace" value="http://www.opengis.net/citygml/1.0"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="cityObject" eType="ecore:EClass citygml.ecore#//AbstractCityObjectType"
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="_CityObject"/>
<details key="namespace" value="http://www.opengis.net/citygml/1.0"/>
<details key="group" value="http://www.opengis.net/citygml/1.0#_CityObject:group"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="actuate" eType="ecore:EEnum xlink.ecore#//ActuateType"
unsettable="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
 The 'actuate' attribute is used to communicate the desired timing 
 of traversal from the starting resource to the ending resource; 
 it's value should be treated as follows:
 onLoad - traverse to the ending resource immediately on loading 
 the starting resource 
 onRequest - traverse from the starting resource to the ending 
 resource only on a post-loading event triggered for 
 this purpose 
 other - behavior is unconstrained; examine other markup in link 
 for hints 
 none - behavior is unconstrained
 "/>
</eAnnotations>
<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="arcrole" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnyURI">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="arcrole"/>
<details key="namespace" value="http://www.w3.org/1999/xlink"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="href" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//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="remoteSchema" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnyURI">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Reference to an XML Schema fragment that specifies the content model of the propertys value. This is in conformance with the XML Schema Section 4.14 Referencing Schemas from Elsewhere."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="remoteSchema"/>
<details key="namespace" value="http://www.opengis.net/gml"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="role" 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="role"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="role1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnyURI">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="role"/>
<details key="namespace" value="http://www.w3.org/1999/xlink"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="show" eType="ecore:EEnum xlink.ecore#//ShowType"
unsettable="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
 The 'show' attribute is used to communicate the desired presentation 
 of the ending resource on traversal from the starting resource; it's 
 value should be treated as follows: 
 new - load ending resource in a new window, frame, pane, or other 
 presentation context
 replace - load the resource in the same window, frame, pane, or 
 other presentation context
 embed - load ending resource in place of the presentation of the 
 starting resource
 other - behavior is unconstrained; examine other markup in the 
 link for hints 
 none - behavior is unconstrained 
 "/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="show"/>
<details key="namespace" value="http://www.w3.org/1999/xlink"/>
</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="http://www.w3.org/1999/xlink"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"
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="CityObjectGroupParentType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Denotes the relation of a CityObjectGroup to its parent, which is a CityObject. The
 CityObjectGroupParentType element must either carry a reference to a _CityObject object or contain a _CityObject
 object inline, but neither both nor none. The parent association allows for modelling of a generic hierarchical
 grouping concept. Named aggregations of components (CityObjects) can be added to specific CityObjects considered
 as the parent object. The parent association links to the aggregate, while the parts are given by the group
 members. "/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="CityObjectGroupParentType"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="cityObjectGroup" 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="_CityObject:group"/>
<details key="namespace" value="http://www.opengis.net/citygml/1.0"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="cityObject" eType="ecore:EClass citygml.ecore#//AbstractCityObjectType"
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="_CityObject"/>
<details key="namespace" value="http://www.opengis.net/citygml/1.0"/>
<details key="group" value="http://www.opengis.net/citygml/1.0#_CityObject:group"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="actuate" eType="ecore:EEnum xlink.ecore#//ActuateType"
unsettable="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
 The 'actuate' attribute is used to communicate the desired timing 
 of traversal from the starting resource to the ending resource; 
 it's value should be treated as follows:
 onLoad - traverse to the ending resource immediately on loading 
 the starting resource 
 onRequest - traverse from the starting resource to the ending 
 resource only on a post-loading event triggered for 
 this purpose 
 other - behavior is unconstrained; examine other markup in link 
 for hints 
 none - behavior is unconstrained
 "/>
</eAnnotations>
<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="arcrole" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnyURI">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="arcrole"/>
<details key="namespace" value="http://www.w3.org/1999/xlink"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="href" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//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="remoteSchema" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnyURI">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Reference to an XML Schema fragment that specifies the content model of the propertys value. This is in conformance with the XML Schema Section 4.14 Referencing Schemas from Elsewhere."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="remoteSchema"/>
<details key="namespace" value="http://www.opengis.net/gml"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="role" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnyURI">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="role"/>
<details key="namespace" value="http://www.w3.org/1999/xlink"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="show" eType="ecore:EEnum xlink.ecore#//ShowType"
unsettable="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
 The 'show' attribute is used to communicate the desired presentation 
 of the ending resource on traversal from the starting resource; it's 
 value should be treated as follows: 
 new - load ending resource in a new window, frame, pane, or other 
 presentation context
 replace - load the resource in the same window, frame, pane, or 
 other presentation context
 embed - load ending resource in place of the presentation of the 
 starting resource
 other - behavior is unconstrained; examine other markup in the 
 link for hints 
 none - behavior is unconstrained 
 "/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="show"/>
<details key="namespace" value="http://www.w3.org/1999/xlink"/>
</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="http://www.w3.org/1999/xlink"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"
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="CityObjectGroupType" eSuperTypes="citygml.ecore#//AbstractCityObjectType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=" A group may be used to aggregate arbitrary CityObjects according to some user-defined criteria.
 Examples for groups are the buildings in a specific region, the result of a query, or objects put together for
 visualization purposes. Each group has a name (inherited from AbstractGMLType), functions (e.g., building group),
 a class and zero or more usages. A geometry may optionally be attached to a group, if the geometry of the whole
 group differs from the geometry of the parts. Each member of a group may be qualified by a role name, reflecting
 the role each CityObject plays in the context of the group. As subclass of _CityObject, a CityObjectGroup inherits
 all attributes and relations, in particular an id, names, external references, and generalization relations. As
 CityObjectGroup itself is a CityObject, it may also be contained by another group. "/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="CityObjectGroupType"/>
<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="groupMember" upperBound="-1"
eType="#//CityObjectGroupMemberType" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="groupMember"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//CityObjectGroupParentType"
containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="parent"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="geometry" 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="geometry"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="genericApplicationPropertyOfCityObjectGroupGroup"
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="_GenericApplicationPropertyOfCityObjectGroup:group"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="genericApplicationPropertyOfCityObjectGroup1"
upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"
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="_GenericApplicationPropertyOfCityObjectGroup"/>
<details key="namespace" value="##targetNamespace"/>
<details key="group" value="_GenericApplicationPropertyOfCityObjectGroup:group"/>
</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="genericApplicationPropertyOfCityObjectGroup"
upperBound="-2" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"
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="_GenericApplicationPropertyOfCityObjectGroup"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="cityObjectGroup" upperBound="-2"
eType="#//CityObjectGroupType" 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="CityObjectGroup"/>
<details key="namespace" value="##targetNamespace"/>
<details key="affiliation" value="http://www.opengis.net/citygml/1.0#_CityObject"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/cityobjectgroup.ecore | ecore | cityobjectgroup
CityObjectGroupMemberType
cityObjectGroup
cityObject
actuate
arcrole
href
remoteSchema
role
role1
show
title
type
simple
CityObjectGroupParentType
cityObjectGroup
cityObject
actuate
arcrole
href
remoteSchema
role
show
title
type
simple
CityObjectGroupType
class
function
usage
groupMember
parent
geometry
genericApplicationPropertyOfCityObjectGroupGroup
genericApplicationPropertyOfCityObjectGroup1
DocumentRoot
mixed
xMLNSPrefixMap
xSISchemaLocation
genericApplicationPropertyOfCityObjectGroup
cityObjectGroup | null | {"directed":true,"nodes":[{"nsPrefix":"grp","nsURI":"http://www.opengis.net/citygml/cityobjectgroup/1.0","name":"cityobjectgroup","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CityObjectGroupMemberType","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CityObjectGroupParentType","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CityObjectGroupType","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentRoot","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cityObjectGroup","changeable":true,"lowerBound":0,"iD":false,"id":5,"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":"cityObject","changeable":false,"resolveProxies":false,"lowerBound":0,"id":6,"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":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":"arcrole","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":"href","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":"remoteSchema","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":"role","changeable":true,"lowerBound":0,"iD":false,"id":11,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"role1","changeable":true,"lowerBound":0,"iD":false,"id":12,"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":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":"title","changeable":true,"lowerBound":0,"iD":false,"id":14,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"simple","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":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"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cityObjectGroup","changeable":true,"lowerBound":0,"iD":false,"id":27,"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":"cityObject","changeable":false,"resolveProxies":false,"lowerBound":0,"id":28,"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":29,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"arcrole","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":"href","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":"remoteSchema","changeable":true,"lowerBound":0,"iD":false,"id":32,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"role","changeable":true,"lowerBound":0,"iD":false,"id":33,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"show","changeable":true,"lowerBound":0,"iD":false,"id":34,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":0,"iD":false,"id":35,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"simple","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":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"class","changeable":true,"lowerBound":0,"iD":false,"id":47,"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":48,"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":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":"groupMember","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":"parent","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":"geometry","changeable":true,"resolveProxies":false,"lowerBound":0,"id":52,"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":"genericApplicationPropertyOfCityObjectGroupGroup","changeable":true,"lowerBound":0,"iD":false,"id":53,"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":"genericApplicationPropertyOfCityObjectGroup1","changeable":false,"resolveProxies":false,"lowerBound":0,"id":54,"derived":true},{"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"},{"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":64,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xMLNSPrefixMap","changeable":true,"resolveProxies":false,"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":true,"unique":true,"name":"xSISchemaLocation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":66,"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":"genericApplicationPropertyOfCityObjectGroup","changeable":false,"resolveProxies":false,"lowerBound":0,"id":67,"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":"cityObjectGroup","changeable":true,"resolveProxies":false,"lowerBound":0,"id":68,"derived":true},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":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":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":5,"target":16},{"source":5,"target":1},{"source":6,"target":17},{"source":6,"target":1},{"source":7,"target":18},{"source":7,"target":1},{"source":8,"target":19},{"source":8,"target":1},{"source":9,"target":20},{"source":9,"target":1},{"source":10,"target":21},{"source":10,"target":1},{"source":11,"target":22},{"source":11,"target":1},{"source":12,"target":23},{"source":12,"target":1},{"source":13,"target":24},{"source":13,"target":1},{"source":14,"target":25},{"source":14,"target":1},{"source":15,"target":26},{"source":15,"target":1},{"source":2,"target":0},{"source":2,"target":27},{"source":2,"target":28},{"source":2,"target":29},{"source":2,"target":30},{"source":2,"target":31},{"source":2,"target":32},{"source":2,"target":33},{"source":2,"target":34},{"source":2,"target":35},{"source":2,"target":36},{"source":27,"target":37},{"source":27,"target":2},{"source":28,"target":38},{"source":28,"target":2},{"source":29,"target":39},{"source":29,"target":2},{"source":30,"target":40},{"source":30,"target":2},{"source":31,"target":41},{"source":31,"target":2},{"source":32,"target":42},{"source":32,"target":2},{"source":33,"target":43},{"source":33,"target":2},{"source":34,"target":44},{"source":34,"target":2},{"source":35,"target":45},{"source":35,"target":2},{"source":36,"target":46},{"source":36,"target":2},{"source":3,"target":0},{"source":3,"target":47},{"source":3,"target":48},{"source":3,"target":49},{"source":3,"target":50},{"source":3,"target":51},{"source":3,"target":52},{"source":3,"target":53},{"source":3,"target":54},{"source":3,"target":55},{"source":47,"target":56},{"source":47,"target":3},{"source":48,"target":57},{"source":48,"target":3},{"source":49,"target":58},{"source":49,"target":3},{"source":50,"target":1},{"source":50,"target":59},{"source":50,"target":3},{"source":59,"target":1},{"source":51,"target":2},{"source":51,"target":60},{"source":51,"target":3},{"source":60,"target":2},{"source":52,"target":61},{"source":52,"target":3},{"source":53,"target":62},{"source":53,"target":3},{"source":54,"target":63},{"source":54,"target":3},{"source":4,"target":0},{"source":4,"target":64},{"source":4,"target":65},{"source":4,"target":66},{"source":4,"target":67},{"source":4,"target":68},{"source":64,"target":69},{"source":64,"target":4},{"source":65,"target":70},{"source":65,"target":4},{"source":66,"target":71},{"source":66,"target":4},{"source":67,"target":72},{"source":67,"target":4},{"source":68,"target":3},{"source":68,"target":73},{"source":68,"target":4},{"source":73,"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="p">
<eClassifiers xsi:type="ecore:EClass" name="A">
<eStructuralFeatures xsi:type="ecore:EReference" name="b" eType="#//B"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="B">
<eStructuralFeatures xsi:type="ecore:EReference" name="c" eType="#//C"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="C"/>
</ecore:EPackage>
| github:ecore:/data/CohesionForce/ecfrance-sirius/plugins/org.eclipse.sirius.tests.junit/data/unit/vp-1688/vp-1688.ecore | ecore | p
A
b
B
c
C | null | {"directed":true,"nodes":[{"nsPrefix":null,"nsURI":null,"name":"p","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"},{"container":false,"ordered":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":4,"derived":false},{"id":5,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"c","changeable":true,"resolveProxies":true,"lowerBound":0,"id":6,"derived":false},{"id":7,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":1,"target":0},{"source":1,"target":4},{"source":4,"target":2},{"source":4,"target":5},{"source":4,"target":1},{"source":5,"target":2},{"source":2,"target":0},{"source":2,"target":6},{"source":6,"target":3},{"source":6,"target":7},{"source":6,"target":2},{"source":7,"target":3},{"source":3,"target":0}],"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="bootstrap"
nsURI="http://www.obeonetwork.org/2012/bootstrap" nsPrefix="bootstrap">
<eClassifiers xsi:type="ecore:EClass" name="Site">
<eStructuralFeatures xsi:type="ecore:EReference" name="pages" upperBound="-1"
eType="#//Page" containment="true" eOpposite="#//Page/site"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mainPage" lowerBound="1"
eType="#//MainPage" containment="true" eOpposite="#//MainPage/site"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="title" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Page">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="title" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="sections" lowerBound="1"
upperBound="-1" eType="#//Section" containment="true" eOpposite="#//Section/page"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="site" lowerBound="1" eType="#//Site"
eOpposite="#//Site/pages"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MainPage">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="title" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="site" lowerBound="1" eType="#//Site"
eOpposite="#//Site/mainPage"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Section">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="title" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="widgets" lowerBound="1"
upperBound="-1" eType="#//Widget" containment="true" eOpposite="#//Widget/section"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="page" lowerBound="1" eType="#//Page"
eOpposite="#//Page/sections"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Widget" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="title" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="section" lowerBound="1"
eType="#//Section" eOpposite="#//Section/widgets"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Form" eSuperTypes="#//Widget">
<eStructuralFeatures xsi:type="ecore:EReference" name="formWidgets" lowerBound="1"
upperBound="-1" eType="#//FormWidget" containment="true" eOpposite="#//FormWidget/form"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Table" eSuperTypes="#//Widget">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="columnNames" lowerBound="1"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="rowNames" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="striped" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="bordered" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Text" eSuperTypes="#//Widget">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="columnNumber" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Video" eSuperTypes="#//Widget">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="path" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Gallery" eSuperTypes="#//Widget">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="imagesPath" unique="false"
lowerBound="1" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ImagesBlock" eSuperTypes="#//Widget">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="imagesPath" unique="false"
lowerBound="1" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FormWidget" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="form" lowerBound="1" eType="#//Form"
eOpposite="#//Form/formWidgets"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TextArea" eSuperTypes="#//FormWidget"/>
<eClassifiers xsi:type="ecore:EClass" name="Spinner" eSuperTypes="#//FormWidget">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="values" lowerBound="1"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CheckBox" eSuperTypes="#//FormWidget">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/sbegaudeau/acceleo-webapp-generator/plugins/org.obeonetwork.pim.gen.bootstrap.model/model/bootstrap.ecore | ecore | bootstrap
Site
pages
mainPage
title
Page
title
description
sections
site
name
MainPage
title
description
site
Section
title
description
widgets
page
Widget
title
section
Form
formWidgets
Table
columnNames
rowNames
striped
bordered
Text
columnNumber
Video
path
Gallery
imagesPath
ImagesBlock
imagesPath
FormWidget
label
form
TextArea
Spinner
values
CheckBox
description | null | {"directed":true,"nodes":[{"nsPrefix":"bootstrap","nsURI":"http://www.obeonetwork.org/2012/bootstrap","name":"bootstrap","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Site","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Page","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MainPage","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Section","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Widget","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Form","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Table","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Text","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Video","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Gallery","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImagesBlock","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FormWidget","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TextArea","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Spinner","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CheckBox","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mainPage","changeable":true,"resolveProxies":true,"lowerBound":1,"id":17,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":1,"iD":false,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"site","changeable":true,"resolveProxies":true,"lowerBound":1,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"site","changeable":true,"resolveProxies":true,"lowerBound":1,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":1,"iD":false,"id":24,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":1,"iD":false,"id":25,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sections","changeable":true,"resolveProxies":true,"lowerBound":1,"id":26,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"page","changeable":true,"resolveProxies":true,"lowerBound":1,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":1,"iD":false,"id":34,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":1,"iD":false,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":1,"iD":false,"id":39,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":1,"iD":false,"id":40,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"widgets","changeable":true,"resolveProxies":true,"lowerBound":1,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"section","changeable":true,"resolveProxies":true,"lowerBound":1,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":1,"iD":false,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"formWidgets","changeable":true,"resolveProxies":true,"lowerBound":1,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"form","changeable":true,"resolveProxies":true,"lowerBound":1,"id":53,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"columnNames","changeable":true,"lowerBound":1,"iD":false,"id":54,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rowNames","changeable":true,"lowerBound":0,"iD":false,"id":55,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"striped","changeable":true,"lowerBound":1,"iD":false,"id":56,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"bordered","changeable":true,"lowerBound":1,"iD":false,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"columnNumber","changeable":true,"lowerBound":1,"iD":false,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"path","changeable":true,"lowerBound":1,"iD":false,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"imagesPath","changeable":true,"lowerBound":1,"iD":false,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"imagesPath","changeable":true,"lowerBound":1,"iD":false,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"lowerBound":0,"iD":false,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"values","changeable":true,"lowerBound":1,"iD":false,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":1,"iD":false,"id":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":1,"target":0},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":16,"target":2},{"source":16,"target":19},{"source":16,"target":1},{"source":16,"target":20},{"source":19,"target":2},{"source":17,"target":3},{"source":17,"target":21},{"source":17,"target":1},{"source":17,"target":22},{"source":21,"target":3},{"source":18,"target":23},{"source":18,"target":1},{"source":2,"target":0},{"source":2,"target":24},{"source":2,"target":25},{"source":2,"target":26},{"source":2,"target":20},{"source":2,"target":27},{"source":24,"target":28},{"source":24,"target":2},{"source":25,"target":29},{"source":25,"target":2},{"source":26,"target":4},{"source":26,"target":30},{"source":26,"target":2},{"source":26,"target":31},{"source":30,"target":4},{"source":20,"target":1},{"source":20,"target":32},{"source":20,"target":2},{"source":20,"target":16},{"source":32,"target":1},{"source":27,"target":33},{"source":27,"target":2},{"source":3,"target":0},{"source":3,"target":34},{"source":3,"target":35},{"source":3,"target":22},{"source":34,"target":36},{"source":34,"target":3},{"source":35,"target":37},{"source":35,"target":3},{"source":22,"target":1},{"source":22,"target":38},{"source":22,"target":3},{"source":22,"target":17},{"source":38,"target":1},{"source":4,"target":0},{"source":4,"target":39},{"source":4,"target":40},{"source":4,"target":41},{"source":4,"target":31},{"source":39,"target":42},{"source":39,"target":4},{"source":40,"target":43},{"source":40,"target":4},{"source":41,"target":5},{"source":41,"target":44},{"source":41,"target":4},{"source":41,"target":45},{"source":44,"target":5},{"source":31,"target":2},{"source":31,"target":46},{"source":31,"target":4},{"source":31,"target":26},{"source":46,"target":2},{"source":5,"target":0},{"source":5,"target":47},{"source":5,"target":45},{"source":47,"target":48},{"source":47,"target":5},{"source":45,"target":4},{"source":45,"target":49},{"source":45,"target":5},{"source":45,"target":41},{"source":49,"target":4},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":50},{"source":6,"target":51},{"source":50,"target":12},{"source":50,"target":52},{"source":50,"target":6},{"source":50,"target":53},{"source":52,"target":12},{"source":51,"target":5},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":54},{"source":7,"target":55},{"source":7,"target":56},{"source":7,"target":57},{"source":7,"target":58},{"source":54,"target":59},{"source":54,"target":7},{"source":55,"target":60},{"source":55,"target":7},{"source":56,"target":61},{"source":56,"target":7},{"source":57,"target":62},{"source":57,"target":7},{"source":58,"target":5},{"source":8,"target":0},{"source":8,"target":5},{"source":8,"target":63},{"source":8,"target":64},{"source":63,"target":65},{"source":63,"target":8},{"source":64,"target":5},{"source":9,"target":0},{"source":9,"target":5},{"source":9,"target":66},{"source":9,"target":67},{"source":66,"target":68},{"source":66,"target":9},{"source":67,"target":5},{"source":10,"target":0},{"source":10,"target":5},{"source":10,"target":69},{"source":10,"target":70},{"source":69,"target":71},{"source":69,"target":10},{"source":70,"target":5},{"source":11,"target":0},{"source":11,"target":5},{"source":11,"target":72},{"source":11,"target":73},{"source":72,"target":74},{"source":72,"target":11},{"source":73,"target":5},{"source":12,"target":0},{"source":12,"target":75},{"source":12,"target":53},{"source":75,"target":76},{"source":75,"target":12},{"source":53,"target":6},{"source":53,"target":77},{"source":53,"target":12},{"source":53,"target":50},{"source":77,"target":6},{"source":13,"target":0},{"source":13,"target":12},{"source":13,"target":78},{"source":78,"target":12},{"source":14,"target":0},{"source":14,"target":12},{"source":14,"target":79},{"source":14,"target":80},{"source":79,"target":81},{"source":79,"target":14},{"source":80,"target":12},{"source":15,"target":0},{"source":15,"target":12},{"source":15,"target":82},{"source":15,"target":83},{"source":82,"target":84},{"source":82,"target":15},{"source":83,"target":12}],"multigraph":true} |
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="NewEClass1">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="a"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ref1" eType="#//NewEClass2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NewEClass2"/>
<eClassifiers xsi:type="ecore:EClass" name="NewEClass3"/>
</ecore:EPackage>
| github:ecore:/data/CohesionForce/ecfrance-sirius/plugins/org.eclipse.sirius.tests.swtbot/data/unit/dragAndDrop/bug428079/bug428079.ecore | ecore |
NewEClass1
a
ref1
NewEClass2
NewEClass3 | null | {"directed":true,"nodes":[{"nsPrefix":null,"nsURI":null,"name":"","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NewEClass1","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NewEClass2","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NewEClass3","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":"a","changeable":true,"lowerBound":0,"iD":false,"id":4,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ref1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":5,"derived":false},{"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":1,"target":5},{"source":4,"target":1},{"source":5,"target":2},{"source":5,"target":6},{"source":5,"target":1},{"source":6,"target":2},{"source":2,"target":0},{"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="conf101"
nsURI="http://conf101" nsPrefix="_conf101">
<eClassifiers xsi:type="ecore:EClass" name="System" eSuperTypes="#//NamedElement">
<eAnnotations source="diagraph">
<details key="node"/>
<details key="pov"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="admin" eType="#//Admin"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="laboratories" upperBound="-1"
eType="#//Laboratory" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="conferences" upperBound="-1"
eType="#//Conference" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="revisionProcess" eType="#//RevisionProcess"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Session" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="year" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="location" eType="#//Location"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="progcomit" eType="#//ProgramComitee"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="steercomit" eType="#//SteeringComitee"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="contributions" eType="#//Contribution"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Location" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Admin" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="locations" upperBound="-1"
eType="#//Location" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Conference" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="sessions" upperBound="-1"
eType="#//Session" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Laboratory" eSuperTypes="#//NamedElement">
<eAnnotations source="diagraph">
<details key="node"/>
<details key="kref=researchers"/>
<details key="kref=publications"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="researchers" upperBound="-1"
eType="#//Researcher" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="publications" upperBound="-1"
eType="#//Publication" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Researcher" eSuperTypes="#//Person">
<eAnnotations source="diagraph">
<details key="node"/>
<details key="nav:vwresearcher"/>
</eAnnotations>
<eAnnotations source="diagraph">
<details key="node"/>
<details key="pov"/>
<details key="kref=publications"/>
<details key="view=vwresearcher"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="evaluations" eType="#//Evaluation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="writes" eType="#//Chapter"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="reviews" eType="#//RevisionNote"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="publications" upperBound="-1"
eType="#//Publication" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Publication" eSuperTypes="#//NamedElement">
<eAnnotations source="diagraph">
<details key="node"/>
<details key="cont=Laboratory.publications"/>
</eAnnotations>
<eAnnotations source="diagraph">
<details key="node"/>
<details key="kref=chapters"/>
<details key="view=vwresearcher"/>
<details key="cont=Researcher.publications"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="chapters" upperBound="-1"
eType="#//Chapter" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Person" eSuperTypes="#//NamedElement">
<eAnnotations source="diagraph">
<details key="node"/>
</eAnnotations>
<eAnnotations source="diagraph">
<details key="view=vwresearcher"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Chapter" eSuperTypes="#//NamedElement">
<eAnnotations source="diagraph">
<details key="node"/>
<details key="kref=revisonNotes"/>
<details key="view=vwresearcher"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="revisonNotes" upperBound="-1"
eType="#//RevisionNote" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RevisionNote">
<eAnnotations source="diagraph">
<details key="node"/>
<details key="view=vwresearcher"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SteeringComitee" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="scPerson" eType="#//Person"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProgramComitee" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="pcPerson" eType="#//Person"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Contribution" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="publication" eType="#//Publication"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Evaluation" eSuperTypes="#//NamedElement">
<eAnnotations source="diagraph">
<details key="node"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="evPubli" eType="#//Publication"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RevisionProcess">
<eAnnotations source="diagraph">
<details key="node"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NamedElement">
<eAnnotations source="diagraph">
<details key="label=name"/>
</eAnnotations>
<eAnnotations source="diagraph">
<details key="view=vwresearcher"/>
<details key="label=name"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/francoispfister/diagraph/org.isoe.fwk.megamodel.deploy/repository-bundle/conf101.ecore | ecore | conf101
System
admin
laboratories
conferences
revisionProcess
Session
year
location
progcomit
steercomit
contributions
Location
Admin
locations
Conference
sessions
Laboratory
researchers
publications
Researcher
evaluations
writes
reviews
publications
Publication
chapters
Person
Chapter
revisonNotes
RevisionNote
SteeringComitee
scPerson
ProgramComitee
pcPerson
Contribution
publication
Evaluation
evPubli
RevisionProcess
NamedElement
name | null | {"directed":true,"nodes":[{"nsPrefix":"_conf101","nsURI":"http://conf101","name":"conf101","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"System","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Session","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Location","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Admin","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Conference","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Laboratory","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Researcher","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Publication","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Person","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Chapter","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RevisionNote","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SteeringComitee","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProgramComitee","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Contribution","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Evaluation","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RevisionProcess","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"admin","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"laboratories","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":"conferences","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":"revisionProcess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"year","changeable":true,"lowerBound":0,"iD":false,"id":27,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"location","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"progcomit","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"steercomit","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contributions","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":true,"unsettable":false,"transient":false,"unique":true,"name":"locations","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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sessions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"researchers","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":"publications","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"evaluations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":50,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"writes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"reviews","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":"publications","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"chapters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"revisonNotes","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"scPerson","changeable":true,"resolveProxies":true,"lowerBound":0,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"pcPerson","changeable":true,"resolveProxies":true,"lowerBound":0,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"publication","changeable":true,"resolveProxies":true,"lowerBound":0,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"evPubli","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":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":17},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":1,"target":22},{"source":18,"target":4},{"source":18,"target":23},{"source":18,"target":1},{"source":23,"target":4},{"source":19,"target":6},{"source":19,"target":24},{"source":19,"target":1},{"source":24,"target":6},{"source":20,"target":5},{"source":20,"target":25},{"source":20,"target":1},{"source":25,"target":5},{"source":21,"target":16},{"source":21,"target":26},{"source":21,"target":1},{"source":26,"target":16},{"source":22,"target":17},{"source":2,"target":0},{"source":2,"target":17},{"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":27,"target":33},{"source":27,"target":2},{"source":28,"target":3},{"source":28,"target":34},{"source":28,"target":2},{"source":34,"target":3},{"source":29,"target":13},{"source":29,"target":35},{"source":29,"target":2},{"source":35,"target":13},{"source":30,"target":12},{"source":30,"target":36},{"source":30,"target":2},{"source":36,"target":12},{"source":31,"target":14},{"source":31,"target":37},{"source":31,"target":2},{"source":37,"target":14},{"source":32,"target":17},{"source":3,"target":0},{"source":3,"target":17},{"source":3,"target":38},{"source":38,"target":17},{"source":4,"target":0},{"source":4,"target":17},{"source":4,"target":39},{"source":4,"target":40},{"source":39,"target":3},{"source":39,"target":41},{"source":39,"target":4},{"source":41,"target":3},{"source":40,"target":17},{"source":5,"target":0},{"source":5,"target":17},{"source":5,"target":42},{"source":5,"target":43},{"source":42,"target":2},{"source":42,"target":44},{"source":42,"target":5},{"source":44,"target":2},{"source":43,"target":17},{"source":6,"target":0},{"source":6,"target":17},{"source":6,"target":45},{"source":6,"target":46},{"source":6,"target":47},{"source":45,"target":7},{"source":45,"target":48},{"source":45,"target":6},{"source":48,"target":7},{"source":46,"target":8},{"source":46,"target":49},{"source":46,"target":6},{"source":49,"target":8},{"source":47,"target":17},{"source":7,"target":0},{"source":7,"target":9},{"source":7,"target":50},{"source":7,"target":51},{"source":7,"target":52},{"source":7,"target":53},{"source":7,"target":54},{"source":50,"target":15},{"source":50,"target":55},{"source":50,"target":7},{"source":55,"target":15},{"source":51,"target":10},{"source":51,"target":56},{"source":51,"target":7},{"source":56,"target":10},{"source":52,"target":11},{"source":52,"target":57},{"source":52,"target":7},{"source":57,"target":11},{"source":53,"target":8},{"source":53,"target":58},{"source":53,"target":7},{"source":58,"target":8},{"source":54,"target":9},{"source":8,"target":0},{"source":8,"target":17},{"source":8,"target":59},{"source":8,"target":60},{"source":59,"target":10},{"source":59,"target":61},{"source":59,"target":8},{"source":61,"target":10},{"source":60,"target":17},{"source":9,"target":0},{"source":9,"target":17},{"source":9,"target":62},{"source":62,"target":17},{"source":10,"target":0},{"source":10,"target":17},{"source":10,"target":63},{"source":10,"target":64},{"source":63,"target":11},{"source":63,"target":65},{"source":63,"target":10},{"source":65,"target":11},{"source":64,"target":17},{"source":11,"target":0},{"source":12,"target":0},{"source":12,"target":17},{"source":12,"target":66},{"source":12,"target":67},{"source":66,"target":9},{"source":66,"target":68},{"source":66,"target":12},{"source":68,"target":9},{"source":67,"target":17},{"source":13,"target":0},{"source":13,"target":17},{"source":13,"target":69},{"source":13,"target":70},{"source":69,"target":9},{"source":69,"target":71},{"source":69,"target":13},{"source":71,"target":9},{"source":70,"target":17},{"source":14,"target":0},{"source":14,"target":17},{"source":14,"target":72},{"source":14,"target":73},{"source":72,"target":8},{"source":72,"target":74},{"source":72,"target":14},{"source":74,"target":8},{"source":73,"target":17},{"source":15,"target":0},{"source":15,"target":17},{"source":15,"target":75},{"source":15,"target":76},{"source":75,"target":8},{"source":75,"target":77},{"source":75,"target":15},{"source":77,"target":8},{"source":76,"target":17},{"source":16,"target":0},{"source":17,"target":0},{"source":17,"target":78},{"source":78,"target":79},{"source":78,"target":17}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="sample8" nsURI="http://sample8.com" nsPrefix="sample8">
<eAnnotations/>
<eAnnotations/>
<eAnnotations/>
<eAnnotations/>
<eClassifiers xsi:type="ecore:EClass" name="class5"/>
<eClassifiers xsi:type="ecore:EClass" name="class6"/>
<eClassifiers xsi:type="ecore:EClass" name="class7"/>
<eClassifiers xsi:type="ecore:EClass" name="class8"/>
</ecore:EPackage>
| github:ecore:/data/CohesionForce/ecfrance-sirius/plugins/org.eclipse.sirius.tests.swtbot/data/unit/vp-4112/sample8.ecore | ecore | sample8
class5
class6
class7
class8 | null | {"directed":true,"nodes":[{"nsPrefix":"sample8","nsURI":"http://sample8.com","name":"sample8","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"class5","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"class6","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"class7","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"class8","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} |
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="table" nsURI="http://www.eclipse.org/sirius/table/1.1.0" nsPrefix="table">
<eClassifiers xsi:type="ecore:EClass" name="DTable" eSuperTypes="../../org.eclipse.sirius/model/viewpoint.ecore#//DRepresentation #//LineContainer">
<eStructuralFeatures xsi:type="ecore:EReference" name="columns" upperBound="-1"
eType="#//DColumn" containment="true" eOpposite="#//DColumn/table"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="headerColumnWidth" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="description" eType="#//description/TableDescription"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DTableElement" abstract="true" eSuperTypes="../../org.eclipse.sirius/model/viewpoint.ecore#//DRepresentationElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="tableElementMapping" eType="#//description/TableMapping"
changeable="false" volatile="true" transient="true" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The mapping of the element."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LineContainer" abstract="true" eSuperTypes="../../org.eclipse.sirius/model/viewpoint.ecore#//DSemanticDecorator">
<eStructuralFeatures xsi:type="ecore:EReference" name="lines" upperBound="-1"
eType="#//DLine" containment="true" eOpposite="#//DLine/container"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DLine" eSuperTypes="#//LineContainer #//DTableElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="originMapping" lowerBound="1"
eType="#//description/LineMapping"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="visible" lowerBound="1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"
defaultValueLiteral="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="collapsed" lowerBound="1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"
defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="cells" upperBound="-1"
eType="#//DCell" containment="true" eOpposite="#//DCell/line">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="List of cells of this line. This list does not necessarily have as many cells as there are columns. Indeed, the «blank cells» are not created."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="container" eType="#//LineContainer"
eOpposite="#//LineContainer/lines"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="orderedCells" upperBound="-1"
eType="#//DCell" changeable="false" volatile="true" transient="true" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Same list as "cells" but sorted according to the order of columns."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="currentStyle" eType="#//DTableElementStyle"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Stores the best style of the LineMapping style updater : 
* The first conditional foreground style (with predicate expression that returns true), otherwise the default foreground style.
* The first conditional background style (with predicate expression that returns true), otherwise the default background style."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DCell" eSuperTypes="../../org.eclipse.sirius/model/viewpoint.ecore#//DSemanticDecorator #//DTableElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="line" eType="#//DLine"
eOpposite="#//DLine/cells"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="column" eType="#//DColumn"
eOpposite="#//DColumn/cells"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="currentStyle" eType="#//DCellStyle"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Stores the best style of the IntersectionMapping style updater and ColumnMapping style updater :
* Foreground
** The first conditional foreground style of the cell (with predicate expression that returns true). In this case the foregroundStyleOrigin references the intersection mapping and the defaultForegroundStyle is equal false.
** Otherwise the first conditional foreground style of the column (with predicate expression that returns true). In this case the foregroundStyleOrigin references the column mapping and the defaultForegroundStyle is equal false.
** Otherwise, if it exists, the default foreground style of the cell. In this case the foregroundStyleOrigin references the intersection mapping and the defaultForegroundStyle is equal true.
** Otherwise, if the default foreground style of the column uses variable color, the default foreground style of the column. In this case the foregroundStyleOrigin references the column mapping and the defaultForegroundStyle is equal true.
* Background
** The first conditional background style of the cell (with predicate expression that returns true). In this case the backgroundStyleOrigin references the intersection mapping and the defaultBackgroundStyle is equal false.
** Otherwise the first conditional background style of the column (with predicate expression that returns true). In this case the backgroundStyleOrigin references the column mapping and the defaultBackgroundStyle is equal false.
** Otherwise, if it exists, the default background style of the cell. In this case the backgroundStyleOrigin references the intersection mapping and the defaultBackgroundStyle is equal true.
** Otherwise, if the default background style of the column uses variable color, the default background style of the column. In this case the backgroundStyleOrigin references the column mapping and the defaultBackgroundStyle is equal true."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="updater" eType="#//description/CellUpdater"
volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="intersectionMapping" eType="#//description/IntersectionMapping"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DCellStyle" eSuperTypes="#//DTableElementStyle">
<eStructuralFeatures xsi:type="ecore:EReference" name="foregroundStyleOrigin"
eType="#//description/TableMapping">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Needed to know the origin of the foreground part of this DCellStyle to respect the style priority rules between Cell, Line and Column.
This TableMapping can be only an IntersectionMapping or a ColumnMapping."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="backgroundStyleOrigin"
eType="#//description/TableMapping">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Needed to know the origin of the background part of this DCellStyle to respect the style priority rules between Cell, Line and Column.
This TableMapping can be only an IntersectionMapping or a ColumnMapping."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DColumn" abstract="true" eSuperTypes="#//DTableElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="cells" upperBound="-1"
eType="#//DCell" eOpposite="#//DCell/column">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="List of cells of this column. This list does not necessarily have as many cells as there are lines. Indeed, the «blank cells» are not created."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="originMapping" lowerBound="1"
eType="#//description/ColumnMapping"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="table" eType="#//DTable"
eOpposite="#//DTable/columns"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="orderedCells" upperBound="-1"
eType="#//DCell" changeable="false" volatile="true" transient="true" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Same list as a"cells" but sorted according to the order of lines."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="visible" lowerBound="1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"
defaultValueLiteral="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="width" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="currentStyle" eType="#//DTableElementStyle"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Stores the best style of the ColumnMapping style updater :
* The best style is only the default foreground style and the default background style (and only if the color use for it is not with variable parts: ComputedColor or InterpolatedColor). 
* We can not store the result of the conditional styles (foreground and background) because the predicateExpression depend on the semantic element of each line."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DTargetColumn" eSuperTypes="../../org.eclipse.sirius/model/viewpoint.ecore#//DSemanticDecorator #//DColumn"/>
<eClassifiers xsi:type="ecore:EClass" name="DFeatureColumn" eSuperTypes="#//DColumn">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="featureName" lowerBound="1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DTableElementStyle">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="labelSize" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"
defaultValueLiteral="8">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The font size."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="labelFormat" upperBound="4"
eType="ecore:EEnum ../../org.eclipse.sirius/model/viewpoint.ecore#//FontFormat">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The font format."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultForegroundStyle"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"
defaultValueLiteral="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Determine if the foreground part of the style is computed from a conditional style or not (default style)."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultBackgroundStyle"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"
defaultValueLiteral="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Determine if the background part of the style is computed from a conditional style or not (default style)."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="foregroundColor" eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//RGBValues"
defaultValueLiteral="0,0,0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="backgroundColor" eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//RGBValues"
defaultValueLiteral="255,255,255"/>
</eClassifiers>
<eSubpackages name="description" nsURI="http://www.eclipse.org/sirius/table/description/1.1.0"
nsPrefix="description">
<eClassifiers xsi:type="ecore:EClass" name="TableDescription" abstract="true"
eSuperTypes="../../org.eclipse.sirius/model/viewpoint.ecore#//description/RepresentationDescription ../../org.eclipse.sirius/model/viewpoint.ecore#//description/DocumentedElement ../../org.eclipse.sirius/model/viewpoint.ecore#//description/EndUserDocumentedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="preconditionExpression"
eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/InterpretedExpression"
defaultValueLiteral="">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The precondition (Acceleo Expression)."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="boolean"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="domainClass" lowerBound="1"
eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/TypeName"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedRepresentationCreationDescriptions"
upperBound="-1" eType="ecore:EClass ../../org.eclipse.sirius/model/viewpoint.ecore#//description/tool/RepresentationCreationDescription"
containment="true" eKeys="../../org.eclipse.sirius/model/viewpoint.ecore#//description/IdentifiedElement/name">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="All tools of the section."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="reusedRepresentationCreationDescriptions"
upperBound="-1" eType="ecore:EClass ../../org.eclipse.sirius/model/viewpoint.ecore#//description/tool/RepresentationCreationDescription"
eKeys="../../org.eclipse.sirius/model/viewpoint.ecore#//description/IdentifiedElement/name">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="All tools of the section."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="allRepresentationCreationDescriptions"
upperBound="-1" eType="ecore:EClass ../../org.eclipse.sirius/model/viewpoint.ecore#//description/tool/RepresentationCreationDescription"
changeable="false" volatile="true" transient="true" derived="true" eKeys="../../org.eclipse.sirius/model/viewpoint.ecore#//description/IdentifiedElement/name">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="All tools of the section."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedRepresentationNavigationDescriptions"
upperBound="-1" eType="ecore:EClass ../../org.eclipse.sirius/model/viewpoint.ecore#//description/tool/RepresentationNavigationDescription"
containment="true" eKeys="../../org.eclipse.sirius/model/viewpoint.ecore#//description/IdentifiedElement/name">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="All navigation tools."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="reusedRepresentationNavigationDescriptions"
upperBound="-1" eType="ecore:EClass ../../org.eclipse.sirius/model/viewpoint.ecore#//description/tool/RepresentationNavigationDescription"
eKeys="../../org.eclipse.sirius/model/viewpoint.ecore#//description/IdentifiedElement/name">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="All navigation tools."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="allRepresentationNavigationDescriptions"
upperBound="-1" eType="ecore:EClass ../../org.eclipse.sirius/model/viewpoint.ecore#//description/tool/RepresentationNavigationDescription"
changeable="false" volatile="true" transient="true" derived="true" eKeys="../../org.eclipse.sirius/model/viewpoint.ecore#//description/IdentifiedElement/name">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="All navigation tools."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedLineMappings" lowerBound="1"
upperBound="-1" eType="#//description/LineMapping" containment="true" eKeys="../../org.eclipse.sirius/model/viewpoint.ecore#//description/IdentifiedElement/name"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="reusedLineMappings" upperBound="-1"
eType="#//description/LineMapping" eKeys="../../org.eclipse.sirius/model/viewpoint.ecore#//description/IdentifiedElement/name"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="allLineMappings" lowerBound="1"
upperBound="-1" eType="#//description/LineMapping" changeable="false" volatile="true"
transient="true" eKeys="../../org.eclipse.sirius/model/viewpoint.ecore#//description/IdentifiedElement/name"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedCreateLine" upperBound="-1"
eType="#//description/CreateLineTool" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="reusedCreateLine" upperBound="-1"
eType="#//description/CreateLineTool"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="allCreateLine" upperBound="-1"
eType="#//description/CreateLineTool" changeable="false" volatile="true"
transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="initialHeaderColumnWidth"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The initial width of the column header (calculated if not available)."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="importedElements" upperBound="-1"
eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EditionTableDescription" eSuperTypes="#//description/TableDescription">
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedColumnMappings"
lowerBound="1" upperBound="-1" eType="#//description/FeatureColumnMapping"
containment="true" eKeys="../../org.eclipse.sirius/model/viewpoint.ecore#//description/IdentifiedElement/name"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="reusedColumnMappings"
upperBound="-1" eType="#//description/FeatureColumnMapping" eKeys="../../org.eclipse.sirius/model/viewpoint.ecore#//description/IdentifiedElement/name"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="allColumnMappings" lowerBound="1"
upperBound="-1" eType="#//description/FeatureColumnMapping" changeable="false"
volatile="true" transient="true" derived="true" eKeys="../../org.eclipse.sirius/model/viewpoint.ecore#//description/IdentifiedElement/name"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CrossTableDescription" eSuperTypes="#//description/TableDescription">
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedColumnMappings"
lowerBound="1" upperBound="-1" eType="#//description/ElementColumnMapping"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="intersection" upperBound="-1"
eType="#//description/IntersectionMapping" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="createColumn" upperBound="-1"
eType="#//description/CreateCrossColumnTool" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TableMapping" eSuperTypes="../../org.eclipse.sirius/model/viewpoint.ecore#//description/RepresentationElementMapping">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="semanticElements" eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The elements that are represented by this mapping."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="contentassist" value=""/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="a Collection<EObject> or an EObject."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables">
<details key="view" value="table.DTableElement | current DTableElement (DCell, DColumn, DLine, ...)."/>
<details key="containerView" value="ecore.EObject | container of the current DTableElement (variable is available if container is not null)."/>
<details key="container" value="ecore.EObject | semantic target of containerView (if it is a DSemanticDecorator)."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LineMapping" eSuperTypes="#//description/TableMapping #//description/StyleUpdater">
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubLines" upperBound="-1"
eType="#//description/LineMapping" containment="true" eKeys="../../org.eclipse.sirius/model/viewpoint.ecore#//description/IdentifiedElement/name"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="reusedSubLines" upperBound="-1"
eType="#//description/LineMapping" eOpposite="#//description/LineMapping/reusedInMappings"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="allSubLines" upperBound="-1"
eType="#//description/LineMapping" changeable="false" volatile="true" transient="true"
derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="reusedInMappings" upperBound="-1"
eType="#//description/LineMapping" eOpposite="#//description/LineMapping/reusedSubLines"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="domainClass" lowerBound="1"
eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/TypeName"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="create" upperBound="-1"
eType="#//description/CreateLineTool" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="delete" eType="#//description/DeleteLineTool"
containment="true" eOpposite="#//description/DeleteLineTool/mapping"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="semanticCandidatesExpression"
eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="a Collection<EObject> or an EObject."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables">
<details key="viewpoint" value="table.DTable | (deprecated) current DTable."/>
<details key="table" value="table.DTable | current DTable."/>
<details key="root" value="ecore.EObject | semantic target of $table."/>
<details key="containerView" value="table.LineContainer | current LineContainer (DLine or DTable)."/>
<details key="container" value="ecore.EObject | semantic target of $containerView (if it is a DSemanticDecorator)."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="headerLabelExpression"
eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="a string."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ColumnMapping" eSuperTypes="#//description/TableMapping">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="headerLabelExpression"
eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="a string."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="initialWidth" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The initial width of the column (calculated if not available)."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ElementColumnMapping" eSuperTypes="#//description/ColumnMapping #//description/StyleUpdater">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="domainClass" lowerBound="1"
eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/TypeName"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="semanticCandidatesExpression"
eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="a Collection<EObject> or an EObject."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables">
<details key="viewpoint" value="table.DTable | (deprecated) current DTable."/>
<details key="table" value="table.DTable | current DTable."/>
<details key="containerView" value="table.DTable | current DTable."/>
<details key="container" value="ecore.EObject | semantic element targeted by the current DTable."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="create" upperBound="-1"
eType="#//description/CreateColumnTool" containment="true" eOpposite="#//description/CreateColumnTool/mapping"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="delete" eType="#//description/DeleteColumnTool"
containment="true" eOpposite="#//description/DeleteColumnTool/mapping"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FeatureColumnMapping" eSuperTypes="#//description/ColumnMapping #//description/CellUpdater #//description/StyleUpdater">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="featureName" lowerBound="1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="labelExpression" eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="a string."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables">
<details key="root" value="ecore.EObject | semantic target of the current DTable."/>
<details key="line" value="table.DLine | DLine of the current DCell."/>
<details key="lineSemantic" value="ecore.EObject | semantic target of $line"/>
<details key="container" value="ecore.EObject | semantic target of $line."/>
<details key="column" value="table.DColumn | DColumn of the current DCell."/>
<details key="columnSemantic" value="ecore.EObject | semantic target of $column"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="featureParentExpression"
eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="An expression to get the parent of the feature. By default, the parent of the feature is the semantic element of the line."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="a Collection<EObject> or an EObject."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables">
<details key="root" value="ecore.EObject | semantic target of the current DTable."/>
<details key="container" value="ecore.EObject | semantic target of the current DLine."/>
<details key="line" value="table.DLine | DLine of the current DCell."/>
<details key="table" value="table.DTable | current DTable."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CellUpdater">
<eOperations name="getLabelComputationExpression" lowerBound="1" eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/InterpretedExpression"/>
<eOperations name="getCreateCell" eType="#//description/CreateCellTool"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="directEdit" eType="#//description/LabelEditTool"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="canEdit" eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="a boolean."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StyleUpdater" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="defaultForeground" eType="#//description/ForegroundStyleDescription"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="foregroundConditionalStyle"
upperBound="-1" eType="#//description/ForegroundConditionalStyle" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="defaultBackground" eType="#//description/BackgroundStyleDescription"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="backgroundConditionalStyle"
upperBound="-1" eType="#//description/BackgroundConditionalStyle" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IntersectionMapping" eSuperTypes="#//description/TableMapping #//description/CellUpdater #//description/StyleUpdater">
<eStructuralFeatures xsi:type="ecore:EReference" name="lineMapping" lowerBound="1"
upperBound="-1" eType="#//description/LineMapping" eKeys="../../org.eclipse.sirius/model/viewpoint.ecore#//description/IdentifiedElement/name"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="columnMapping" lowerBound="1"
eType="#//description/ColumnMapping"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="labelExpression" eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="a string."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables">
<details key="root" value="ecore.EObject | semantic target of the current DTable."/>
<details key="line" value="table.DLine | DLine of the current DCell."/>
<details key="lineSemantic" value="ecore.EObject | semantic target of $line"/>
<details key="container" value="ecore.EObject | semantic target of $line."/>
<details key="column" value="table.DColumn | DColumn of the current DCell."/>
<details key="columnSemantic" value="ecore.EObject | semantic target of $column"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="useDomainClass" lowerBound="1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"
defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="columnFinderExpression"
lowerBound="1" eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="a Collection<EObject> or an EObject."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lineFinderExpression"
eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="a Collection<EObject> or an EObject."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="semanticCandidatesExpression"
eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="a Collection<EObject> or an EObject."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="domainClass" eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/TypeName"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="preconditionExpression"
eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="An expression guarding the effect if evaluated to false."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="contentassist" value=""/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="a boolean."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables">
<details key="line" value="table.DLine | the source view of the current potential line."/>
<details key="lineSemantic" value="ecore.EObject | the semantic element of $line."/>
<details key="column" value="table.DColumn | the source view of the current potential column."/>
<details key="columnSemantic" value="ecore.EObject | the semantic element of $column."/>
<details key="table" value="table.DTable | the current DTable."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="create" eType="#//description/CreateCellTool"
containment="true" eOpposite="#//description/CreateCellTool/mapping"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TableTool">
<eStructuralFeatures xsi:type="ecore:EReference" name="variables" upperBound="-1"
eType="#//description/TableVariable" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="firstModelOperation"
lowerBound="1" eType="ecore:EClass ../../org.eclipse.sirius/model/viewpoint.ecore#//description/tool/ModelOperation"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LabelEditTool" eSuperTypes="#//description/TableTool">
<eStructuralFeatures xsi:type="ecore:EReference" name="mask" lowerBound="1"
eType="ecore:EClass ../../org.eclipse.sirius/model/viewpoint.ecore#//description/tool/EditMaskVariables"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The edit mask."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CreateTool" abstract="true" eSuperTypes="../../org.eclipse.sirius/model/viewpoint.ecore#//description/tool/AbstractToolDescription #//description/TableTool"/>
<eClassifiers xsi:type="ecore:EClass" name="CreateColumnTool" eSuperTypes="#//description/CreateTool">
<eStructuralFeatures xsi:type="ecore:EReference" name="mapping" lowerBound="1"
eType="#//description/ElementColumnMapping" eOpposite="#//description/ElementColumnMapping/create"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CreateCrossColumnTool" eSuperTypes="#//description/CreateTool">
<eStructuralFeatures xsi:type="ecore:EReference" name="mapping" lowerBound="1"
eType="#//description/ElementColumnMapping"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CreateLineTool" eSuperTypes="#//description/CreateTool">
<eStructuralFeatures xsi:type="ecore:EReference" name="mapping" eType="#//description/LineMapping"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CreateCellTool" eSuperTypes="#//description/TableTool ../../org.eclipse.sirius/model/viewpoint.ecore#//description/tool/AbstractToolDescription">
<eStructuralFeatures xsi:type="ecore:EReference" name="mask" lowerBound="1"
eType="ecore:EClass ../../org.eclipse.sirius/model/viewpoint.ecore#//description/tool/EditMaskVariables"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The edit mask."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="mapping" lowerBound="1"
eType="#//description/IntersectionMapping" eOpposite="#//description/IntersectionMapping/create"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DeleteTool" abstract="true" eSuperTypes="../../org.eclipse.sirius/model/viewpoint.ecore#//description/tool/AbstractToolDescription #//description/TableTool"/>
<eClassifiers xsi:type="ecore:EClass" name="DeleteColumnTool" eSuperTypes="#//description/DeleteTool">
<eStructuralFeatures xsi:type="ecore:EReference" name="mapping" lowerBound="1"
eType="#//description/ElementColumnMapping" eOpposite="#//description/ElementColumnMapping/delete"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DeleteLineTool" eSuperTypes="#//description/DeleteTool">
<eStructuralFeatures xsi:type="ecore:EReference" name="mapping" lowerBound="1"
eType="#//description/LineMapping" eOpposite="#//description/LineMapping/delete"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ForegroundStyleDescription">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="labelSize" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"
defaultValueLiteral="12">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The font size."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="labelFormat" upperBound="4"
eType="ecore:EEnum ../../org.eclipse.sirius/model/viewpoint.ecore#//FontFormat">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The font format."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="foreGroundColor" lowerBound="1"
eType="ecore:EClass ../../org.eclipse.sirius/model/viewpoint.ecore#//description/ColorDescription"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BackgroundStyleDescription">
<eStructuralFeatures xsi:type="ecore:EReference" name="backgroundColor" lowerBound="1"
eType="ecore:EClass ../../org.eclipse.sirius/model/viewpoint.ecore#//description/ColorDescription"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ForegroundConditionalStyle">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="predicateExpression"
lowerBound="1" eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="a boolean."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="style" eType="#//description/ForegroundStyleDescription"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BackgroundConditionalStyle">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="predicateExpression"
lowerBound="1" eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="a boolean."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="style" eType="#//description/BackgroundStyleDescription"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TableVariable" eSuperTypes="../../org.eclipse.sirius/model/viewpoint.ecore#//description/AbstractVariable ../../org.eclipse.sirius/model/viewpoint.ecore#//description/tool/VariableContainer">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="documentation" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TableCreationDescription" eSuperTypes="../../org.eclipse.sirius/model/viewpoint.ecore#//description/tool/RepresentationCreationDescription">
<eStructuralFeatures xsi:type="ecore:EReference" name="tableDescription" lowerBound="1"
eType="#//description/TableDescription"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TableNavigationDescription" eSuperTypes="../../org.eclipse.sirius/model/viewpoint.ecore#//description/tool/RepresentationNavigationDescription">
<eStructuralFeatures xsi:type="ecore:EReference" name="tableDescription" lowerBound="1"
eType="#//description/TableDescription"/>
</eClassifiers>
</eSubpackages>
</ecore:EPackage>
| github:ecore:/data/tue-mdse/ocl-dataset/dataset-mtl/repos/pcdavid/org.eclipse.sirius/plugins/org.eclipse.sirius.table/model/table.ecore | ecore | table
DTable
columns
headerColumnWidth
description
DTableElement
tableElementMapping
LineContainer
lines
DLine
label
originMapping
visible
true
collapsed
false
cells
container
orderedCells
currentStyle
DCell
label
line
column
currentStyle
updater
intersectionMapping
DCellStyle
foregroundStyleOrigin
backgroundStyleOrigin
DColumn
label
cells
originMapping
table
orderedCells
visible
true
width
currentStyle
DTargetColumn
DFeatureColumn
featureName
DTableElementStyle
labelSize
8
labelFormat
defaultForegroundStyle
false
defaultBackgroundStyle
false
foregroundColor
0,0,0
backgroundColor
255,255,255
description
TableDescription
preconditionExpression
domainClass
ownedRepresentationCreationDescriptions
reusedRepresentationCreationDescriptions
allRepresentationCreationDescriptions
ownedRepresentationNavigationDescriptions
reusedRepresentationNavigationDescriptions
allRepresentationNavigationDescriptions
ownedLineMappings
reusedLineMappings
allLineMappings
ownedCreateLine
reusedCreateLine
allCreateLine
initialHeaderColumnWidth
importedElements
EditionTableDescription
ownedColumnMappings
reusedColumnMappings
allColumnMappings
CrossTableDescription
ownedColumnMappings
intersection
createColumn
TableMapping
semanticElements
LineMapping
ownedSubLines
reusedSubLines
allSubLines
reusedInMappings
domainClass
create
delete
semanticCandidatesExpression
headerLabelExpression
ColumnMapping
headerLabelExpression
initialWidth
ElementColumnMapping
domainClass
semanticCandidatesExpression
create
delete
FeatureColumnMapping
featureName
labelExpression
featureParentExpression
CellUpdater
getLabelComputationExpression
getCreateCell
directEdit
canEdit
StyleUpdater
defaultForeground
foregroundConditionalStyle
defaultBackground
backgroundConditionalStyle
IntersectionMapping
lineMapping
columnMapping
labelExpression
useDomainClass
false
columnFinderExpression
lineFinderExpression
semanticCandidatesExpression
domainClass
preconditionExpression
create
TableTool
variables
firstModelOperation
LabelEditTool
mask
CreateTool
CreateColumnTool
mapping
CreateCrossColumnTool
mapping
CreateLineTool
mapping
CreateCellTool
mask
mapping
DeleteTool
DeleteColumnTool
mapping
DeleteLineTool
mapping
ForegroundStyleDescription
labelSize
12
labelFormat
foreGroundColor
BackgroundStyleDescription
backgroundColor
ForegroundConditionalStyle
predicateExpression
style
BackgroundConditionalStyle
predicateExpression
style
TableVariable
documentation
TableCreationDescription
tableDescription
TableNavigationDescription
tableDescription | null | {"directed":true,"nodes":[{"nsPrefix":"table","nsURI":"http://www.eclipse.org/sirius/table/1.1.0","name":"table","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DTable","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DTableElement","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LineContainer","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DLine","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DCell","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DCellStyle","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DColumn","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DTargetColumn","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DFeatureColumn","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DTableElementStyle","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"nsPrefix":"description","nsURI":"http://www.eclipse.org/sirius/table/description/1.1.0","name":"description","id":11,"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":"columns","changeable":true,"resolveProxies":true,"lowerBound":0,"id":12,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"headerColumnWidth","changeable":true,"lowerBound":0,"iD":false,"id":13,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"table","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TableDescription","instanceClass":null,"abstract":true,"id":20,"interface":false,"eClass":"EClass"},{"id":21,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"tableElementMapping","changeable":false,"resolveProxies":true,"lowerBound":0,"id":22,"derived":true},{"id":23,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TableMapping","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"id":25,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lines","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"container","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"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":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":"originMapping","changeable":true,"resolveProxies":true,"lowerBound":1,"id":31,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"visible","changeable":true,"lowerBound":1,"iD":false,"id":32,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"collapsed","changeable":true,"lowerBound":1,"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":"cells","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"orderedCells","changeable":false,"resolveProxies":true,"lowerBound":0,"id":35,"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":"currentStyle","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LineMapping","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"line","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"lowerBound":0,"iD":false,"id":49,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"column","changeable":true,"resolveProxies":true,"lowerBound":0,"id":50,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"currentStyle","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"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":"updater","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"intersectionMapping","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cells","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CellUpdater","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"id":62,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntersectionMapping","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"id":64,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"foregroundStyleOrigin","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"backgroundStyleOrigin","changeable":true,"resolveProxies":true,"lowerBound":0,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"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},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"originMapping","changeable":true,"resolveProxies":true,"lowerBound":1,"id":71,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"orderedCells","changeable":false,"resolveProxies":true,"lowerBound":0,"id":72,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"visible","changeable":true,"lowerBound":1,"iD":false,"id":73,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"width","changeable":true,"lowerBound":0,"iD":false,"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":"currentStyle","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ColumnMapping","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"featureName","changeable":true,"lowerBound":1,"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":"8","unsettable":false,"transient":false,"unique":true,"name":"labelSize","changeable":true,"lowerBound":0,"iD":false,"id":91,"derived":false},{"ordered":true,"upperBound":4,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"labelFormat","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":"false","unsettable":false,"transient":false,"unique":true,"name":"defaultForegroundStyle","changeable":true,"lowerBound":0,"iD":false,"id":93,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"defaultBackgroundStyle","changeable":true,"lowerBound":0,"iD":false,"id":94,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0,0,0","unsettable":false,"transient":false,"unique":true,"name":"foregroundColor","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":"255,255,255","unsettable":false,"transient":false,"unique":true,"name":"backgroundColor","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"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EditionTableDescription","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CrossTableDescription","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElementColumnMapping","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureColumnMapping","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StyleUpdater","instanceClass":null,"abstract":true,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TableTool","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LabelEditTool","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateTool","instanceClass":null,"abstract":true,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateColumnTool","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateCrossColumnTool","instanceClass":null,"abstract":false,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateLineTool","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateCellTool","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeleteTool","instanceClass":null,"abstract":true,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeleteColumnTool","instanceClass":null,"abstract":false,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeleteLineTool","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForegroundStyleDescription","instanceClass":null,"abstract":false,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BackgroundStyleDescription","instanceClass":null,"abstract":false,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForegroundConditionalStyle","instanceClass":null,"abstract":false,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BackgroundConditionalStyle","instanceClass":null,"abstract":false,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TableVariable","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TableCreationDescription","instanceClass":null,"abstract":false,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TableNavigationDescription","instanceClass":null,"abstract":false,"id":124,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"preconditionExpression","changeable":true,"lowerBound":0,"iD":false,"id":125,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"domainClass","changeable":true,"lowerBound":1,"iD":false,"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":"ownedRepresentationCreationDescriptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":127,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"reusedRepresentationCreationDescriptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":128,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"allRepresentationCreationDescriptions","changeable":false,"resolveProxies":true,"lowerBound":0,"id":129,"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":"ownedRepresentationNavigationDescriptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":130,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"reusedRepresentationNavigationDescriptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":131,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"allRepresentationNavigationDescriptions","changeable":false,"resolveProxies":true,"lowerBound":0,"id":132,"derived":true},{"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":"ownedLineMappings","changeable":true,"resolveProxies":true,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"reusedLineMappings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":134,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"allLineMappings","changeable":false,"resolveProxies":true,"lowerBound":1,"id":135,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedCreateLine","changeable":true,"resolveProxies":true,"lowerBound":0,"id":136,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"reusedCreateLine","changeable":true,"resolveProxies":true,"lowerBound":0,"id":137,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"allCreateLine","changeable":false,"resolveProxies":true,"lowerBound":0,"id":138,"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":"initialHeaderColumnWidth","changeable":true,"lowerBound":0,"iD":false,"id":139,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"importedElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":140,"derived":false},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"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"},{"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":"ownedColumnMappings","changeable":true,"resolveProxies":true,"lowerBound":1,"id":160,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"reusedColumnMappings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":161,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"allColumnMappings","changeable":false,"resolveProxies":true,"lowerBound":1,"id":162,"derived":true},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedColumnMappings","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":"intersection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":168,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"createColumn","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"semanticElements","changeable":true,"lowerBound":0,"iD":false,"id":174,"derived":false},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedSubLines","changeable":true,"resolveProxies":true,"lowerBound":0,"id":177,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"reusedSubLines","changeable":true,"resolveProxies":true,"lowerBound":0,"id":178,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"allSubLines","changeable":false,"resolveProxies":true,"lowerBound":0,"id":179,"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":"reusedInMappings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":180,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"domainClass","changeable":true,"lowerBound":1,"iD":false,"id":181,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"create","changeable":true,"resolveProxies":true,"lowerBound":0,"id":182,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"delete","changeable":true,"resolveProxies":true,"lowerBound":0,"id":183,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"semanticCandidatesExpression","changeable":true,"lowerBound":0,"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":"headerLabelExpression","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"},{"id":194,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mapping","changeable":true,"resolveProxies":true,"lowerBound":1,"id":195,"derived":false},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"headerLabelExpression","changeable":true,"lowerBound":0,"iD":false,"id":198,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"initialWidth","changeable":true,"lowerBound":0,"iD":false,"id":199,"derived":false},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"domainClass","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":"semanticCandidatesExpression","changeable":true,"lowerBound":0,"iD":false,"id":204,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"create","changeable":true,"resolveProxies":true,"lowerBound":0,"id":205,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"delete","changeable":true,"resolveProxies":true,"lowerBound":0,"id":206,"derived":false},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"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":"mapping","changeable":true,"resolveProxies":true,"lowerBound":1,"id":212,"derived":false},{"id":213,"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":"mapping","changeable":true,"resolveProxies":true,"lowerBound":1,"id":214,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"featureName","changeable":true,"lowerBound":1,"iD":false,"id":215,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"labelExpression","changeable":true,"lowerBound":0,"iD":false,"id":216,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"featureParentExpression","changeable":true,"lowerBound":0,"iD":false,"id":217,"derived":false},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getLabelComputationExpression","lowerBound":1,"id":224,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getCreateCell","lowerBound":0,"id":225,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"directEdit","changeable":true,"resolveProxies":true,"lowerBound":0,"id":226,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"canEdit","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defaultForeground","changeable":true,"resolveProxies":true,"lowerBound":0,"id":232,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"foregroundConditionalStyle","changeable":true,"resolveProxies":true,"lowerBound":0,"id":233,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defaultBackground","changeable":true,"resolveProxies":true,"lowerBound":0,"id":234,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"backgroundConditionalStyle","changeable":true,"resolveProxies":true,"lowerBound":0,"id":235,"derived":false},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"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":"lineMapping","changeable":true,"resolveProxies":true,"lowerBound":1,"id":240,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"columnMapping","changeable":true,"resolveProxies":true,"lowerBound":1,"id":241,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"labelExpression","changeable":true,"lowerBound":0,"iD":false,"id":242,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"useDomainClass","changeable":true,"lowerBound":1,"iD":false,"id":243,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"columnFinderExpression","changeable":true,"lowerBound":1,"iD":false,"id":244,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lineFinderExpression","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":"semanticCandidatesExpression","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":"domainClass","changeable":true,"lowerBound":0,"iD":false,"id":247,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"preconditionExpression","changeable":true,"lowerBound":0,"iD":false,"id":248,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"create","changeable":true,"resolveProxies":true,"lowerBound":0,"id":249,"derived":false},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"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":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":"mapping","changeable":true,"resolveProxies":true,"lowerBound":1,"id":263,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":264,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"firstModelOperation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":265,"derived":false},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mask","changeable":true,"resolveProxies":true,"lowerBound":1,"id":268,"derived":false},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mapping","changeable":true,"resolveProxies":true,"lowerBound":1,"id":275,"derived":false},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mapping","changeable":true,"resolveProxies":true,"lowerBound":0,"id":278,"derived":false},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mask","changeable":true,"resolveProxies":true,"lowerBound":1,"id":281,"derived":false},{"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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"12","unsettable":false,"transient":false,"unique":true,"name":"labelSize","changeable":true,"lowerBound":0,"iD":false,"id":292,"derived":false},{"ordered":true,"upperBound":4,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"labelFormat","changeable":true,"lowerBound":0,"iD":false,"id":293,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"foreGroundColor","changeable":true,"resolveProxies":true,"lowerBound":1,"id":294,"derived":false},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"backgroundColor","changeable":true,"resolveProxies":true,"lowerBound":1,"id":298,"derived":false},{"id":299,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"predicateExpression","changeable":true,"lowerBound":1,"iD":false,"id":300,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"style","changeable":true,"resolveProxies":true,"lowerBound":0,"id":301,"derived":false},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"predicateExpression","changeable":true,"lowerBound":1,"iD":false,"id":304,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"style","changeable":true,"resolveProxies":true,"lowerBound":0,"id":305,"derived":false},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"documentation","changeable":true,"lowerBound":0,"iD":false,"id":308,"derived":false},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tableDescription","changeable":true,"resolveProxies":true,"lowerBound":1,"id":312,"derived":false},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tableDescription","changeable":true,"resolveProxies":true,"lowerBound":1,"id":315,"derived":false},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":1,"target":0},{"source":1,"target":3},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":12,"target":7},{"source":12,"target":17},{"source":12,"target":1},{"source":12,"target":18},{"source":17,"target":7},{"source":13,"target":19},{"source":13,"target":1},{"source":14,"target":20},{"source":14,"target":21},{"source":14,"target":1},{"source":21,"target":20},{"source":16,"target":3},{"source":2,"target":0},{"source":2,"target":22},{"source":2,"target":23},{"source":22,"target":24},{"source":22,"target":25},{"source":22,"target":2},{"source":25,"target":24},{"source":3,"target":0},{"source":3,"target":26},{"source":3,"target":27},{"source":26,"target":4},{"source":26,"target":28},{"source":26,"target":3},{"source":26,"target":29},{"source":28,"target":4},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":2},{"source":4,"target":30},{"source":4,"target":31},{"source":4,"target":32},{"source":4,"target":33},{"source":4,"target":34},{"source":4,"target":29},{"source":4,"target":35},{"source":4,"target":36},{"source":4,"target":37},{"source":4,"target":38},{"source":30,"target":39},{"source":30,"target":4},{"source":31,"target":40},{"source":31,"target":41},{"source":31,"target":4},{"source":41,"target":40},{"source":32,"target":42},{"source":32,"target":4},{"source":33,"target":43},{"source":33,"target":4},{"source":34,"target":5},{"source":34,"target":44},{"source":34,"target":4},{"source":34,"target":45},{"source":44,"target":5},{"source":29,"target":3},{"source":29,"target":46},{"source":29,"target":4},{"source":29,"target":26},{"source":46,"target":3},{"source":35,"target":5},{"source":35,"target":47},{"source":35,"target":4},{"source":47,"target":5},{"source":36,"target":10},{"source":36,"target":48},{"source":36,"target":4},{"source":48,"target":10},{"source":37,"target":3},{"source":38,"target":2},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":49},{"source":5,"target":45},{"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":49,"target":56},{"source":49,"target":5},{"source":45,"target":4},{"source":45,"target":57},{"source":45,"target":5},{"source":45,"target":34},{"source":57,"target":4},{"source":50,"target":7},{"source":50,"target":58},{"source":50,"target":5},{"source":50,"target":59},{"source":58,"target":7},{"source":51,"target":6},{"source":51,"target":60},{"source":51,"target":5},{"source":60,"target":6},{"source":52,"target":61},{"source":52,"target":62},{"source":52,"target":5},{"source":62,"target":61},{"source":53,"target":63},{"source":53,"target":64},{"source":53,"target":5},{"source":64,"target":63},{"source":55,"target":2},{"source":6,"target":0},{"source":6,"target":10},{"source":6,"target":65},{"source":6,"target":66},{"source":6,"target":67},{"source":65,"target":24},{"source":65,"target":68},{"source":65,"target":6},{"source":68,"target":24},{"source":66,"target":24},{"source":66,"target":69},{"source":66,"target":6},{"source":69,"target":24},{"source":67,"target":10},{"source":7,"target":0},{"source":7,"target":2},{"source":7,"target":70},{"source":7,"target":59},{"source":7,"target":71},{"source":7,"target":18},{"source":7,"target":72},{"source":7,"target":73},{"source":7,"target":74},{"source":7,"target":75},{"source":7,"target":76},{"source":70,"target":77},{"source":70,"target":7},{"source":59,"target":5},{"source":59,"target":78},{"source":59,"target":7},{"source":59,"target":50},{"source":78,"target":5},{"source":71,"target":79},{"source":71,"target":80},{"source":71,"target":7},{"source":80,"target":79},{"source":18,"target":1},{"source":18,"target":81},{"source":18,"target":7},{"source":18,"target":12},{"source":81,"target":1},{"source":72,"target":5},{"source":72,"target":82},{"source":72,"target":7},{"source":82,"target":5},{"source":73,"target":83},{"source":73,"target":7},{"source":74,"target":84},{"source":74,"target":7},{"source":75,"target":10},{"source":75,"target":85},{"source":75,"target":7},{"source":85,"target":10},{"source":76,"target":2},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":86},{"source":8,"target":87},{"source":87,"target":7},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":88},{"source":9,"target":89},{"source":88,"target":90},{"source":88,"target":9},{"source":89,"target":7},{"source":10,"target":0},{"source":10,"target":91},{"source":10,"target":92},{"source":10,"target":93},{"source":10,"target":94},{"source":10,"target":95},{"source":10,"target":96},{"source":91,"target":97},{"source":91,"target":10},{"source":92,"target":98},{"source":92,"target":10},{"source":93,"target":99},{"source":93,"target":10},{"source":94,"target":100},{"source":94,"target":10},{"source":95,"target":101},{"source":95,"target":10},{"source":96,"target":102},{"source":96,"target":10},{"source":11,"target":20},{"source":11,"target":103},{"source":11,"target":104},{"source":11,"target":24},{"source":11,"target":40},{"source":11,"target":79},{"source":11,"target":105},{"source":11,"target":106},{"source":11,"target":61},{"source":11,"target":107},{"source":11,"target":63},{"source":11,"target":108},{"source":11,"target":109},{"source":11,"target":110},{"source":11,"target":111},{"source":11,"target":112},{"source":11,"target":113},{"source":11,"target":114},{"source":11,"target":115},{"source":11,"target":116},{"source":11,"target":117},{"source":11,"target":118},{"source":11,"target":119},{"source":11,"target":120},{"source":11,"target":121},{"source":11,"target":122},{"source":11,"target":123},{"source":11,"target":124},{"source":11,"target":0},{"source":20,"target":11},{"source":20,"target":125},{"source":20,"target":126},{"source":20,"target":127},{"source":20,"target":128},{"source":20,"target":129},{"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":125,"target":144},{"source":125,"target":20},{"source":126,"target":145},{"source":126,"target":20},{"source":127,"target":146},{"source":127,"target":20},{"source":128,"target":147},{"source":128,"target":20},{"source":129,"target":148},{"source":129,"target":20},{"source":130,"target":149},{"source":130,"target":20},{"source":131,"target":150},{"source":131,"target":20},{"source":132,"target":151},{"source":132,"target":20},{"source":133,"target":40},{"source":133,"target":152},{"source":133,"target":20},{"source":152,"target":40},{"source":134,"target":40},{"source":134,"target":153},{"source":134,"target":20},{"source":153,"target":40},{"source":135,"target":40},{"source":135,"target":154},{"source":135,"target":20},{"source":154,"target":40},{"source":136,"target":113},{"source":136,"target":155},{"source":136,"target":20},{"source":155,"target":113},{"source":137,"target":113},{"source":137,"target":156},{"source":137,"target":20},{"source":156,"target":113},{"source":138,"target":113},{"source":138,"target":157},{"source":138,"target":20},{"source":157,"target":113},{"source":139,"target":158},{"source":139,"target":20},{"source":140,"target":159},{"source":140,"target":20},{"source":103,"target":11},{"source":103,"target":20},{"source":103,"target":160},{"source":103,"target":161},{"source":103,"target":162},{"source":103,"target":163},{"source":160,"target":106},{"source":160,"target":164},{"source":160,"target":103},{"source":164,"target":106},{"source":161,"target":106},{"source":161,"target":165},{"source":161,"target":103},{"source":165,"target":106},{"source":162,"target":106},{"source":162,"target":166},{"source":162,"target":103},{"source":166,"target":106},{"source":163,"target":20},{"source":104,"target":11},{"source":104,"target":20},{"source":104,"target":167},{"source":104,"target":168},{"source":104,"target":169},{"source":104,"target":170},{"source":167,"target":105},{"source":167,"target":171},{"source":167,"target":104},{"source":171,"target":105},{"source":168,"target":63},{"source":168,"target":172},{"source":168,"target":104},{"source":172,"target":63},{"source":169,"target":112},{"source":169,"target":173},{"source":169,"target":104},{"source":173,"target":112},{"source":170,"target":20},{"source":24,"target":11},{"source":24,"target":174},{"source":24,"target":175},{"source":174,"target":176},{"source":174,"target":24},{"source":40,"target":11},{"source":40,"target":24},{"source":40,"target":107},{"source":40,"target":177},{"source":40,"target":178},{"source":40,"target":179},{"source":40,"target":180},{"source":40,"target":181},{"source":40,"target":182},{"source":40,"target":183},{"source":40,"target":184},{"source":40,"target":185},{"source":40,"target":186},{"source":40,"target":187},{"source":177,"target":40},{"source":177,"target":188},{"source":177,"target":40},{"source":188,"target":40},{"source":178,"target":40},{"source":178,"target":189},{"source":178,"target":40},{"source":178,"target":180},{"source":189,"target":40},{"source":179,"target":40},{"source":179,"target":190},{"source":179,"target":40},{"source":190,"target":40},{"source":180,"target":40},{"source":180,"target":191},{"source":180,"target":40},{"source":180,"target":178},{"source":191,"target":40},{"source":181,"target":192},{"source":181,"target":40},{"source":182,"target":113},{"source":182,"target":193},{"source":182,"target":40},{"source":193,"target":113},{"source":183,"target":117},{"source":183,"target":194},{"source":183,"target":40},{"source":183,"target":195},{"source":194,"target":117},{"source":184,"target":196},{"source":184,"target":40},{"source":185,"target":197},{"source":185,"target":40},{"source":186,"target":24},{"source":187,"target":107},{"source":79,"target":11},{"source":79,"target":24},{"source":79,"target":198},{"source":79,"target":199},{"source":79,"target":200},{"source":198,"target":201},{"source":198,"target":79},{"source":199,"target":202},{"source":199,"target":79},{"source":200,"target":24},{"source":105,"target":11},{"source":105,"target":79},{"source":105,"target":107},{"source":105,"target":203},{"source":105,"target":204},{"source":105,"target":205},{"source":105,"target":206},{"source":105,"target":207},{"source":105,"target":208},{"source":203,"target":209},{"source":203,"target":105},{"source":204,"target":210},{"source":204,"target":105},{"source":205,"target":111},{"source":205,"target":211},{"source":205,"target":105},{"source":205,"target":212},{"source":211,"target":111},{"source":206,"target":116},{"source":206,"target":213},{"source":206,"target":105},{"source":206,"target":214},{"source":213,"target":116},{"source":207,"target":79},{"source":208,"target":107},{"source":106,"target":11},{"source":106,"target":79},{"source":106,"target":61},{"source":106,"target":107},{"source":106,"target":215},{"source":106,"target":216},{"source":106,"target":217},{"source":106,"target":218},{"source":106,"target":219},{"source":106,"target":220},{"source":215,"target":221},{"source":215,"target":106},{"source":216,"target":222},{"source":216,"target":106},{"source":217,"target":223},{"source":217,"target":106},{"source":218,"target":79},{"source":219,"target":61},{"source":220,"target":107},{"source":61,"target":11},{"source":61,"target":224},{"source":61,"target":225},{"source":61,"target":226},{"source":61,"target":227},{"source":224,"target":228},{"source":224,"target":61},{"source":225,"target":114},{"source":225,"target":229},{"source":225,"target":61},{"source":229,"target":114},{"source":226,"target":109},{"source":226,"target":230},{"source":226,"target":61},{"source":230,"target":109},{"source":227,"target":231},{"source":227,"target":61},{"source":107,"target":11},{"source":107,"target":232},{"source":107,"target":233},{"source":107,"target":234},{"source":107,"target":235},{"source":232,"target":118},{"source":232,"target":236},{"source":232,"target":107},{"source":236,"target":118},{"source":233,"target":120},{"source":233,"target":237},{"source":233,"target":107},{"source":237,"target":120},{"source":234,"target":119},{"source":234,"target":238},{"source":234,"target":107},{"source":238,"target":119},{"source":235,"target":121},{"source":235,"target":239},{"source":235,"target":107},{"source":239,"target":121},{"source":63,"target":11},{"source":63,"target":24},{"source":63,"target":61},{"source":63,"target":107},{"source":63,"target":240},{"source":63,"target":241},{"source":63,"target":242},{"source":63,"target":243},{"source":63,"target":244},{"source":63,"target":245},{"source":63,"target":246},{"source":63,"target":247},{"source":63,"target":248},{"source":63,"target":249},{"source":63,"target":250},{"source":63,"target":251},{"source":63,"target":252},{"source":240,"target":40},{"source":240,"target":253},{"source":240,"target":63},{"source":253,"target":40},{"source":241,"target":79},{"source":241,"target":254},{"source":241,"target":63},{"source":254,"target":79},{"source":242,"target":255},{"source":242,"target":63},{"source":243,"target":256},{"source":243,"target":63},{"source":244,"target":257},{"source":244,"target":63},{"source":245,"target":258},{"source":245,"target":63},{"source":246,"target":259},{"source":246,"target":63},{"source":247,"target":260},{"source":247,"target":63},{"source":248,"target":261},{"source":248,"target":63},{"source":249,"target":114},{"source":249,"target":262},{"source":249,"target":63},{"source":249,"target":263},{"source":262,"target":114},{"source":250,"target":24},{"source":251,"target":61},{"source":252,"target":107},{"source":108,"target":11},{"source":108,"target":264},{"source":108,"target":265},{"source":264,"target":122},{"source":264,"target":266},{"source":264,"target":108},{"source":266,"target":122},{"source":265,"target":267},{"source":265,"target":108},{"source":109,"target":11},{"source":109,"target":108},{"source":109,"target":268},{"source":109,"target":269},{"source":268,"target":270},{"source":268,"target":109},{"source":269,"target":108},{"source":110,"target":11},{"source":110,"target":108},{"source":110,"target":271},{"source":110,"target":272},{"source":272,"target":108},{"source":111,"target":11},{"source":111,"target":110},{"source":111,"target":212},{"source":111,"target":273},{"source":212,"target":105},{"source":212,"target":274},{"source":212,"target":111},{"source":212,"target":205},{"source":274,"target":105},{"source":273,"target":110},{"source":112,"target":11},{"source":112,"target":110},{"source":112,"target":275},{"source":112,"target":276},{"source":275,"target":105},{"source":275,"target":277},{"source":275,"target":112},{"source":277,"target":105},{"source":276,"target":110},{"source":113,"target":11},{"source":113,"target":110},{"source":113,"target":278},{"source":113,"target":279},{"source":278,"target":40},{"source":278,"target":280},{"source":278,"target":113},{"source":280,"target":40},{"source":279,"target":110},{"source":114,"target":11},{"source":114,"target":108},{"source":114,"target":281},{"source":114,"target":263},{"source":114,"target":282},{"source":114,"target":283},{"source":281,"target":284},{"source":281,"target":114},{"source":263,"target":63},{"source":263,"target":285},{"source":263,"target":114},{"source":263,"target":249},{"source":285,"target":63},{"source":282,"target":108},{"source":115,"target":11},{"source":115,"target":108},{"source":115,"target":286},{"source":115,"target":287},{"source":287,"target":108},{"source":116,"target":11},{"source":116,"target":115},{"source":116,"target":214},{"source":116,"target":288},{"source":214,"target":105},{"source":214,"target":289},{"source":214,"target":116},{"source":214,"target":206},{"source":289,"target":105},{"source":288,"target":115},{"source":117,"target":11},{"source":117,"target":115},{"source":117,"target":195},{"source":117,"target":290},{"source":195,"target":40},{"source":195,"target":291},{"source":195,"target":117},{"source":195,"target":183},{"source":291,"target":40},{"source":290,"target":115},{"source":118,"target":11},{"source":118,"target":292},{"source":118,"target":293},{"source":118,"target":294},{"source":292,"target":295},{"source":292,"target":118},{"source":293,"target":296},{"source":293,"target":118},{"source":294,"target":297},{"source":294,"target":118},{"source":119,"target":11},{"source":119,"target":298},{"source":298,"target":299},{"source":298,"target":119},{"source":120,"target":11},{"source":120,"target":300},{"source":120,"target":301},{"source":300,"target":302},{"source":300,"target":120},{"source":301,"target":118},{"source":301,"target":303},{"source":301,"target":120},{"source":303,"target":118},{"source":121,"target":11},{"source":121,"target":304},{"source":121,"target":305},{"source":304,"target":306},{"source":304,"target":121},{"source":305,"target":119},{"source":305,"target":307},{"source":305,"target":121},{"source":307,"target":119},{"source":122,"target":11},{"source":122,"target":308},{"source":122,"target":309},{"source":122,"target":310},{"source":308,"target":311},{"source":308,"target":122},{"source":123,"target":11},{"source":123,"target":312},{"source":123,"target":313},{"source":312,"target":20},{"source":312,"target":314},{"source":312,"target":123},{"source":314,"target":20},{"source":124,"target":11},{"source":124,"target":315},{"source":124,"target":316},{"source":315,"target":20},{"source":315,"target":317},{"source":315,"target":124},{"source":317,"target":20}],"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="abstractcim"
nsURI="http://www.reuseware.org/application/abstractcim" nsPrefix="abstractcim">
<eClassifiers xsi:type="ecore:EClass" name="CimModel">
<eAnnotations source="reuseware.root">
<details key="targetPort" value="extension"/>
<details key="sourcePort" value="contents"/>
<details key="targetUFI" value="abstractcim/EmptyCore.cim"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="contents" upperBound="-1"
eType="#//CimModelElement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CimModelElement" abstract="true">
<eAnnotations source="reuseware.fragment">
<details key="label" value="name"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="reuseware.property">
<details key="port" value="name"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Interface" abstract="true" eSuperTypes="#//CimModelElement"/>
<eClassifiers xsi:type="ecore:EClass" name="IPInterface" abstract="true" eSuperTypes="#//Interface">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ipV4Address" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="reuseware.property">
<details key="port" value="ipAddress"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="subnetMask" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="reuseware.property">
<details key="port" value="subnetMask"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Router" eSuperTypes="#//CimModelElement">
<eAnnotations source="reuseware.fragment">
<details key="UFI" value="abstractcim/Router.cim"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="devices" upperBound="-1"
eType="#//Interface">
<eAnnotations source="reuseware.link">
<details key="sourcePort" value="devices"/>
<details key="targetPort" value="device"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="services" eType="#//DHCPServer">
<eAnnotations source="reuseware.link">
<details key="sourcePort" value="services"/>
<details key="targetPort" value="service"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="forwardingServices" eType="#//NATService">
<eAnnotations source="reuseware.link">
<details key="sourcePort" value="forwardingServices"/>
<details key="targetPort" value="forwardingService"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="filterList" eType="#//NATService">
<eAnnotations source="reuseware.link">
<details key="sourcePort" value="filterLists"/>
<details key="targetPort" value="filterList"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EthernetIPInterface" eSuperTypes="#//IPInterface">
<eAnnotations source="reuseware.fragment">
<details key="UFIExpr" value="
		if (self.numPort = 4) return 'abstractcim/4PortEthernetIPInterface.cim';
		if (self.numPort = 8) return 'abstractcim/8PortEthernetIPInterface.cim';"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="numPort" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ADSLIPInterface" eSuperTypes="#//IPInterface">
<eAnnotations source="reuseware.fragment">
<details key="UFI" value="abstractcim/ADSLIPInterface.cim"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="WifiInterface" eSuperTypes="#//Interface">
<eAnnotations source="reuseware.fragment">
<details key="UFI" value="abstractcim/WifiInterface.cim"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="endPoint" eType="#//IPInterface">
<eAnnotations source="reuseware.link">
<details key="sourcePort" value="endPoint"/>
<details key="targetPort" value="ip"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DHCPServer" eSuperTypes="#//CimModelElement">
<eAnnotations source="reuseware.fragment">
<details key="UFI" value="abstractcim/DHCPServer.cim"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="startAddress" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="reuseware.property">
<details key="port" value="startAddress"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="endAddress" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="reuseware.property">
<details key="port" value="endAddress"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="bindsTo" eType="#//IPInterface">
<eAnnotations source="reuseware.link">
<details key="sourcePort" value="bindsTo"/>
<details key="targetPort" value="ip"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NATService" eSuperTypes="#//CimModelElement">
<eAnnotations source="reuseware.fragment">
<details key="UFI" value="abstractcim/NATService.cim"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="endPoint" eType="#//IPInterface">
<eAnnotations source="reuseware.link">
<details key="sourcePort" value="endPoint"/>
<details key="targetPort" value="ip"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/abstractcim.ecore | ecore | abstractcim
CimModel
contents
CimModelElement
name
Interface
IPInterface
ipV4Address
subnetMask
Router
devices
services
forwardingServices
filterList
EthernetIPInterface
numPort
ADSLIPInterface
WifiInterface
endPoint
DHCPServer
startAddress
endAddress
bindsTo
NATService
endPoint | null | {"directed":true,"nodes":[{"nsPrefix":"abstractcim","nsURI":"http://www.reuseware.org/application/abstractcim","name":"abstractcim","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CimModel","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CimModelElement","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IPInterface","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Router","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EthernetIPInterface","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ADSLIPInterface","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WifiInterface","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DHCPServer","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NATService","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":"contents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":11,"derived":false},{"id":12,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":13,"derived":false},{"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":"ipV4Address","changeable":true,"lowerBound":0,"iD":false,"id":16,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"subnetMask","changeable":true,"lowerBound":0,"iD":false,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"devices","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"services","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"forwardingServices","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"filterList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"numPort","changeable":true,"lowerBound":0,"iD":false,"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":"endPoint","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":"startAddress","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":"endAddress","changeable":true,"lowerBound":0,"iD":false,"id":38,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"bindsTo","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"endPoint","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":1,"target":0},{"source":1,"target":11},{"source":11,"target":2},{"source":11,"target":12},{"source":11,"target":1},{"source":12,"target":2},{"source":2,"target":0},{"source":2,"target":13},{"source":13,"target":14},{"source":13,"target":2},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":15},{"source":15,"target":2},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":16},{"source":4,"target":17},{"source":4,"target":18},{"source":16,"target":19},{"source":16,"target":4},{"source":17,"target":20},{"source":17,"target":4},{"source":18,"target":3},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":21},{"source":5,"target":22},{"source":5,"target":23},{"source":5,"target":24},{"source":5,"target":25},{"source":21,"target":3},{"source":21,"target":26},{"source":21,"target":5},{"source":26,"target":3},{"source":22,"target":9},{"source":22,"target":27},{"source":22,"target":5},{"source":27,"target":9},{"source":23,"target":10},{"source":23,"target":28},{"source":23,"target":5},{"source":28,"target":10},{"source":24,"target":10},{"source":24,"target":29},{"source":24,"target":5},{"source":29,"target":10},{"source":25,"target":2},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":30},{"source":6,"target":31},{"source":30,"target":32},{"source":30,"target":6},{"source":31,"target":4},{"source":7,"target":0},{"source":7,"target":4},{"source":7,"target":33},{"source":33,"target":4},{"source":8,"target":0},{"source":8,"target":3},{"source":8,"target":34},{"source":8,"target":35},{"source":34,"target":4},{"source":34,"target":36},{"source":34,"target":8},{"source":36,"target":4},{"source":35,"target":3},{"source":9,"target":0},{"source":9,"target":2},{"source":9,"target":37},{"source":9,"target":38},{"source":9,"target":39},{"source":9,"target":40},{"source":37,"target":41},{"source":37,"target":9},{"source":38,"target":42},{"source":38,"target":9},{"source":39,"target":4},{"source":39,"target":43},{"source":39,"target":9},{"source":43,"target":4},{"source":40,"target":2},{"source":10,"target":0},{"source":10,"target":2},{"source":10,"target":44},{"source":10,"target":45},{"source":44,"target":4},{"source":44,"target":46},{"source":44,"target":10},{"source":46,"target":4},{"source":45,"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="openCypher" nsURI="http://www.slizaa.org/neo4j/opencypher/OpenCypher"
nsPrefix="openCypher">
<eClassifiers xsi:type="ecore:EClass" name="Cypher">
<eStructuralFeatures xsi:type="ecore:EReference" name="queryOptions" eType="#//QueryOptions"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="statement" eType="#//Statement"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="QueryOptions"/>
<eClassifiers xsi:type="ecore:EClass" name="CypherOption">
<eStructuralFeatures xsi:type="ecore:EReference" name="versionNumber" eType="#//VersionNumber"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="configurationOption" upperBound="-1"
eType="#//ConfigurationOption" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VersionNumber">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="versionNumber" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConfigurationOption">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Statement" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="Query" eSuperTypes="#//Statement"/>
<eClassifiers xsi:type="ecore:EClass" name="RegularQuery" eSuperTypes="#//Query"/>
<eClassifiers xsi:type="ecore:EClass" name="BulkImportQuery" eSuperTypes="#//Query">
<eStructuralFeatures xsi:type="ecore:EReference" name="periodicCommitHint" eType="#//PeriodicCommitHint"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="loadCSVQuery" eType="#//LoadCSVQuery"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PeriodicCommitHint">
<eStructuralFeatures xsi:type="ecore:EReference" name="numberOfRowsPerCommit"
eType="#//DecimalInteger" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LoadCSVQuery">
<eStructuralFeatures xsi:type="ecore:EReference" name="loadCSV" eType="#//LoadCSV"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="singleQuery" eType="#//SingleQuery"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Union">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="all" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="singleQuery" eType="#//SingleQuery"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SingleQuery" eSuperTypes="#//RegularQuery"/>
<eClassifiers xsi:type="ecore:EClass" name="SinglePartQuery" eSuperTypes="#//SingleQuery">
<eStructuralFeatures xsi:type="ecore:EReference" name="readingClauses" lowerBound="1"
upperBound="-1" eType="#//ReadingClause" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="return" lowerBound="1"
eType="#//Return" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="updatingClauses" upperBound="-1"
eType="#//UpdatingClause" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MultiPartQuery" eSuperTypes="#//SingleQuery">
<eStructuralFeatures xsi:type="ecore:EReference" name="subQueries" upperBound="-1"
eType="#//MultiPartSubQuery" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="singlePartQuery" eType="#//SinglePartQuery"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MultiPartSubQuery">
<eStructuralFeatures xsi:type="ecore:EReference" name="readingClauses" upperBound="-1"
eType="#//ReadingClause" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="updatingClauses" upperBound="-1"
eType="#//UpdatingClause" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="withPart" eType="#//With"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Clause" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="UpdatingClause" eSuperTypes="#//Clause"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadingClause" abstract="true" eSuperTypes="#//Clause"/>
<eClassifiers xsi:type="ecore:EClass" name="Command" eSuperTypes="#//Statement"/>
<eClassifiers xsi:type="ecore:EClass" name="CreateUniqueConstraint" eSuperTypes="#//Command"/>
<eClassifiers xsi:type="ecore:EClass" name="CreateNodePropertyExistenceConstraint"
eSuperTypes="#//Command"/>
<eClassifiers xsi:type="ecore:EClass" name="CreateRelationshipPropertyExistenceConstraint"
eSuperTypes="#//Command"/>
<eClassifiers xsi:type="ecore:EClass" name="CreateIndex" eSuperTypes="#//Command">
<eStructuralFeatures xsi:type="ecore:EReference" name="index" eType="#//Index"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DropUniqueConstraint" eSuperTypes="#//Command">
<eStructuralFeatures xsi:type="ecore:EReference" name="uniqueConstraint" eType="#//UniqueConstraint"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DropNodePropertyExistenceConstraint"
eSuperTypes="#//Command">
<eStructuralFeatures xsi:type="ecore:EReference" name="nodePropertyExistenceConstraint"
eType="#//NodePropertyExistenceConstraint" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DropRelationshipPropertyExistenceConstraint"
eSuperTypes="#//Command">
<eStructuralFeatures xsi:type="ecore:EReference" name="relationshipPropertyExistenceConstraint"
eType="#//RelationshipPropertyExistenceConstraint" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DropIndex" eSuperTypes="#//Command">
<eStructuralFeatures xsi:type="ecore:EReference" name="index" eType="#//Index"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Index">
<eStructuralFeatures xsi:type="ecore:EReference" name="nodeLabel" eType="#//NodeLabel"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="propertyKeyName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UniqueConstraint" eSuperTypes="#//CreateUniqueConstraint">
<eStructuralFeatures xsi:type="ecore:EReference" name="variable" eType="#//VariableDeclaration"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="nodeLabel" eType="#//NodeLabel"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="propertyExpression" eType="#//PropertyExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NodePropertyExistenceConstraint" eSuperTypes="#//CreateNodePropertyExistenceConstraint">
<eStructuralFeatures xsi:type="ecore:EReference" name="variable" eType="#//VariableDeclaration"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="nodeLabel" eType="#//NodeLabel"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="propertyExpression" eType="#//PropertyExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RelationshipPropertyExistenceConstraint"
eSuperTypes="#//CreateRelationshipPropertyExistenceConstraint">
<eStructuralFeatures xsi:type="ecore:EReference" name="relationshipPattern" eType="#//RelationshipPatternSyntax"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="propertyExpression" eType="#//PropertyExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RelationshipPatternSyntax">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="incoming" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="variable" eType="#//VariableDeclaration"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="relType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="outgoing" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LoadCSV" eSuperTypes="#//ReadingClause">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="withHeaders" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="variable" eType="#//VariableDeclaration"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fieldterminator" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Match" eSuperTypes="#//ReadingClause">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="optional" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="pattern" lowerBound="1"
eType="#//Pattern" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hints" upperBound="-1"
eType="#//Hint" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="where" eType="#//Where"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Unwind" eSuperTypes="#//ReadingClause">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="variable" eType="#//VariableDeclaration"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Merge" eSuperTypes="#//UpdatingClause">
<eStructuralFeatures xsi:type="ecore:EReference" name="patternPart" eType="#//PatternPart"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mergeActions" upperBound="-1"
eType="#//MergeAction" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MergeAction">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="action" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="set" eType="#//Set" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Create" eSuperTypes="#//UpdatingClause">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="uniqueContraint" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="pattern" eType="#//Pattern"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Set" eSuperTypes="#//UpdatingClause">
<eStructuralFeatures xsi:type="ecore:EReference" name="setItems" upperBound="-1"
eType="#//SetItem" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SetItem" eSuperTypes="#//NodeLabels">
<eStructuralFeatures xsi:type="ecore:EReference" name="propertyExpression" eType="#//PropertyExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="variable" eType="#//VariableDeclaration"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Delete" eSuperTypes="#//UpdatingClause">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="detach" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expressions" upperBound="-1"
eType="#//Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Remove" eSuperTypes="#//UpdatingClause">
<eStructuralFeatures xsi:type="ecore:EReference" name="removeItems" upperBound="-1"
eType="#//RemoveItem" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RemoveItem" eSuperTypes="#//NodeLabels"/>
<eClassifiers xsi:type="ecore:EClass" name="Foreach" eSuperTypes="#//UpdatingClause">
<eStructuralFeatures xsi:type="ecore:EReference" name="variable" eType="#//VariableDeclaration"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="updatingClauses" upperBound="-1"
eType="#//UpdatingClause" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InQueryCall" eSuperTypes="#//ReadingClause">
<eStructuralFeatures xsi:type="ecore:EReference" name="invocation" eType="#//ExplicitProcedureInvocation"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="yieldItems" eType="#//YieldItems"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StandaloneCall" eSuperTypes="#//Query">
<eStructuralFeatures xsi:type="ecore:EReference" name="invocation" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="yieldItems" eType="#//YieldItems"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="YieldItems">
<eStructuralFeatures xsi:type="ecore:EReference" name="items" upperBound="-1"
eType="#//YieldItem" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="YieldItem">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="field" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="variable" eType="#//VariableDeclaration"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="With" eSuperTypes="#//Clause">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="distint" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="returnBody" eType="#//ReturnBody"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="where" eType="#//Where"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Return" eSuperTypes="#//Clause">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="return" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="return"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="distinct" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="body" lowerBound="1" eType="#//ReturnBody"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ReturnBody">
<eStructuralFeatures xsi:type="ecore:EReference" name="returnItems" lowerBound="1"
eType="#//ReturnItems" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="order" eType="#//Order"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="skip" eType="#//Skip" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="limit" eType="#//Limit"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ReturnItems">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="all" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="items" lowerBound="1" upperBound="-1"
eType="#//ReturnItem" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ReturnItem">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1"
eType="#//Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="alias" eType="#//VariableDeclaration"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Order">
<eStructuralFeatures xsi:type="ecore:EReference" name="orderBy" upperBound="-1"
eType="#//SortItem" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Skip">
<eStructuralFeatures xsi:type="ecore:EReference" name="skip" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Limit">
<eStructuralFeatures xsi:type="ecore:EReference" name="limit" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SortItem">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sort" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Hint"/>
<eClassifiers xsi:type="ecore:EClass" name="Start" eSuperTypes="#//ReadingClause">
<eStructuralFeatures xsi:type="ecore:EReference" name="startPoint" upperBound="-1"
eType="#//StartPoint" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="where" eType="#//Where"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StartPoint">
<eStructuralFeatures xsi:type="ecore:EReference" name="variable" eType="#//VariableDeclaration"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="lookup" eType="#//Lookup"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Lookup"/>
<eClassifiers xsi:type="ecore:EClass" name="NodeLookup" eSuperTypes="#//Lookup"/>
<eClassifiers xsi:type="ecore:EClass" name="RelationshipLookup" eSuperTypes="#//Lookup"/>
<eClassifiers xsi:type="ecore:EClass" name="IdentifiedIndexLookup" eSuperTypes="#//NodeLookup #//RelationshipLookup">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="indexName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<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"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="legacyParameter" eType="#//LegacyParameter"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IndexQuery" eSuperTypes="#//NodeLookup #//RelationshipLookup">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="indexName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="query" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameter" eType="#//Parameter"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IdLookup" eSuperTypes="#//NodeLookup #//RelationshipLookup">
<eStructuralFeatures xsi:type="ecore:EReference" name="ids" eType="#//LiteralIds"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="legacyParameter" eType="#//Parameter"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="wildcard" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LiteralIds">
<eStructuralFeatures xsi:type="ecore:EReference" name="ids" upperBound="-1" eType="#//DecimalInteger"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Where">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Pattern">
<eStructuralFeatures xsi:type="ecore:EReference" name="patterns" lowerBound="1"
upperBound="-1" eType="#//PatternPart" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PatternPart">
<eStructuralFeatures xsi:type="ecore:EReference" name="var" eType="#//VariableDeclaration"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="part" eType="#//AnonymousPatternPart"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AnonymousPatternPart" abstract="true"
eSuperTypes="#//PatternPart"/>
<eClassifiers xsi:type="ecore:EClass" name="ShortestPathPattern" eSuperTypes="#//AnonymousPatternPart #//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="patternElement" eType="#//PatternElement"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PatternElement" eSuperTypes="#//AnonymousPatternPart">
<eStructuralFeatures xsi:type="ecore:EReference" name="nodepattern" lowerBound="1"
eType="#//NodePattern" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="chain" upperBound="-1"
eType="#//PatternElementChain" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NodePattern" eSuperTypes="#//NodeLabels">
<eStructuralFeatures xsi:type="ecore:EReference" name="variable" lowerBound="1"
eType="#//VariableDeclaration" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="properties" lowerBound="1"
eType="#//Properties" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PatternElementChain">
<eStructuralFeatures xsi:type="ecore:EReference" name="relationshipPattern" lowerBound="1"
eType="#//RelationshipPattern" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="nodePattern" lowerBound="1"
eType="#//NodePattern" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RelationshipPattern">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="incoming" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="detail" lowerBound="1"
eType="#//RelationshipDetail" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="outgoing" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RelationshipDetail" eSuperTypes="#//RelationshipTypes">
<eStructuralFeatures xsi:type="ecore:EReference" name="variable" eType="#//VariableDeclaration"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="optional" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="range" eType="#//RangeLiteral"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="properties" eType="#//Properties"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Properties" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="RelationshipTypes">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="relTypeNames" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NodeLabels">
<eStructuralFeatures xsi:type="ecore:EReference" name="nodeLabels" eType="#//NodeLabel"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NodeLabel">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="labelName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RangeLiteral">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lower" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="variableLength" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="upper" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Expression" abstract="true" eSuperTypes="#//NodeLabels #//PropertyExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="propertyLookups" upperBound="-1"
eType="#//PropertyLookup" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Literal" abstract="true" eSuperTypes="#//Expression"/>
<eClassifiers xsi:type="ecore:EClass" name="BooleanLiteral" eSuperTypes="#//Literal">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ListLiteral" eSuperTypes="#//Literal">
<eStructuralFeatures xsi:type="ecore:EReference" name="expressions" upperBound="-1"
eType="#//Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Reduce" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="accumulator" eType="#//VariableDeclaration"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="accumulatorExpression"
eType="#//Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="idInColl" eType="#//IdInColl"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ParenthesizedExpression" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RelationshipsPattern" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="nodePattern" eType="#//NodePattern"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="chain" upperBound="-1"
eType="#//PatternElementChain" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FilterExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="idInColl" eType="#//IdInColl"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="where" eType="#//Where"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IdInColl">
<eStructuralFeatures xsi:type="ecore:EReference" name="variable" eType="#//VariableDeclaration"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FunctionInvocation" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="functionName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="distinct" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameter" upperBound="-1"
eType="#//Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExplicitProcedureInvocation">
<eStructuralFeatures xsi:type="ecore:EReference" name="procedureName" eType="#//ProcedureName"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameter" upperBound="-1"
eType="#//Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ImplicitProcedureInvocation">
<eStructuralFeatures xsi:type="ecore:EReference" name="procedureName" eType="#//ProcedureName"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProcedureName">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="namespace" 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="ListComprehension" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="filterExpression" eType="#//FilterExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PatternComprehension" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="pathVariable" eType="#//VariableDeclaration"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="pattern" eType="#//RelationshipsPattern"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="where" eType="#//Where"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PropertyLookup">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="propertyKeyName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="propertyOperator" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CaseExpression" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="caseAlternatives" upperBound="-1"
eType="#//CaseAlternatives" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="caseExpression" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elseExpression" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CaseAlternatives">
<eStructuralFeatures xsi:type="ecore:EReference" name="when" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="then" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VariableDeclaration">
<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="StringLiteral" eSuperTypes="#//Literal">
<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="NumberLiteral" eSuperTypes="#//Literal">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MapLiteral" eSuperTypes="#//Properties #//Literal">
<eStructuralFeatures xsi:type="ecore:EReference" name="entries" lowerBound="1"
upperBound="2" eType="#//MapLiteralEntry" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MapLiteralEntry">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="key" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LegacyParameter" eSuperTypes="#//Properties #//Expression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="parameter" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//Properties #//Expression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="parameter" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PropertyExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="DecimalInteger">
<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="AllOptions" eSuperTypes="#//QueryOptions">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="explain" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="profile" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="cypherOption" upperBound="-1"
eType="#//CypherOption" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CombinedQuery" eSuperTypes="#//RegularQuery">
<eStructuralFeatures xsi:type="ecore:EReference" name="singleQuery" eType="#//SingleQuery"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="union" upperBound="-1"
eType="#//Union" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RemoveItemLabel" eSuperTypes="#//RemoveItem">
<eStructuralFeatures xsi:type="ecore:EReference" name="variable" eType="#//VariableDeclaration"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RemoveItemProperty" eSuperTypes="#//RemoveItem">
<eStructuralFeatures xsi:type="ecore:EReference" name="propertyExpression" eType="#//PropertyExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IndexHint" eSuperTypes="#//Hint">
<eStructuralFeatures xsi:type="ecore:EReference" name="variable" eType="#//VariableDeclaration"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="nodeLabel" eType="#//NodeLabel"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="propertyKeyName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="JoinHint" eSuperTypes="#//Hint">
<eStructuralFeatures xsi:type="ecore:EReference" name="variables" upperBound="-1"
eType="#//VariableDeclaration" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ScanHint" eSuperTypes="#//Hint">
<eStructuralFeatures xsi:type="ecore:EReference" name="variable" eType="#//VariableDeclaration"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="nodeLabel" eType="#//NodeLabel"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ShortestPath" eSuperTypes="#//ShortestPathPattern"/>
<eClassifiers xsi:type="ecore:EClass" name="AllShortestPaths" eSuperTypes="#//ShortestPathPattern"/>
<eClassifiers xsi:type="ecore:EClass" name="OrExpression" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XorExpression" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AndExpression" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NotExpression" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ComparisonExpression" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AddOrSubtractExpression" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MultiplyDivideModuloExpression" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PowerOfExpression" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UnaryAddOrSubtractExpression" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IndexLookupExpression" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IndexRangeExpression" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="lower" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="upper" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RegExpMatchingExpression" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InCollectionExpression" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StartsWithExpression" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EndsWithExpression" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ContainsExpression" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IsNullExpression" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IsNotNullExpression" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PropertyLookupExpression" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NodeLabelsExpression" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Count" eSuperTypes="#//Expression"/>
<eClassifiers xsi:type="ecore:EClass" name="Filter" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="filterExpression" eType="#//FilterExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Extract" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="filterExpression" eType="#//FilterExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="All" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="filterExpression" eType="#//FilterExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Any" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="filterExpression" eType="#//FilterExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="None" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="filterExpression" eType="#//FilterExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Single" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="filterExpression" eType="#//FilterExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VariableRef" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="variableRef" lowerBound="1"
eType="#//VariableDeclaration"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NULL" eSuperTypes="#//Literal"/>
</ecore:EPackage>
| github:ecore:/data/marcsika96/NeighborhoodShapes/GeneratorPlugin/model/OpenCypher másolata.ecore | ecore | openCypher
Cypher
queryOptions
statement
QueryOptions
CypherOption
versionNumber
configurationOption
VersionNumber
versionNumber
ConfigurationOption
key
value
Statement
Query
RegularQuery
BulkImportQuery
periodicCommitHint
loadCSVQuery
PeriodicCommitHint
numberOfRowsPerCommit
LoadCSVQuery
loadCSV
singleQuery
Union
all
singleQuery
SingleQuery
SinglePartQuery
readingClauses
return
updatingClauses
MultiPartQuery
subQueries
singlePartQuery
MultiPartSubQuery
readingClauses
updatingClauses
withPart
Clause
UpdatingClause
ReadingClause
Command
CreateUniqueConstraint
CreateNodePropertyExistenceConstraint
CreateRelationshipPropertyExistenceConstraint
CreateIndex
index
DropUniqueConstraint
uniqueConstraint
DropNodePropertyExistenceConstraint
nodePropertyExistenceConstraint
DropRelationshipPropertyExistenceConstraint
relationshipPropertyExistenceConstraint
DropIndex
index
Index
nodeLabel
propertyKeyName
UniqueConstraint
variable
nodeLabel
propertyExpression
NodePropertyExistenceConstraint
variable
nodeLabel
propertyExpression
RelationshipPropertyExistenceConstraint
relationshipPattern
propertyExpression
RelationshipPatternSyntax
incoming
variable
relType
outgoing
LoadCSV
withHeaders
expression
variable
fieldterminator
Match
optional
pattern
hints
where
Unwind
expression
variable
Merge
patternPart
mergeActions
MergeAction
action
set
Create
uniqueContraint
pattern
Set
setItems
SetItem
propertyExpression
expression
variable
Delete
detach
expressions
Remove
removeItems
RemoveItem
Foreach
variable
expression
updatingClauses
InQueryCall
invocation
yieldItems
StandaloneCall
invocation
yieldItems
YieldItems
items
YieldItem
field
variable
With
distint
returnBody
where
Return
return
return
distinct
body
ReturnBody
returnItems
order
skip
limit
ReturnItems
all
items
ReturnItem
expression
alias
Order
orderBy
Skip
skip
Limit
limit
SortItem
expression
sort
Hint
Start
startPoint
where
StartPoint
variable
lookup
Lookup
NodeLookup
RelationshipLookup
IdentifiedIndexLookup
indexName
key
value
legacyParameter
IndexQuery
indexName
query
parameter
IdLookup
ids
legacyParameter
wildcard
LiteralIds
ids
Where
expression
Pattern
patterns
PatternPart
var
part
AnonymousPatternPart
ShortestPathPattern
patternElement
PatternElement
nodepattern
chain
NodePattern
variable
properties
PatternElementChain
relationshipPattern
nodePattern
RelationshipPattern
incoming
detail
outgoing
RelationshipDetail
variable
optional
range
properties
Properties
RelationshipTypes
relTypeNames
NodeLabels
nodeLabels
NodeLabel
labelName
RangeLiteral
lower
variableLength
upper
Expression
propertyLookups
Literal
BooleanLiteral
value
ListLiteral
expressions
Reduce
accumulator
accumulatorExpression
idInColl
expression
ParenthesizedExpression
expression
RelationshipsPattern
nodePattern
chain
FilterExpression
idInColl
where
IdInColl
variable
expression
FunctionInvocation
functionName
distinct
parameter
ExplicitProcedureInvocation
procedureName
parameter
ImplicitProcedureInvocation
procedureName
ProcedureName
namespace
name
ListComprehension
filterExpression
expression
PatternComprehension
pathVariable
pattern
where
expression
PropertyLookup
propertyKeyName
propertyOperator
CaseExpression
caseAlternatives
caseExpression
elseExpression
CaseAlternatives
when
then
VariableDeclaration
name
StringLiteral
value
NumberLiteral
value
MapLiteral
entries
MapLiteralEntry
key
value
LegacyParameter
parameter
Parameter
parameter
PropertyExpression
DecimalInteger
value
AllOptions
explain
profile
cypherOption
CombinedQuery
singleQuery
union
RemoveItemLabel
variable
RemoveItemProperty
propertyExpression
IndexHint
variable
nodeLabel
propertyKeyName
JoinHint
variables
ScanHint
variable
nodeLabel
ShortestPath
AllShortestPaths
OrExpression
left
operator
right
XorExpression
left
operator
right
AndExpression
left
operator
right
NotExpression
operator
left
ComparisonExpression
left
operator
right
AddOrSubtractExpression
left
operator
right
MultiplyDivideModuloExpression
left
operator
right
PowerOfExpression
left
operator
right
UnaryAddOrSubtractExpression
operator
left
IndexLookupExpression
left
expression
IndexRangeExpression
left
lower
upper
RegExpMatchingExpression
left
right
InCollectionExpression
left
right
StartsWithExpression
left
right
EndsWithExpression
left
right
ContainsExpression
left
right
IsNullExpression
left
IsNotNullExpression
left
PropertyLookupExpression
left
NodeLabelsExpression
left
Count
Filter
filterExpression
Extract
filterExpression
expression
All
filterExpression
Any
filterExpression
None
filterExpression
Single
filterExpression
VariableRef
variableRef
NULL | null | {"directed":true,"nodes":[{"nsPrefix":"openCypher","nsURI":"http://www.slizaa.org/neo4j/opencypher/OpenCypher","name":"openCypher","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Cypher","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QueryOptions","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CypherOption","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VersionNumber","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConfigurationOption","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Query","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RegularQuery","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BulkImportQuery","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PeriodicCommitHint","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoadCSVQuery","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Union","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SingleQuery","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SinglePartQuery","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiPartQuery","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiPartSubQuery","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Clause","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UpdatingClause","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadingClause","instanceClass":null,"abstract":true,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Command","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateUniqueConstraint","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateNodePropertyExistenceConstraint","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateRelationshipPropertyExistenceConstraint","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateIndex","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DropUniqueConstraint","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DropNodePropertyExistenceConstraint","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DropRelationshipPropertyExistenceConstraint","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DropIndex","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Index","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UniqueConstraint","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NodePropertyExistenceConstraint","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelationshipPropertyExistenceConstraint","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelationshipPatternSyntax","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoadCSV","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Match","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Unwind","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Merge","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MergeAction","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Create","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Set","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetItem","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Delete","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Remove","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveItem","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Foreach","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InQueryCall","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StandaloneCall","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"YieldItems","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"YieldItem","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"With","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Return","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReturnBody","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReturnItems","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReturnItem","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Order","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Skip","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Limit","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SortItem","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Hint","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Start","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StartPoint","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Lookup","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NodeLookup","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelationshipLookup","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IdentifiedIndexLookup","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IndexQuery","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IdLookup","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralIds","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Where","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pattern","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PatternPart","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnonymousPatternPart","instanceClass":null,"abstract":true,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ShortestPathPattern","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PatternElement","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NodePattern","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PatternElementChain","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelationshipPattern","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelationshipDetail","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Properties","instanceClass":null,"abstract":true,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelationshipTypes","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NodeLabels","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NodeLabel","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RangeLiteral","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":true,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Literal","instanceClass":null,"abstract":true,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanLiteral","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListLiteral","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reduce","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParenthesizedExpression","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelationshipsPattern","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FilterExpression","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IdInColl","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionInvocation","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExplicitProcedureInvocation","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImplicitProcedureInvocation","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcedureName","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListComprehension","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PatternComprehension","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyLookup","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CaseExpression","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CaseAlternatives","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclaration","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringLiteral","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumberLiteral","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapLiteral","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapLiteralEntry","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LegacyParameter","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyExpression","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecimalInteger","instanceClass":null,"abstract":false,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AllOptions","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CombinedQuery","instanceClass":null,"abstract":false,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveItemLabel","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveItemProperty","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IndexHint","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JoinHint","instanceClass":null,"abstract":false,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScanHint","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ShortestPath","instanceClass":null,"abstract":false,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AllShortestPaths","instanceClass":null,"abstract":false,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrExpression","instanceClass":null,"abstract":false,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XorExpression","instanceClass":null,"abstract":false,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AndExpression","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotExpression","instanceClass":null,"abstract":false,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComparisonExpression","instanceClass":null,"abstract":false,"id":124,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddOrSubtractExpression","instanceClass":null,"abstract":false,"id":125,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiplyDivideModuloExpression","instanceClass":null,"abstract":false,"id":126,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PowerOfExpression","instanceClass":null,"abstract":false,"id":127,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryAddOrSubtractExpression","instanceClass":null,"abstract":false,"id":128,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IndexLookupExpression","instanceClass":null,"abstract":false,"id":129,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IndexRangeExpression","instanceClass":null,"abstract":false,"id":130,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RegExpMatchingExpression","instanceClass":null,"abstract":false,"id":131,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InCollectionExpression","instanceClass":null,"abstract":false,"id":132,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StartsWithExpression","instanceClass":null,"abstract":false,"id":133,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EndsWithExpression","instanceClass":null,"abstract":false,"id":134,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContainsExpression","instanceClass":null,"abstract":false,"id":135,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IsNullExpression","instanceClass":null,"abstract":false,"id":136,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IsNotNullExpression","instanceClass":null,"abstract":false,"id":137,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyLookupExpression","instanceClass":null,"abstract":false,"id":138,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NodeLabelsExpression","instanceClass":null,"abstract":false,"id":139,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Count","instanceClass":null,"abstract":false,"id":140,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Filter","instanceClass":null,"abstract":false,"id":141,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extract","instanceClass":null,"abstract":false,"id":142,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"All","instanceClass":null,"abstract":false,"id":143,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Any","instanceClass":null,"abstract":false,"id":144,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"None","instanceClass":null,"abstract":false,"id":145,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Single","instanceClass":null,"abstract":false,"id":146,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableRef","instanceClass":null,"abstract":false,"id":147,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NULL","instanceClass":null,"abstract":false,"id":148,"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":"queryOptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":149,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":150,"derived":false},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"versionNumber","changeable":true,"resolveProxies":true,"lowerBound":0,"id":153,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"configurationOption","changeable":true,"resolveProxies":true,"lowerBound":0,"id":154,"derived":false},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"versionNumber","changeable":true,"lowerBound":0,"iD":false,"id":157,"derived":false},{"id":158,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"lowerBound":0,"iD":false,"id":159,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":160,"derived":false},{"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":"periodicCommitHint","changeable":true,"resolveProxies":true,"lowerBound":0,"id":165,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"loadCSVQuery","changeable":true,"resolveProxies":true,"lowerBound":0,"id":166,"derived":false},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"numberOfRowsPerCommit","changeable":true,"resolveProxies":true,"lowerBound":0,"id":170,"derived":false},{"id":171,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"loadCSV","changeable":true,"resolveProxies":true,"lowerBound":0,"id":172,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"singleQuery","changeable":true,"resolveProxies":true,"lowerBound":0,"id":173,"derived":false},{"id":174,"eClass":"EGenericType"},{"id":175,"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":"all","changeable":true,"lowerBound":0,"iD":false,"id":176,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"singleQuery","changeable":true,"resolveProxies":true,"lowerBound":0,"id":177,"derived":false},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"readingClauses","changeable":true,"resolveProxies":true,"lowerBound":1,"id":181,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"return","changeable":true,"resolveProxies":true,"lowerBound":1,"id":182,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"updatingClauses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":183,"derived":false},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subQueries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":188,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"singlePartQuery","changeable":true,"resolveProxies":true,"lowerBound":0,"id":189,"derived":false},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"readingClauses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":193,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"updatingClauses","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":"withPart","changeable":true,"resolveProxies":true,"lowerBound":0,"id":195,"derived":false},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"index","changeable":true,"resolveProxies":true,"lowerBound":0,"id":205,"derived":false},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"uniqueConstraint","changeable":true,"resolveProxies":true,"lowerBound":0,"id":208,"derived":false},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nodePropertyExistenceConstraint","changeable":true,"resolveProxies":true,"lowerBound":0,"id":211,"derived":false},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"relationshipPropertyExistenceConstraint","changeable":true,"resolveProxies":true,"lowerBound":0,"id":214,"derived":false},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"index","changeable":true,"resolveProxies":true,"lowerBound":0,"id":217,"derived":false},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nodeLabel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":220,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"propertyKeyName","changeable":true,"lowerBound":0,"iD":false,"id":221,"derived":false},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":224,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nodeLabel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":225,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"propertyExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":226,"derived":false},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":231,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nodeLabel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":232,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"propertyExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":233,"derived":false},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"relationshipPattern","changeable":true,"resolveProxies":true,"lowerBound":0,"id":238,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"propertyExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":239,"derived":false},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"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":"incoming","changeable":true,"lowerBound":0,"iD":false,"id":243,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":244,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"relType","changeable":true,"lowerBound":0,"iD":false,"id":245,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"outgoing","changeable":true,"lowerBound":0,"iD":false,"id":246,"derived":false},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"id":250,"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":"withHeaders","changeable":true,"lowerBound":0,"iD":false,"id":251,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":252,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":253,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fieldterminator","changeable":true,"lowerBound":0,"iD":false,"id":254,"derived":false},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"optional","changeable":true,"lowerBound":0,"iD":false,"id":260,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pattern","changeable":true,"resolveProxies":true,"lowerBound":1,"id":261,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hints","changeable":true,"resolveProxies":true,"lowerBound":0,"id":262,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"where","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":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":269,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":270,"derived":false},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"patternPart","changeable":true,"resolveProxies":true,"lowerBound":0,"id":274,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mergeActions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":275,"derived":false},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"action","changeable":true,"lowerBound":0,"iD":false,"id":279,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"set","changeable":true,"resolveProxies":true,"lowerBound":0,"id":280,"derived":false},{"id":281,"eClass":"EGenericType"},{"id":282,"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":"uniqueContraint","changeable":true,"lowerBound":0,"iD":false,"id":283,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pattern","changeable":true,"resolveProxies":true,"lowerBound":0,"id":284,"derived":false},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"setItems","changeable":true,"resolveProxies":true,"lowerBound":0,"id":288,"derived":false},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"propertyExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":291,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":292,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":293,"derived":false},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"detach","changeable":true,"lowerBound":0,"iD":false,"id":298,"derived":false},{"container":false,"ordered":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":299,"derived":false},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"removeItems","changeable":true,"resolveProxies":true,"lowerBound":0,"id":303,"derived":false},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":307,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":308,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"updatingClauses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":309,"derived":false},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"invocation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":314,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"yieldItems","changeable":true,"resolveProxies":true,"lowerBound":0,"id":315,"derived":false},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"invocation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":319,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"yieldItems","changeable":true,"resolveProxies":true,"lowerBound":0,"id":320,"derived":false},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"items","changeable":true,"resolveProxies":true,"lowerBound":0,"id":324,"derived":false},{"id":325,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"field","changeable":true,"lowerBound":0,"iD":false,"id":326,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":327,"derived":false},{"id":328,"eClass":"EGenericType"},{"id":329,"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":"distint","changeable":true,"lowerBound":0,"iD":false,"id":330,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"returnBody","changeable":true,"resolveProxies":true,"lowerBound":0,"id":331,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"where","changeable":true,"resolveProxies":true,"lowerBound":0,"id":332,"derived":false},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"return","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"return","unsettable":false,"transient":false,"unique":true,"name":"return","changeable":true,"lowerBound":1,"iD":false,"id":337,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"distinct","changeable":true,"lowerBound":0,"iD":false,"id":338,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":339,"derived":false},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"returnItems","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"order","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":"skip","changeable":true,"resolveProxies":true,"lowerBound":0,"id":346,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"limit","changeable":true,"resolveProxies":true,"lowerBound":0,"id":347,"derived":false},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"id":351,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"all","changeable":true,"lowerBound":0,"iD":false,"id":352,"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":"items","changeable":true,"resolveProxies":true,"lowerBound":1,"id":353,"derived":false},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":356,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"alias","changeable":true,"resolveProxies":true,"lowerBound":0,"id":357,"derived":false},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"orderBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":360,"derived":false},{"id":361,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"skip","changeable":true,"resolveProxies":true,"lowerBound":0,"id":362,"derived":false},{"id":363,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"limit","changeable":true,"resolveProxies":true,"lowerBound":0,"id":364,"derived":false},{"id":365,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":366,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sort","changeable":true,"lowerBound":0,"iD":false,"id":367,"derived":false},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"startPoint","changeable":true,"resolveProxies":true,"lowerBound":0,"id":370,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"where","changeable":true,"resolveProxies":true,"lowerBound":0,"id":371,"derived":false},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":375,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lookup","changeable":true,"resolveProxies":true,"lowerBound":0,"id":376,"derived":false},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"indexName","changeable":true,"lowerBound":0,"iD":false,"id":381,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"lowerBound":0,"iD":false,"id":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":"value","changeable":true,"lowerBound":0,"iD":false,"id":383,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"legacyParameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":384,"derived":false},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"indexName","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":"query","changeable":true,"lowerBound":0,"iD":false,"id":392,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":393,"derived":false},{"id":394,"eClass":"EGenericType"},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"id":397,"eClass":"EGenericType"},{"id":398,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ids","changeable":true,"resolveProxies":true,"lowerBound":0,"id":399,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"legacyParameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":400,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"wildcard","changeable":true,"lowerBound":0,"iD":false,"id":401,"derived":false},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"id":405,"eClass":"EGenericType"},{"id":406,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ids","changeable":true,"resolveProxies":true,"lowerBound":0,"id":407,"derived":false},{"id":408,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":409,"derived":false},{"id":410,"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":"patterns","changeable":true,"resolveProxies":true,"lowerBound":1,"id":411,"derived":false},{"id":412,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"var","changeable":true,"resolveProxies":true,"lowerBound":0,"id":413,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"part","changeable":true,"resolveProxies":true,"lowerBound":0,"id":414,"derived":false},{"id":415,"eClass":"EGenericType"},{"id":416,"eClass":"EGenericType"},{"id":417,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"patternElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":418,"derived":false},{"id":419,"eClass":"EGenericType"},{"id":420,"eClass":"EGenericType"},{"id":421,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nodepattern","changeable":true,"resolveProxies":true,"lowerBound":1,"id":422,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"chain","changeable":true,"resolveProxies":true,"lowerBound":0,"id":423,"derived":false},{"id":424,"eClass":"EGenericType"},{"id":425,"eClass":"EGenericType"},{"id":426,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":427,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"properties","changeable":true,"resolveProxies":true,"lowerBound":1,"id":428,"derived":false},{"id":429,"eClass":"EGenericType"},{"id":430,"eClass":"EGenericType"},{"id":431,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"relationshipPattern","changeable":true,"resolveProxies":true,"lowerBound":1,"id":432,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nodePattern","changeable":true,"resolveProxies":true,"lowerBound":1,"id":433,"derived":false},{"id":434,"eClass":"EGenericType"},{"id":435,"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":"incoming","changeable":true,"lowerBound":1,"iD":false,"id":436,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"detail","changeable":true,"resolveProxies":true,"lowerBound":1,"id":437,"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":"outgoing","changeable":true,"lowerBound":1,"iD":false,"id":438,"derived":false},{"id":439,"eClass":"EGenericType"},{"id":440,"eClass":"EGenericType"},{"id":441,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":442,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"optional","changeable":true,"lowerBound":0,"iD":false,"id":443,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"range","changeable":true,"resolveProxies":true,"lowerBound":0,"id":444,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"properties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":445,"derived":false},{"id":446,"eClass":"EGenericType"},{"id":447,"eClass":"EGenericType"},{"id":448,"eClass":"EGenericType"},{"id":449,"eClass":"EGenericType"},{"id":450,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"relTypeNames","changeable":true,"lowerBound":0,"iD":false,"id":451,"derived":false},{"id":452,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nodeLabels","changeable":true,"resolveProxies":true,"lowerBound":0,"id":453,"derived":false},{"id":454,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"labelName","changeable":true,"lowerBound":0,"iD":false,"id":455,"derived":false},{"id":456,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lower","changeable":true,"lowerBound":0,"iD":false,"id":457,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"variableLength","changeable":true,"lowerBound":0,"iD":false,"id":458,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"upper","changeable":true,"lowerBound":0,"iD":false,"id":459,"derived":false},{"id":460,"eClass":"EGenericType"},{"id":461,"eClass":"EGenericType"},{"id":462,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"propertyLookups","changeable":true,"resolveProxies":true,"lowerBound":0,"id":463,"derived":false},{"id":464,"eClass":"EGenericType"},{"id":465,"eClass":"EGenericType"},{"id":466,"eClass":"EGenericType"},{"id":467,"eClass":"EGenericType"},{"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":468,"derived":false},{"id":469,"eClass":"EGenericType"},{"id":470,"eClass":"EGenericType"},{"container":false,"ordered":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":471,"derived":false},{"id":472,"eClass":"EGenericType"},{"id":473,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"accumulator","changeable":true,"resolveProxies":true,"lowerBound":0,"id":474,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"accumulatorExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":475,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"idInColl","changeable":true,"resolveProxies":true,"lowerBound":0,"id":476,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":477,"derived":false},{"id":478,"eClass":"EGenericType"},{"id":479,"eClass":"EGenericType"},{"id":480,"eClass":"EGenericType"},{"id":481,"eClass":"EGenericType"},{"id":482,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":483,"derived":false},{"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":"nodePattern","changeable":true,"resolveProxies":true,"lowerBound":0,"id":486,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"chain","changeable":true,"resolveProxies":true,"lowerBound":0,"id":487,"derived":false},{"id":488,"eClass":"EGenericType"},{"id":489,"eClass":"EGenericType"},{"id":490,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"idInColl","changeable":true,"resolveProxies":true,"lowerBound":0,"id":491,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"where","changeable":true,"resolveProxies":true,"lowerBound":0,"id":492,"derived":false},{"id":493,"eClass":"EGenericType"},{"id":494,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":495,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":496,"derived":false},{"id":497,"eClass":"EGenericType"},{"id":498,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"functionName","changeable":true,"lowerBound":0,"iD":false,"id":499,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"distinct","changeable":true,"lowerBound":0,"iD":false,"id":500,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":501,"derived":false},{"id":502,"eClass":"EGenericType"},{"id":503,"eClass":"EGenericType"},{"id":504,"eClass":"EGenericType"},{"id":505,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"procedureName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":506,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":507,"derived":false},{"id":508,"eClass":"EGenericType"},{"id":509,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"procedureName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":510,"derived":false},{"id":511,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"namespace","changeable":true,"lowerBound":0,"iD":false,"id":512,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":513,"derived":false},{"id":514,"eClass":"EGenericType"},{"id":515,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"filterExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":516,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":517,"derived":false},{"id":518,"eClass":"EGenericType"},{"id":519,"eClass":"EGenericType"},{"id":520,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pathVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"pattern","changeable":true,"resolveProxies":true,"lowerBound":0,"id":522,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"where","changeable":true,"resolveProxies":true,"lowerBound":0,"id":523,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"propertyKeyName","changeable":true,"lowerBound":0,"iD":false,"id":530,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"propertyOperator","changeable":true,"lowerBound":0,"iD":false,"id":531,"derived":false},{"id":532,"eClass":"EGenericType"},{"id":533,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"caseAlternatives","changeable":true,"resolveProxies":true,"lowerBound":0,"id":534,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"caseExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":535,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":536,"derived":false},{"id":537,"eClass":"EGenericType"},{"id":538,"eClass":"EGenericType"},{"id":539,"eClass":"EGenericType"},{"id":540,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"when","changeable":true,"resolveProxies":true,"lowerBound":0,"id":541,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"then","changeable":true,"resolveProxies":true,"lowerBound":0,"id":542,"derived":false},{"id":543,"eClass":"EGenericType"},{"id":544,"eClass":"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":545,"derived":false},{"id":546,"eClass":"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":547,"derived":false},{"id":548,"eClass":"EGenericType"},{"id":549,"eClass":"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":550,"derived":false},{"id":551,"eClass":"EGenericType"},{"id":552,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":2,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"entries","changeable":true,"resolveProxies":true,"lowerBound":1,"id":553,"derived":false},{"id":554,"eClass":"EGenericType"},{"id":555,"eClass":"EGenericType"},{"id":556,"eClass":"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":557,"derived":false},{"container":false,"ordered":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":558,"derived":false},{"id":559,"eClass":"EGenericType"},{"id":560,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"parameter","changeable":true,"lowerBound":0,"iD":false,"id":561,"derived":false},{"id":562,"eClass":"EGenericType"},{"id":563,"eClass":"EGenericType"},{"id":564,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"parameter","changeable":true,"lowerBound":0,"iD":false,"id":565,"derived":false},{"id":566,"eClass":"EGenericType"},{"id":567,"eClass":"EGenericType"},{"id":568,"eClass":"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":569,"derived":false},{"id":570,"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":"explain","changeable":true,"lowerBound":0,"iD":false,"id":571,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"profile","changeable":true,"lowerBound":0,"iD":false,"id":572,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cypherOption","changeable":true,"resolveProxies":true,"lowerBound":0,"id":573,"derived":false},{"id":574,"eClass":"EGenericType"},{"id":575,"eClass":"EGenericType"},{"id":576,"eClass":"EGenericType"},{"id":577,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"singleQuery","changeable":true,"resolveProxies":true,"lowerBound":0,"id":578,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"union","changeable":true,"resolveProxies":true,"lowerBound":0,"id":579,"derived":false},{"id":580,"eClass":"EGenericType"},{"id":581,"eClass":"EGenericType"},{"id":582,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":583,"derived":false},{"id":584,"eClass":"EGenericType"},{"id":585,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"propertyExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":586,"derived":false},{"id":587,"eClass":"EGenericType"},{"id":588,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":589,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nodeLabel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":590,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"propertyKeyName","changeable":true,"lowerBound":0,"iD":false,"id":591,"derived":false},{"id":592,"eClass":"EGenericType"},{"id":593,"eClass":"EGenericType"},{"id":594,"eClass":"EGenericType"},{"id":595,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":596,"derived":false},{"id":597,"eClass":"EGenericType"},{"id":598,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":599,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nodeLabel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":600,"derived":false},{"id":601,"eClass":"EGenericType"},{"id":602,"eClass":"EGenericType"},{"id":603,"eClass":"EGenericType"},{"id":604,"eClass":"EGenericType"},{"id":605,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":606,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"lowerBound":0,"iD":false,"id":607,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":608,"derived":false},{"id":609,"eClass":"EGenericType"},{"id":610,"eClass":"EGenericType"},{"id":611,"eClass":"EGenericType"},{"id":612,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":613,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"lowerBound":0,"iD":false,"id":614,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":615,"derived":false},{"id":616,"eClass":"EGenericType"},{"id":617,"eClass":"EGenericType"},{"id":618,"eClass":"EGenericType"},{"id":619,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":620,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"lowerBound":0,"iD":false,"id":621,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":622,"derived":false},{"id":623,"eClass":"EGenericType"},{"id":624,"eClass":"EGenericType"},{"id":625,"eClass":"EGenericType"},{"id":626,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"lowerBound":0,"iD":false,"id":627,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":628,"derived":false},{"id":629,"eClass":"EGenericType"},{"id":630,"eClass":"EGenericType"},{"id":631,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":632,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"lowerBound":0,"iD":false,"id":633,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":634,"derived":false},{"id":635,"eClass":"EGenericType"},{"id":636,"eClass":"EGenericType"},{"id":637,"eClass":"EGenericType"},{"id":638,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":639,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"lowerBound":0,"iD":false,"id":640,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":641,"derived":false},{"id":642,"eClass":"EGenericType"},{"id":643,"eClass":"EGenericType"},{"id":644,"eClass":"EGenericType"},{"id":645,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":646,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"lowerBound":0,"iD":false,"id":647,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":648,"derived":false},{"id":649,"eClass":"EGenericType"},{"id":650,"eClass":"EGenericType"},{"id":651,"eClass":"EGenericType"},{"id":652,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":653,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"lowerBound":0,"iD":false,"id":654,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":655,"derived":false},{"id":656,"eClass":"EGenericType"},{"id":657,"eClass":"EGenericType"},{"id":658,"eClass":"EGenericType"},{"id":659,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"lowerBound":0,"iD":false,"id":660,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":661,"derived":false},{"id":662,"eClass":"EGenericType"},{"id":663,"eClass":"EGenericType"},{"id":664,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":665,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":666,"derived":false},{"id":667,"eClass":"EGenericType"},{"id":668,"eClass":"EGenericType"},{"id":669,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":670,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lower","changeable":true,"resolveProxies":true,"lowerBound":0,"id":671,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"upper","changeable":true,"resolveProxies":true,"lowerBound":0,"id":672,"derived":false},{"id":673,"eClass":"EGenericType"},{"id":674,"eClass":"EGenericType"},{"id":675,"eClass":"EGenericType"},{"id":676,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":677,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":678,"derived":false},{"id":679,"eClass":"EGenericType"},{"id":680,"eClass":"EGenericType"},{"id":681,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":682,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":683,"derived":false},{"id":684,"eClass":"EGenericType"},{"id":685,"eClass":"EGenericType"},{"id":686,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":687,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":688,"derived":false},{"id":689,"eClass":"EGenericType"},{"id":690,"eClass":"EGenericType"},{"id":691,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":692,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":693,"derived":false},{"id":694,"eClass":"EGenericType"},{"id":695,"eClass":"EGenericType"},{"id":696,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":697,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":698,"derived":false},{"id":699,"eClass":"EGenericType"},{"id":700,"eClass":"EGenericType"},{"id":701,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":702,"derived":false},{"id":703,"eClass":"EGenericType"},{"id":704,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":705,"derived":false},{"id":706,"eClass":"EGenericType"},{"id":707,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":708,"derived":false},{"id":709,"eClass":"EGenericType"},{"id":710,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":711,"derived":false},{"id":712,"eClass":"EGenericType"},{"id":713,"eClass":"EGenericType"},{"id":714,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"filterExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":715,"derived":false},{"id":716,"eClass":"EGenericType"},{"id":717,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"filterExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":718,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":719,"derived":false},{"id":720,"eClass":"EGenericType"},{"id":721,"eClass":"EGenericType"},{"id":722,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"filterExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":723,"derived":false},{"id":724,"eClass":"EGenericType"},{"id":725,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"filterExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":726,"derived":false},{"id":727,"eClass":"EGenericType"},{"id":728,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"filterExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":729,"derived":false},{"id":730,"eClass":"EGenericType"},{"id":731,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"filterExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":732,"derived":false},{"id":733,"eClass":"EGenericType"},{"id":734,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variableRef","changeable":true,"resolveProxies":true,"lowerBound":1,"id":735,"derived":false},{"id":736,"eClass":"EGenericType"},{"id":737,"eClass":"EGenericType"},{"id":738,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":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":1,"target":0},{"source":1,"target":149},{"source":1,"target":150},{"source":149,"target":2},{"source":149,"target":151},{"source":149,"target":1},{"source":151,"target":2},{"source":150,"target":6},{"source":150,"target":152},{"source":150,"target":1},{"source":152,"target":6},{"source":2,"target":0},{"source":3,"target":0},{"source":3,"target":153},{"source":3,"target":154},{"source":153,"target":4},{"source":153,"target":155},{"source":153,"target":3},{"source":155,"target":4},{"source":154,"target":5},{"source":154,"target":156},{"source":154,"target":3},{"source":156,"target":5},{"source":4,"target":0},{"source":4,"target":157},{"source":157,"target":158},{"source":157,"target":4},{"source":5,"target":0},{"source":5,"target":159},{"source":5,"target":160},{"source":159,"target":161},{"source":159,"target":5},{"source":160,"target":162},{"source":160,"target":5},{"source":6,"target":0},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":163},{"source":163,"target":6},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":164},{"source":164,"target":7},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":165},{"source":9,"target":166},{"source":9,"target":167},{"source":165,"target":10},{"source":165,"target":168},{"source":165,"target":9},{"source":168,"target":10},{"source":166,"target":11},{"source":166,"target":169},{"source":166,"target":9},{"source":169,"target":11},{"source":167,"target":7},{"source":10,"target":0},{"source":10,"target":170},{"source":170,"target":110},{"source":170,"target":171},{"source":170,"target":10},{"source":171,"target":110},{"source":11,"target":0},{"source":11,"target":172},{"source":11,"target":173},{"source":172,"target":34},{"source":172,"target":174},{"source":172,"target":11},{"source":174,"target":34},{"source":173,"target":13},{"source":173,"target":175},{"source":173,"target":11},{"source":175,"target":13},{"source":12,"target":0},{"source":12,"target":176},{"source":12,"target":177},{"source":176,"target":178},{"source":176,"target":12},{"source":177,"target":13},{"source":177,"target":179},{"source":177,"target":12},{"source":179,"target":13},{"source":13,"target":0},{"source":13,"target":8},{"source":13,"target":180},{"source":180,"target":8},{"source":14,"target":0},{"source":14,"target":13},{"source":14,"target":181},{"source":14,"target":182},{"source":14,"target":183},{"source":14,"target":184},{"source":181,"target":19},{"source":181,"target":185},{"source":181,"target":14},{"source":185,"target":19},{"source":182,"target":51},{"source":182,"target":186},{"source":182,"target":14},{"source":186,"target":51},{"source":183,"target":18},{"source":183,"target":187},{"source":183,"target":14},{"source":187,"target":18},{"source":184,"target":13},{"source":15,"target":0},{"source":15,"target":13},{"source":15,"target":188},{"source":15,"target":189},{"source":15,"target":190},{"source":188,"target":16},{"source":188,"target":191},{"source":188,"target":15},{"source":191,"target":16},{"source":189,"target":14},{"source":189,"target":192},{"source":189,"target":15},{"source":192,"target":14},{"source":190,"target":13},{"source":16,"target":0},{"source":16,"target":193},{"source":16,"target":194},{"source":16,"target":195},{"source":193,"target":19},{"source":193,"target":196},{"source":193,"target":16},{"source":196,"target":19},{"source":194,"target":18},{"source":194,"target":197},{"source":194,"target":16},{"source":197,"target":18},{"source":195,"target":50},{"source":195,"target":198},{"source":195,"target":16},{"source":198,"target":50},{"source":17,"target":0},{"source":18,"target":0},{"source":18,"target":17},{"source":18,"target":199},{"source":199,"target":17},{"source":19,"target":0},{"source":19,"target":17},{"source":19,"target":200},{"source":200,"target":17},{"source":20,"target":0},{"source":20,"target":6},{"source":20,"target":201},{"source":201,"target":6},{"source":21,"target":0},{"source":21,"target":20},{"source":21,"target":202},{"source":202,"target":20},{"source":22,"target":0},{"source":22,"target":20},{"source":22,"target":203},{"source":203,"target":20},{"source":23,"target":0},{"source":23,"target":20},{"source":23,"target":204},{"source":204,"target":20},{"source":24,"target":0},{"source":24,"target":20},{"source":24,"target":205},{"source":24,"target":206},{"source":205,"target":29},{"source":205,"target":207},{"source":205,"target":24},{"source":207,"target":29},{"source":206,"target":20},{"source":25,"target":0},{"source":25,"target":20},{"source":25,"target":208},{"source":25,"target":209},{"source":208,"target":30},{"source":208,"target":210},{"source":208,"target":25},{"source":210,"target":30},{"source":209,"target":20},{"source":26,"target":0},{"source":26,"target":20},{"source":26,"target":211},{"source":26,"target":212},{"source":211,"target":31},{"source":211,"target":213},{"source":211,"target":26},{"source":213,"target":31},{"source":212,"target":20},{"source":27,"target":0},{"source":27,"target":20},{"source":27,"target":214},{"source":27,"target":215},{"source":214,"target":32},{"source":214,"target":216},{"source":214,"target":27},{"source":216,"target":32},{"source":215,"target":20},{"source":28,"target":0},{"source":28,"target":20},{"source":28,"target":217},{"source":28,"target":218},{"source":217,"target":29},{"source":217,"target":219},{"source":217,"target":28},{"source":219,"target":29},{"source":218,"target":20},{"source":29,"target":0},{"source":29,"target":220},{"source":29,"target":221},{"source":220,"target":82},{"source":220,"target":222},{"source":220,"target":29},{"source":222,"target":82},{"source":221,"target":223},{"source":221,"target":29},{"source":30,"target":0},{"source":30,"target":21},{"source":30,"target":224},{"source":30,"target":225},{"source":30,"target":226},{"source":30,"target":227},{"source":224,"target":102},{"source":224,"target":228},{"source":224,"target":30},{"source":228,"target":102},{"source":225,"target":82},{"source":225,"target":229},{"source":225,"target":30},{"source":229,"target":82},{"source":226,"target":109},{"source":226,"target":230},{"source":226,"target":30},{"source":230,"target":109},{"source":227,"target":21},{"source":31,"target":0},{"source":31,"target":22},{"source":31,"target":231},{"source":31,"target":232},{"source":31,"target":233},{"source":31,"target":234},{"source":231,"target":102},{"source":231,"target":235},{"source":231,"target":31},{"source":235,"target":102},{"source":232,"target":82},{"source":232,"target":236},{"source":232,"target":31},{"source":236,"target":82},{"source":233,"target":109},{"source":233,"target":237},{"source":233,"target":31},{"source":237,"target":109},{"source":234,"target":22},{"source":32,"target":0},{"source":32,"target":23},{"source":32,"target":238},{"source":32,"target":239},{"source":32,"target":240},{"source":238,"target":33},{"source":238,"target":241},{"source":238,"target":32},{"source":241,"target":33},{"source":239,"target":109},{"source":239,"target":242},{"source":239,"target":32},{"source":242,"target":109},{"source":240,"target":23},{"source":33,"target":0},{"source":33,"target":243},{"source":33,"target":244},{"source":33,"target":245},{"source":33,"target":246},{"source":243,"target":247},{"source":243,"target":33},{"source":244,"target":102},{"source":244,"target":248},{"source":244,"target":33},{"source":248,"target":102},{"source":245,"target":249},{"source":245,"target":33},{"source":246,"target":250},{"source":246,"target":33},{"source":34,"target":0},{"source":34,"target":19},{"source":34,"target":251},{"source":34,"target":252},{"source":34,"target":253},{"source":34,"target":254},{"source":34,"target":255},{"source":251,"target":256},{"source":251,"target":34},{"source":252,"target":84},{"source":252,"target":257},{"source":252,"target":34},{"source":257,"target":84},{"source":253,"target":102},{"source":253,"target":258},{"source":253,"target":34},{"source":258,"target":102},{"source":254,"target":259},{"source":254,"target":34},{"source":255,"target":19},{"source":35,"target":0},{"source":35,"target":19},{"source":35,"target":260},{"source":35,"target":261},{"source":35,"target":262},{"source":35,"target":263},{"source":35,"target":264},{"source":260,"target":265},{"source":260,"target":35},{"source":261,"target":70},{"source":261,"target":266},{"source":261,"target":35},{"source":266,"target":70},{"source":262,"target":59},{"source":262,"target":267},{"source":262,"target":35},{"source":267,"target":59},{"source":263,"target":69},{"source":263,"target":268},{"source":263,"target":35},{"source":268,"target":69},{"source":264,"target":19},{"source":36,"target":0},{"source":36,"target":19},{"source":36,"target":269},{"source":36,"target":270},{"source":36,"target":271},{"source":269,"target":84},{"source":269,"target":272},{"source":269,"target":36},{"source":272,"target":84},{"source":270,"target":102},{"source":270,"target":273},{"source":270,"target":36},{"source":273,"target":102},{"source":271,"target":19},{"source":37,"target":0},{"source":37,"target":18},{"source":37,"target":274},{"source":37,"target":275},{"source":37,"target":276},{"source":274,"target":71},{"source":274,"target":277},{"source":274,"target":37},{"source":277,"target":71},{"source":275,"target":38},{"source":275,"target":278},{"source":275,"target":37},{"source":278,"target":38},{"source":276,"target":18},{"source":38,"target":0},{"source":38,"target":279},{"source":38,"target":280},{"source":279,"target":281},{"source":279,"target":38},{"source":280,"target":40},{"source":280,"target":282},{"source":280,"target":38},{"source":282,"target":40},{"source":39,"target":0},{"source":39,"target":18},{"source":39,"target":283},{"source":39,"target":284},{"source":39,"target":285},{"source":283,"target":286},{"source":283,"target":39},{"source":284,"target":70},{"source":284,"target":287},{"source":284,"target":39},{"source":287,"target":70},{"source":285,"target":18},{"source":40,"target":0},{"source":40,"target":18},{"source":40,"target":288},{"source":40,"target":289},{"source":288,"target":41},{"source":288,"target":290},{"source":288,"target":40},{"source":290,"target":41},{"source":289,"target":18},{"source":41,"target":0},{"source":41,"target":81},{"source":41,"target":291},{"source":41,"target":292},{"source":41,"target":293},{"source":41,"target":294},{"source":291,"target":109},{"source":291,"target":295},{"source":291,"target":41},{"source":295,"target":109},{"source":292,"target":84},{"source":292,"target":296},{"source":292,"target":41},{"source":296,"target":84},{"source":293,"target":102},{"source":293,"target":297},{"source":293,"target":41},{"source":297,"target":102},{"source":294,"target":81},{"source":42,"target":0},{"source":42,"target":18},{"source":42,"target":298},{"source":42,"target":299},{"source":42,"target":300},{"source":298,"target":301},{"source":298,"target":42},{"source":299,"target":84},{"source":299,"target":302},{"source":299,"target":42},{"source":302,"target":84},{"source":300,"target":18},{"source":43,"target":0},{"source":43,"target":18},{"source":43,"target":303},{"source":43,"target":304},{"source":303,"target":44},{"source":303,"target":305},{"source":303,"target":43},{"source":305,"target":44},{"source":304,"target":18},{"source":44,"target":0},{"source":44,"target":81},{"source":44,"target":306},{"source":306,"target":81},{"source":45,"target":0},{"source":45,"target":18},{"source":45,"target":307},{"source":45,"target":308},{"source":45,"target":309},{"source":45,"target":310},{"source":307,"target":102},{"source":307,"target":311},{"source":307,"target":45},{"source":311,"target":102},{"source":308,"target":84},{"source":308,"target":312},{"source":308,"target":45},{"source":312,"target":84},{"source":309,"target":18},{"source":309,"target":313},{"source":309,"target":45},{"source":313,"target":18},{"source":310,"target":18},{"source":46,"target":0},{"source":46,"target":19},{"source":46,"target":314},{"source":46,"target":315},{"source":46,"target":316},{"source":314,"target":94},{"source":314,"target":317},{"source":314,"target":46},{"source":317,"target":94},{"source":315,"target":48},{"source":315,"target":318},{"source":315,"target":46},{"source":318,"target":48},{"source":316,"target":19},{"source":47,"target":0},{"source":47,"target":7},{"source":47,"target":319},{"source":47,"target":320},{"source":47,"target":321},{"source":319,"target":322},{"source":319,"target":47},{"source":320,"target":48},{"source":320,"target":323},{"source":320,"target":47},{"source":323,"target":48},{"source":321,"target":7},{"source":48,"target":0},{"source":48,"target":324},{"source":324,"target":49},{"source":324,"target":325},{"source":324,"target":48},{"source":325,"target":49},{"source":49,"target":0},{"source":49,"target":326},{"source":49,"target":327},{"source":326,"target":328},{"source":326,"target":49},{"source":327,"target":102},{"source":327,"target":329},{"source":327,"target":49},{"source":329,"target":102},{"source":50,"target":0},{"source":50,"target":17},{"source":50,"target":330},{"source":50,"target":331},{"source":50,"target":332},{"source":50,"target":333},{"source":330,"target":334},{"source":330,"target":50},{"source":331,"target":52},{"source":331,"target":335},{"source":331,"target":50},{"source":335,"target":52},{"source":332,"target":69},{"source":332,"target":336},{"source":332,"target":50},{"source":336,"target":69},{"source":333,"target":17},{"source":51,"target":0},{"source":51,"target":17},{"source":51,"target":337},{"source":51,"target":338},{"source":51,"target":339},{"source":51,"target":340},{"source":337,"target":341},{"source":337,"target":51},{"source":338,"target":342},{"source":338,"target":51},{"source":339,"target":52},{"source":339,"target":343},{"source":339,"target":51},{"source":343,"target":52},{"source":340,"target":17},{"source":52,"target":0},{"source":52,"target":344},{"source":52,"target":345},{"source":52,"target":346},{"source":52,"target":347},{"source":344,"target":53},{"source":344,"target":348},{"source":344,"target":52},{"source":348,"target":53},{"source":345,"target":55},{"source":345,"target":349},{"source":345,"target":52},{"source":349,"target":55},{"source":346,"target":56},{"source":346,"target":350},{"source":346,"target":52},{"source":350,"target":56},{"source":347,"target":57},{"source":347,"target":351},{"source":347,"target":52},{"source":351,"target":57},{"source":53,"target":0},{"source":53,"target":352},{"source":53,"target":353},{"source":352,"target":354},{"source":352,"target":53},{"source":353,"target":54},{"source":353,"target":355},{"source":353,"target":53},{"source":355,"target":54},{"source":54,"target":0},{"source":54,"target":356},{"source":54,"target":357},{"source":356,"target":84},{"source":356,"target":358},{"source":356,"target":54},{"source":358,"target":84},{"source":357,"target":102},{"source":357,"target":359},{"source":357,"target":54},{"source":359,"target":102},{"source":55,"target":0},{"source":55,"target":360},{"source":360,"target":58},{"source":360,"target":361},{"source":360,"target":55},{"source":361,"target":58},{"source":56,"target":0},{"source":56,"target":362},{"source":362,"target":84},{"source":362,"target":363},{"source":362,"target":56},{"source":363,"target":84},{"source":57,"target":0},{"source":57,"target":364},{"source":364,"target":84},{"source":364,"target":365},{"source":364,"target":57},{"source":365,"target":84},{"source":58,"target":0},{"source":58,"target":366},{"source":58,"target":367},{"source":366,"target":84},{"source":366,"target":368},{"source":366,"target":58},{"source":368,"target":84},{"source":367,"target":369},{"source":367,"target":58},{"source":59,"target":0},{"source":60,"target":0},{"source":60,"target":19},{"source":60,"target":370},{"source":60,"target":371},{"source":60,"target":372},{"source":370,"target":61},{"source":370,"target":373},{"source":370,"target":60},{"source":373,"target":61},{"source":371,"target":69},{"source":371,"target":374},{"source":371,"target":60},{"source":374,"target":69},{"source":372,"target":19},{"source":61,"target":0},{"source":61,"target":375},{"source":61,"target":376},{"source":375,"target":102},{"source":375,"target":377},{"source":375,"target":61},{"source":377,"target":102},{"source":376,"target":62},{"source":376,"target":378},{"source":376,"target":61},{"source":378,"target":62},{"source":62,"target":0},{"source":63,"target":0},{"source":63,"target":62},{"source":63,"target":379},{"source":379,"target":62},{"source":64,"target":0},{"source":64,"target":62},{"source":64,"target":380},{"source":380,"target":62},{"source":65,"target":0},{"source":65,"target":63},{"source":65,"target":64},{"source":65,"target":381},{"source":65,"target":382},{"source":65,"target":383},{"source":65,"target":384},{"source":65,"target":385},{"source":65,"target":386},{"source":381,"target":387},{"source":381,"target":65},{"source":382,"target":388},{"source":382,"target":65},{"source":383,"target":389},{"source":383,"target":65},{"source":384,"target":107},{"source":384,"target":390},{"source":384,"target":65},{"source":390,"target":107},{"source":385,"target":63},{"source":386,"target":64},{"source":66,"target":0},{"source":66,"target":63},{"source":66,"target":64},{"source":66,"target":391},{"source":66,"target":392},{"source":66,"target":393},{"source":66,"target":394},{"source":66,"target":395},{"source":391,"target":396},{"source":391,"target":66},{"source":392,"target":397},{"source":392,"target":66},{"source":393,"target":108},{"source":393,"target":398},{"source":393,"target":66},{"source":398,"target":108},{"source":394,"target":63},{"source":395,"target":64},{"source":67,"target":0},{"source":67,"target":63},{"source":67,"target":64},{"source":67,"target":399},{"source":67,"target":400},{"source":67,"target":401},{"source":67,"target":402},{"source":67,"target":403},{"source":399,"target":68},{"source":399,"target":404},{"source":399,"target":67},{"source":404,"target":68},{"source":400,"target":108},{"source":400,"target":405},{"source":400,"target":67},{"source":405,"target":108},{"source":401,"target":406},{"source":401,"target":67},{"source":402,"target":63},{"source":403,"target":64},{"source":68,"target":0},{"source":68,"target":407},{"source":407,"target":110},{"source":407,"target":408},{"source":407,"target":68},{"source":408,"target":110},{"source":69,"target":0},{"source":69,"target":409},{"source":409,"target":84},{"source":409,"target":410},{"source":409,"target":69},{"source":410,"target":84},{"source":70,"target":0},{"source":70,"target":411},{"source":411,"target":71},{"source":411,"target":412},{"source":411,"target":70},{"source":412,"target":71},{"source":71,"target":0},{"source":71,"target":413},{"source":71,"target":414},{"source":413,"target":102},{"source":413,"target":415},{"source":413,"target":71},{"source":415,"target":102},{"source":414,"target":72},{"source":414,"target":416},{"source":414,"target":71},{"source":416,"target":72},{"source":72,"target":0},{"source":72,"target":71},{"source":72,"target":417},{"source":417,"target":71},{"source":73,"target":0},{"source":73,"target":72},{"source":73,"target":84},{"source":73,"target":418},{"source":73,"target":419},{"source":73,"target":420},{"source":418,"target":74},{"source":418,"target":421},{"source":418,"target":73},{"source":421,"target":74},{"source":419,"target":72},{"source":420,"target":84},{"source":74,"target":0},{"source":74,"target":72},{"source":74,"target":422},{"source":74,"target":423},{"source":74,"target":424},{"source":422,"target":75},{"source":422,"target":425},{"source":422,"target":74},{"source":425,"target":75},{"source":423,"target":76},{"source":423,"target":426},{"source":423,"target":74},{"source":426,"target":76},{"source":424,"target":72},{"source":75,"target":0},{"source":75,"target":81},{"source":75,"target":427},{"source":75,"target":428},{"source":75,"target":429},{"source":427,"target":102},{"source":427,"target":430},{"source":427,"target":75},{"source":430,"target":102},{"source":428,"target":79},{"source":428,"target":431},{"source":428,"target":75},{"source":431,"target":79},{"source":429,"target":81},{"source":76,"target":0},{"source":76,"target":432},{"source":76,"target":433},{"source":432,"target":77},{"source":432,"target":434},{"source":432,"target":76},{"source":434,"target":77},{"source":433,"target":75},{"source":433,"target":435},{"source":433,"target":76},{"source":435,"target":75},{"source":77,"target":0},{"source":77,"target":436},{"source":77,"target":437},{"source":77,"target":438},{"source":436,"target":439},{"source":436,"target":77},{"source":437,"target":78},{"source":437,"target":440},{"source":437,"target":77},{"source":440,"target":78},{"source":438,"target":441},{"source":438,"target":77},{"source":78,"target":0},{"source":78,"target":80},{"source":78,"target":442},{"source":78,"target":443},{"source":78,"target":444},{"source":78,"target":445},{"source":78,"target":446},{"source":442,"target":102},{"source":442,"target":447},{"source":442,"target":78},{"source":447,"target":102},{"source":443,"target":448},{"source":443,"target":78},{"source":444,"target":83},{"source":444,"target":449},{"source":444,"target":78},{"source":449,"target":83},{"source":445,"target":79},{"source":445,"target":450},{"source":445,"target":78},{"source":450,"target":79},{"source":446,"target":80},{"source":79,"target":0},{"source":80,"target":0},{"source":80,"target":451},{"source":451,"target":452},{"source":451,"target":80},{"source":81,"target":0},{"source":81,"target":453},{"source":453,"target":82},{"source":453,"target":454},{"source":453,"target":81},{"source":454,"target":82},{"source":82,"target":0},{"source":82,"target":455},{"source":455,"target":456},{"source":455,"target":82},{"source":83,"target":0},{"source":83,"target":457},{"source":83,"target":458},{"source":83,"target":459},{"source":457,"target":460},{"source":457,"target":83},{"source":458,"target":461},{"source":458,"target":83},{"source":459,"target":462},{"source":459,"target":83},{"source":84,"target":0},{"source":84,"target":81},{"source":84,"target":109},{"source":84,"target":463},{"source":84,"target":464},{"source":84,"target":465},{"source":463,"target":99},{"source":463,"target":466},{"source":463,"target":84},{"source":466,"target":99},{"source":464,"target":81},{"source":465,"target":109},{"source":85,"target":0},{"source":85,"target":84},{"source":85,"target":467},{"source":467,"target":84},{"source":86,"target":0},{"source":86,"target":85},{"source":86,"target":468},{"source":86,"target":469},{"source":468,"target":470},{"source":468,"target":86},{"source":469,"target":85},{"source":87,"target":0},{"source":87,"target":85},{"source":87,"target":471},{"source":87,"target":472},{"source":471,"target":84},{"source":471,"target":473},{"source":471,"target":87},{"source":473,"target":84},{"source":472,"target":85},{"source":88,"target":0},{"source":88,"target":84},{"source":88,"target":474},{"source":88,"target":475},{"source":88,"target":476},{"source":88,"target":477},{"source":88,"target":478},{"source":474,"target":102},{"source":474,"target":479},{"source":474,"target":88},{"source":479,"target":102},{"source":475,"target":84},{"source":475,"target":480},{"source":475,"target":88},{"source":480,"target":84},{"source":476,"target":92},{"source":476,"target":481},{"source":476,"target":88},{"source":481,"target":92},{"source":477,"target":84},{"source":477,"target":482},{"source":477,"target":88},{"source":482,"target":84},{"source":478,"target":84},{"source":89,"target":0},{"source":89,"target":84},{"source":89,"target":483},{"source":89,"target":484},{"source":483,"target":84},{"source":483,"target":485},{"source":483,"target":89},{"source":485,"target":84},{"source":484,"target":84},{"source":90,"target":0},{"source":90,"target":84},{"source":90,"target":486},{"source":90,"target":487},{"source":90,"target":488},{"source":486,"target":75},{"source":486,"target":489},{"source":486,"target":90},{"source":489,"target":75},{"source":487,"target":76},{"source":487,"target":490},{"source":487,"target":90},{"source":490,"target":76},{"source":488,"target":84},{"source":91,"target":0},{"source":91,"target":491},{"source":91,"target":492},{"source":491,"target":92},{"source":491,"target":493},{"source":491,"target":91},{"source":493,"target":92},{"source":492,"target":69},{"source":492,"target":494},{"source":492,"target":91},{"source":494,"target":69},{"source":92,"target":0},{"source":92,"target":495},{"source":92,"target":496},{"source":495,"target":102},{"source":495,"target":497},{"source":495,"target":92},{"source":497,"target":102},{"source":496,"target":84},{"source":496,"target":498},{"source":496,"target":92},{"source":498,"target":84},{"source":93,"target":0},{"source":93,"target":84},{"source":93,"target":499},{"source":93,"target":500},{"source":93,"target":501},{"source":93,"target":502},{"source":499,"target":503},{"source":499,"target":93},{"source":500,"target":504},{"source":500,"target":93},{"source":501,"target":84},{"source":501,"target":505},{"source":501,"target":93},{"source":505,"target":84},{"source":502,"target":84},{"source":94,"target":0},{"source":94,"target":506},{"source":94,"target":507},{"source":506,"target":96},{"source":506,"target":508},{"source":506,"target":94},{"source":508,"target":96},{"source":507,"target":84},{"source":507,"target":509},{"source":507,"target":94},{"source":509,"target":84},{"source":95,"target":0},{"source":95,"target":510},{"source":510,"target":96},{"source":510,"target":511},{"source":510,"target":95},{"source":511,"target":96},{"source":96,"target":0},{"source":96,"target":512},{"source":96,"target":513},{"source":512,"target":514},{"source":512,"target":96},{"source":513,"target":515},{"source":513,"target":96},{"source":97,"target":0},{"source":97,"target":84},{"source":97,"target":516},{"source":97,"target":517},{"source":97,"target":518},{"source":516,"target":91},{"source":516,"target":519},{"source":516,"target":97},{"source":519,"target":91},{"source":517,"target":84},{"source":517,"target":520},{"source":517,"target":97},{"source":520,"target":84},{"source":518,"target":84},{"source":98,"target":0},{"source":98,"target":84},{"source":98,"target":521},{"source":98,"target":522},{"source":98,"target":523},{"source":98,"target":524},{"source":98,"target":525},{"source":521,"target":102},{"source":521,"target":526},{"source":521,"target":98},{"source":526,"target":102},{"source":522,"target":90},{"source":522,"target":527},{"source":522,"target":98},{"source":527,"target":90},{"source":523,"target":69},{"source":523,"target":528},{"source":523,"target":98},{"source":528,"target":69},{"source":524,"target":84},{"source":524,"target":529},{"source":524,"target":98},{"source":529,"target":84},{"source":525,"target":84},{"source":99,"target":0},{"source":99,"target":530},{"source":99,"target":531},{"source":530,"target":532},{"source":530,"target":99},{"source":531,"target":533},{"source":531,"target":99},{"source":100,"target":0},{"source":100,"target":84},{"source":100,"target":534},{"source":100,"target":535},{"source":100,"target":536},{"source":100,"target":537},{"source":534,"target":101},{"source":534,"target":538},{"source":534,"target":100},{"source":538,"target":101},{"source":535,"target":84},{"source":535,"target":539},{"source":535,"target":100},{"source":539,"target":84},{"source":536,"target":84},{"source":536,"target":540},{"source":536,"target":100},{"source":540,"target":84},{"source":537,"target":84},{"source":101,"target":0},{"source":101,"target":541},{"source":101,"target":542},{"source":541,"target":84},{"source":541,"target":543},{"source":541,"target":101},{"source":543,"target":84},{"source":542,"target":84},{"source":542,"target":544},{"source":542,"target":101},{"source":544,"target":84},{"source":102,"target":0},{"source":102,"target":545},{"source":545,"target":546},{"source":545,"target":102},{"source":103,"target":0},{"source":103,"target":85},{"source":103,"target":547},{"source":103,"target":548},{"source":547,"target":549},{"source":547,"target":103},{"source":548,"target":85},{"source":104,"target":0},{"source":104,"target":85},{"source":104,"target":550},{"source":104,"target":551},{"source":550,"target":552},{"source":550,"target":104},{"source":551,"target":85},{"source":105,"target":0},{"source":105,"target":79},{"source":105,"target":85},{"source":105,"target":553},{"source":105,"target":554},{"source":105,"target":555},{"source":553,"target":106},{"source":553,"target":556},{"source":553,"target":105},{"source":556,"target":106},{"source":554,"target":79},{"source":555,"target":85},{"source":106,"target":0},{"source":106,"target":557},{"source":106,"target":558},{"source":557,"target":559},{"source":557,"target":106},{"source":558,"target":84},{"source":558,"target":560},{"source":558,"target":106},{"source":560,"target":84},{"source":107,"target":0},{"source":107,"target":79},{"source":107,"target":84},{"source":107,"target":561},{"source":107,"target":562},{"source":107,"target":563},{"source":561,"target":564},{"source":561,"target":107},{"source":562,"target":79},{"source":563,"target":84},{"source":108,"target":0},{"source":108,"target":79},{"source":108,"target":84},{"source":108,"target":565},{"source":108,"target":566},{"source":108,"target":567},{"source":565,"target":568},{"source":565,"target":108},{"source":566,"target":79},{"source":567,"target":84},{"source":109,"target":0},{"source":110,"target":0},{"source":110,"target":569},{"source":569,"target":570},{"source":569,"target":110},{"source":111,"target":0},{"source":111,"target":2},{"source":111,"target":571},{"source":111,"target":572},{"source":111,"target":573},{"source":111,"target":574},{"source":571,"target":575},{"source":571,"target":111},{"source":572,"target":576},{"source":572,"target":111},{"source":573,"target":3},{"source":573,"target":577},{"source":573,"target":111},{"source":577,"target":3},{"source":574,"target":2},{"source":112,"target":0},{"source":112,"target":8},{"source":112,"target":578},{"source":112,"target":579},{"source":112,"target":580},{"source":578,"target":13},{"source":578,"target":581},{"source":578,"target":112},{"source":581,"target":13},{"source":579,"target":12},{"source":579,"target":582},{"source":579,"target":112},{"source":582,"target":12},{"source":580,"target":8},{"source":113,"target":0},{"source":113,"target":44},{"source":113,"target":583},{"source":113,"target":584},{"source":583,"target":102},{"source":583,"target":585},{"source":583,"target":113},{"source":585,"target":102},{"source":584,"target":44},{"source":114,"target":0},{"source":114,"target":44},{"source":114,"target":586},{"source":114,"target":587},{"source":586,"target":109},{"source":586,"target":588},{"source":586,"target":114},{"source":588,"target":109},{"source":587,"target":44},{"source":115,"target":0},{"source":115,"target":59},{"source":115,"target":589},{"source":115,"target":590},{"source":115,"target":591},{"source":115,"target":592},{"source":589,"target":102},{"source":589,"target":593},{"source":589,"target":115},{"source":593,"target":102},{"source":590,"target":82},{"source":590,"target":594},{"source":590,"target":115},{"source":594,"target":82},{"source":591,"target":595},{"source":591,"target":115},{"source":592,"target":59},{"source":116,"target":0},{"source":116,"target":59},{"source":116,"target":596},{"source":116,"target":597},{"source":596,"target":102},{"source":596,"target":598},{"source":596,"target":116},{"source":598,"target":102},{"source":597,"target":59},{"source":117,"target":0},{"source":117,"target":59},{"source":117,"target":599},{"source":117,"target":600},{"source":117,"target":601},{"source":599,"target":102},{"source":599,"target":602},{"source":599,"target":117},{"source":602,"target":102},{"source":600,"target":82},{"source":600,"target":603},{"source":600,"target":117},{"source":603,"target":82},{"source":601,"target":59},{"source":118,"target":0},{"source":118,"target":73},{"source":118,"target":604},{"source":604,"target":73},{"source":119,"target":0},{"source":119,"target":73},{"source":119,"target":605},{"source":605,"target":73},{"source":120,"target":0},{"source":120,"target":84},{"source":120,"target":606},{"source":120,"target":607},{"source":120,"target":608},{"source":120,"target":609},{"source":606,"target":84},{"source":606,"target":610},{"source":606,"target":120},{"source":610,"target":84},{"source":607,"target":611},{"source":607,"target":120},{"source":608,"target":84},{"source":608,"target":612},{"source":608,"target":120},{"source":612,"target":84},{"source":609,"target":84},{"source":121,"target":0},{"source":121,"target":84},{"source":121,"target":613},{"source":121,"target":614},{"source":121,"target":615},{"source":121,"target":616},{"source":613,"target":84},{"source":613,"target":617},{"source":613,"target":121},{"source":617,"target":84},{"source":614,"target":618},{"source":614,"target":121},{"source":615,"target":84},{"source":615,"target":619},{"source":615,"target":121},{"source":619,"target":84},{"source":616,"target":84},{"source":122,"target":0},{"source":122,"target":84},{"source":122,"target":620},{"source":122,"target":621},{"source":122,"target":622},{"source":122,"target":623},{"source":620,"target":84},{"source":620,"target":624},{"source":620,"target":122},{"source":624,"target":84},{"source":621,"target":625},{"source":621,"target":122},{"source":622,"target":84},{"source":622,"target":626},{"source":622,"target":122},{"source":626,"target":84},{"source":623,"target":84},{"source":123,"target":0},{"source":123,"target":84},{"source":123,"target":627},{"source":123,"target":628},{"source":123,"target":629},{"source":627,"target":630},{"source":627,"target":123},{"source":628,"target":84},{"source":628,"target":631},{"source":628,"target":123},{"source":631,"target":84},{"source":629,"target":84},{"source":124,"target":0},{"source":124,"target":84},{"source":124,"target":632},{"source":124,"target":633},{"source":124,"target":634},{"source":124,"target":635},{"source":632,"target":84},{"source":632,"target":636},{"source":632,"target":124},{"source":636,"target":84},{"source":633,"target":637},{"source":633,"target":124},{"source":634,"target":84},{"source":634,"target":638},{"source":634,"target":124},{"source":638,"target":84},{"source":635,"target":84},{"source":125,"target":0},{"source":125,"target":84},{"source":125,"target":639},{"source":125,"target":640},{"source":125,"target":641},{"source":125,"target":642},{"source":639,"target":84},{"source":639,"target":643},{"source":639,"target":125},{"source":643,"target":84},{"source":640,"target":644},{"source":640,"target":125},{"source":641,"target":84},{"source":641,"target":645},{"source":641,"target":125},{"source":645,"target":84},{"source":642,"target":84},{"source":126,"target":0},{"source":126,"target":84},{"source":126,"target":646},{"source":126,"target":647},{"source":126,"target":648},{"source":126,"target":649},{"source":646,"target":84},{"source":646,"target":650},{"source":646,"target":126},{"source":650,"target":84},{"source":647,"target":651},{"source":647,"target":126},{"source":648,"target":84},{"source":648,"target":652},{"source":648,"target":126},{"source":652,"target":84},{"source":649,"target":84},{"source":127,"target":0},{"source":127,"target":84},{"source":127,"target":653},{"source":127,"target":654},{"source":127,"target":655},{"source":127,"target":656},{"source":653,"target":84},{"source":653,"target":657},{"source":653,"target":127},{"source":657,"target":84},{"source":654,"target":658},{"source":654,"target":127},{"source":655,"target":84},{"source":655,"target":659},{"source":655,"target":127},{"source":659,"target":84},{"source":656,"target":84},{"source":128,"target":0},{"source":128,"target":84},{"source":128,"target":660},{"source":128,"target":661},{"source":128,"target":662},{"source":660,"target":663},{"source":660,"target":128},{"source":661,"target":84},{"source":661,"target":664},{"source":661,"target":128},{"source":664,"target":84},{"source":662,"target":84},{"source":129,"target":0},{"source":129,"target":84},{"source":129,"target":665},{"source":129,"target":666},{"source":129,"target":667},{"source":665,"target":84},{"source":665,"target":668},{"source":665,"target":129},{"source":668,"target":84},{"source":666,"target":84},{"source":666,"target":669},{"source":666,"target":129},{"source":669,"target":84},{"source":667,"target":84},{"source":130,"target":0},{"source":130,"target":84},{"source":130,"target":670},{"source":130,"target":671},{"source":130,"target":672},{"source":130,"target":673},{"source":670,"target":84},{"source":670,"target":674},{"source":670,"target":130},{"source":674,"target":84},{"source":671,"target":84},{"source":671,"target":675},{"source":671,"target":130},{"source":675,"target":84},{"source":672,"target":84},{"source":672,"target":676},{"source":672,"target":130},{"source":676,"target":84},{"source":673,"target":84},{"source":131,"target":0},{"source":131,"target":84},{"source":131,"target":677},{"source":131,"target":678},{"source":131,"target":679},{"source":677,"target":84},{"source":677,"target":680},{"source":677,"target":131},{"source":680,"target":84},{"source":678,"target":84},{"source":678,"target":681},{"source":678,"target":131},{"source":681,"target":84},{"source":679,"target":84},{"source":132,"target":0},{"source":132,"target":84},{"source":132,"target":682},{"source":132,"target":683},{"source":132,"target":684},{"source":682,"target":84},{"source":682,"target":685},{"source":682,"target":132},{"source":685,"target":84},{"source":683,"target":84},{"source":683,"target":686},{"source":683,"target":132},{"source":686,"target":84},{"source":684,"target":84},{"source":133,"target":0},{"source":133,"target":84},{"source":133,"target":687},{"source":133,"target":688},{"source":133,"target":689},{"source":687,"target":84},{"source":687,"target":690},{"source":687,"target":133},{"source":690,"target":84},{"source":688,"target":84},{"source":688,"target":691},{"source":688,"target":133},{"source":691,"target":84},{"source":689,"target":84},{"source":134,"target":0},{"source":134,"target":84},{"source":134,"target":692},{"source":134,"target":693},{"source":134,"target":694},{"source":692,"target":84},{"source":692,"target":695},{"source":692,"target":134},{"source":695,"target":84},{"source":693,"target":84},{"source":693,"target":696},{"source":693,"target":134},{"source":696,"target":84},{"source":694,"target":84},{"source":135,"target":0},{"source":135,"target":84},{"source":135,"target":697},{"source":135,"target":698},{"source":135,"target":699},{"source":697,"target":84},{"source":697,"target":700},{"source":697,"target":135},{"source":700,"target":84},{"source":698,"target":84},{"source":698,"target":701},{"source":698,"target":135},{"source":701,"target":84},{"source":699,"target":84},{"source":136,"target":0},{"source":136,"target":84},{"source":136,"target":702},{"source":136,"target":703},{"source":702,"target":84},{"source":702,"target":704},{"source":702,"target":136},{"source":704,"target":84},{"source":703,"target":84},{"source":137,"target":0},{"source":137,"target":84},{"source":137,"target":705},{"source":137,"target":706},{"source":705,"target":84},{"source":705,"target":707},{"source":705,"target":137},{"source":707,"target":84},{"source":706,"target":84},{"source":138,"target":0},{"source":138,"target":84},{"source":138,"target":708},{"source":138,"target":709},{"source":708,"target":84},{"source":708,"target":710},{"source":708,"target":138},{"source":710,"target":84},{"source":709,"target":84},{"source":139,"target":0},{"source":139,"target":84},{"source":139,"target":711},{"source":139,"target":712},{"source":711,"target":84},{"source":711,"target":713},{"source":711,"target":139},{"source":713,"target":84},{"source":712,"target":84},{"source":140,"target":0},{"source":140,"target":84},{"source":140,"target":714},{"source":714,"target":84},{"source":141,"target":0},{"source":141,"target":84},{"source":141,"target":715},{"source":141,"target":716},{"source":715,"target":91},{"source":715,"target":717},{"source":715,"target":141},{"source":717,"target":91},{"source":716,"target":84},{"source":142,"target":0},{"source":142,"target":84},{"source":142,"target":718},{"source":142,"target":719},{"source":142,"target":720},{"source":718,"target":91},{"source":718,"target":721},{"source":718,"target":142},{"source":721,"target":91},{"source":719,"target":84},{"source":719,"target":722},{"source":719,"target":142},{"source":722,"target":84},{"source":720,"target":84},{"source":143,"target":0},{"source":143,"target":84},{"source":143,"target":723},{"source":143,"target":724},{"source":723,"target":91},{"source":723,"target":725},{"source":723,"target":143},{"source":725,"target":91},{"source":724,"target":84},{"source":144,"target":0},{"source":144,"target":84},{"source":144,"target":726},{"source":144,"target":727},{"source":726,"target":91},{"source":726,"target":728},{"source":726,"target":144},{"source":728,"target":91},{"source":727,"target":84},{"source":145,"target":0},{"source":145,"target":84},{"source":145,"target":729},{"source":145,"target":730},{"source":729,"target":91},{"source":729,"target":731},{"source":729,"target":145},{"source":731,"target":91},{"source":730,"target":84},{"source":146,"target":0},{"source":146,"target":84},{"source":146,"target":732},{"source":146,"target":733},{"source":732,"target":91},{"source":732,"target":734},{"source":732,"target":146},{"source":734,"target":91},{"source":733,"target":84},{"source":147,"target":0},{"source":147,"target":84},{"source":147,"target":735},{"source":147,"target":736},{"source":735,"target":102},{"source":735,"target":737},{"source":735,"target":147},{"source":737,"target":102},{"source":736,"target":84},{"source":148,"target":0},{"source":148,"target":85},{"source":148,"target":738},{"source":738,"target":85}],"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="proinso"
nsURI="http:///es/gva/cit/gvmetrica/proinso.ecore" nsPrefix="es.gva.cit.gvmetrica.proinso">
<eClassifiers xsi:type="ecore:EClass" name="Actividad" eSuperTypes="#//ActividadAbstracta">
<eStructuralFeatures xsi:type="ecore:EReference" name="proceso" lowerBound="1"
eType="#//Proceso" changeable="false" transient="true" defaultValueLiteral=""
eOpposite="#//Proceso/actividades"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ActividadAbstracta" eSuperTypes="#//ProinsoObject #//ConDocumentacion #//Referenciable">
<eOperations name="nombre_validar" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/OCL/examples/ocl">
<details key="invariant" value="nombre.size() > 0 "/>
</eAnnotations>
<eParameters name="theDiagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/>
<eParameters name="theContext" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"/>
</eOperations>
<eOperations name="codigo_validar" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/OCL/examples/ocl">
<details key="invariant" value="codigo.size() > 0"/>
</eAnnotations>
<eParameters name="theDiagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/>
<eParameters name="theContext" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"/>
</eOperations>
<eOperations name="todosPredecesores" ordered="false" upperBound="-1" eType="#//ActividadAbstracta">
<eAnnotations source="http://www.eclipse.org/OCL/examples/ocl">
<details key="body" value="(if predecesores->isEmpty() then predecesores else predecesores.todosPrecedesores() endif)->union(predecesores)"/>
</eAnnotations>
</eOperations>
<eOperations name="todosSucesores" ordered="false" upperBound="-1" eType="#//ActividadAbstracta">
<eAnnotations source="http://www.eclipse.org/OCL/examples/ocl">
<details key="body" value="sucesores.todosSucesores->union(sucesores)"/>
</eAnnotations>
</eOperations>
<eOperations name="predecesores_validar" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/OCL/examples/ocl">
<details key="invariant" value="predecesores_candidates()->includesAll( predecesores)"/>
</eAnnotations>
<eParameters name="theDiagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/>
<eParameters name="theContext" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"/>
</eOperations>
<eOperations name="predecesores_candidates" upperBound="-1" eType="#//ActividadAbstracta">
<eAnnotations source="http://www.eclipse.org/OCL/examples/ocl">
<details key="body" value="if self.oclIsTypeOf(Actividad) then self.oclAsType(Actividad).proceso.actividades else (self.oclAsType(ActividadInterfaz).proceso.actividades) endif - todosPredecesores()"/>
</eAnnotations>
</eOperations>
<eOperations name="sucesores_validar" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/OCL/examples/ocl">
<details key="invariant" value="sucesores_candidates()->includesAll( sucesores)"/>
</eAnnotations>
<eParameters name="theDiagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/>
<eParameters name="theContext" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"/>
</eOperations>
<eOperations name="sucesores_candidates" upperBound="-1" eType="#//ActividadAbstracta">
<eAnnotations source="http://www.eclipse.org/OCL/examples/ocl">
<details key="body" value="if self.oclIsTypeOf(Actividad) then self.oclAsType(Actividad).proceso.actividades else (self.oclAsType(ActividadInterfaz).proceso.actividades) endif - todosSucesores()"/>
</eAnnotations>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="codigoYNombre" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false" volatile="true" transient="true" derived="true">
<eAnnotations source="http://www.eclipse.org/OCL/examples/ocl">
<details key="derive" value="codigoCompleto.concat(' ').concat( if nombre->isEmpty() then '~' else nombre endif)"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="codigoCompleto" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false" volatile="true" transient="true" derived="true">
<eAnnotations source="http://www.eclipse.org/OCL/examples/ocl">
<details key="derive" value="if self.oclIsTypeOf(Actividad) then self.oclAsType(Actividad).proceso.codigoCompleto.concat(' ').concat( if codigo->isEmpty() then '?' else codigo endif) else self.oclAsType(ActividadInterfaz).proceso.codigoCompleto.concat(' ').concat( if codigo->isEmpty() then '?' else codigo endif) endif"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="codigo" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nombre" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tareas" upperBound="-1"
eType="#//Tarea" containment="true" eOpposite="#//Tarea/actividad"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="predecesores" upperBound="-1"
eType="#//ActividadAbstracta" eOpposite="#//ActividadAbstracta/sucesores">
<eAnnotations source="http://www.eclipse.org/OCL/examples/ocl">
<details key="candidates" value="predecesores_candidates()"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="sucesores" upperBound="-1"
eType="#//ActividadAbstracta" eOpposite="#//ActividadAbstracta/predecesores">
<eAnnotations source="http://www.eclipse.org/OCL/examples/ocl">
<details key="candidates" value="sucesores_candidates()"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ActividadInterfaz" eSuperTypes="#//ActividadAbstracta">
<eStructuralFeatures xsi:type="ecore:EReference" name="proceso" lowerBound="1"
eType="#//ProcesoInterfaz" changeable="false" transient="true" eOpposite="#//ProcesoInterfaz/actividades"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Cargo" eSuperTypes="#//Participante"/>
<eClassifiers xsi:type="ecore:EClass" name="ConDocumentacion" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="documentacion" eType="#//Documentacion"
containment="true" eOpposite="#//Documentacion/documentado"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Comite" eSuperTypes="#//Participante"/>
<eClassifiers xsi:type="ecore:EClass" name="ConModelClass" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="modelClass" lowerBound="1"
eType="ecore:EClass ../../../plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EClass"
changeable="false" volatile="true" transient="true" derived="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Documentacion" eSuperTypes="#//ProinsoObject">
<eStructuralFeatures xsi:type="ecore:EReference" name="documentado" eType="#//ConDocumentacion"
changeable="false" eOpposite="#//ConDocumentacion/documentacion"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parrafos" upperBound="-1"
eType="#//Parrafo" containment="true" eOpposite="#//Parrafo/documentacion"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Entrada" eSuperTypes="#//UsoFlujo">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nombre" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false" volatile="true" transient="true" derived="true">
<eAnnotations source="http://www.eclipse.org/OCL/examples/ocl">
<details key="derive" value="(if guarda.size() < 1 then '' else ' condicional' endif).concat((' de '.concat(if producto->isEmpty() then '?' else (if producto.oclIsTypeOf( Producto) then (if producto.oclAsType( Producto).nombre.size() > 0 then producto.oclAsType( Producto).nombre else '~' endif) else (if producto.oclIsTypeOf( Seccion) then (if producto.oclAsType( Seccion).nombre.size() > 0 then producto.oclAsType( Producto).nombre else '~' endif) else '?' endif) endif) endif)).concat( ' en ').concat( tarea.codigoYNombre )).concat(if guarda.size() < 1 then '' else ' si '.concat(guarda) endif)"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="modoUso" eType="#//ModoUsoEntradaKind"
defaultValueLiteral=""/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="guarda" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral=""/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="precondiciones" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral=""/>
<eStructuralFeatures xsi:type="ecore:EReference" name="salidas" upperBound="-1"
eType="#//Salida" eOpposite="#//Salida/entradas">
<eAnnotations source="http://www.eclipse.org/OCL/examples/ocl">
<details key="candidates" value="(if tarea.actividad.oclIsTypeOf(Actividad) then tarea.actividad.oclAsType(Actividad).proceso.procesos.metodologia.procesos.procesos.actividades.tareas.flujos else (tarea.actividad.oclAsType(ActividadInterfaz).proceso.interfaz.interfaces.metodologia.procesos.procesos.actividades.tareas.flujos) endif)->select( aFlujo | aFlujo.oclIsTypeOf( Salida))"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Interfaces" eSuperTypes="#//ProinsoCollection">
<eStructuralFeatures xsi:type="ecore:EReference" name="interfaces" upperBound="-1"
eType="#//Interfaz" containment="true" eOpposite="#//Interfaz/interfaces"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="metodologia" lowerBound="1"
eType="#//Metodologia" changeable="false" transient="true" eOpposite="#//Metodologia/interfaces"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Interfaz" eSuperTypes="#//ProinsoObject #//ConDocumentacion #//Referenciable">
<eOperations name="nombre_validar" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/OCL/examples/ocl">
<details key="invariant" value="nombre.size() > 0 "/>
</eAnnotations>
<eParameters name="theDiagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/>
<eParameters name="theContext" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"/>
</eOperations>
<eOperations name="codigo_validar" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/OCL/examples/ocl">
<details key="invariant" value="codigo.size() > 0"/>
</eAnnotations>
<eParameters name="theDiagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/>
<eParameters name="theContext" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="codigo" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nombre" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="interfaces" lowerBound="1"
eType="#//Interfaces" changeable="false" transient="true" eOpposite="#//Interfaces/interfaces"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="procesos" upperBound="-1"
eType="#//ProcesoInterfaz" containment="true" eOpposite="#//ProcesoInterfaz/interfaz"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="codigoCompleto" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false" volatile="true" transient="true" derived="true">
<eAnnotations source="http://www.eclipse.org/OCL/examples/ocl">
<details key="derive" value=" if codigo->isEmpty() then '?' else codigo endif"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Metodologia" eSuperTypes="#//ConDocumentacion">
<eOperations name="nombre_validar" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/OCL/examples/ocl">
<details key="invariant" value="nombre->notEmpty()"/>
</eAnnotations>
<eParameters name="theDiagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/>
<eParameters name="theContext" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nombre" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="procesos" eType="#//Procesos"
containment="true" eOpposite="#//Procesos/metodologia"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="interfaces" eType="#//Interfaces"
containment="true" eOpposite="#//Interfaces/metodologia"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="productos" eType="#//Productos"
containment="true" eOpposite="#//Productos/metodologia"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="perfilesParticipantes"
eType="#//PerfilesParticipantes" containment="true" eOpposite="#//PerfilesParticipantes/metodologia"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="practicas" eType="#//Practicas"
containment="true" eOpposite="#//Practicas/metodologia"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tecnicas" eType="#//Tecnicas"
containment="true" eOpposite="#//Tecnicas/metodologia"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="repositorio" lowerBound="1"
eType="#//Repositorio" changeable="false" transient="true" defaultValueLiteral=""
eOpposite="#//Repositorio/metodologias"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Parrafo" eSuperTypes="#//ProinsoObject">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="texto" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="documentacion" eType="#//Documentacion"
changeable="false" eOpposite="#//Documentacion/parrafos"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="runs" upperBound="-1" eType="#//Run"
containment="true" eOpposite="#//Run/parrafo"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="estilo" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Participacion" eSuperTypes="#//ProinsoObject">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nombre" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false" volatile="true" transient="true" derived="true">
<eAnnotations source="http://www.eclipse.org/OCL/examples/ocl">
<details key="derive" value="('de ').concat(if perfilParticipante->isEmpty() then '?' else (if perfilParticipante.nombre.size() = 0 then '~' else perfilParticipante.nombre endif) endif).concat(' en ').concat(tarea.codigoYNombre)"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="tarea" lowerBound="1" eType="#//Tarea"
changeable="false" transient="true" eOpposite="#//Tarea/participaciones"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="perfilParticipante" lowerBound="1"
eType="#//PerfilParticipante" eOpposite="#//PerfilParticipante/participaciones">
<eAnnotations source="http://www.eclipse.org/OCL/examples/ocl">
<details key="candidates" value="if tarea.actividad.oclIsTypeOf(Actividad) then tarea.actividad.oclAsType(Actividad).proceso.procesos.metodologia.perfilesParticipantes.perfilesParticipantes else (tarea.actividad.oclAsType(ActividadInterfaz).proceso.interfaz.interfaces.metodologia.perfilesParticipantes.perfilesParticipantes) endif"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Participante" abstract="true" eSuperTypes="#//ProinsoObject #//ConDocumentacion #//Referenciable">
<eOperations name="nombre_validar" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/OCL/examples/ocl">
<details key="invariant" value="nombre.size() > 0 "/>
</eAnnotations>
<eParameters name="theDiagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/>
<eParameters name="theContext" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nombre" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="perfilParticipante" lowerBound="1"
eType="#//PerfilParticipante" changeable="false" transient="true" eOpposite="#//PerfilParticipante/participantes"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PerfilesParticipantes" eSuperTypes="#//ProinsoCollection">
<eStructuralFeatures xsi:type="ecore:EReference" name="perfilesParticipantes"
upperBound="-1" eType="#//PerfilParticipante" containment="true" eOpposite="#//PerfilParticipante/perfilesParticipantes"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="metodologia" lowerBound="1"
eType="#//Metodologia" changeable="false" transient="true" eOpposite="#//Metodologia/perfilesParticipantes"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PerfilParticipante" eSuperTypes="#//ProinsoObject #//ConDocumentacion #//Referenciable">
<eOperations name="nombre_validar" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/OCL/examples/ocl">
<details key="invariant" value="nombre.size() > 0 "/>
</eAnnotations>
<eParameters name="theDiagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/>
<eParameters name="theContext" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nombre" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="participaciones" upperBound="-1"
eType="#//Participacion" changeable="false" eOpposite="#//Participacion/perfilParticipante"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="participantes" upperBound="-1"
eType="#//Participante" containment="true" eOpposite="#//Participante/perfilParticipante"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="perfilesParticipantes"
lowerBound="1" eType="#//PerfilesParticipantes" changeable="false" transient="true"
eOpposite="#//PerfilesParticipantes/perfilesParticipantes"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Practica" eSuperTypes="#//ProinsoObject #//ConDocumentacion #//Referenciable">
<eOperations name="nombre_validar" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/OCL/examples/ocl">
<details key="invariant" value="nombre.size() > 0 "/>
</eAnnotations>
<eParameters name="theDiagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/>
<eParameters name="theContext" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nombre" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="practicas" lowerBound="1"
eType="#//Practicas" changeable="false" transient="true" eOpposite="#//Practicas/practicas"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="usosPractica" upperBound="-1"
eType="#//UsoPractica" changeable="false" eOpposite="#//UsoPractica/practica"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Practicas" eSuperTypes="#//ProinsoCollection">
<eStructuralFeatures xsi:type="ecore:EReference" name="practicas" upperBound="-1"
eType="#//Practica" containment="true" eOpposite="#//Practica/practicas"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="metodologia" lowerBound="1"
eType="#//Metodologia" changeable="false" transient="true" eOpposite="#//Metodologia/practicas"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Proceso" eSuperTypes="#//ProinsoObject #//ConDocumentacion #//Referenciable">
<eOperations name="nombre_validar" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/OCL/examples/ocl">
<details key="invariant" value="nombre.size() > 0 "/>
</eAnnotations>
<eParameters name="theDiagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/>
<eParameters name="theContext" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"/>
</eOperations>
<eOperations name="codigo_validar" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/OCL/examples/ocl">
<details key="invariant" value="codigo.size() > 0"/>
</eAnnotations>
<eParameters name="theDiagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/>
<eParameters name="theContext" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="codigoYNombre" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false" volatile="true" transient="true" derived="true">
<eAnnotations source="http://www.eclipse.org/OCL/examples/ocl">
<details key="derive" value="(if codigo.size() = 0 then '?' else codigo endif).concat(' ').concat( if nombre.size() = 0 then '~' else nombre endif)"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="codigo" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nombre" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="actividades" upperBound="-1"
eType="#//Actividad" containment="true" eOpposite="#//Actividad/proceso"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="procesos" lowerBound="1"
eType="#//Procesos" changeable="false" transient="true" defaultValueLiteral=""
eOpposite="#//Procesos/procesos"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="codigoCompleto" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false" volatile="true" transient="true" derived="true">
<eAnnotations source="http://www.eclipse.org/OCL/examples/ocl">
<details key="derive" value="if codigo->isEmpty() then '?' else codigo endif"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProcesoInterfaz" eSuperTypes="#//ProinsoObject #//ConDocumentacion #//Referenciable">
<eOperations name="nombre_validar" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/OCL/examples/ocl">
<details key="invariant" value="nombre.size() > 0 "/>
</eAnnotations>
<eParameters name="theDiagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/>
<eParameters name="theContext" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"/>
</eOperations>
<eOperations name="codigo_validar" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/OCL/examples/ocl">
<details key="invariant" value="codigo.size() > 0"/>
</eAnnotations>
<eParameters name="theDiagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/>
<eParameters name="theContext" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="codigoCompleto" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false" volatile="true" transient="true" derived="true">
<eAnnotations source="http://www.eclipse.org/OCL/examples/ocl">
<details key="derive" value="interfaz.codigoCompleto.concat('::').concat( if codigo.size() = 0 then '?' else codigo endif)"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nombre" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="codigo" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="interfaz" lowerBound="1"
eType="#//Interfaz" changeable="false" transient="true" eOpposite="#//Interfaz/procesos"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="actividades" upperBound="-1"
eType="#//ActividadInterfaz" containment="true" eOpposite="#//ActividadInterfaz/proceso"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Procesos" eSuperTypes="#//ProinsoCollection">
<eStructuralFeatures xsi:type="ecore:EReference" name="procesos" upperBound="-1"
eType="#//Proceso" containment="true" eOpposite="#//Proceso/procesos"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="metodologia" lowerBound="1"
eType="#//Metodologia" changeable="false" transient="true" defaultValueLiteral=""
eOpposite="#//Metodologia/procesos"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProinsoCollection" abstract="true" eSuperTypes="#//ProinsoObject"/>
<eClassifiers xsi:type="ecore:EClass" name="ProinsoObject" abstract="true" eSuperTypes="#//ConModelClass"/>
<eClassifiers xsi:type="ecore:EClass" name="Producto" eSuperTypes="#//Usable">
<eOperations name="nombre_validar" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/OCL/examples/ocl">
<details key="invariant" value="nombre.size() > 0 "/>
</eAnnotations>
<eParameters name="theDiagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/>
<eParameters name="theContext" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nombre" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="codigo" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="metodologia" lowerBound="1"
eType="#//Productos" changeable="false" transient="true" eOpposite="#//Productos/productos"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="esExterno" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Productos" eSuperTypes="#//ProinsoCollection">
<eStructuralFeatures xsi:type="ecore:EReference" name="productos" upperBound="-1"
eType="#//Producto" containment="true" eOpposite="#//Producto/metodologia"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="metodologia" lowerBound="1"
eType="#//Metodologia" changeable="false" transient="true" defaultValueLiteral=""
eOpposite="#//Metodologia/productos"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ReferenceRun" eSuperTypes="#//TextRun">
<eStructuralFeatures xsi:type="ecore:EReference" name="referenciado" eType="#//Referenciable"
eOpposite="#//Referenciable/referencias"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Referenciable" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="referencias" upperBound="-1"
eType="#//ReferenceRun" changeable="false" eOpposite="#//ReferenceRun/referenciado"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Repositorio" eSuperTypes="#//ProinsoObject">
<eStructuralFeatures xsi:type="ecore:EReference" name="metodologias" upperBound="-1"
eType="#//Metodologia" containment="true" eOpposite="#//Metodologia/repositorio"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="modelPackage" lowerBound="1"
eType="ecore:EClass ../../../plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EPackage"
changeable="false" volatile="true" transient="true" derived="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Run" abstract="true" eSuperTypes="#//ProinsoObject">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="texto" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parrafo" eType="#//Parrafo"
changeable="false" eOpposite="#//Parrafo/runs"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Salida" eSuperTypes="#//UsoFlujo">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nombre" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false" volatile="true" transient="true" derived="true">
<eAnnotations source="http://www.eclipse.org/OCL/examples/ocl">
<details key="derive" value="(if guarda.size() < 1 then '' else ' condicional' endif).concat((' de '.concat(if producto->isEmpty() then '?' else (if producto.oclIsTypeOf( Producto) then (if producto.oclAsType( Producto).nombre.size() > 0 then producto.oclAsType( Producto).nombre else '~' endif) else (if producto.oclIsTypeOf( Seccion) then (if producto.oclAsType( Seccion).nombre.size() > 0 then producto.oclAsType( Producto).nombre else '~' endif) else '?' endif) endif) endif)).concat( ' en ').concat( tarea.codigoYNombre )).concat(if guarda.size() < 1 then '' else ' si '.concat(guarda) endif)"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="modoUso" eType="#//ModoUsoSalidaKind"
defaultValueLiteral="Actualizacion"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="guarda" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral=""/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="postcondiciones" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral=""/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="forzado" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="entradas" upperBound="-1"
eType="#//Entrada" changeable="false" eOpposite="#//Entrada/salidas"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Seccion" eSuperTypes="#//Usable">
<eOperations name="nombre_validar" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/OCL/examples/ocl">
<details key="invariant" value="nombre.size() > 0 "/>
</eAnnotations>
<eParameters name="theDiagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/>
<eParameters name="theContext" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nombre" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="codigo" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="contenedor" lowerBound="1"
eType="#//Usable" changeable="false" transient="true" eOpposite="#//Usable/contenido"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Tarea" eSuperTypes="#//ConDocumentacion #//Referenciable">
<eOperations name="nombre_validar" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/OCL/examples/ocl">
<details key="invariant" value="nombre.size() > 0 "/>
</eAnnotations>
<eParameters name="theDiagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/>
<eParameters name="theContext" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"/>
</eOperations>
<eOperations name="codigo_validar" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/OCL/examples/ocl">
<details key="invariant" value="codigo.size() > 0"/>
</eAnnotations>
<eParameters name="theDiagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/>
<eParameters name="theContext" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="codigoYNombre" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false" volatile="true" transient="true" derived="true">
<eAnnotations source="http://www.eclipse.org/OCL/examples/ocl">
<details key="derive" value="codigoCompleto.concat(' ').concat( if nombre->isEmpty() or nombre.size() = 0 then '~' else nombre endif)"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="codigoCompleto" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false" volatile="true" transient="true" derived="true">
<eAnnotations source="http://www.eclipse.org/OCL/examples/ocl">
<details key="derive" value="(if actividad->isEmpty() then '?' else actividad.codigoCompleto endif).concat('.').concat( if codigo->isEmpty() or codigo.size() = 0 then '?' else codigo endif)"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="codigo" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nombre" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="actividad" lowerBound="1"
eType="#//ActividadAbstracta" changeable="false" transient="true" eOpposite="#//ActividadAbstracta/tareas"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="flujos" upperBound="-1"
eType="#//UsoFlujo" containment="true" eOpposite="#//UsoFlujo/tarea"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="participaciones" upperBound="-1"
eType="#//Participacion" containment="true" eOpposite="#//Participacion/tarea"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="usoPracticas" upperBound="-1"
eType="#//UsoPractica" containment="true" eOpposite="#//UsoPractica/tarea"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="usoTecnicas" upperBound="-1"
eType="#//UsoTecnica" containment="true" eOpposite="#//UsoTecnica/tarea"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Tecnica" eSuperTypes="#//ConDocumentacion #//Referenciable">
<eOperations name="nombre_validar" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/OCL/examples/ocl">
<details key="invariant" value="nombre.size() > 0 "/>
</eAnnotations>
<eParameters name="theDiagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/>
<eParameters name="theContext" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nombre" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tecnicas" lowerBound="1"
eType="#//Tecnicas" changeable="false" transient="true" eOpposite="#//Tecnicas/tecnicas"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="usosTecnica" upperBound="-1"
eType="#//UsoTecnica" changeable="false" eOpposite="#//UsoTecnica/tecnica"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Tecnicas" eSuperTypes="#//ProinsoCollection">
<eStructuralFeatures xsi:type="ecore:EReference" name="tecnicas" upperBound="-1"
eType="#//Tecnica" containment="true" eOpposite="#//Tecnica/tecnicas"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="metodologia" lowerBound="1"
eType="#//Metodologia" changeable="false" transient="true" eOpposite="#//Metodologia/tecnicas"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TextRun" eSuperTypes="#//Run">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="estilo" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Usable" abstract="true" eSuperTypes="#//ProinsoObject #//ConDocumentacion #//Referenciable">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="etiqueta" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false" volatile="true" transient="true" derived="true">
<eAnnotations source="http://www.eclipse.org/OCL/examples/ocl">
<details key="derive" value="if self.oclIsTypeOf( Producto) then 
( if self.oclAsType( Producto).nombre->isEmpty() or self.oclAsType( Producto).nombre.size() < 0 then '?' else self.oclAsType( Producto).nombre endif)
else
( if self.oclAsType( Seccion).nombre->isEmpty() or self.oclAsType( Seccion).nombre.size() < 0 then '?' else self.oclAsType( Seccion).nombre endif).concat( ' en ').concat( 
 if self.oclAsType( Seccion).contenedor->isEmpty() then '?' else self.oclAsType( Seccion).contenedor.etiqueta endif
)
endif
"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="contenido" upperBound="-1"
eType="#//Seccion" containment="true" eOpposite="#//Seccion/contenedor"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="usos" upperBound="-1" eType="#//UsoFlujo"
changeable="false" eOpposite="#//UsoFlujo/producto"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UsoFlujo" abstract="true" eSuperTypes="#//ProinsoObject">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="etiqueta" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false" volatile="true" transient="true" derived="true">
<eAnnotations source="http://www.eclipse.org/OCL/examples/ocl">
<details key="derive" value="(if producto->isEmpty() then '?' else producto.etiqueta endif).concat( ' en tarea ').concat(
if tarea->isEmpty() then '?' else tarea.codigoYNombre endif
)"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="producto" lowerBound="1"
eType="#//Usable" eOpposite="#//Usable/usos">
<eAnnotations source="http://www.eclipse.org/OCL/examples/ocl">
<details key="candidates" value="if tarea.actividad.oclIsTypeOf(Actividad) then tarea.actividad.oclAsType(Actividad).proceso.procesos.metodologia.productos.productos else (tarea.actividad.oclAsType(ActividadInterfaz).proceso.interfaz.interfaces.metodologia.productos.productos) endif"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="tarea" lowerBound="1" eType="#//Tarea"
changeable="false" transient="true" eOpposite="#//Tarea/flujos"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UsoPractica" eSuperTypes="#//ProinsoObject">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nombre" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false" volatile="true" transient="true" derived="true">
<eAnnotations source="http://www.eclipse.org/OCL/examples/ocl">
<details key="derive" value="(if practica->isEmpty() then '~' else (if practica.nombre.size() = 0 then '~' else practica.nombre endif) endif).concat( ' por ').concat(tarea.codigoYNombre)"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="descripcion" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tarea" lowerBound="1" eType="#//Tarea"
changeable="false" transient="true" eOpposite="#//Tarea/usoPracticas"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="practica" lowerBound="1"
eType="#//Practica" eOpposite="#//Practica/usosPractica">
<eAnnotations source="http://www.eclipse.org/OCL/examples/ocl">
<details key="candidates" value="if tarea.actividad.oclIsTypeOf(Actividad) then tarea.actividad.oclAsType(Actividad).proceso.procesos.metodologia.practicas.practicas else (tarea.actividad.oclAsType(ActividadInterfaz).proceso.interfaz.interfaces.metodologia.practicas.practicas) endif"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UsoTecnica" eSuperTypes="#//ProinsoObject">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nombre" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false" volatile="true" transient="true" derived="true">
<eAnnotations source="http://www.eclipse.org/OCL/examples/ocl">
<details key="derive" value="( if tecnica->isEmpty() then '~' else (if tecnica.nombre.size() = 0 then '~' else tecnica.nombre endif)endif).concat( ' por ').concat(tarea.codigoYNombre)"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="descripcion" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tarea" lowerBound="1" eType="#//Tarea"
changeable="false" transient="true" eOpposite="#//Tarea/usoTecnicas"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tecnica" lowerBound="1"
eType="#//Tecnica" eOpposite="#//Tecnica/usosTecnica">
<eAnnotations source="http://www.eclipse.org/OCL/examples/ocl">
<details key="candidates" value="if tarea.actividad.oclIsTypeOf(Actividad) then tarea.actividad.oclAsType(Actividad).proceso.procesos.metodologia.tecnicas.tecnicas else (tarea.actividad.oclAsType(ActividadInterfaz).proceso.interfaz.interfaces.metodologia.tecnicas.tecnicas) endif"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ModoUsoEntradaKind">
<eLiterals name="Consulta" value="7"/>
<eLiterals name="Validacion" value="5"/>
<eLiterals name="Sustitucion" value="2"/>
<eLiterals name="Eliminacion" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ModoUsoSalidaKind">
<eLiterals name="Creacion"/>
<eLiterals name="Consulta" value="7"/>
<eLiterals name="Validacion" value="5"/>
<eLiterals name="Aprobacion" value="8"/>
<eLiterals name="Firma" value="6"/>
<eLiterals name="Actualizacion" value="1"/>
<eLiterals name="Sustitucion" value="2"/>
<eLiterals name="Cancelacion" value="4"/>
<eLiterals name="Eliminacion" value="3"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/carrascoMDD/gvCASE_ALBA/gvCASE_ALBA_strictsources/proinso.ecore | ecore | proinso
Actividad
proceso
ActividadAbstracta
nombre_validar
theDiagnostics
theContext
codigo_validar
theDiagnostics
theContext
todosPredecesores
todosSucesores
predecesores_validar
theDiagnostics
theContext
predecesores_candidates
sucesores_validar
theDiagnostics
theContext
sucesores_candidates
codigoYNombre
codigoCompleto
codigo
nombre
tareas
predecesores
sucesores
ActividadInterfaz
proceso
Cargo
ConDocumentacion
documentacion
Comite
ConModelClass
modelClass
Documentacion
documentado
parrafos
Entrada
nombre
modoUso
guarda
precondiciones
salidas
Interfaces
interfaces
metodologia
Interfaz
nombre_validar
theDiagnostics
theContext
codigo_validar
theDiagnostics
theContext
codigo
nombre
interfaces
procesos
codigoCompleto
Metodologia
nombre_validar
theDiagnostics
theContext
nombre
procesos
interfaces
productos
perfilesParticipantes
practicas
tecnicas
repositorio
Parrafo
texto
documentacion
runs
estilo
Participacion
nombre
tarea
perfilParticipante
Participante
nombre_validar
theDiagnostics
theContext
nombre
perfilParticipante
PerfilesParticipantes
perfilesParticipantes
metodologia
PerfilParticipante
nombre_validar
theDiagnostics
theContext
nombre
participaciones
participantes
perfilesParticipantes
Practica
nombre_validar
theDiagnostics
theContext
nombre
practicas
usosPractica
Practicas
practicas
metodologia
Proceso
nombre_validar
theDiagnostics
theContext
codigo_validar
theDiagnostics
theContext
codigoYNombre
codigo
nombre
actividades
procesos
codigoCompleto
ProcesoInterfaz
nombre_validar
theDiagnostics
theContext
codigo_validar
theDiagnostics
theContext
codigoCompleto
nombre
codigo
interfaz
actividades
Procesos
procesos
metodologia
ProinsoCollection
ProinsoObject
Producto
nombre_validar
theDiagnostics
theContext
nombre
codigo
metodologia
esExterno
false
Productos
productos
metodologia
ReferenceRun
referenciado
Referenciable
referencias
Repositorio
metodologias
modelPackage
Run
texto
parrafo
Salida
nombre
modoUso
Actualizacion
guarda
postcondiciones
forzado
false
entradas
Seccion
nombre_validar
theDiagnostics
theContext
nombre
codigo
contenedor
Tarea
nombre_validar
theDiagnostics
theContext
codigo_validar
theDiagnostics
theContext
codigoYNombre
codigoCompleto
codigo
nombre
actividad
flujos
participaciones
usoPracticas
usoTecnicas
Tecnica
nombre_validar
theDiagnostics
theContext
nombre
tecnicas
usosTecnica
Tecnicas
tecnicas
metodologia
TextRun
estilo
Usable
etiqueta
contenido
usos
UsoFlujo
etiqueta
producto
tarea
UsoPractica
nombre
descripcion
tarea
practica
UsoTecnica
nombre
descripcion
tarea
tecnica
ModoUsoEntradaKind
Consulta
Consulta
Validacion
Validacion
Sustitucion
Sustitucion
Eliminacion
Eliminacion
ModoUsoSalidaKind
Creacion
Creacion
Consulta
Consulta
Validacion
Validacion
Aprobacion
Aprobacion
Firma
Firma
Actualizacion
Actualizacion
Sustitucion
Sustitucion
Cancelacion
Cancelacion
Eliminacion
Eliminacion | null | {"directed":true,"nodes":[{"nsPrefix":"es.gva.cit.gvmetrica.proinso","nsURI":"http:///es/gva/cit/gvmetrica/proinso.ecore","name":"proinso","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Actividad","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActividadAbstracta","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActividadInterfaz","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Cargo","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConDocumentacion","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comite","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConModelClass","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Documentacion","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Entrada","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interfaces","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interfaz","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Metodologia","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parrafo","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Participacion","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Participante","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PerfilesParticipantes","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PerfilParticipante","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Practica","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Practicas","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Proceso","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcesoInterfaz","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Procesos","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProinsoCollection","instanceClass":null,"abstract":true,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProinsoObject","instanceClass":null,"abstract":true,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Producto","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Productos","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReferenceRun","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Referenciable","instanceClass":null,"abstract":true,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Repositorio","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Run","instanceClass":null,"abstract":true,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Salida","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Seccion","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Tarea","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Tecnica","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Tecnicas","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TextRun","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Usable","instanceClass":null,"abstract":true,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UsoFlujo","instanceClass":null,"abstract":true,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UsoPractica","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UsoTecnica","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ModoUsoEntradaKind","instanceClass":null,"id":41,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ModoUsoSalidaKind","instanceClass":null,"id":42,"serializable":true,"eClass":"EEnum"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":"","containment":false,"unsettable":false,"transient":true,"unique":true,"name":"proceso","changeable":false,"resolveProxies":true,"lowerBound":1,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"actividades","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"nombre_validar","lowerBound":0,"id":47,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"codigo_validar","lowerBound":0,"id":48,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"todosPredecesores","lowerBound":0,"id":49,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"todosSucesores","lowerBound":0,"id":50,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"predecesores_validar","lowerBound":0,"id":51,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"predecesores_candidates","lowerBound":0,"id":52,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"sucesores_validar","lowerBound":0,"id":53,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"sucesores_candidates","lowerBound":0,"id":54,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"codigoYNombre","changeable":false,"lowerBound":0,"iD":false,"id":55,"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":"codigoCompleto","changeable":false,"lowerBound":0,"iD":false,"id":56,"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":"codigo","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":"nombre","changeable":true,"lowerBound":1,"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":"tareas","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"predecesores","changeable":true,"resolveProxies":true,"lowerBound":0,"id":60,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sucesores","changeable":true,"resolveProxies":true,"lowerBound":0,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"theDiagnostics","lowerBound":0,"id":66,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"theContext","lowerBound":0,"id":67,"many":false,"required":false,"eClass":"EParameter"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"theDiagnostics","lowerBound":0,"id":71,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"theContext","lowerBound":0,"id":72,"many":false,"required":false,"eClass":"EParameter"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"theDiagnostics","lowerBound":0,"id":78,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"theContext","lowerBound":0,"id":79,"many":false,"required":false,"eClass":"EParameter"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"theDiagnostics","lowerBound":0,"id":84,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"theContext","lowerBound":0,"id":85,"many":false,"required":false,"eClass":"EParameter"},{"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"},{"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":"actividad","changeable":false,"resolveProxies":true,"lowerBound":1,"id":94,"derived":false},{"id":95,"eClass":"EGenericType"},{"id":96,"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":"proceso","changeable":false,"resolveProxies":true,"lowerBound":1,"id":97,"derived":false},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"actividades","changeable":true,"resolveProxies":true,"lowerBound":0,"id":100,"derived":false},{"id":101,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"documentacion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":102,"derived":false},{"id":103,"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":"documentado","changeable":false,"resolveProxies":true,"lowerBound":0,"id":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"modelClass","changeable":false,"resolveProxies":true,"lowerBound":1,"id":106,"derived":true},{"id":107,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parrafos","changeable":true,"resolveProxies":true,"lowerBound":0,"id":108,"derived":false},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"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":"documentacion","changeable":false,"resolveProxies":true,"lowerBound":0,"id":112,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"nombre","changeable":false,"lowerBound":0,"iD":false,"id":113,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"modoUso","changeable":true,"lowerBound":0,"iD":false,"id":114,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"guarda","changeable":true,"lowerBound":0,"iD":false,"id":115,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"precondiciones","changeable":true,"lowerBound":0,"iD":false,"id":116,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"salidas","changeable":true,"resolveProxies":true,"lowerBound":0,"id":117,"derived":false},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"entradas","changeable":false,"resolveProxies":true,"lowerBound":0,"id":124,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"interfaces","changeable":true,"resolveProxies":true,"lowerBound":0,"id":125,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"metodologia","changeable":false,"resolveProxies":true,"lowerBound":1,"id":126,"derived":false},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"interfaces","changeable":false,"resolveProxies":true,"lowerBound":1,"id":129,"derived":false},{"id":130,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"interfaces","changeable":true,"resolveProxies":true,"lowerBound":0,"id":131,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"nombre_validar","lowerBound":0,"id":132,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"codigo_validar","lowerBound":0,"id":133,"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":"codigo","changeable":true,"lowerBound":1,"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":"nombre","changeable":true,"lowerBound":0,"iD":false,"id":135,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"procesos","changeable":true,"resolveProxies":true,"lowerBound":0,"id":136,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"codigoCompleto","changeable":false,"lowerBound":0,"iD":false,"id":137,"derived":true},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"theDiagnostics","lowerBound":0,"id":142,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"theContext","lowerBound":0,"id":143,"many":false,"required":false,"eClass":"EParameter"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"theDiagnostics","lowerBound":0,"id":147,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"theContext","lowerBound":0,"id":148,"many":false,"required":false,"eClass":"EParameter"},{"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":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":"interfaz","changeable":false,"resolveProxies":true,"lowerBound":1,"id":155,"derived":false},{"id":156,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"nombre_validar","lowerBound":0,"id":157,"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":"nombre","changeable":true,"lowerBound":1,"iD":false,"id":158,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"procesos","changeable":true,"resolveProxies":true,"lowerBound":0,"id":159,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"productos","changeable":true,"resolveProxies":true,"lowerBound":0,"id":160,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"perfilesParticipantes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":161,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"practicas","changeable":true,"resolveProxies":true,"lowerBound":0,"id":162,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tecnicas","changeable":true,"resolveProxies":true,"lowerBound":0,"id":163,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":"","containment":false,"unsettable":false,"transient":true,"unique":true,"name":"repositorio","changeable":false,"resolveProxies":true,"lowerBound":1,"id":164,"derived":false},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"theDiagnostics","lowerBound":0,"id":167,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"theContext","lowerBound":0,"id":168,"many":false,"required":false,"eClass":"EParameter"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":"","containment":false,"unsettable":false,"transient":true,"unique":true,"name":"metodologia","changeable":false,"resolveProxies":true,"lowerBound":1,"id":173,"derived":false},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":"","containment":false,"unsettable":false,"transient":true,"unique":true,"name":"metodologia","changeable":false,"resolveProxies":true,"lowerBound":1,"id":176,"derived":false},{"id":177,"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":"metodologia","changeable":false,"resolveProxies":true,"lowerBound":1,"id":178,"derived":false},{"id":179,"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":"metodologia","changeable":false,"resolveProxies":true,"lowerBound":1,"id":180,"derived":false},{"id":181,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"metodologia","changeable":false,"resolveProxies":true,"lowerBound":1,"id":182,"derived":false},{"id":183,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"metodologias","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":"texto","changeable":true,"lowerBound":0,"iD":false,"id":185,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"runs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":186,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"estilo","changeable":true,"lowerBound":0,"iD":false,"id":187,"derived":false},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"id":191,"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":"parrafo","changeable":false,"resolveProxies":true,"lowerBound":0,"id":192,"derived":false},{"id":193,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"nombre","changeable":false,"lowerBound":0,"iD":false,"id":194,"derived":true},{"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":"tarea","changeable":false,"resolveProxies":true,"lowerBound":1,"id":195,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"perfilParticipante","changeable":true,"resolveProxies":true,"lowerBound":1,"id":196,"derived":false},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"participaciones","changeable":true,"resolveProxies":true,"lowerBound":0,"id":200,"derived":false},{"id":201,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"participaciones","changeable":false,"resolveProxies":true,"lowerBound":0,"id":202,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"nombre_validar","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":"nombre","changeable":true,"lowerBound":1,"iD":false,"id":204,"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":"perfilParticipante","changeable":false,"resolveProxies":true,"lowerBound":1,"id":205,"derived":false},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"theDiagnostics","lowerBound":0,"id":210,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"theContext","lowerBound":0,"id":211,"many":false,"required":false,"eClass":"EParameter"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"participantes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":216,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"perfilesParticipantes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":217,"derived":false},{"id":218,"eClass":"EGenericType"},{"id":219,"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":"perfilesParticipantes","changeable":false,"resolveProxies":true,"lowerBound":1,"id":220,"derived":false},{"id":221,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"nombre_validar","lowerBound":0,"id":222,"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":"nombre","changeable":true,"lowerBound":1,"iD":false,"id":223,"derived":false},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"theDiagnostics","lowerBound":0,"id":228,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"theContext","lowerBound":0,"id":229,"many":false,"required":false,"eClass":"EParameter"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"nombre_validar","lowerBound":0,"id":236,"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":"nombre","changeable":true,"lowerBound":1,"iD":false,"id":237,"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":"practicas","changeable":false,"resolveProxies":true,"lowerBound":1,"id":238,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"usosPractica","changeable":false,"resolveProxies":true,"lowerBound":0,"id":239,"derived":false},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"theDiagnostics","lowerBound":0,"id":244,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"theContext","lowerBound":0,"id":245,"many":false,"required":false,"eClass":"EParameter"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"practicas","changeable":true,"resolveProxies":true,"lowerBound":0,"id":250,"derived":false},{"id":251,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"practica","changeable":true,"resolveProxies":true,"lowerBound":1,"id":252,"derived":false},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"nombre_validar","lowerBound":0,"id":256,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"codigo_validar","lowerBound":0,"id":257,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"codigoYNombre","changeable":false,"lowerBound":0,"iD":false,"id":258,"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":"codigo","changeable":true,"lowerBound":1,"iD":false,"id":259,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nombre","changeable":true,"lowerBound":1,"iD":false,"id":260,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":"","containment":false,"unsettable":false,"transient":true,"unique":true,"name":"procesos","changeable":false,"resolveProxies":true,"lowerBound":1,"id":261,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"codigoCompleto","changeable":false,"lowerBound":0,"iD":false,"id":262,"derived":true},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"theDiagnostics","lowerBound":0,"id":267,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"theContext","lowerBound":0,"id":268,"many":false,"required":false,"eClass":"EParameter"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"theDiagnostics","lowerBound":0,"id":272,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"theContext","lowerBound":0,"id":273,"many":false,"required":false,"eClass":"EParameter"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"procesos","changeable":true,"resolveProxies":true,"lowerBound":0,"id":281,"derived":false},{"id":282,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"nombre_validar","lowerBound":0,"id":283,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"codigo_validar","lowerBound":0,"id":284,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"codigoCompleto","changeable":false,"lowerBound":0,"iD":false,"id":285,"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":"nombre","changeable":true,"lowerBound":1,"iD":false,"id":286,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"codigo","changeable":true,"lowerBound":1,"iD":false,"id":287,"derived":false},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"theDiagnostics","lowerBound":0,"id":292,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"theContext","lowerBound":0,"id":293,"many":false,"required":false,"eClass":"EParameter"},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"theDiagnostics","lowerBound":0,"id":297,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"theContext","lowerBound":0,"id":298,"many":false,"required":false,"eClass":"EParameter"},{"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"},{"ordered":true,"upperBound":1,"unique":true,"name":"nombre_validar","lowerBound":0,"id":311,"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":"nombre","changeable":true,"lowerBound":1,"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":"codigo","changeable":true,"lowerBound":0,"iD":false,"id":313,"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":"metodologia","changeable":false,"resolveProxies":true,"lowerBound":1,"id":314,"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":"esExterno","changeable":true,"lowerBound":1,"iD":false,"id":315,"derived":false},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"theDiagnostics","lowerBound":0,"id":318,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"theContext","lowerBound":0,"id":319,"many":false,"required":false,"eClass":"EParameter"},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"productos","changeable":true,"resolveProxies":true,"lowerBound":0,"id":325,"derived":false},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referenciado","changeable":true,"resolveProxies":true,"lowerBound":0,"id":330,"derived":false},{"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":"referencias","changeable":false,"resolveProxies":true,"lowerBound":0,"id":333,"derived":false},{"id":334,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"modelPackage","changeable":false,"resolveProxies":true,"lowerBound":1,"id":335,"derived":true},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"texto","changeable":true,"lowerBound":0,"iD":false,"id":339,"derived":false},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"nombre","changeable":false,"lowerBound":0,"iD":false,"id":343,"derived":true},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Actualizacion","unsettable":false,"transient":false,"unique":true,"name":"modoUso","changeable":true,"lowerBound":0,"iD":false,"id":344,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"guarda","changeable":true,"lowerBound":0,"iD":false,"id":345,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"postcondiciones","changeable":true,"lowerBound":0,"iD":false,"id":346,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"forzado","changeable":true,"lowerBound":0,"iD":false,"id":347,"derived":false},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"nombre_validar","lowerBound":0,"id":355,"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":"nombre","changeable":true,"lowerBound":1,"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":"codigo","changeable":true,"lowerBound":0,"iD":false,"id":357,"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":"contenedor","changeable":false,"resolveProxies":true,"lowerBound":1,"id":358,"derived":false},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"theDiagnostics","lowerBound":0,"id":361,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"theContext","lowerBound":0,"id":362,"many":false,"required":false,"eClass":"EParameter"},{"id":363,"eClass":"EGenericType"},{"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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contenido","changeable":true,"resolveProxies":true,"lowerBound":0,"id":368,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"nombre_validar","lowerBound":0,"id":369,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"codigo_validar","lowerBound":0,"id":370,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"codigoYNombre","changeable":false,"lowerBound":0,"iD":false,"id":371,"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":"codigoCompleto","changeable":false,"lowerBound":0,"iD":false,"id":372,"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":"codigo","changeable":true,"lowerBound":1,"iD":false,"id":373,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nombre","changeable":true,"lowerBound":1,"iD":false,"id":374,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"flujos","changeable":true,"resolveProxies":true,"lowerBound":0,"id":375,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"usoPracticas","changeable":true,"resolveProxies":true,"lowerBound":0,"id":376,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"usoTecnicas","changeable":true,"resolveProxies":true,"lowerBound":0,"id":377,"derived":false},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"theDiagnostics","lowerBound":0,"id":381,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"theContext","lowerBound":0,"id":382,"many":false,"required":false,"eClass":"EParameter"},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"theDiagnostics","lowerBound":0,"id":386,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"theContext","lowerBound":0,"id":387,"many":false,"required":false,"eClass":"EParameter"},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"id":391,"eClass":"EGenericType"},{"id":392,"eClass":"EGenericType"},{"id":393,"eClass":"EGenericType"},{"id":394,"eClass":"EGenericType"},{"id":395,"eClass":"EGenericType"},{"container":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":"tarea","changeable":false,"resolveProxies":true,"lowerBound":1,"id":396,"derived":false},{"id":397,"eClass":"EGenericType"},{"id":398,"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":"tarea","changeable":false,"resolveProxies":true,"lowerBound":1,"id":399,"derived":false},{"id":400,"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":"tarea","changeable":false,"resolveProxies":true,"lowerBound":1,"id":401,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"nombre_validar","lowerBound":0,"id":402,"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":"nombre","changeable":true,"lowerBound":1,"iD":false,"id":403,"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":"tecnicas","changeable":false,"resolveProxies":true,"lowerBound":1,"id":404,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"usosTecnica","changeable":false,"resolveProxies":true,"lowerBound":0,"id":405,"derived":false},{"id":406,"eClass":"EGenericType"},{"id":407,"eClass":"EGenericType"},{"id":408,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"theDiagnostics","lowerBound":0,"id":409,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"theContext","lowerBound":0,"id":410,"many":false,"required":false,"eClass":"EParameter"},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"},{"id":413,"eClass":"EGenericType"},{"id":414,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tecnicas","changeable":true,"resolveProxies":true,"lowerBound":0,"id":415,"derived":false},{"id":416,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tecnica","changeable":true,"resolveProxies":true,"lowerBound":1,"id":417,"derived":false},{"id":418,"eClass":"EGenericType"},{"id":419,"eClass":"EGenericType"},{"id":420,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"estilo","changeable":true,"lowerBound":0,"iD":false,"id":421,"derived":false},{"id":422,"eClass":"EGenericType"},{"id":423,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"etiqueta","changeable":false,"lowerBound":0,"iD":false,"id":424,"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":"usos","changeable":false,"resolveProxies":true,"lowerBound":0,"id":425,"derived":false},{"id":426,"eClass":"EGenericType"},{"id":427,"eClass":"EGenericType"},{"id":428,"eClass":"EGenericType"},{"id":429,"eClass":"EGenericType"},{"id":430,"eClass":"EGenericType"},{"id":431,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"producto","changeable":true,"resolveProxies":true,"lowerBound":1,"id":432,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"etiqueta","changeable":false,"lowerBound":0,"iD":false,"id":433,"derived":true},{"id":434,"eClass":"EGenericType"},{"id":435,"eClass":"EGenericType"},{"id":436,"eClass":"EGenericType"},{"id":437,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"nombre","changeable":false,"lowerBound":0,"iD":false,"id":438,"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":"descripcion","changeable":true,"lowerBound":0,"iD":false,"id":439,"derived":false},{"id":440,"eClass":"EGenericType"},{"id":441,"eClass":"EGenericType"},{"id":442,"eClass":"EGenericType"},{"id":443,"eClass":"EGenericType"},{"id":444,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"nombre","changeable":false,"lowerBound":0,"iD":false,"id":445,"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":"descripcion","changeable":true,"lowerBound":0,"iD":false,"id":446,"derived":false},{"id":447,"eClass":"EGenericType"},{"id":448,"eClass":"EGenericType"},{"id":449,"eClass":"EGenericType"},{"id":450,"eClass":"EGenericType"},{"id":451,"eClass":"EGenericType"},{"name":"Consulta","id":452,"value":7,"literal":"Consulta","eClass":"EEnumLiteral"},{"name":"Validacion","id":453,"value":5,"literal":"Validacion","eClass":"EEnumLiteral"},{"name":"Sustitucion","id":454,"value":2,"literal":"Sustitucion","eClass":"EEnumLiteral"},{"name":"Eliminacion","id":455,"value":3,"literal":"Eliminacion","eClass":"EEnumLiteral"},{"name":"Creacion","id":456,"value":0,"literal":"Creacion","eClass":"EEnumLiteral"},{"name":"Consulta","id":457,"value":7,"literal":"Consulta","eClass":"EEnumLiteral"},{"name":"Validacion","id":458,"value":5,"literal":"Validacion","eClass":"EEnumLiteral"},{"name":"Aprobacion","id":459,"value":8,"literal":"Aprobacion","eClass":"EEnumLiteral"},{"name":"Firma","id":460,"value":6,"literal":"Firma","eClass":"EEnumLiteral"},{"name":"Actualizacion","id":461,"value":1,"literal":"Actualizacion","eClass":"EEnumLiteral"},{"name":"Sustitucion","id":462,"value":2,"literal":"Sustitucion","eClass":"EEnumLiteral"},{"name":"Cancelacion","id":463,"value":4,"literal":"Cancelacion","eClass":"EEnumLiteral"},{"name":"Eliminacion","id":464,"value":3,"literal":"Eliminacion","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":1,"target":0},{"source":1,"target":2},{"source":1,"target":43},{"source":1,"target":44},{"source":43,"target":20},{"source":43,"target":45},{"source":43,"target":1},{"source":43,"target":46},{"source":45,"target":20},{"source":44,"target":2},{"source":2,"target":0},{"source":2,"target":24},{"source":2,"target":5},{"source":2,"target":28},{"source":2,"target":47},{"source":2,"target":48},{"source":2,"target":49},{"source":2,"target":50},{"source":2,"target":51},{"source":2,"target":52},{"source":2,"target":53},{"source":2,"target":54},{"source":2,"target":55},{"source":2,"target":56},{"source":2,"target":57},{"source":2,"target":58},{"source":2,"target":59},{"source":2,"target":60},{"source":2,"target":61},{"source":2,"target":62},{"source":2,"target":63},{"source":2,"target":64},{"source":47,"target":65},{"source":47,"target":2},{"source":47,"target":66},{"source":47,"target":67},{"source":66,"target":68},{"source":66,"target":47},{"source":67,"target":69},{"source":67,"target":47},{"source":48,"target":70},{"source":48,"target":2},{"source":48,"target":71},{"source":48,"target":72},{"source":71,"target":73},{"source":71,"target":48},{"source":72,"target":74},{"source":72,"target":48},{"source":49,"target":2},{"source":49,"target":75},{"source":49,"target":2},{"source":75,"target":2},{"source":50,"target":2},{"source":50,"target":76},{"source":50,"target":2},{"source":76,"target":2},{"source":51,"target":77},{"source":51,"target":2},{"source":51,"target":78},{"source":51,"target":79},{"source":78,"target":80},{"source":78,"target":51},{"source":79,"target":81},{"source":79,"target":51},{"source":52,"target":2},{"source":52,"target":82},{"source":52,"target":2},{"source":82,"target":2},{"source":53,"target":83},{"source":53,"target":2},{"source":53,"target":84},{"source":53,"target":85},{"source":84,"target":86},{"source":84,"target":53},{"source":85,"target":87},{"source":85,"target":53},{"source":54,"target":2},{"source":54,"target":88},{"source":54,"target":2},{"source":88,"target":2},{"source":55,"target":89},{"source":55,"target":2},{"source":56,"target":90},{"source":56,"target":2},{"source":57,"target":91},{"source":57,"target":2},{"source":58,"target":92},{"source":58,"target":2},{"source":59,"target":33},{"source":59,"target":93},{"source":59,"target":2},{"source":59,"target":94},{"source":93,"target":33},{"source":60,"target":2},{"source":60,"target":95},{"source":60,"target":2},{"source":60,"target":61},{"source":95,"target":2},{"source":61,"target":2},{"source":61,"target":96},{"source":61,"target":2},{"source":61,"target":60},{"source":96,"target":2},{"source":62,"target":24},{"source":63,"target":5},{"source":64,"target":28},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":97},{"source":3,"target":98},{"source":97,"target":21},{"source":97,"target":99},{"source":97,"target":3},{"source":97,"target":100},{"source":99,"target":21},{"source":98,"target":2},{"source":4,"target":0},{"source":4,"target":15},{"source":4,"target":101},{"source":101,"target":15},{"source":5,"target":0},{"source":5,"target":102},{"source":102,"target":8},{"source":102,"target":103},{"source":102,"target":5},{"source":102,"target":104},{"source":103,"target":8},{"source":6,"target":0},{"source":6,"target":15},{"source":6,"target":105},{"source":105,"target":15},{"source":7,"target":0},{"source":7,"target":106},{"source":106,"target":107},{"source":106,"target":7},{"source":8,"target":0},{"source":8,"target":24},{"source":8,"target":104},{"source":8,"target":108},{"source":8,"target":109},{"source":104,"target":5},{"source":104,"target":110},{"source":104,"target":8},{"source":104,"target":102},{"source":110,"target":5},{"source":108,"target":13},{"source":108,"target":111},{"source":108,"target":8},{"source":108,"target":112},{"source":111,"target":13},{"source":109,"target":24},{"source":9,"target":0},{"source":9,"target":38},{"source":9,"target":113},{"source":9,"target":114},{"source":9,"target":115},{"source":9,"target":116},{"source":9,"target":117},{"source":9,"target":118},{"source":113,"target":119},{"source":113,"target":9},{"source":114,"target":41},{"source":114,"target":120},{"source":114,"target":9},{"source":120,"target":41},{"source":115,"target":121},{"source":115,"target":9},{"source":116,"target":122},{"source":116,"target":9},{"source":117,"target":31},{"source":117,"target":123},{"source":117,"target":9},{"source":117,"target":124},{"source":123,"target":31},{"source":118,"target":38},{"source":10,"target":0},{"source":10,"target":23},{"source":10,"target":125},{"source":10,"target":126},{"source":10,"target":127},{"source":125,"target":11},{"source":125,"target":128},{"source":125,"target":10},{"source":125,"target":129},{"source":128,"target":11},{"source":126,"target":12},{"source":126,"target":130},{"source":126,"target":10},{"source":126,"target":131},{"source":130,"target":12},{"source":127,"target":23},{"source":11,"target":0},{"source":11,"target":24},{"source":11,"target":5},{"source":11,"target":28},{"source":11,"target":132},{"source":11,"target":133},{"source":11,"target":134},{"source":11,"target":135},{"source":11,"target":129},{"source":11,"target":136},{"source":11,"target":137},{"source":11,"target":138},{"source":11,"target":139},{"source":11,"target":140},{"source":132,"target":141},{"source":132,"target":11},{"source":132,"target":142},{"source":132,"target":143},{"source":142,"target":144},{"source":142,"target":132},{"source":143,"target":145},{"source":143,"target":132},{"source":133,"target":146},{"source":133,"target":11},{"source":133,"target":147},{"source":133,"target":148},{"source":147,"target":149},{"source":147,"target":133},{"source":148,"target":150},{"source":148,"target":133},{"source":134,"target":151},{"source":134,"target":11},{"source":135,"target":152},{"source":135,"target":11},{"source":129,"target":10},{"source":129,"target":153},{"source":129,"target":11},{"source":129,"target":125},{"source":153,"target":10},{"source":136,"target":21},{"source":136,"target":154},{"source":136,"target":11},{"source":136,"target":155},{"source":154,"target":21},{"source":137,"target":156},{"source":137,"target":11},{"source":138,"target":24},{"source":139,"target":5},{"source":140,"target":28},{"source":12,"target":0},{"source":12,"target":5},{"source":12,"target":157},{"source":12,"target":158},{"source":12,"target":159},{"source":12,"target":131},{"source":12,"target":160},{"source":12,"target":161},{"source":12,"target":162},{"source":12,"target":163},{"source":12,"target":164},{"source":12,"target":165},{"source":157,"target":166},{"source":157,"target":12},{"source":157,"target":167},{"source":157,"target":168},{"source":167,"target":169},{"source":167,"target":157},{"source":168,"target":170},{"source":168,"target":157},{"source":158,"target":171},{"source":158,"target":12},{"source":159,"target":22},{"source":159,"target":172},{"source":159,"target":12},{"source":159,"target":173},{"source":172,"target":22},{"source":131,"target":10},{"source":131,"target":174},{"source":131,"target":12},{"source":131,"target":126},{"source":174,"target":10},{"source":160,"target":26},{"source":160,"target":175},{"source":160,"target":12},{"source":160,"target":176},{"source":175,"target":26},{"source":161,"target":16},{"source":161,"target":177},{"source":161,"target":12},{"source":161,"target":178},{"source":177,"target":16},{"source":162,"target":19},{"source":162,"target":179},{"source":162,"target":12},{"source":162,"target":180},{"source":179,"target":19},{"source":163,"target":35},{"source":163,"target":181},{"source":163,"target":12},{"source":163,"target":182},{"source":181,"target":35},{"source":164,"target":29},{"source":164,"target":183},{"source":164,"target":12},{"source":164,"target":184},{"source":183,"target":29},{"source":165,"target":5},{"source":13,"target":0},{"source":13,"target":24},{"source":13,"target":185},{"source":13,"target":112},{"source":13,"target":186},{"source":13,"target":187},{"source":13,"target":188},{"source":185,"target":189},{"source":185,"target":13},{"source":112,"target":8},{"source":112,"target":190},{"source":112,"target":13},{"source":112,"target":108},{"source":190,"target":8},{"source":186,"target":30},{"source":186,"target":191},{"source":186,"target":13},{"source":186,"target":192},{"source":191,"target":30},{"source":187,"target":193},{"source":187,"target":13},{"source":188,"target":24},{"source":14,"target":0},{"source":14,"target":24},{"source":14,"target":194},{"source":14,"target":195},{"source":14,"target":196},{"source":14,"target":197},{"source":194,"target":198},{"source":194,"target":14},{"source":195,"target":33},{"source":195,"target":199},{"source":195,"target":14},{"source":195,"target":200},{"source":199,"target":33},{"source":196,"target":17},{"source":196,"target":201},{"source":196,"target":14},{"source":196,"target":202},{"source":201,"target":17},{"source":197,"target":24},{"source":15,"target":0},{"source":15,"target":24},{"source":15,"target":5},{"source":15,"target":28},{"source":15,"target":203},{"source":15,"target":204},{"source":15,"target":205},{"source":15,"target":206},{"source":15,"target":207},{"source":15,"target":208},{"source":203,"target":209},{"source":203,"target":15},{"source":203,"target":210},{"source":203,"target":211},{"source":210,"target":212},{"source":210,"target":203},{"source":211,"target":213},{"source":211,"target":203},{"source":204,"target":214},{"source":204,"target":15},{"source":205,"target":17},{"source":205,"target":215},{"source":205,"target":15},{"source":205,"target":216},{"source":215,"target":17},{"source":206,"target":24},{"source":207,"target":5},{"source":208,"target":28},{"source":16,"target":0},{"source":16,"target":23},{"source":16,"target":217},{"source":16,"target":178},{"source":16,"target":218},{"source":217,"target":17},{"source":217,"target":219},{"source":217,"target":16},{"source":217,"target":220},{"source":219,"target":17},{"source":178,"target":12},{"source":178,"target":221},{"source":178,"target":16},{"source":178,"target":161},{"source":221,"target":12},{"source":218,"target":23},{"source":17,"target":0},{"source":17,"target":24},{"source":17,"target":5},{"source":17,"target":28},{"source":17,"target":222},{"source":17,"target":223},{"source":17,"target":202},{"source":17,"target":216},{"source":17,"target":220},{"source":17,"target":224},{"source":17,"target":225},{"source":17,"target":226},{"source":222,"target":227},{"source":222,"target":17},{"source":222,"target":228},{"source":222,"target":229},{"source":228,"target":230},{"source":228,"target":222},{"source":229,"target":231},{"source":229,"target":222},{"source":223,"target":232},{"source":223,"target":17},{"source":202,"target":14},{"source":202,"target":233},{"source":202,"target":17},{"source":202,"target":196},{"source":233,"target":14},{"source":216,"target":15},{"source":216,"target":234},{"source":216,"target":17},{"source":216,"target":205},{"source":234,"target":15},{"source":220,"target":16},{"source":220,"target":235},{"source":220,"target":17},{"source":220,"target":217},{"source":235,"target":16},{"source":224,"target":24},{"source":225,"target":5},{"source":226,"target":28},{"source":18,"target":0},{"source":18,"target":24},{"source":18,"target":5},{"source":18,"target":28},{"source":18,"target":236},{"source":18,"target":237},{"source":18,"target":238},{"source":18,"target":239},{"source":18,"target":240},{"source":18,"target":241},{"source":18,"target":242},{"source":236,"target":243},{"source":236,"target":18},{"source":236,"target":244},{"source":236,"target":245},{"source":244,"target":246},{"source":244,"target":236},{"source":245,"target":247},{"source":245,"target":236},{"source":237,"target":248},{"source":237,"target":18},{"source":238,"target":19},{"source":238,"target":249},{"source":238,"target":18},{"source":238,"target":250},{"source":249,"target":19},{"source":239,"target":39},{"source":239,"target":251},{"source":239,"target":18},{"source":239,"target":252},{"source":251,"target":39},{"source":240,"target":24},{"source":241,"target":5},{"source":242,"target":28},{"source":19,"target":0},{"source":19,"target":23},{"source":19,"target":250},{"source":19,"target":180},{"source":19,"target":253},{"source":250,"target":18},{"source":250,"target":254},{"source":250,"target":19},{"source":250,"target":238},{"source":254,"target":18},{"source":180,"target":12},{"source":180,"target":255},{"source":180,"target":19},{"source":180,"target":162},{"source":255,"target":12},{"source":253,"target":23},{"source":20,"target":0},{"source":20,"target":24},{"source":20,"target":5},{"source":20,"target":28},{"source":20,"target":256},{"source":20,"target":257},{"source":20,"target":258},{"source":20,"target":259},{"source":20,"target":260},{"source":20,"target":46},{"source":20,"target":261},{"source":20,"target":262},{"source":20,"target":263},{"source":20,"target":264},{"source":20,"target":265},{"source":256,"target":266},{"source":256,"target":20},{"source":256,"target":267},{"source":256,"target":268},{"source":267,"target":269},{"source":267,"target":256},{"source":268,"target":270},{"source":268,"target":256},{"source":257,"target":271},{"source":257,"target":20},{"source":257,"target":272},{"source":257,"target":273},{"source":272,"target":274},{"source":272,"target":257},{"source":273,"target":275},{"source":273,"target":257},{"source":258,"target":276},{"source":258,"target":20},{"source":259,"target":277},{"source":259,"target":20},{"source":260,"target":278},{"source":260,"target":20},{"source":46,"target":1},{"source":46,"target":279},{"source":46,"target":20},{"source":46,"target":43},{"source":279,"target":1},{"source":261,"target":22},{"source":261,"target":280},{"source":261,"target":20},{"source":261,"target":281},{"source":280,"target":22},{"source":262,"target":282},{"source":262,"target":20},{"source":263,"target":24},{"source":264,"target":5},{"source":265,"target":28},{"source":21,"target":0},{"source":21,"target":24},{"source":21,"target":5},{"source":21,"target":28},{"source":21,"target":283},{"source":21,"target":284},{"source":21,"target":285},{"source":21,"target":286},{"source":21,"target":287},{"source":21,"target":155},{"source":21,"target":100},{"source":21,"target":288},{"source":21,"target":289},{"source":21,"target":290},{"source":283,"target":291},{"source":283,"target":21},{"source":283,"target":292},{"source":283,"target":293},{"source":292,"target":294},{"source":292,"target":283},{"source":293,"target":295},{"source":293,"target":283},{"source":284,"target":296},{"source":284,"target":21},{"source":284,"target":297},{"source":284,"target":298},{"source":297,"target":299},{"source":297,"target":284},{"source":298,"target":300},{"source":298,"target":284},{"source":285,"target":301},{"source":285,"target":21},{"source":286,"target":302},{"source":286,"target":21},{"source":287,"target":303},{"source":287,"target":21},{"source":155,"target":11},{"source":155,"target":304},{"source":155,"target":21},{"source":155,"target":136},{"source":304,"target":11},{"source":100,"target":3},{"source":100,"target":305},{"source":100,"target":21},{"source":100,"target":97},{"source":305,"target":3},{"source":288,"target":24},{"source":289,"target":5},{"source":290,"target":28},{"source":22,"target":0},{"source":22,"target":23},{"source":22,"target":281},{"source":22,"target":173},{"source":22,"target":306},{"source":281,"target":20},{"source":281,"target":307},{"source":281,"target":22},{"source":281,"target":261},{"source":307,"target":20},{"source":173,"target":12},{"source":173,"target":308},{"source":173,"target":22},{"source":173,"target":159},{"source":308,"target":12},{"source":306,"target":23},{"source":23,"target":0},{"source":23,"target":24},{"source":23,"target":309},{"source":309,"target":24},{"source":24,"target":0},{"source":24,"target":7},{"source":24,"target":310},{"source":310,"target":7},{"source":25,"target":0},{"source":25,"target":37},{"source":25,"target":311},{"source":25,"target":312},{"source":25,"target":313},{"source":25,"target":314},{"source":25,"target":315},{"source":25,"target":316},{"source":311,"target":317},{"source":311,"target":25},{"source":311,"target":318},{"source":311,"target":319},{"source":318,"target":320},{"source":318,"target":311},{"source":319,"target":321},{"source":319,"target":311},{"source":312,"target":322},{"source":312,"target":25},{"source":313,"target":323},{"source":313,"target":25},{"source":314,"target":26},{"source":314,"target":324},{"source":314,"target":25},{"source":314,"target":325},{"source":324,"target":26},{"source":315,"target":326},{"source":315,"target":25},{"source":316,"target":37},{"source":26,"target":0},{"source":26,"target":23},{"source":26,"target":325},{"source":26,"target":176},{"source":26,"target":327},{"source":325,"target":25},{"source":325,"target":328},{"source":325,"target":26},{"source":325,"target":314},{"source":328,"target":25},{"source":176,"target":12},{"source":176,"target":329},{"source":176,"target":26},{"source":176,"target":160},{"source":329,"target":12},{"source":327,"target":23},{"source":27,"target":0},{"source":27,"target":36},{"source":27,"target":330},{"source":27,"target":331},{"source":330,"target":28},{"source":330,"target":332},{"source":330,"target":27},{"source":330,"target":333},{"source":332,"target":28},{"source":331,"target":36},{"source":28,"target":0},{"source":28,"target":333},{"source":333,"target":27},{"source":333,"target":334},{"source":333,"target":28},{"source":333,"target":330},{"source":334,"target":27},{"source":29,"target":0},{"source":29,"target":24},{"source":29,"target":184},{"source":29,"target":335},{"source":29,"target":336},{"source":184,"target":12},{"source":184,"target":337},{"source":184,"target":29},{"source":184,"target":164},{"source":337,"target":12},{"source":335,"target":338},{"source":335,"target":29},{"source":336,"target":24},{"source":30,"target":0},{"source":30,"target":24},{"source":30,"target":339},{"source":30,"target":192},{"source":30,"target":340},{"source":339,"target":341},{"source":339,"target":30},{"source":192,"target":13},{"source":192,"target":342},{"source":192,"target":30},{"source":192,"target":186},{"source":342,"target":13},{"source":340,"target":24},{"source":31,"target":0},{"source":31,"target":38},{"source":31,"target":343},{"source":31,"target":344},{"source":31,"target":345},{"source":31,"target":346},{"source":31,"target":347},{"source":31,"target":124},{"source":31,"target":348},{"source":343,"target":349},{"source":343,"target":31},{"source":344,"target":42},{"source":344,"target":350},{"source":344,"target":31},{"source":350,"target":42},{"source":345,"target":351},{"source":345,"target":31},{"source":346,"target":352},{"source":346,"target":31},{"source":347,"target":353},{"source":347,"target":31},{"source":124,"target":9},{"source":124,"target":354},{"source":124,"target":31},{"source":124,"target":117},{"source":354,"target":9},{"source":348,"target":38},{"source":32,"target":0},{"source":32,"target":37},{"source":32,"target":355},{"source":32,"target":356},{"source":32,"target":357},{"source":32,"target":358},{"source":32,"target":359},{"source":355,"target":360},{"source":355,"target":32},{"source":355,"target":361},{"source":355,"target":362},{"source":361,"target":363},{"source":361,"target":355},{"source":362,"target":364},{"source":362,"target":355},{"source":356,"target":365},{"source":356,"target":32},{"source":357,"target":366},{"source":357,"target":32},{"source":358,"target":37},{"source":358,"target":367},{"source":358,"target":32},{"source":358,"target":368},{"source":367,"target":37},{"source":359,"target":37},{"source":33,"target":0},{"source":33,"target":5},{"source":33,"target":28},{"source":33,"target":369},{"source":33,"target":370},{"source":33,"target":371},{"source":33,"target":372},{"source":33,"target":373},{"source":33,"target":374},{"source":33,"target":94},{"source":33,"target":375},{"source":33,"target":200},{"source":33,"target":376},{"source":33,"target":377},{"source":33,"target":378},{"source":33,"target":379},{"source":369,"target":380},{"source":369,"target":33},{"source":369,"target":381},{"source":369,"target":382},{"source":381,"target":383},{"source":381,"target":369},{"source":382,"target":384},{"source":382,"target":369},{"source":370,"target":385},{"source":370,"target":33},{"source":370,"target":386},{"source":370,"target":387},{"source":386,"target":388},{"source":386,"target":370},{"source":387,"target":389},{"source":387,"target":370},{"source":371,"target":390},{"source":371,"target":33},{"source":372,"target":391},{"source":372,"target":33},{"source":373,"target":392},{"source":373,"target":33},{"source":374,"target":393},{"source":374,"target":33},{"source":94,"target":2},{"source":94,"target":394},{"source":94,"target":33},{"source":94,"target":59},{"source":394,"target":2},{"source":375,"target":38},{"source":375,"target":395},{"source":375,"target":33},{"source":375,"target":396},{"source":395,"target":38},{"source":200,"target":14},{"source":200,"target":397},{"source":200,"target":33},{"source":200,"target":195},{"source":397,"target":14},{"source":376,"target":39},{"source":376,"target":398},{"source":376,"target":33},{"source":376,"target":399},{"source":398,"target":39},{"source":377,"target":40},{"source":377,"target":400},{"source":377,"target":33},{"source":377,"target":401},{"source":400,"target":40},{"source":378,"target":5},{"source":379,"target":28},{"source":34,"target":0},{"source":34,"target":5},{"source":34,"target":28},{"source":34,"target":402},{"source":34,"target":403},{"source":34,"target":404},{"source":34,"target":405},{"source":34,"target":406},{"source":34,"target":407},{"source":402,"target":408},{"source":402,"target":34},{"source":402,"target":409},{"source":402,"target":410},{"source":409,"target":411},{"source":409,"target":402},{"source":410,"target":412},{"source":410,"target":402},{"source":403,"target":413},{"source":403,"target":34},{"source":404,"target":35},{"source":404,"target":414},{"source":404,"target":34},{"source":404,"target":415},{"source":414,"target":35},{"source":405,"target":40},{"source":405,"target":416},{"source":405,"target":34},{"source":405,"target":417},{"source":416,"target":40},{"source":406,"target":5},{"source":407,"target":28},{"source":35,"target":0},{"source":35,"target":23},{"source":35,"target":415},{"source":35,"target":182},{"source":35,"target":418},{"source":415,"target":34},{"source":415,"target":419},{"source":415,"target":35},{"source":415,"target":404},{"source":419,"target":34},{"source":182,"target":12},{"source":182,"target":420},{"source":182,"target":35},{"source":182,"target":163},{"source":420,"target":12},{"source":418,"target":23},{"source":36,"target":0},{"source":36,"target":30},{"source":36,"target":421},{"source":36,"target":422},{"source":421,"target":423},{"source":421,"target":36},{"source":422,"target":30},{"source":37,"target":0},{"source":37,"target":24},{"source":37,"target":5},{"source":37,"target":28},{"source":37,"target":424},{"source":37,"target":368},{"source":37,"target":425},{"source":37,"target":426},{"source":37,"target":427},{"source":37,"target":428},{"source":424,"target":429},{"source":424,"target":37},{"source":368,"target":32},{"source":368,"target":430},{"source":368,"target":37},{"source":368,"target":358},{"source":430,"target":32},{"source":425,"target":38},{"source":425,"target":431},{"source":425,"target":37},{"source":425,"target":432},{"source":431,"target":38},{"source":426,"target":24},{"source":427,"target":5},{"source":428,"target":28},{"source":38,"target":0},{"source":38,"target":24},{"source":38,"target":433},{"source":38,"target":432},{"source":38,"target":396},{"source":38,"target":434},{"source":433,"target":435},{"source":433,"target":38},{"source":432,"target":37},{"source":432,"target":436},{"source":432,"target":38},{"source":432,"target":425},{"source":436,"target":37},{"source":396,"target":33},{"source":396,"target":437},{"source":396,"target":38},{"source":396,"target":375},{"source":437,"target":33},{"source":434,"target":24},{"source":39,"target":0},{"source":39,"target":24},{"source":39,"target":438},{"source":39,"target":439},{"source":39,"target":399},{"source":39,"target":252},{"source":39,"target":440},{"source":438,"target":441},{"source":438,"target":39},{"source":439,"target":442},{"source":439,"target":39},{"source":399,"target":33},{"source":399,"target":443},{"source":399,"target":39},{"source":399,"target":376},{"source":443,"target":33},{"source":252,"target":18},{"source":252,"target":444},{"source":252,"target":39},{"source":252,"target":239},{"source":444,"target":18},{"source":440,"target":24},{"source":40,"target":0},{"source":40,"target":24},{"source":40,"target":445},{"source":40,"target":446},{"source":40,"target":401},{"source":40,"target":417},{"source":40,"target":447},{"source":445,"target":448},{"source":445,"target":40},{"source":446,"target":449},{"source":446,"target":40},{"source":401,"target":33},{"source":401,"target":450},{"source":401,"target":40},{"source":401,"target":377},{"source":450,"target":33},{"source":417,"target":34},{"source":417,"target":451},{"source":417,"target":40},{"source":417,"target":405},{"source":451,"target":34},{"source":447,"target":24},{"source":41,"target":0},{"source":41,"target":452},{"source":41,"target":453},{"source":41,"target":454},{"source":41,"target":455},{"source":452,"target":41},{"source":453,"target":41},{"source":454,"target":41},{"source":455,"target":41},{"source":42,"target":0},{"source":42,"target":456},{"source":42,"target":457},{"source":42,"target":458},{"source":42,"target":459},{"source":42,"target":460},{"source":42,"target":461},{"source":42,"target":462},{"source":42,"target":463},{"source":42,"target":464},{"source":456,"target":42},{"source":457,"target":42},{"source":458,"target":42},{"source":459,"target":42},{"source":460,"target":42},{"source":461,"target":42},{"source":462,"target":42},{"source":463,"target":42},{"source":464,"target":42}],"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="table" nsURI="http://www.eclipse.org/sirius/table/1.1.0" nsPrefix="table">
<eClassifiers xsi:type="ecore:EClass" name="DTable" eSuperTypes="../../org.eclipse.sirius/model/viewpoint.ecore#//DRepresentation #//LineContainer">
<eStructuralFeatures xsi:type="ecore:EReference" name="columns" upperBound="-1"
eType="#//DColumn" containment="true" eOpposite="#//DColumn/table"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="headerColumnWidth" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="description" eType="#//description/TableDescription"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DTableElement" abstract="true" eSuperTypes="../../org.eclipse.sirius/model/viewpoint.ecore#//DRepresentationElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="tableElementMapping" eType="#//description/TableMapping"
changeable="false" volatile="true" transient="true" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The mapping of the element."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LineContainer" abstract="true" eSuperTypes="../../org.eclipse.sirius/model/viewpoint.ecore#//DSemanticDecorator">
<eStructuralFeatures xsi:type="ecore:EReference" name="lines" upperBound="-1"
eType="#//DLine" containment="true" eOpposite="#//DLine/container"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DLine" eSuperTypes="#//LineContainer #//DTableElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="originMapping" lowerBound="1"
eType="#//description/LineMapping"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="visible" lowerBound="1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"
defaultValueLiteral="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="collapsed" lowerBound="1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"
defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="cells" upperBound="-1"
eType="#//DCell" containment="true" eOpposite="#//DCell/line">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="List of cells of this line. This list does not necessarily have as many cells as there are columns. Indeed, the «blank cells» are not created."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="container" eType="#//LineContainer"
eOpposite="#//LineContainer/lines"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="orderedCells" upperBound="-1"
eType="#//DCell" changeable="false" volatile="true" transient="true" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Same list as "cells" but sorted according to the order of columns."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="currentStyle" eType="#//DTableElementStyle"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Stores the best style of the LineMapping style updater : 
* The first conditional foreground style (with predicate expression that returns true), otherwise the default foreground style.
* The first conditional background style (with predicate expression that returns true), otherwise the default background style."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DCell" eSuperTypes="../../org.eclipse.sirius/model/viewpoint.ecore#//DSemanticDecorator #//DTableElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="line" eType="#//DLine"
eOpposite="#//DLine/cells"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="column" eType="#//DColumn"
eOpposite="#//DColumn/cells"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="currentStyle" eType="#//DCellStyle"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Stores the best style of the IntersectionMapping style updater and ColumnMapping style updater :
* Foreground
** The first conditional foreground style of the cell (with predicate expression that returns true). In this case the foregroundStyleOrigin references the intersection mapping and the defaultForegroundStyle is equal false.
** Otherwise the first conditional foreground style of the column (with predicate expression that returns true). In this case the foregroundStyleOrigin references the column mapping and the defaultForegroundStyle is equal false.
** Otherwise, if it exists, the default foreground style of the cell. In this case the foregroundStyleOrigin references the intersection mapping and the defaultForegroundStyle is equal true.
** Otherwise, if the default foreground style of the column uses variable color, the default foreground style of the column. In this case the foregroundStyleOrigin references the column mapping and the defaultForegroundStyle is equal true.
* Background
** The first conditional background style of the cell (with predicate expression that returns true). In this case the backgroundStyleOrigin references the intersection mapping and the defaultBackgroundStyle is equal false.
** Otherwise the first conditional background style of the column (with predicate expression that returns true). In this case the backgroundStyleOrigin references the column mapping and the defaultBackgroundStyle is equal false.
** Otherwise, if it exists, the default background style of the cell. In this case the backgroundStyleOrigin references the intersection mapping and the defaultBackgroundStyle is equal true.
** Otherwise, if the default background style of the column uses variable color, the default background style of the column. In this case the backgroundStyleOrigin references the column mapping and the defaultBackgroundStyle is equal true."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="updater" eType="#//description/CellUpdater"
volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="intersectionMapping" eType="#//description/IntersectionMapping"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DCellStyle" eSuperTypes="#//DTableElementStyle">
<eStructuralFeatures xsi:type="ecore:EReference" name="foregroundStyleOrigin"
eType="#//description/TableMapping">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Needed to know the origin of the foreground part of this DCellStyle to respect the style priority rules between Cell, Line and Column.
This TableMapping can be only an IntersectionMapping or a ColumnMapping."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="backgroundStyleOrigin"
eType="#//description/TableMapping">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Needed to know the origin of the background part of this DCellStyle to respect the style priority rules between Cell, Line and Column.
This TableMapping can be only an IntersectionMapping or a ColumnMapping."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DColumn" abstract="true" eSuperTypes="#//DTableElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="cells" upperBound="-1"
eType="#//DCell" eOpposite="#//DCell/column">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="List of cells of this column. This list does not necessarily have as many cells as there are lines. Indeed, the «blank cells» are not created."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="originMapping" lowerBound="1"
eType="#//description/ColumnMapping"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="table" eType="#//DTable"
eOpposite="#//DTable/columns"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="orderedCells" upperBound="-1"
eType="#//DCell" changeable="false" volatile="true" transient="true" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Same list as a"cells" but sorted according to the order of lines."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="visible" lowerBound="1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"
defaultValueLiteral="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="width" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="currentStyle" eType="#//DTableElementStyle"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Stores the best style of the ColumnMapping style updater :
* The best style is only the default foreground style and the default background style (and only if the color use for it is not with variable parts: ComputedColor or InterpolatedColor). 
* We can not store the result of the conditional styles (foreground and background) because the predicateExpression depend on the semantic element of each line."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DTargetColumn" eSuperTypes="../../org.eclipse.sirius/model/viewpoint.ecore#//DSemanticDecorator #//DColumn"/>
<eClassifiers xsi:type="ecore:EClass" name="DFeatureColumn" eSuperTypes="#//DColumn">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="featureName" lowerBound="1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DTableElementStyle" eSuperTypes="../../org.eclipse.sirius/model/viewpoint.ecore#//IdentifiedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="labelSize" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"
defaultValueLiteral="8">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The font size."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="labelFormat" upperBound="4"
eType="ecore:EEnum ../../org.eclipse.sirius/model/viewpoint.ecore#//FontFormat">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The font format."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultForegroundStyle"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"
defaultValueLiteral="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Determine if the foreground part of the style is computed from a conditional style or not (default style)."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultBackgroundStyle"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"
defaultValueLiteral="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Determine if the background part of the style is computed from a conditional style or not (default style)."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="foregroundColor" eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//RGBValues"
defaultValueLiteral="0,0,0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="backgroundColor" eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//RGBValues"
defaultValueLiteral="255,255,255"/>
</eClassifiers>
<eSubpackages name="description" nsURI="http://www.eclipse.org/sirius/table/description/1.1.0"
nsPrefix="description">
<eClassifiers xsi:type="ecore:EClass" name="TableDescription" abstract="true"
eSuperTypes="../../org.eclipse.sirius/model/viewpoint.ecore#//description/RepresentationDescription ../../org.eclipse.sirius/model/viewpoint.ecore#//description/DocumentedElement ../../org.eclipse.sirius/model/viewpoint.ecore#//description/EndUserDocumentedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="preconditionExpression"
eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/InterpretedExpression"
defaultValueLiteral="">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The precondition (Acceleo Expression)."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="boolean"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="domainClass" lowerBound="1"
eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/TypeName"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedRepresentationCreationDescriptions"
upperBound="-1" eType="ecore:EClass ../../org.eclipse.sirius/model/viewpoint.ecore#//description/tool/RepresentationCreationDescription"
containment="true" eKeys="../../org.eclipse.sirius/model/viewpoint.ecore#//description/IdentifiedElement/name">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="All tools of the section."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="reusedRepresentationCreationDescriptions"
upperBound="-1" eType="ecore:EClass ../../org.eclipse.sirius/model/viewpoint.ecore#//description/tool/RepresentationCreationDescription"
eKeys="../../org.eclipse.sirius/model/viewpoint.ecore#//description/IdentifiedElement/name">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="All tools of the section."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="allRepresentationCreationDescriptions"
upperBound="-1" eType="ecore:EClass ../../org.eclipse.sirius/model/viewpoint.ecore#//description/tool/RepresentationCreationDescription"
changeable="false" volatile="true" transient="true" derived="true" eKeys="../../org.eclipse.sirius/model/viewpoint.ecore#//description/IdentifiedElement/name">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="All tools of the section."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedRepresentationNavigationDescriptions"
upperBound="-1" eType="ecore:EClass ../../org.eclipse.sirius/model/viewpoint.ecore#//description/tool/RepresentationNavigationDescription"
containment="true" eKeys="../../org.eclipse.sirius/model/viewpoint.ecore#//description/IdentifiedElement/name">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="All navigation tools."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="reusedRepresentationNavigationDescriptions"
upperBound="-1" eType="ecore:EClass ../../org.eclipse.sirius/model/viewpoint.ecore#//description/tool/RepresentationNavigationDescription"
eKeys="../../org.eclipse.sirius/model/viewpoint.ecore#//description/IdentifiedElement/name">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="All navigation tools."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="allRepresentationNavigationDescriptions"
upperBound="-1" eType="ecore:EClass ../../org.eclipse.sirius/model/viewpoint.ecore#//description/tool/RepresentationNavigationDescription"
changeable="false" volatile="true" transient="true" derived="true" eKeys="../../org.eclipse.sirius/model/viewpoint.ecore#//description/IdentifiedElement/name">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="All navigation tools."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedLineMappings" lowerBound="1"
upperBound="-1" eType="#//description/LineMapping" containment="true" eKeys="../../org.eclipse.sirius/model/viewpoint.ecore#//description/IdentifiedElement/name"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="reusedLineMappings" upperBound="-1"
eType="#//description/LineMapping" eKeys="../../org.eclipse.sirius/model/viewpoint.ecore#//description/IdentifiedElement/name"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="allLineMappings" lowerBound="1"
upperBound="-1" eType="#//description/LineMapping" changeable="false" volatile="true"
transient="true" eKeys="../../org.eclipse.sirius/model/viewpoint.ecore#//description/IdentifiedElement/name"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedCreateLine" upperBound="-1"
eType="#//description/CreateLineTool" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="reusedCreateLine" upperBound="-1"
eType="#//description/CreateLineTool"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="allCreateLine" upperBound="-1"
eType="#//description/CreateLineTool" changeable="false" volatile="true"
transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="initialHeaderColumnWidth"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The initial width of the column header (calculated if not available)."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="importedElements" upperBound="-1"
eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EditionTableDescription" eSuperTypes="#//description/TableDescription">
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedColumnMappings"
lowerBound="1" upperBound="-1" eType="#//description/FeatureColumnMapping"
containment="true" eKeys="../../org.eclipse.sirius/model/viewpoint.ecore#//description/IdentifiedElement/name"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="reusedColumnMappings"
upperBound="-1" eType="#//description/FeatureColumnMapping" eKeys="../../org.eclipse.sirius/model/viewpoint.ecore#//description/IdentifiedElement/name"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="allColumnMappings" lowerBound="1"
upperBound="-1" eType="#//description/FeatureColumnMapping" changeable="false"
volatile="true" transient="true" derived="true" eKeys="../../org.eclipse.sirius/model/viewpoint.ecore#//description/IdentifiedElement/name"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CrossTableDescription" eSuperTypes="#//description/TableDescription">
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedColumnMappings"
lowerBound="1" upperBound="-1" eType="#//description/ElementColumnMapping"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="intersection" upperBound="-1"
eType="#//description/IntersectionMapping" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="createColumn" upperBound="-1"
eType="#//description/CreateCrossColumnTool" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TableMapping" eSuperTypes="../../org.eclipse.sirius/model/viewpoint.ecore#//description/RepresentationElementMapping">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="semanticElements" eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The elements that are represented by this mapping."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="contentassist" value=""/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="a Collection<EObject> or an EObject."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables">
<details key="view" value="table.DTableElement | current DTableElement (DCell, DColumn, DLine, ...)."/>
<details key="containerView" value="ecore.EObject | container of the current DTableElement (variable is available if container is not null)."/>
<details key="container" value="ecore.EObject | semantic target of containerView (if it is a DSemanticDecorator)."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LineMapping" eSuperTypes="#//description/TableMapping #//description/StyleUpdater">
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubLines" upperBound="-1"
eType="#//description/LineMapping" containment="true" eKeys="../../org.eclipse.sirius/model/viewpoint.ecore#//description/IdentifiedElement/name"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="reusedSubLines" upperBound="-1"
eType="#//description/LineMapping" eOpposite="#//description/LineMapping/reusedInMappings"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="allSubLines" upperBound="-1"
eType="#//description/LineMapping" changeable="false" volatile="true" transient="true"
derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="reusedInMappings" upperBound="-1"
eType="#//description/LineMapping" eOpposite="#//description/LineMapping/reusedSubLines"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="domainClass" lowerBound="1"
eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/TypeName"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="create" upperBound="-1"
eType="#//description/CreateLineTool" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="delete" eType="#//description/DeleteLineTool"
containment="true" eOpposite="#//description/DeleteLineTool/mapping"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="semanticCandidatesExpression"
eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="a Collection<EObject> or an EObject."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables">
<details key="viewpoint" value="table.DTable | (deprecated) current DTable."/>
<details key="table" value="table.DTable | current DTable."/>
<details key="root" value="ecore.EObject | semantic target of $table."/>
<details key="containerView" value="table.LineContainer | current LineContainer (DLine or DTable)."/>
<details key="container" value="ecore.EObject | semantic target of $containerView (if it is a DSemanticDecorator)."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="headerLabelExpression"
eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="a string."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ColumnMapping" eSuperTypes="#//description/TableMapping">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="headerLabelExpression"
eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="a string."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="initialWidth" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The initial width of the column (calculated if not available)."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ElementColumnMapping" eSuperTypes="#//description/ColumnMapping #//description/StyleUpdater">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="domainClass" lowerBound="1"
eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/TypeName"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="semanticCandidatesExpression"
eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="a Collection<EObject> or an EObject."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables">
<details key="viewpoint" value="table.DTable | (deprecated) current DTable."/>
<details key="table" value="table.DTable | current DTable."/>
<details key="containerView" value="table.DTable | current DTable."/>
<details key="container" value="ecore.EObject | semantic element targeted by the current DTable."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="create" upperBound="-1"
eType="#//description/CreateColumnTool" containment="true" eOpposite="#//description/CreateColumnTool/mapping"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="delete" eType="#//description/DeleteColumnTool"
containment="true" eOpposite="#//description/DeleteColumnTool/mapping"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FeatureColumnMapping" eSuperTypes="#//description/ColumnMapping #//description/CellUpdater #//description/StyleUpdater">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="featureName" lowerBound="1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="labelExpression" eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="a string."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables">
<details key="root" value="ecore.EObject | semantic target of the current DTable."/>
<details key="line" value="table.DLine | DLine of the current DCell."/>
<details key="lineSemantic" value="ecore.EObject | semantic target of $line"/>
<details key="container" value="ecore.EObject | semantic target of $line."/>
<details key="column" value="table.DColumn | DColumn of the current DCell."/>
<details key="columnSemantic" value="ecore.EObject | semantic target of $column"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="featureParentExpression"
eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="An expression to get the parent of the feature. By default, the parent of the feature is the semantic element of the line."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="a Collection<EObject> or an EObject."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables">
<details key="root" value="ecore.EObject | semantic target of the current DTable."/>
<details key="container" value="ecore.EObject | semantic target of the current DLine."/>
<details key="line" value="table.DLine | DLine of the current DCell."/>
<details key="table" value="table.DTable | current DTable."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CellUpdater">
<eOperations name="getLabelComputationExpression" lowerBound="1" eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/InterpretedExpression"/>
<eOperations name="getCreateCell" eType="#//description/CreateCellTool"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="directEdit" eType="#//description/LabelEditTool"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="canEdit" eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="a boolean."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StyleUpdater" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="defaultForeground" eType="#//description/ForegroundStyleDescription"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="foregroundConditionalStyle"
upperBound="-1" eType="#//description/ForegroundConditionalStyle" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="defaultBackground" eType="#//description/BackgroundStyleDescription"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="backgroundConditionalStyle"
upperBound="-1" eType="#//description/BackgroundConditionalStyle" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IntersectionMapping" eSuperTypes="#//description/TableMapping #//description/CellUpdater #//description/StyleUpdater">
<eStructuralFeatures xsi:type="ecore:EReference" name="lineMapping" lowerBound="1"
upperBound="-1" eType="#//description/LineMapping" eKeys="../../org.eclipse.sirius/model/viewpoint.ecore#//description/IdentifiedElement/name"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="columnMapping" lowerBound="1"
eType="#//description/ColumnMapping"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="labelExpression" eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="a string."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables">
<details key="root" value="ecore.EObject | semantic target of the current DTable."/>
<details key="line" value="table.DLine | DLine of the current DCell."/>
<details key="lineSemantic" value="ecore.EObject | semantic target of $line"/>
<details key="container" value="ecore.EObject | semantic target of $line."/>
<details key="column" value="table.DColumn | DColumn of the current DCell."/>
<details key="columnSemantic" value="ecore.EObject | semantic target of $column"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="useDomainClass" lowerBound="1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"
defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="columnFinderExpression"
lowerBound="1" eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="a Collection<EObject> or an EObject."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lineFinderExpression"
eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="a Collection<EObject> or an EObject."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="semanticCandidatesExpression"
eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="a Collection<EObject> or an EObject."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="domainClass" eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/TypeName"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="preconditionExpression"
eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="An expression guarding the effect if evaluated to false."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="contentassist" value=""/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="a boolean."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables">
<details key="line" value="table.DLine | the source view of the current potential line."/>
<details key="lineSemantic" value="ecore.EObject | the semantic element of $line."/>
<details key="column" value="table.DColumn | the source view of the current potential column."/>
<details key="columnSemantic" value="ecore.EObject | the semantic element of $column."/>
<details key="table" value="table.DTable | the current DTable."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="create" eType="#//description/CreateCellTool"
containment="true" eOpposite="#//description/CreateCellTool/mapping"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TableTool">
<eStructuralFeatures xsi:type="ecore:EReference" name="variables" upperBound="-1"
eType="#//description/TableVariable" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="firstModelOperation"
lowerBound="1" eType="ecore:EClass ../../org.eclipse.sirius/model/viewpoint.ecore#//description/tool/ModelOperation"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LabelEditTool" eSuperTypes="#//description/TableTool">
<eStructuralFeatures xsi:type="ecore:EReference" name="mask" lowerBound="1"
eType="ecore:EClass ../../org.eclipse.sirius/model/viewpoint.ecore#//description/tool/EditMaskVariables"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The edit mask."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CreateTool" abstract="true" eSuperTypes="../../org.eclipse.sirius/model/viewpoint.ecore#//description/tool/AbstractToolDescription #//description/TableTool"/>
<eClassifiers xsi:type="ecore:EClass" name="CreateColumnTool" eSuperTypes="#//description/CreateTool">
<eStructuralFeatures xsi:type="ecore:EReference" name="mapping" lowerBound="1"
eType="#//description/ElementColumnMapping" eOpposite="#//description/ElementColumnMapping/create"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CreateCrossColumnTool" eSuperTypes="#//description/CreateTool">
<eStructuralFeatures xsi:type="ecore:EReference" name="mapping" lowerBound="1"
eType="#//description/ElementColumnMapping"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CreateLineTool" eSuperTypes="#//description/CreateTool">
<eStructuralFeatures xsi:type="ecore:EReference" name="mapping" eType="#//description/LineMapping"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CreateCellTool" eSuperTypes="#//description/TableTool ../../org.eclipse.sirius/model/viewpoint.ecore#//description/tool/AbstractToolDescription">
<eStructuralFeatures xsi:type="ecore:EReference" name="mask" lowerBound="1"
eType="ecore:EClass ../../org.eclipse.sirius/model/viewpoint.ecore#//description/tool/EditMaskVariables"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The edit mask."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="mapping" lowerBound="1"
eType="#//description/IntersectionMapping" eOpposite="#//description/IntersectionMapping/create"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DeleteTool" abstract="true" eSuperTypes="../../org.eclipse.sirius/model/viewpoint.ecore#//description/tool/AbstractToolDescription #//description/TableTool"/>
<eClassifiers xsi:type="ecore:EClass" name="DeleteColumnTool" eSuperTypes="#//description/DeleteTool">
<eStructuralFeatures xsi:type="ecore:EReference" name="mapping" lowerBound="1"
eType="#//description/ElementColumnMapping" eOpposite="#//description/ElementColumnMapping/delete"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DeleteLineTool" eSuperTypes="#//description/DeleteTool">
<eStructuralFeatures xsi:type="ecore:EReference" name="mapping" lowerBound="1"
eType="#//description/LineMapping" eOpposite="#//description/LineMapping/delete"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ForegroundStyleDescription">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="labelSize" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"
defaultValueLiteral="12">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The font size."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="labelFormat" upperBound="4"
eType="ecore:EEnum ../../org.eclipse.sirius/model/viewpoint.ecore#//FontFormat">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The font format."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="foreGroundColor" lowerBound="1"
eType="ecore:EClass ../../org.eclipse.sirius/model/viewpoint.ecore#//description/ColorDescription"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BackgroundStyleDescription">
<eStructuralFeatures xsi:type="ecore:EReference" name="backgroundColor" lowerBound="1"
eType="ecore:EClass ../../org.eclipse.sirius/model/viewpoint.ecore#//description/ColorDescription"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ForegroundConditionalStyle">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="predicateExpression"
lowerBound="1" eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="a boolean."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="style" eType="#//description/ForegroundStyleDescription"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BackgroundConditionalStyle">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="predicateExpression"
lowerBound="1" eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="a boolean."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="style" eType="#//description/BackgroundStyleDescription"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TableVariable" eSuperTypes="../../org.eclipse.sirius/model/viewpoint.ecore#//description/AbstractVariable ../../org.eclipse.sirius/model/viewpoint.ecore#//description/tool/VariableContainer">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="documentation" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TableCreationDescription" eSuperTypes="../../org.eclipse.sirius/model/viewpoint.ecore#//description/tool/RepresentationCreationDescription">
<eStructuralFeatures xsi:type="ecore:EReference" name="tableDescription" lowerBound="1"
eType="#//description/TableDescription"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TableNavigationDescription" eSuperTypes="../../org.eclipse.sirius/model/viewpoint.ecore#//description/tool/RepresentationNavigationDescription">
<eStructuralFeatures xsi:type="ecore:EReference" name="tableDescription" lowerBound="1"
eType="#//description/TableDescription"/>
</eClassifiers>
</eSubpackages>
</ecore:EPackage>
| github:ecore:/data/pcdavid/org.eclipse.sirius/plugins/org.eclipse.sirius.table/model/table.ecore | ecore | table
DTable
columns
headerColumnWidth
description
DTableElement
tableElementMapping
LineContainer
lines
DLine
label
originMapping
visible
true
collapsed
false
cells
container
orderedCells
currentStyle
DCell
label
line
column
currentStyle
updater
intersectionMapping
DCellStyle
foregroundStyleOrigin
backgroundStyleOrigin
DColumn
label
cells
originMapping
table
orderedCells
visible
true
width
currentStyle
DTargetColumn
DFeatureColumn
featureName
DTableElementStyle
labelSize
8
labelFormat
defaultForegroundStyle
false
defaultBackgroundStyle
false
foregroundColor
0,0,0
backgroundColor
255,255,255
description
TableDescription
preconditionExpression
domainClass
ownedRepresentationCreationDescriptions
reusedRepresentationCreationDescriptions
allRepresentationCreationDescriptions
ownedRepresentationNavigationDescriptions
reusedRepresentationNavigationDescriptions
allRepresentationNavigationDescriptions
ownedLineMappings
reusedLineMappings
allLineMappings
ownedCreateLine
reusedCreateLine
allCreateLine
initialHeaderColumnWidth
importedElements
EditionTableDescription
ownedColumnMappings
reusedColumnMappings
allColumnMappings
CrossTableDescription
ownedColumnMappings
intersection
createColumn
TableMapping
semanticElements
LineMapping
ownedSubLines
reusedSubLines
allSubLines
reusedInMappings
domainClass
create
delete
semanticCandidatesExpression
headerLabelExpression
ColumnMapping
headerLabelExpression
initialWidth
ElementColumnMapping
domainClass
semanticCandidatesExpression
create
delete
FeatureColumnMapping
featureName
labelExpression
featureParentExpression
CellUpdater
getLabelComputationExpression
getCreateCell
directEdit
canEdit
StyleUpdater
defaultForeground
foregroundConditionalStyle
defaultBackground
backgroundConditionalStyle
IntersectionMapping
lineMapping
columnMapping
labelExpression
useDomainClass
false
columnFinderExpression
lineFinderExpression
semanticCandidatesExpression
domainClass
preconditionExpression
create
TableTool
variables
firstModelOperation
LabelEditTool
mask
CreateTool
CreateColumnTool
mapping
CreateCrossColumnTool
mapping
CreateLineTool
mapping
CreateCellTool
mask
mapping
DeleteTool
DeleteColumnTool
mapping
DeleteLineTool
mapping
ForegroundStyleDescription
labelSize
12
labelFormat
foreGroundColor
BackgroundStyleDescription
backgroundColor
ForegroundConditionalStyle
predicateExpression
style
BackgroundConditionalStyle
predicateExpression
style
TableVariable
documentation
TableCreationDescription
tableDescription
TableNavigationDescription
tableDescription | null | {"directed":true,"nodes":[{"nsPrefix":"table","nsURI":"http://www.eclipse.org/sirius/table/1.1.0","name":"table","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DTable","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DTableElement","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LineContainer","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DLine","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DCell","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DCellStyle","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DColumn","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DTargetColumn","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DFeatureColumn","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DTableElementStyle","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"nsPrefix":"description","nsURI":"http://www.eclipse.org/sirius/table/description/1.1.0","name":"description","id":11,"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":"columns","changeable":true,"resolveProxies":true,"lowerBound":0,"id":12,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"headerColumnWidth","changeable":true,"lowerBound":0,"iD":false,"id":13,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"table","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TableDescription","instanceClass":null,"abstract":true,"id":20,"interface":false,"eClass":"EClass"},{"id":21,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"tableElementMapping","changeable":false,"resolveProxies":true,"lowerBound":0,"id":22,"derived":true},{"id":23,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TableMapping","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"id":25,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lines","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"container","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"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":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":"originMapping","changeable":true,"resolveProxies":true,"lowerBound":1,"id":31,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"visible","changeable":true,"lowerBound":1,"iD":false,"id":32,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"collapsed","changeable":true,"lowerBound":1,"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":"cells","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"orderedCells","changeable":false,"resolveProxies":true,"lowerBound":0,"id":35,"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":"currentStyle","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LineMapping","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"line","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"lowerBound":0,"iD":false,"id":49,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"column","changeable":true,"resolveProxies":true,"lowerBound":0,"id":50,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"currentStyle","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"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":"updater","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"intersectionMapping","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cells","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CellUpdater","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"id":62,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntersectionMapping","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"id":64,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"foregroundStyleOrigin","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"backgroundStyleOrigin","changeable":true,"resolveProxies":true,"lowerBound":0,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"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},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"originMapping","changeable":true,"resolveProxies":true,"lowerBound":1,"id":71,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"orderedCells","changeable":false,"resolveProxies":true,"lowerBound":0,"id":72,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"visible","changeable":true,"lowerBound":1,"iD":false,"id":73,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"width","changeable":true,"lowerBound":0,"iD":false,"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":"currentStyle","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ColumnMapping","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"featureName","changeable":true,"lowerBound":1,"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":"8","unsettable":false,"transient":false,"unique":true,"name":"labelSize","changeable":true,"lowerBound":0,"iD":false,"id":91,"derived":false},{"ordered":true,"upperBound":4,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"labelFormat","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":"false","unsettable":false,"transient":false,"unique":true,"name":"defaultForegroundStyle","changeable":true,"lowerBound":0,"iD":false,"id":93,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"defaultBackgroundStyle","changeable":true,"lowerBound":0,"iD":false,"id":94,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0,0,0","unsettable":false,"transient":false,"unique":true,"name":"foregroundColor","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":"255,255,255","unsettable":false,"transient":false,"unique":true,"name":"backgroundColor","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"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EditionTableDescription","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CrossTableDescription","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElementColumnMapping","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureColumnMapping","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StyleUpdater","instanceClass":null,"abstract":true,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TableTool","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LabelEditTool","instanceClass":null,"abstract":false,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateTool","instanceClass":null,"abstract":true,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateColumnTool","instanceClass":null,"abstract":false,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateCrossColumnTool","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateLineTool","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateCellTool","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeleteTool","instanceClass":null,"abstract":true,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeleteColumnTool","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeleteLineTool","instanceClass":null,"abstract":false,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForegroundStyleDescription","instanceClass":null,"abstract":false,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BackgroundStyleDescription","instanceClass":null,"abstract":false,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForegroundConditionalStyle","instanceClass":null,"abstract":false,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BackgroundConditionalStyle","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TableVariable","instanceClass":null,"abstract":false,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TableCreationDescription","instanceClass":null,"abstract":false,"id":124,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TableNavigationDescription","instanceClass":null,"abstract":false,"id":125,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"preconditionExpression","changeable":true,"lowerBound":0,"iD":false,"id":126,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"domainClass","changeable":true,"lowerBound":1,"iD":false,"id":127,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedRepresentationCreationDescriptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":128,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"reusedRepresentationCreationDescriptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":129,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"allRepresentationCreationDescriptions","changeable":false,"resolveProxies":true,"lowerBound":0,"id":130,"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":"ownedRepresentationNavigationDescriptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":131,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"reusedRepresentationNavigationDescriptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":132,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"allRepresentationNavigationDescriptions","changeable":false,"resolveProxies":true,"lowerBound":0,"id":133,"derived":true},{"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":"ownedLineMappings","changeable":true,"resolveProxies":true,"lowerBound":1,"id":134,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"reusedLineMappings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":135,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"allLineMappings","changeable":false,"resolveProxies":true,"lowerBound":1,"id":136,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedCreateLine","changeable":true,"resolveProxies":true,"lowerBound":0,"id":137,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"reusedCreateLine","changeable":true,"resolveProxies":true,"lowerBound":0,"id":138,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"allCreateLine","changeable":false,"resolveProxies":true,"lowerBound":0,"id":139,"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":"initialHeaderColumnWidth","changeable":true,"lowerBound":0,"iD":false,"id":140,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"importedElements","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"},{"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"},{"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":"ownedColumnMappings","changeable":true,"resolveProxies":true,"lowerBound":1,"id":161,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"reusedColumnMappings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":162,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"allColumnMappings","changeable":false,"resolveProxies":true,"lowerBound":1,"id":163,"derived":true},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedColumnMappings","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":true,"unsettable":false,"transient":false,"unique":true,"name":"intersection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":169,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"createColumn","changeable":true,"resolveProxies":true,"lowerBound":0,"id":170,"derived":false},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"semanticElements","changeable":true,"lowerBound":0,"iD":false,"id":175,"derived":false},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedSubLines","changeable":true,"resolveProxies":true,"lowerBound":0,"id":178,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"reusedSubLines","changeable":true,"resolveProxies":true,"lowerBound":0,"id":179,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"allSubLines","changeable":false,"resolveProxies":true,"lowerBound":0,"id":180,"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":"reusedInMappings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":181,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"domainClass","changeable":true,"lowerBound":1,"iD":false,"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":"create","changeable":true,"resolveProxies":true,"lowerBound":0,"id":183,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"delete","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":"semanticCandidatesExpression","changeable":true,"lowerBound":0,"iD":false,"id":185,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"headerLabelExpression","changeable":true,"lowerBound":0,"iD":false,"id":186,"derived":false},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"id":195,"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":"mapping","changeable":true,"resolveProxies":true,"lowerBound":1,"id":196,"derived":false},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"headerLabelExpression","changeable":true,"lowerBound":0,"iD":false,"id":199,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"initialWidth","changeable":true,"lowerBound":0,"iD":false,"id":200,"derived":false},{"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":"domainClass","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":"semanticCandidatesExpression","changeable":true,"lowerBound":0,"iD":false,"id":205,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"create","changeable":true,"resolveProxies":true,"lowerBound":0,"id":206,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"delete","changeable":true,"resolveProxies":true,"lowerBound":0,"id":207,"derived":false},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"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":"mapping","changeable":true,"resolveProxies":true,"lowerBound":1,"id":213,"derived":false},{"id":214,"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":"mapping","changeable":true,"resolveProxies":true,"lowerBound":1,"id":215,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"featureName","changeable":true,"lowerBound":1,"iD":false,"id":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":"labelExpression","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":"featureParentExpression","changeable":true,"lowerBound":0,"iD":false,"id":218,"derived":false},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getLabelComputationExpression","lowerBound":1,"id":225,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getCreateCell","lowerBound":0,"id":226,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"directEdit","changeable":true,"resolveProxies":true,"lowerBound":0,"id":227,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"canEdit","changeable":true,"lowerBound":0,"iD":false,"id":228,"derived":false},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defaultForeground","changeable":true,"resolveProxies":true,"lowerBound":0,"id":233,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"foregroundConditionalStyle","changeable":true,"resolveProxies":true,"lowerBound":0,"id":234,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defaultBackground","changeable":true,"resolveProxies":true,"lowerBound":0,"id":235,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"backgroundConditionalStyle","changeable":true,"resolveProxies":true,"lowerBound":0,"id":236,"derived":false},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"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":"lineMapping","changeable":true,"resolveProxies":true,"lowerBound":1,"id":241,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"columnMapping","changeable":true,"resolveProxies":true,"lowerBound":1,"id":242,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"labelExpression","changeable":true,"lowerBound":0,"iD":false,"id":243,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"useDomainClass","changeable":true,"lowerBound":1,"iD":false,"id":244,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"columnFinderExpression","changeable":true,"lowerBound":1,"iD":false,"id":245,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lineFinderExpression","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":"semanticCandidatesExpression","changeable":true,"lowerBound":0,"iD":false,"id":247,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"domainClass","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":"preconditionExpression","changeable":true,"lowerBound":0,"iD":false,"id":249,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"create","changeable":true,"resolveProxies":true,"lowerBound":0,"id":250,"derived":false},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"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":"mapping","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"variables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":265,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"firstModelOperation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":266,"derived":false},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mask","changeable":true,"resolveProxies":true,"lowerBound":1,"id":269,"derived":false},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mapping","changeable":true,"resolveProxies":true,"lowerBound":1,"id":276,"derived":false},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mapping","changeable":true,"resolveProxies":true,"lowerBound":0,"id":279,"derived":false},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mask","changeable":true,"resolveProxies":true,"lowerBound":1,"id":282,"derived":false},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"12","unsettable":false,"transient":false,"unique":true,"name":"labelSize","changeable":true,"lowerBound":0,"iD":false,"id":293,"derived":false},{"ordered":true,"upperBound":4,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"labelFormat","changeable":true,"lowerBound":0,"iD":false,"id":294,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"foreGroundColor","changeable":true,"resolveProxies":true,"lowerBound":1,"id":295,"derived":false},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"backgroundColor","changeable":true,"resolveProxies":true,"lowerBound":1,"id":299,"derived":false},{"id":300,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"predicateExpression","changeable":true,"lowerBound":1,"iD":false,"id":301,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"style","changeable":true,"resolveProxies":true,"lowerBound":0,"id":302,"derived":false},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"predicateExpression","changeable":true,"lowerBound":1,"iD":false,"id":305,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"style","changeable":true,"resolveProxies":true,"lowerBound":0,"id":306,"derived":false},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"documentation","changeable":true,"lowerBound":0,"iD":false,"id":309,"derived":false},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tableDescription","changeable":true,"resolveProxies":true,"lowerBound":1,"id":313,"derived":false},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tableDescription","changeable":true,"resolveProxies":true,"lowerBound":1,"id":316,"derived":false},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":1,"target":0},{"source":1,"target":3},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":12,"target":7},{"source":12,"target":17},{"source":12,"target":1},{"source":12,"target":18},{"source":17,"target":7},{"source":13,"target":19},{"source":13,"target":1},{"source":14,"target":20},{"source":14,"target":21},{"source":14,"target":1},{"source":21,"target":20},{"source":16,"target":3},{"source":2,"target":0},{"source":2,"target":22},{"source":2,"target":23},{"source":22,"target":24},{"source":22,"target":25},{"source":22,"target":2},{"source":25,"target":24},{"source":3,"target":0},{"source":3,"target":26},{"source":3,"target":27},{"source":26,"target":4},{"source":26,"target":28},{"source":26,"target":3},{"source":26,"target":29},{"source":28,"target":4},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":2},{"source":4,"target":30},{"source":4,"target":31},{"source":4,"target":32},{"source":4,"target":33},{"source":4,"target":34},{"source":4,"target":29},{"source":4,"target":35},{"source":4,"target":36},{"source":4,"target":37},{"source":4,"target":38},{"source":30,"target":39},{"source":30,"target":4},{"source":31,"target":40},{"source":31,"target":41},{"source":31,"target":4},{"source":41,"target":40},{"source":32,"target":42},{"source":32,"target":4},{"source":33,"target":43},{"source":33,"target":4},{"source":34,"target":5},{"source":34,"target":44},{"source":34,"target":4},{"source":34,"target":45},{"source":44,"target":5},{"source":29,"target":3},{"source":29,"target":46},{"source":29,"target":4},{"source":29,"target":26},{"source":46,"target":3},{"source":35,"target":5},{"source":35,"target":47},{"source":35,"target":4},{"source":47,"target":5},{"source":36,"target":10},{"source":36,"target":48},{"source":36,"target":4},{"source":48,"target":10},{"source":37,"target":3},{"source":38,"target":2},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":49},{"source":5,"target":45},{"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":49,"target":56},{"source":49,"target":5},{"source":45,"target":4},{"source":45,"target":57},{"source":45,"target":5},{"source":45,"target":34},{"source":57,"target":4},{"source":50,"target":7},{"source":50,"target":58},{"source":50,"target":5},{"source":50,"target":59},{"source":58,"target":7},{"source":51,"target":6},{"source":51,"target":60},{"source":51,"target":5},{"source":60,"target":6},{"source":52,"target":61},{"source":52,"target":62},{"source":52,"target":5},{"source":62,"target":61},{"source":53,"target":63},{"source":53,"target":64},{"source":53,"target":5},{"source":64,"target":63},{"source":55,"target":2},{"source":6,"target":0},{"source":6,"target":10},{"source":6,"target":65},{"source":6,"target":66},{"source":6,"target":67},{"source":65,"target":24},{"source":65,"target":68},{"source":65,"target":6},{"source":68,"target":24},{"source":66,"target":24},{"source":66,"target":69},{"source":66,"target":6},{"source":69,"target":24},{"source":67,"target":10},{"source":7,"target":0},{"source":7,"target":2},{"source":7,"target":70},{"source":7,"target":59},{"source":7,"target":71},{"source":7,"target":18},{"source":7,"target":72},{"source":7,"target":73},{"source":7,"target":74},{"source":7,"target":75},{"source":7,"target":76},{"source":70,"target":77},{"source":70,"target":7},{"source":59,"target":5},{"source":59,"target":78},{"source":59,"target":7},{"source":59,"target":50},{"source":78,"target":5},{"source":71,"target":79},{"source":71,"target":80},{"source":71,"target":7},{"source":80,"target":79},{"source":18,"target":1},{"source":18,"target":81},{"source":18,"target":7},{"source":18,"target":12},{"source":81,"target":1},{"source":72,"target":5},{"source":72,"target":82},{"source":72,"target":7},{"source":82,"target":5},{"source":73,"target":83},{"source":73,"target":7},{"source":74,"target":84},{"source":74,"target":7},{"source":75,"target":10},{"source":75,"target":85},{"source":75,"target":7},{"source":85,"target":10},{"source":76,"target":2},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":86},{"source":8,"target":87},{"source":87,"target":7},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":88},{"source":9,"target":89},{"source":88,"target":90},{"source":88,"target":9},{"source":89,"target":7},{"source":10,"target":0},{"source":10,"target":91},{"source":10,"target":92},{"source":10,"target":93},{"source":10,"target":94},{"source":10,"target":95},{"source":10,"target":96},{"source":10,"target":97},{"source":91,"target":98},{"source":91,"target":10},{"source":92,"target":99},{"source":92,"target":10},{"source":93,"target":100},{"source":93,"target":10},{"source":94,"target":101},{"source":94,"target":10},{"source":95,"target":102},{"source":95,"target":10},{"source":96,"target":103},{"source":96,"target":10},{"source":11,"target":20},{"source":11,"target":104},{"source":11,"target":105},{"source":11,"target":24},{"source":11,"target":40},{"source":11,"target":79},{"source":11,"target":106},{"source":11,"target":107},{"source":11,"target":61},{"source":11,"target":108},{"source":11,"target":63},{"source":11,"target":109},{"source":11,"target":110},{"source":11,"target":111},{"source":11,"target":112},{"source":11,"target":113},{"source":11,"target":114},{"source":11,"target":115},{"source":11,"target":116},{"source":11,"target":117},{"source":11,"target":118},{"source":11,"target":119},{"source":11,"target":120},{"source":11,"target":121},{"source":11,"target":122},{"source":11,"target":123},{"source":11,"target":124},{"source":11,"target":125},{"source":11,"target":0},{"source":20,"target":11},{"source":20,"target":126},{"source":20,"target":127},{"source":20,"target":128},{"source":20,"target":129},{"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":126,"target":145},{"source":126,"target":20},{"source":127,"target":146},{"source":127,"target":20},{"source":128,"target":147},{"source":128,"target":20},{"source":129,"target":148},{"source":129,"target":20},{"source":130,"target":149},{"source":130,"target":20},{"source":131,"target":150},{"source":131,"target":20},{"source":132,"target":151},{"source":132,"target":20},{"source":133,"target":152},{"source":133,"target":20},{"source":134,"target":40},{"source":134,"target":153},{"source":134,"target":20},{"source":153,"target":40},{"source":135,"target":40},{"source":135,"target":154},{"source":135,"target":20},{"source":154,"target":40},{"source":136,"target":40},{"source":136,"target":155},{"source":136,"target":20},{"source":155,"target":40},{"source":137,"target":114},{"source":137,"target":156},{"source":137,"target":20},{"source":156,"target":114},{"source":138,"target":114},{"source":138,"target":157},{"source":138,"target":20},{"source":157,"target":114},{"source":139,"target":114},{"source":139,"target":158},{"source":139,"target":20},{"source":158,"target":114},{"source":140,"target":159},{"source":140,"target":20},{"source":141,"target":160},{"source":141,"target":20},{"source":104,"target":11},{"source":104,"target":20},{"source":104,"target":161},{"source":104,"target":162},{"source":104,"target":163},{"source":104,"target":164},{"source":161,"target":107},{"source":161,"target":165},{"source":161,"target":104},{"source":165,"target":107},{"source":162,"target":107},{"source":162,"target":166},{"source":162,"target":104},{"source":166,"target":107},{"source":163,"target":107},{"source":163,"target":167},{"source":163,"target":104},{"source":167,"target":107},{"source":164,"target":20},{"source":105,"target":11},{"source":105,"target":20},{"source":105,"target":168},{"source":105,"target":169},{"source":105,"target":170},{"source":105,"target":171},{"source":168,"target":106},{"source":168,"target":172},{"source":168,"target":105},{"source":172,"target":106},{"source":169,"target":63},{"source":169,"target":173},{"source":169,"target":105},{"source":173,"target":63},{"source":170,"target":113},{"source":170,"target":174},{"source":170,"target":105},{"source":174,"target":113},{"source":171,"target":20},{"source":24,"target":11},{"source":24,"target":175},{"source":24,"target":176},{"source":175,"target":177},{"source":175,"target":24},{"source":40,"target":11},{"source":40,"target":24},{"source":40,"target":108},{"source":40,"target":178},{"source":40,"target":179},{"source":40,"target":180},{"source":40,"target":181},{"source":40,"target":182},{"source":40,"target":183},{"source":40,"target":184},{"source":40,"target":185},{"source":40,"target":186},{"source":40,"target":187},{"source":40,"target":188},{"source":178,"target":40},{"source":178,"target":189},{"source":178,"target":40},{"source":189,"target":40},{"source":179,"target":40},{"source":179,"target":190},{"source":179,"target":40},{"source":179,"target":181},{"source":190,"target":40},{"source":180,"target":40},{"source":180,"target":191},{"source":180,"target":40},{"source":191,"target":40},{"source":181,"target":40},{"source":181,"target":192},{"source":181,"target":40},{"source":181,"target":179},{"source":192,"target":40},{"source":182,"target":193},{"source":182,"target":40},{"source":183,"target":114},{"source":183,"target":194},{"source":183,"target":40},{"source":194,"target":114},{"source":184,"target":118},{"source":184,"target":195},{"source":184,"target":40},{"source":184,"target":196},{"source":195,"target":118},{"source":185,"target":197},{"source":185,"target":40},{"source":186,"target":198},{"source":186,"target":40},{"source":187,"target":24},{"source":188,"target":108},{"source":79,"target":11},{"source":79,"target":24},{"source":79,"target":199},{"source":79,"target":200},{"source":79,"target":201},{"source":199,"target":202},{"source":199,"target":79},{"source":200,"target":203},{"source":200,"target":79},{"source":201,"target":24},{"source":106,"target":11},{"source":106,"target":79},{"source":106,"target":108},{"source":106,"target":204},{"source":106,"target":205},{"source":106,"target":206},{"source":106,"target":207},{"source":106,"target":208},{"source":106,"target":209},{"source":204,"target":210},{"source":204,"target":106},{"source":205,"target":211},{"source":205,"target":106},{"source":206,"target":112},{"source":206,"target":212},{"source":206,"target":106},{"source":206,"target":213},{"source":212,"target":112},{"source":207,"target":117},{"source":207,"target":214},{"source":207,"target":106},{"source":207,"target":215},{"source":214,"target":117},{"source":208,"target":79},{"source":209,"target":108},{"source":107,"target":11},{"source":107,"target":79},{"source":107,"target":61},{"source":107,"target":108},{"source":107,"target":216},{"source":107,"target":217},{"source":107,"target":218},{"source":107,"target":219},{"source":107,"target":220},{"source":107,"target":221},{"source":216,"target":222},{"source":216,"target":107},{"source":217,"target":223},{"source":217,"target":107},{"source":218,"target":224},{"source":218,"target":107},{"source":219,"target":79},{"source":220,"target":61},{"source":221,"target":108},{"source":61,"target":11},{"source":61,"target":225},{"source":61,"target":226},{"source":61,"target":227},{"source":61,"target":228},{"source":225,"target":229},{"source":225,"target":61},{"source":226,"target":115},{"source":226,"target":230},{"source":226,"target":61},{"source":230,"target":115},{"source":227,"target":110},{"source":227,"target":231},{"source":227,"target":61},{"source":231,"target":110},{"source":228,"target":232},{"source":228,"target":61},{"source":108,"target":11},{"source":108,"target":233},{"source":108,"target":234},{"source":108,"target":235},{"source":108,"target":236},{"source":233,"target":119},{"source":233,"target":237},{"source":233,"target":108},{"source":237,"target":119},{"source":234,"target":121},{"source":234,"target":238},{"source":234,"target":108},{"source":238,"target":121},{"source":235,"target":120},{"source":235,"target":239},{"source":235,"target":108},{"source":239,"target":120},{"source":236,"target":122},{"source":236,"target":240},{"source":236,"target":108},{"source":240,"target":122},{"source":63,"target":11},{"source":63,"target":24},{"source":63,"target":61},{"source":63,"target":108},{"source":63,"target":241},{"source":63,"target":242},{"source":63,"target":243},{"source":63,"target":244},{"source":63,"target":245},{"source":63,"target":246},{"source":63,"target":247},{"source":63,"target":248},{"source":63,"target":249},{"source":63,"target":250},{"source":63,"target":251},{"source":63,"target":252},{"source":63,"target":253},{"source":241,"target":40},{"source":241,"target":254},{"source":241,"target":63},{"source":254,"target":40},{"source":242,"target":79},{"source":242,"target":255},{"source":242,"target":63},{"source":255,"target":79},{"source":243,"target":256},{"source":243,"target":63},{"source":244,"target":257},{"source":244,"target":63},{"source":245,"target":258},{"source":245,"target":63},{"source":246,"target":259},{"source":246,"target":63},{"source":247,"target":260},{"source":247,"target":63},{"source":248,"target":261},{"source":248,"target":63},{"source":249,"target":262},{"source":249,"target":63},{"source":250,"target":115},{"source":250,"target":263},{"source":250,"target":63},{"source":250,"target":264},{"source":263,"target":115},{"source":251,"target":24},{"source":252,"target":61},{"source":253,"target":108},{"source":109,"target":11},{"source":109,"target":265},{"source":109,"target":266},{"source":265,"target":123},{"source":265,"target":267},{"source":265,"target":109},{"source":267,"target":123},{"source":266,"target":268},{"source":266,"target":109},{"source":110,"target":11},{"source":110,"target":109},{"source":110,"target":269},{"source":110,"target":270},{"source":269,"target":271},{"source":269,"target":110},{"source":270,"target":109},{"source":111,"target":11},{"source":111,"target":109},{"source":111,"target":272},{"source":111,"target":273},{"source":273,"target":109},{"source":112,"target":11},{"source":112,"target":111},{"source":112,"target":213},{"source":112,"target":274},{"source":213,"target":106},{"source":213,"target":275},{"source":213,"target":112},{"source":213,"target":206},{"source":275,"target":106},{"source":274,"target":111},{"source":113,"target":11},{"source":113,"target":111},{"source":113,"target":276},{"source":113,"target":277},{"source":276,"target":106},{"source":276,"target":278},{"source":276,"target":113},{"source":278,"target":106},{"source":277,"target":111},{"source":114,"target":11},{"source":114,"target":111},{"source":114,"target":279},{"source":114,"target":280},{"source":279,"target":40},{"source":279,"target":281},{"source":279,"target":114},{"source":281,"target":40},{"source":280,"target":111},{"source":115,"target":11},{"source":115,"target":109},{"source":115,"target":282},{"source":115,"target":264},{"source":115,"target":283},{"source":115,"target":284},{"source":282,"target":285},{"source":282,"target":115},{"source":264,"target":63},{"source":264,"target":286},{"source":264,"target":115},{"source":264,"target":250},{"source":286,"target":63},{"source":283,"target":109},{"source":116,"target":11},{"source":116,"target":109},{"source":116,"target":287},{"source":116,"target":288},{"source":288,"target":109},{"source":117,"target":11},{"source":117,"target":116},{"source":117,"target":215},{"source":117,"target":289},{"source":215,"target":106},{"source":215,"target":290},{"source":215,"target":117},{"source":215,"target":207},{"source":290,"target":106},{"source":289,"target":116},{"source":118,"target":11},{"source":118,"target":116},{"source":118,"target":196},{"source":118,"target":291},{"source":196,"target":40},{"source":196,"target":292},{"source":196,"target":118},{"source":196,"target":184},{"source":292,"target":40},{"source":291,"target":116},{"source":119,"target":11},{"source":119,"target":293},{"source":119,"target":294},{"source":119,"target":295},{"source":293,"target":296},{"source":293,"target":119},{"source":294,"target":297},{"source":294,"target":119},{"source":295,"target":298},{"source":295,"target":119},{"source":120,"target":11},{"source":120,"target":299},{"source":299,"target":300},{"source":299,"target":120},{"source":121,"target":11},{"source":121,"target":301},{"source":121,"target":302},{"source":301,"target":303},{"source":301,"target":121},{"source":302,"target":119},{"source":302,"target":304},{"source":302,"target":121},{"source":304,"target":119},{"source":122,"target":11},{"source":122,"target":305},{"source":122,"target":306},{"source":305,"target":307},{"source":305,"target":122},{"source":306,"target":120},{"source":306,"target":308},{"source":306,"target":122},{"source":308,"target":120},{"source":123,"target":11},{"source":123,"target":309},{"source":123,"target":310},{"source":123,"target":311},{"source":309,"target":312},{"source":309,"target":123},{"source":124,"target":11},{"source":124,"target":313},{"source":124,"target":314},{"source":313,"target":20},{"source":313,"target":315},{"source":313,"target":124},{"source":315,"target":20},{"source":125,"target":11},{"source":125,"target":316},{"source":125,"target":317},{"source":316,"target":20},{"source":316,"target":318},{"source":316,"target":125},{"source":318,"target":20}],"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="WfMC">
<eClassifiers xsi:type="ecore:EClass" name="WorkflowProcessDefinition">
<eStructuralFeatures xsi:type="ecore:EReference" name="participantSpecificatons" ordered="false" upperBound="-1" eType="/0/WorkflowParticipantSpecification" containment="true" eOpposite="/0/WorkflowParticipantSpecification/processDefinition"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="revelantDatas" ordered="false" upperBound="-1" eType="/0/WorkflowRelevantData" containment="true" eOpposite="/0/WorkflowRelevantData/processDefinition"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="applicationDeclarations" ordered="false" upperBound="-1" eType="/0/WorkflowApplicationDeclaration" containment="true" eOpposite="/0/WorkflowApplicationDeclaration/processDefinition"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="processActivities" ordered="false" upperBound="-1" eType="/0/WorkflowProcessActivity" containment="true" eOpposite="/0/WorkflowProcessActivity/processDefinition"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="transitionInformations" ordered="false" upperBound="-1" eType="/0/TransitionInformation" containment="true" eOpposite="/0/TransitionInformation/processDefinition"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="WorkflowApplicationDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="processDefinition" ordered="false" lowerBound="1" eType="/0/WorkflowProcessDefinition" eOpposite="/0/WorkflowProcessDefinition/applicationDeclarations"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="processActivities" ordered="false" upperBound="-1" eType="/0/WorkflowProcessActivity" eOpposite="/0/WorkflowProcessActivity/applicationDeclarations"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="revelantDatas" ordered="false" upperBound="-1" eType="/0/WorkflowRelevantData" eOpposite="/0/WorkflowRelevantData/applicationDeclarations"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="WorkflowRelevantData">
<eStructuralFeatures xsi:type="ecore:EReference" name="processDefinition" ordered="false" lowerBound="1" eType="/0/WorkflowProcessDefinition" eOpposite="/0/WorkflowProcessDefinition/revelantDatas"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="applicationDeclarations" ordered="false" upperBound="-1" eType="/0/WorkflowApplicationDeclaration" eOpposite="/0/WorkflowApplicationDeclaration/revelantDatas"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="processActivities" ordered="false" upperBound="-1" eType="/0/WorkflowProcessActivity" eOpposite="/0/WorkflowProcessActivity/revelantDatas"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="participantSpecifications" ordered="false" upperBound="-1" eType="/0/WorkflowParticipantSpecification" eOpposite="/0/WorkflowParticipantSpecification/revelantDatas"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="transitionInformations" ordered="false" upperBound="-1" eType="/0/TransitionInformation" eOpposite="/0/TransitionInformation/revelantDatas"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="WorkflowParticipantSpecification">
<eStructuralFeatures xsi:type="ecore:EReference" name="processDefinition" ordered="false" lowerBound="1" eType="/0/WorkflowProcessDefinition" eOpposite="/0/WorkflowProcessDefinition/participantSpecificatons"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="revelantDatas" ordered="false" upperBound="-1" eType="/0/WorkflowRelevantData" eOpposite="/0/WorkflowRelevantData/participantSpecifications"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="processActivities" ordered="false" upperBound="-1" eType="/0/WorkflowProcessActivity" eOpposite="/0/WorkflowProcessActivity/participantSpecifications"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="WorkflowProcessActivity">
<eStructuralFeatures xsi:type="ecore:EReference" name="processDefinition" ordered="false" lowerBound="1" eType="/0/WorkflowProcessDefinition" eOpposite="/0/WorkflowProcessDefinition/processActivities"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="applicationDeclarations" ordered="false" upperBound="-1" eType="/0/WorkflowApplicationDeclaration" eOpposite="/0/WorkflowApplicationDeclaration/processActivities"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="revelantDatas" ordered="false" upperBound="-1" eType="/0/WorkflowRelevantData" eOpposite="/0/WorkflowRelevantData/processActivities"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="participantSpecifications" ordered="false" upperBound="-1" eType="/0/WorkflowParticipantSpecification" eOpposite="/0/WorkflowParticipantSpecification/processActivities"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="to_transitionInformation" ordered="false" lowerBound="1" eType="/0/TransitionInformation" eOpposite="/0/TransitionInformation/to_processActivity"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="from_transitionInformation" ordered="false" lowerBound="1" eType="/0/TransitionInformation" eOpposite="/0/TransitionInformation/from_processActivity"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TransitionInformation">
<eStructuralFeatures xsi:type="ecore:EReference" name="processDefinition" ordered="false" lowerBound="1" eType="/0/WorkflowProcessDefinition" eOpposite="/0/WorkflowProcessDefinition/transitionInformations"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="revelantDatas" ordered="false" upperBound="-1" eType="/0/WorkflowRelevantData" eOpposite="/0/WorkflowRelevantData/transitionInformations"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="to_processActivity" ordered="false" lowerBound="1" eType="/0/WorkflowProcessActivity" eOpposite="/0/WorkflowProcessActivity/to_transitionInformation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="from_processActivity" ordered="false" lowerBound="1" eType="/0/WorkflowProcessActivity" eOpposite="/0/WorkflowProcessActivity/from_transitionInformation"/>
</eClassifiers>
</ecore:EPackage>
<ecore:EPackage name="PrimitiveTypes">
<eClassifiers xsi:type="ecore:EDataType" name="String"/>
</ecore:EPackage>
</xmi:XMI>
| github:ecore:/data/slebok/zoo/zoo/dsl/business/wfmc/bruneliere/fetched/WfMC.ecore | ecore | WfMC
WorkflowProcessDefinition
participantSpecificatons
revelantDatas
applicationDeclarations
processActivities
transitionInformations
WorkflowApplicationDeclaration
processDefinition
processActivities
revelantDatas
WorkflowRelevantData
processDefinition
applicationDeclarations
processActivities
participantSpecifications
transitionInformations
WorkflowParticipantSpecification
processDefinition
revelantDatas
processActivities
WorkflowProcessActivity
processDefinition
applicationDeclarations
revelantDatas
participantSpecifications
to_transitionInformation
from_transitionInformation
TransitionInformation
processDefinition
revelantDatas
to_processActivity
from_processActivity
PrimitiveTypes
String | null | {"directed":true,"nodes":[{"nsPrefix":null,"nsURI":null,"name":"WfMC","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WorkflowProcessDefinition","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WorkflowApplicationDeclaration","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WorkflowRelevantData","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WorkflowParticipantSpecification","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WorkflowProcessActivity","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TransitionInformation","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"participantSpecificatons","changeable":true,"resolveProxies":true,"lowerBound":0,"id":7,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"revelantDatas","changeable":true,"resolveProxies":true,"lowerBound":0,"id":8,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"applicationDeclarations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":9,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"processActivities","changeable":true,"resolveProxies":true,"lowerBound":0,"id":10,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"transitionInformations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":11,"derived":false},{"id":12,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"processDefinition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":13,"derived":false},{"id":14,"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":"processDefinition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":15,"derived":false},{"id":16,"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":"processDefinition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":17,"derived":false},{"id":18,"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":"processDefinition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":19,"derived":false},{"id":20,"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":"processDefinition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":21,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"processActivities","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"revelantDatas","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"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":"applicationDeclarations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"id":27,"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":"applicationDeclarations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"processActivities","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"participantSpecifications","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"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":"transitionInformations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"revelantDatas","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"id":36,"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":"revelantDatas","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"id":38,"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":"revelantDatas","changeable":true,"resolveProxies":true,"lowerBound":0,"id":39,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"processActivities","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"participantSpecifications","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"to_transitionInformation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":45,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"from_transitionInformation","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"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"to_processActivity","changeable":true,"resolveProxies":true,"lowerBound":1,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"from_processActivity","changeable":true,"resolveProxies":true,"lowerBound":1,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"nsPrefix":null,"nsURI":null,"name":"PrimitiveTypes","id":59,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"String","instanceClass":null,"id":60,"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":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":4},{"source":7,"target":12},{"source":7,"target":1},{"source":7,"target":13},{"source":12,"target":4},{"source":8,"target":3},{"source":8,"target":14},{"source":8,"target":1},{"source":8,"target":15},{"source":14,"target":3},{"source":9,"target":2},{"source":9,"target":16},{"source":9,"target":1},{"source":9,"target":17},{"source":16,"target":2},{"source":10,"target":5},{"source":10,"target":18},{"source":10,"target":1},{"source":10,"target":19},{"source":18,"target":5},{"source":11,"target":6},{"source":11,"target":20},{"source":11,"target":1},{"source":11,"target":21},{"source":20,"target":6},{"source":2,"target":0},{"source":2,"target":17},{"source":2,"target":22},{"source":2,"target":23},{"source":17,"target":1},{"source":17,"target":24},{"source":17,"target":2},{"source":17,"target":9},{"source":24,"target":1},{"source":22,"target":5},{"source":22,"target":25},{"source":22,"target":2},{"source":22,"target":26},{"source":25,"target":5},{"source":23,"target":3},{"source":23,"target":27},{"source":23,"target":2},{"source":23,"target":28},{"source":27,"target":3},{"source":3,"target":0},{"source":3,"target":15},{"source":3,"target":28},{"source":3,"target":29},{"source":3,"target":30},{"source":3,"target":31},{"source":15,"target":1},{"source":15,"target":32},{"source":15,"target":3},{"source":15,"target":8},{"source":32,"target":1},{"source":28,"target":2},{"source":28,"target":33},{"source":28,"target":3},{"source":28,"target":23},{"source":33,"target":2},{"source":29,"target":5},{"source":29,"target":34},{"source":29,"target":3},{"source":29,"target":35},{"source":34,"target":5},{"source":30,"target":4},{"source":30,"target":36},{"source":30,"target":3},{"source":30,"target":37},{"source":36,"target":4},{"source":31,"target":6},{"source":31,"target":38},{"source":31,"target":3},{"source":31,"target":39},{"source":38,"target":6},{"source":4,"target":0},{"source":4,"target":13},{"source":4,"target":37},{"source":4,"target":40},{"source":13,"target":1},{"source":13,"target":41},{"source":13,"target":4},{"source":13,"target":7},{"source":41,"target":1},{"source":37,"target":3},{"source":37,"target":42},{"source":37,"target":4},{"source":37,"target":30},{"source":42,"target":3},{"source":40,"target":5},{"source":40,"target":43},{"source":40,"target":4},{"source":40,"target":44},{"source":43,"target":5},{"source":5,"target":0},{"source":5,"target":19},{"source":5,"target":26},{"source":5,"target":35},{"source":5,"target":44},{"source":5,"target":45},{"source":5,"target":46},{"source":19,"target":1},{"source":19,"target":47},{"source":19,"target":5},{"source":19,"target":10},{"source":47,"target":1},{"source":26,"target":2},{"source":26,"target":48},{"source":26,"target":5},{"source":26,"target":22},{"source":48,"target":2},{"source":35,"target":3},{"source":35,"target":49},{"source":35,"target":5},{"source":35,"target":29},{"source":49,"target":3},{"source":44,"target":4},{"source":44,"target":50},{"source":44,"target":5},{"source":44,"target":40},{"source":50,"target":4},{"source":45,"target":6},{"source":45,"target":51},{"source":45,"target":5},{"source":45,"target":52},{"source":51,"target":6},{"source":46,"target":6},{"source":46,"target":53},{"source":46,"target":5},{"source":46,"target":54},{"source":53,"target":6},{"source":6,"target":0},{"source":6,"target":21},{"source":6,"target":39},{"source":6,"target":52},{"source":6,"target":54},{"source":21,"target":1},{"source":21,"target":55},{"source":21,"target":6},{"source":21,"target":11},{"source":55,"target":1},{"source":39,"target":3},{"source":39,"target":56},{"source":39,"target":6},{"source":39,"target":31},{"source":56,"target":3},{"source":52,"target":5},{"source":52,"target":57},{"source":52,"target":6},{"source":52,"target":45},{"source":57,"target":5},{"source":54,"target":5},{"source":54,"target":58},{"source":54,"target":6},{"source":54,"target":46},{"source":58,"target":5},{"source":59,"target":60},{"source":60,"target":59}],"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="isam" nsURI="http://www.asup.org/il/isam" nsPrefix="il-isam">
<eClassifiers xsi:type="ecore:EEnum" name="AccessMode">
<eLiterals name="Input" value="10" literal="I"/>
<eLiterals name="Output" value="20" literal="O"/>
<eLiterals name="Update" value="30" literal="U"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DataSet" abstract="true" interface="true">
<eTypeParameters name="R">
<eBounds eClassifier="#//Record"/>
</eTypeParameters>
<eOperations name="clear"/>
<eOperations name="close"/>
<eOperations name="close">
<eParameters name="error" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Indicator"/>
</eOperations>
<eOperations name="delete"/>
<eOperations name="delete">
<eParameters name="error" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Indicator"/>
</eOperations>
<eOperations name="isEndOfData" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eOperations name="isEqual" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eOperations name="isFound" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eOperations name="isOpen" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eOperations name="onError" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eOperations name="open"/>
<eOperations name="open">
<eParameters name="error" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Indicator"/>
</eOperations>
<eOperations name="read" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eOperations name="read" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="endOfData" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Indicator"/>
</eOperations>
<eOperations name="read" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="endOfData" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Indicator"/>
<eParameters name="lock" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
</eOperations>
<eOperations name="read" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="endOfData" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Indicator"/>
<eParameters name="lock" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
<eParameters name="error" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Indicator"/>
</eOperations>
<eOperations name="readp" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eOperations name="readp" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="beginningOfData" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Indicator"/>
</eOperations>
<eOperations name="readp" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="beginningOfData" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Indicator"/>
<eParameters name="lock" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
</eOperations>
<eOperations name="readp" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="beginningOfData" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Indicator"/>
<eParameters name="lock" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
<eParameters name="error" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Indicator"/>
</eOperations>
<eOperations name="unlock"/>
<eOperations name="unlock">
<eParameters name="error" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Indicator"/>
</eOperations>
<eOperations name="update"/>
<eOperations name="update">
<eParameters name="error" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Indicator"/>
</eOperations>
<eOperations name="write"/>
<eOperations name="write">
<eParameters name="error" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Indicator"/>
</eOperations>
<eOperations name="get" lowerBound="1">
<eGenericType eTypeParameter="#//DataSet/R"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DataSetTerm" eSuperTypes="#//FileTerm">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="accessMode" lowerBound="1"
eType="#//AccessMode" defaultValueLiteral="I">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Imposta il tipo di accesso al data set."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="formatName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="keyedAccess" 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="Imposta il tipo di accesso al data set."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="prefix" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Display" abstract="true" interface="true">
<eTypeParameters name="D">
<eBounds eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eTypeParameters>
<eOperations name="chain">
<eParameters name="format" lowerBound="1">
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaClass">
<eTypeArguments/>
</eGenericType>
</eParameters>
<eParameters name="relativeRecordNumber" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eParameters name="notFound" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Indicator"/>
</eOperations>
<eOperations name="chain">
<eParameters name="format" lowerBound="1">
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaClass">
<eTypeArguments/>
</eGenericType>
</eParameters>
<eParameters name="relativeRecordNumber" lowerBound="1" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Numeric"/>
<eParameters name="notFound" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Indicator"/>
</eOperations>
<eOperations name="close"/>
<eOperations name="close">
<eParameters name="error" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Indicator"/>
</eOperations>
<eOperations name="get" lowerBound="1">
<eGenericType eTypeParameter="#//Display/D"/>
</eOperations>
<eOperations name="isOpen" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eOperations name="open"/>
<eOperations name="open">
<eParameters name="error" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Indicator"/>
</eOperations>
<eOperations name="readc">
<eParameters name="format" lowerBound="1">
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaClass">
<eTypeArguments/>
</eGenericType>
</eParameters>
</eOperations>
<eOperations name="show">
<eParameters name="format" lowerBound="1">
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaClass">
<eTypeArguments/>
</eGenericType>
</eParameters>
</eOperations>
<eOperations name="update">
<eParameters name="format" lowerBound="1">
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaClass">
<eTypeArguments/>
</eGenericType>
</eParameters>
</eOperations>
<eOperations name="write">
<eParameters name="format" lowerBound="1">
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaClass">
<eTypeArguments/>
</eGenericType>
</eParameters>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DisplayTerm" eSuperTypes="#//FileTerm"/>
<eClassifiers xsi:type="ecore:EClass" name="FileTerm" abstract="true" eSuperTypes="../../org.asup.il.core/model/il-core.ecore#//Term">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fileName" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="record" eType="#//RecordDef"
transient="true" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="userOpen" 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="Imposta il tipo di accesso al data set."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="KeyList" instanceTypeName="Object[]"/>
<eClassifiers xsi:type="ecore:EClass" name="KeyListTerm" eSuperTypes="../../org.asup.il.core/model/il-core.ecore#//Term">
<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="keyFields" lowerBound="1"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="KSDataSet" abstract="true" interface="true">
<eTypeParameters name="R">
<eBounds eClassifier="#//Record"/>
</eTypeParameters>
<eOperations name="chain" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="keyField" lowerBound="1" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Data"/>
</eOperations>
<eOperations name="chain" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="keyField" lowerBound="1" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Data"/>
<eParameters name="notFound" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Indicator"/>
</eOperations>
<eOperations name="chain" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="keyField" lowerBound="1" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Data"/>
<eParameters name="notFound" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Indicator"/>
<eParameters name="lock" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
</eOperations>
<eOperations name="chain" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="keyField" lowerBound="1" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Data"/>
<eParameters name="notFound" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Indicator"/>
<eParameters name="lock" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
<eParameters name="error" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Indicator"/>
</eOperations>
<eOperations name="chain" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="keyField" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eOperations>
<eOperations name="chain" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="keyField" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
<eParameters name="notFound" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Indicator"/>
</eOperations>
<eOperations name="chain" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="keyField" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
<eParameters name="notFound" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Indicator"/>
<eParameters name="lock" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
</eOperations>
<eOperations name="chain" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="keyField" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
<eParameters name="notFound" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Indicator"/>
<eParameters name="lock" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
<eParameters name="error" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Indicator"/>
</eOperations>
<eOperations name="chain" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="keyList" lowerBound="1" eType="#//KeyList"/>
</eOperations>
<eOperations name="chain" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="keyList" lowerBound="1" eType="#//KeyList"/>
<eParameters name="notFound" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Indicator"/>
</eOperations>
<eOperations name="chain" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="keyList" lowerBound="1" eType="#//KeyList"/>
<eParameters name="notFound" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Indicator"/>
<eParameters name="lock" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
</eOperations>
<eOperations name="chain" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="keyList" lowerBound="1" eType="#//KeyList"/>
<eParameters name="notFound" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Indicator"/>
<eParameters name="lock" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
<eParameters name="error" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Indicator"/>
</eOperations>
<eOperations name="reade" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="keyField" lowerBound="1" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Data"/>
</eOperations>
<eOperations name="reade" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="keyField" lowerBound="1" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Data"/>
<eParameters name="endOfData" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Indicator"/>
</eOperations>
<eOperations name="reade" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="keyField" lowerBound="1" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Data"/>
<eParameters name="endOfData" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Indicator"/>
<eParameters name="lock" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
</eOperations>
<eOperations name="reade" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="keyField" lowerBound="1" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Data"/>
<eParameters name="endOfData" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Indicator"/>
<eParameters name="lock" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
<eParameters name="error" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Indicator"/>
</eOperations>
<eOperations name="reade" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="keyField" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eOperations>
<eOperations name="reade" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="keyField" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
<eParameters name="endOfData" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Indicator"/>
</eOperations>
<eOperations name="reade" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="keyField" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
<eParameters name="endOfData" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Indicator"/>
<eParameters name="lock" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
</eOperations>
<eOperations name="reade" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="keyField" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
<eParameters name="endOfData" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Indicator"/>
<eParameters name="lock" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
<eParameters name="error" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Indicator"/>
</eOperations>
<eOperations name="reade" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="keyList" lowerBound="1" eType="#//KeyList"/>
</eOperations>
<eOperations name="reade" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="keyList" lowerBound="1" eType="#//KeyList"/>
<eParameters name="endOfData" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Indicator"/>
</eOperations>
<eOperations name="reade" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="keyList" lowerBound="1" eType="#//KeyList"/>
<eParameters name="endOfData" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Indicator"/>
<eParameters name="lock" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
</eOperations>
<eOperations name="reade" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="keyList" lowerBound="1" eType="#//KeyList"/>
<eParameters name="endOfData" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Indicator"/>
<eParameters name="lock" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
<eParameters name="error" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Indicator"/>
</eOperations>
<eOperations name="readpe" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="keyField" lowerBound="1" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Data"/>
</eOperations>
<eOperations name="readpe" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="keyField" lowerBound="1" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Data"/>
<eParameters name="beginningOfData" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Indicator"/>
</eOperations>
<eOperations name="readpe" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="keyField" lowerBound="1" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Data"/>
<eParameters name="beginningOfData" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Indicator"/>
<eParameters name="lock" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
</eOperations>
<eOperations name="readpe" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="keyField" lowerBound="1" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Data"/>
<eParameters name="beginningOfData" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Indicator"/>
<eParameters name="lock" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
<eParameters name="error" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Indicator"/>
</eOperations>
<eOperations name="readpe" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="keyField" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eOperations>
<eOperations name="readpe" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="keyField" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
<eParameters name="beginningOfData" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Indicator"/>
</eOperations>
<eOperations name="readpe" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="keyField" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
<eParameters name="beginningOfData" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Indicator"/>
<eParameters name="lock" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
</eOperations>
<eOperations name="readpe" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="keyField" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
<eParameters name="beginningOfData" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Indicator"/>
<eParameters name="lock" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
<eParameters name="error" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Indicator"/>
</eOperations>
<eOperations name="readpe" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="keyList" lowerBound="1" eType="#//KeyList"/>
</eOperations>
<eOperations name="readpe" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="keyList" lowerBound="1" eType="#//KeyList"/>
<eParameters name="beginningOfData" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Indicator"/>
</eOperations>
<eOperations name="readpe" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="keyList" lowerBound="1" eType="#//KeyList"/>
<eParameters name="beginningOfData" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Indicator"/>
<eParameters name="lock" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
</eOperations>
<eOperations name="readpe" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="keyList" lowerBound="1" eType="#//KeyList"/>
<eParameters name="beginningOfData" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Indicator"/>
<eParameters name="lock" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
<eParameters name="error" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Indicator"/>
</eOperations>
<eOperations name="setll">
<eParameters name="keyField" lowerBound="1" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Data"/>
</eOperations>
<eOperations name="setll">
<eParameters name="keyField" lowerBound="1" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Data"/>
<eParameters name="found" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Indicator"/>
</eOperations>
<eOperations name="setll">
<eParameters name="keyField" lowerBound="1" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Data"/>
<eParameters name="found" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Indicator"/>
<eParameters name="equal" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Indicator"/>
</eOperations>
<eOperations name="setll">
<eParameters name="keyField" lowerBound="1" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Data"/>
<eParameters name="found" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Indicator"/>
<eParameters name="equal" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Indicator"/>
<eParameters name="error" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Indicator"/>
</eOperations>
<eOperations name="setll">
<eParameters name="keyField" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eOperations>
<eOperations name="setll">
<eParameters name="keyField" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
<eParameters name="found" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Indicator"/>
</eOperations>
<eOperations name="setll">
<eParameters name="keyField" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
<eParameters name="found" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Indicator"/>
<eParameters name="equal" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Indicator"/>
</eOperations>
<eOperations name="setll">
<eParameters name="keyField" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
<eParameters name="found" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Indicator"/>
<eParameters name="equal" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Indicator"/>
<eParameters name="error" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Indicator"/>
</eOperations>
<eOperations name="setll">
<eParameters name="keyList" lowerBound="1" eType="#//KeyList"/>
</eOperations>
<eOperations name="setll">
<eParameters name="keyList" lowerBound="1" eType="#//KeyList"/>
<eParameters name="found" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Indicator"/>
</eOperations>
<eOperations name="setll">
<eParameters name="keyList" lowerBound="1" eType="#//KeyList"/>
<eParameters name="found" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Indicator"/>
<eParameters name="equal" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Indicator"/>
</eOperations>
<eOperations name="setll">
<eParameters name="keyList" lowerBound="1" eType="#//KeyList"/>
<eParameters name="found" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Indicator"/>
<eParameters name="equal" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Indicator"/>
<eParameters name="error" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Indicator"/>
</eOperations>
<eOperations name="setgt">
<eParameters name="keyField" lowerBound="1" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Data"/>
</eOperations>
<eOperations name="setgt">
<eParameters name="keyField" lowerBound="1" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Data"/>
<eParameters name="found" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Indicator"/>
</eOperations>
<eOperations name="setgt">
<eParameters name="keyField" lowerBound="1" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Data"/>
<eParameters name="found" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Indicator"/>
<eParameters name="error" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Indicator"/>
</eOperations>
<eOperations name="setgt">
<eParameters name="keyField" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eOperations>
<eOperations name="setgt">
<eParameters name="keyField" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
<eParameters name="found" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Indicator"/>
</eOperations>
<eOperations name="setgt">
<eParameters name="keyField" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
<eParameters name="found" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Indicator"/>
<eParameters name="error" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Indicator"/>
</eOperations>
<eOperations name="setgt">
<eParameters name="keyList" lowerBound="1" eType="#//KeyList"/>
</eOperations>
<eOperations name="setgt">
<eParameters name="keyList" lowerBound="1" eType="#//KeyList"/>
<eParameters name="found" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Indicator"/>
</eOperations>
<eOperations name="setgt">
<eParameters name="keyList" lowerBound="1" eType="#//KeyList"/>
<eParameters name="found" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Indicator"/>
<eParameters name="error" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Indicator"/>
</eOperations>
<eGenericSuperTypes eClassifier="#//DataSet">
<eTypeArguments eTypeParameter="#//KSDataSet/R"/>
</eGenericSuperTypes>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Index" abstract="true" interface="true">
<eOperations name="getColumns" upperBound="-1" eType="#//IndexColumn"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IndexColumn" abstract="true" interface="true">
<eOperations name="getName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eOperations name="getDirection" lowerBound="1" eType="#//OperationDirection"/>
<eOperations name="getLength" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eOperations name="isNumeric" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IsamManager" abstract="true" interface="true"
eSuperTypes="../../org.asup.fw.core/model/fw-core.ecore#//Service">
<eOperations name="createFactory" lowerBound="1" eType="#//IsamFactory">
<eParameters name="contextProvider" lowerBound="1" eType="ecore:EClass ../../org.asup.fw.core/model/fw-core.ecore#//ContextProvider"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IsamFactory" abstract="true" interface="true">
<eOperations name="createKeySequencedDataSet" lowerBound="1">
<eGenericType eClassifier="#//KSDataSet">
<eTypeArguments eTypeParameter="#//IsamFactory/createKeySequencedDataSet/R"/>
</eGenericType>
<eTypeParameters name="R">
<eBounds eClassifier="#//Record"/>
</eTypeParameters>
<eParameters name="wrapper" lowerBound="1">
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaClass">
<eTypeArguments eTypeParameter="#//IsamFactory/createKeySequencedDataSet/R"/>
</eGenericType>
</eParameters>
</eOperations>
<eOperations name="createKeySequencedDataSet" lowerBound="1">
<eGenericType eClassifier="#//KSDataSet">
<eTypeArguments eTypeParameter="#//IsamFactory/createKeySequencedDataSet.1/R"/>
</eGenericType>
<eTypeParameters name="R">
<eBounds eClassifier="#//Record"/>
</eTypeParameters>
<eParameters name="wrapper" lowerBound="1">
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaClass">
<eTypeArguments eTypeParameter="#//IsamFactory/createKeySequencedDataSet.1/R"/>
</eGenericType>
</eParameters>
<eParameters name="accessMode" eType="#//AccessMode"/>
</eOperations>
<eOperations name="createKeySequencedDataSet" lowerBound="1">
<eGenericType eClassifier="#//KSDataSet">
<eTypeArguments eTypeParameter="#//IsamFactory/createKeySequencedDataSet.2/R"/>
</eGenericType>
<eTypeParameters name="R">
<eBounds eClassifier="#//Record"/>
</eTypeParameters>
<eParameters name="wrapper" lowerBound="1">
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaClass">
<eTypeArguments eTypeParameter="#//IsamFactory/createKeySequencedDataSet.2/R"/>
</eGenericType>
</eParameters>
<eParameters name="accessMode" eType="#//AccessMode"/>
<eParameters name="userOpen" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eOperations>
<eOperations name="createRelativeRecordDataSet" lowerBound="1">
<eGenericType eClassifier="#//RRDataSet">
<eTypeArguments eTypeParameter="#//IsamFactory/createRelativeRecordDataSet/R"/>
</eGenericType>
<eTypeParameters name="R">
<eBounds eClassifier="#//Record"/>
</eTypeParameters>
<eParameters name="wrapper" lowerBound="1">
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaClass">
<eTypeArguments eTypeParameter="#//IsamFactory/createRelativeRecordDataSet/R"/>
</eGenericType>
</eParameters>
</eOperations>
<eOperations name="createRelativeRecordDataSet" lowerBound="1">
<eGenericType eClassifier="#//RRDataSet">
<eTypeArguments eTypeParameter="#//IsamFactory/createRelativeRecordDataSet.1/R"/>
</eGenericType>
<eTypeParameters name="R">
<eBounds eClassifier="#//Record"/>
</eTypeParameters>
<eParameters name="wrapper" lowerBound="1">
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaClass">
<eTypeArguments eTypeParameter="#//IsamFactory/createRelativeRecordDataSet.1/R"/>
</eGenericType>
</eParameters>
<eParameters name="accessMode" eType="#//AccessMode"/>
</eOperations>
<eOperations name="createRelativeRecordDataSet" lowerBound="1">
<eGenericType eClassifier="#//RRDataSet">
<eTypeArguments eTypeParameter="#//IsamFactory/createRelativeRecordDataSet.2/R"/>
</eGenericType>
<eTypeParameters name="R">
<eBounds eClassifier="#//Record"/>
</eTypeParameters>
<eParameters name="wrapper" lowerBound="1">
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaClass">
<eTypeArguments eTypeParameter="#//IsamFactory/createRelativeRecordDataSet.2/R"/>
</eGenericType>
</eParameters>
<eParameters name="accessMode" eType="#//AccessMode"/>
<eParameters name="userOpen" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Print" abstract="true" interface="true">
<eTypeParameters name="D">
<eBounds eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eTypeParameters>
<eOperations name="close"/>
<eOperations name="close">
<eParameters name="error" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Indicator"/>
</eOperations>
<eOperations name="isOpen" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eOperations name="open"/>
<eOperations name="open">
<eParameters name="error" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Indicator"/>
</eOperations>
<eOperations name="get" lowerBound="1">
<eGenericType eTypeParameter="#//Print/D"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PrintTerm" eSuperTypes="#//FileTerm"/>
<eClassifiers xsi:type="ecore:EClass" name="Record" abstract="true" interface="true">
<eOperations name="getIndex" eType="#//Index"/>
<eGenericSuperTypes eClassifier="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Struct">
<eTypeArguments eClassifier="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//BufferedData"/>
</eGenericSuperTypes>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RecordDef">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="externalName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eGenericSuperTypes eClassifier="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//UnaryCompoundDataDef">
<eTypeArguments eClassifier="#//Record"/>
</eGenericSuperTypes>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RRDataSet" abstract="true" interface="true">
<eTypeParameters name="R">
<eBounds eClassifier="#//Record"/>
</eTypeParameters>
<eOperations name="chain" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="relativeRecordNumber" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eOperations>
<eOperations name="chain" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="relativeRecordNumber" lowerBound="1" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Numeric"/>
</eOperations>
<eOperations name="chain" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="relativeRecordNumber" lowerBound="1" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Numeric"/>
<eParameters name="notFound" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Indicator"/>
</eOperations>
<eOperations name="chain" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="relativeRecordNumber" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eParameters name="notFound" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Indicator"/>
</eOperations>
<eOperations name="chain" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="relativeRecordNumber" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eParameters name="notFound" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Indicator"/>
<eParameters name="lock" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
</eOperations>
<eOperations name="chain" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="relativeRecordNumber" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eParameters name="notFound" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Indicator"/>
<eParameters name="lock" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
<eParameters name="error" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Indicator"/>
</eOperations>
<eOperations name="setgt">
<eParameters name="relativeRecordNumber" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eOperations>
<eOperations name="setgt">
<eParameters name="relativeRecordNumber" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eParameters name="found" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Indicator"/>
</eOperations>
<eOperations name="setgt">
<eParameters name="relativeRecordNumber" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eParameters name="found" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Indicator"/>
<eParameters name="error" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Indicator"/>
</eOperations>
<eOperations name="setgt">
<eParameters name="relativeRecordNumber" lowerBound="1" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Numeric"/>
</eOperations>
<eOperations name="setgt">
<eParameters name="relativeRecordNumber" lowerBound="1" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Numeric"/>
<eParameters name="found" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Indicator"/>
</eOperations>
<eOperations name="setgt">
<eParameters name="relativeRecordNumber" lowerBound="1" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Numeric"/>
<eParameters name="found" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Indicator"/>
<eParameters name="error" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Indicator"/>
</eOperations>
<eOperations name="setgt">
<eTypeParameters name="E">
<eBounds eClassifier="ecore:EClass ../../org.asup.fw.java/model/fw-java.ecore#//JavaEnum"/>
</eTypeParameters>
<eParameters name="keyField" lowerBound="1">
<eGenericType eTypeParameter="#//RRDataSet/setgt.6/E"/>
</eParameters>
</eOperations>
<eOperations name="setll">
<eParameters name="relativeRecordNumber" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eOperations>
<eOperations name="setll">
<eTypeParameters name="E">
<eBounds eClassifier="ecore:EClass ../../org.asup.fw.java/model/fw-java.ecore#//JavaEnum"/>
</eTypeParameters>
<eParameters name="keyField" lowerBound="1">
<eGenericType eTypeParameter="#//RRDataSet/setll.1/E"/>
</eParameters>
</eOperations>
<eOperations name="setll">
<eParameters name="keyField" lowerBound="1" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Numeric"/>
</eOperations>
<eOperations name="setll">
<eParameters name="relativeRecordNumber" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eParameters name="found" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Indicator"/>
</eOperations>
<eOperations name="setll">
<eParameters name="relativeRecordNumber" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eParameters name="found" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Indicator"/>
<eParameters name="equal" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Indicator"/>
</eOperations>
<eOperations name="setll">
<eParameters name="relativeRecordNumber" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eParameters name="found" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Indicator"/>
<eParameters name="equal" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Indicator"/>
<eParameters name="error" eType="ecore:EClass ../../org.asup.il.data/model/il-data.ecore#//Indicator"/>
</eOperations>
<eGenericSuperTypes eClassifier="#//DataSet">
<eTypeArguments eTypeParameter="#//RRDataSet/R"/>
</eGenericSuperTypes>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SMDataSet" abstract="true" interface="true">
<eTypeParameters name="R">
<eBounds eClassifier="#//Record"/>
</eTypeParameters>
<eGenericSuperTypes eClassifier="#//RRDataSet">
<eTypeArguments eTypeParameter="#//SMDataSet/R"/>
</eGenericSuperTypes>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="OperationDirection">
<eLiterals name="Forward" value="10" literal="F"/>
<eLiterals name="Backward" value="20" literal="B"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="OperationSet">
<eLiterals name="Chain" value="10" literal="CHAIN"/>
<eLiterals name="SetLowerLimit" value="20" literal="SETLL"/>
<eLiterals name="SetGreaterThan" value="30" literal="SETGT"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="OperationRead">
<eLiterals name="Chain" value="10" literal="CHAIN"/>
<eLiterals name="Read" value="20" literal="READ"/>
<eLiterals name="ReadEqual" value="30" literal="READE"/>
<eLiterals name="ReadPrior" value="40" literal="READP"/>
<eLiterals name="ReadPriorEqual" value="50" literal="READPE"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/asupdev/asup/org.asup.il.isam/model/il-isam.ecore | ecore | isam
AccessMode
Input
I
Output
O
Update
U
DataSet
R
clear
close
close
error
delete
delete
error
isEndOfData
isEqual
isFound
isOpen
onError
open
open
error
read
read
endOfData
read
endOfData
lock
read
endOfData
lock
error
readp
readp
beginningOfData
readp
beginningOfData
lock
readp
beginningOfData
lock
error
unlock
unlock
error
update
update
error
write
write
error
get
DataSetTerm
accessMode
I
formatName
keyedAccess
prefix
Display
D
chain
format
relativeRecordNumber
notFound
chain
format
relativeRecordNumber
notFound
close
close
error
get
isOpen
open
open
error
readc
format
show
format
update
format
write
format
DisplayTerm
FileTerm
fileName
record
userOpen
KeyList
java.lang.Object[]
Object[]
KeyListTerm
name
keyFields
KSDataSet
R
chain
keyField
chain
keyField
notFound
chain
keyField
notFound
lock
chain
keyField
notFound
lock
error
chain
keyField
chain
keyField
notFound
chain
keyField
notFound
lock
chain
keyField
notFound
lock
error
chain
keyList
chain
keyList
notFound
chain
keyList
notFound
lock
chain
keyList
notFound
lock
error
reade
keyField
reade
keyField
endOfData
reade
keyField
endOfData
lock
reade
keyField
endOfData
lock
error
reade
keyField
reade
keyField
endOfData
reade
keyField
endOfData
lock
reade
keyField
endOfData
lock
error
reade
keyList
reade
keyList
endOfData
reade
keyList
endOfData
lock
reade
keyList
endOfData
lock
error
readpe
keyField
readpe
keyField
beginningOfData
readpe
keyField
beginningOfData
lock
readpe
keyField
beginningOfData
lock
error
readpe
keyField
readpe
keyField
beginningOfData
readpe
keyField
beginningOfData
lock
readpe
keyField
beginningOfData
lock
error
readpe
keyList
readpe
keyList
beginningOfData
readpe
keyList
beginningOfData
lock
readpe
keyList
beginningOfData
lock
error
setll
keyField
setll
keyField
found
setll
keyField
found
equal
setll
keyField
found
equal
error
setll
keyField
setll
keyField
found
setll
keyField
found
equal
setll
keyField
found
equal
error
setll
keyList
setll
keyList
found
setll
keyList
found
equal
setll
keyList
found
equal
error
setgt
keyField
setgt
keyField
found
setgt
keyField
found
error
setgt
keyField
setgt
keyField
found
setgt
keyField
found
error
setgt
keyList
setgt
keyList
found
setgt
keyList
found
error
Index
getColumns
IndexColumn
getName
getDirection
getLength
isNumeric
IsamManager
createFactory
contextProvider
IsamFactory
createKeySequencedDataSet
R
wrapper
createKeySequencedDataSet
R
wrapper
accessMode
createKeySequencedDataSet
R
wrapper
accessMode
userOpen
createRelativeRecordDataSet
R
wrapper
createRelativeRecordDataSet
R
wrapper
accessMode
createRelativeRecordDataSet
R
wrapper
accessMode
userOpen
Print
D
close
close
error
isOpen
open
open
error
get
PrintTerm
Record
getIndex
RecordDef
externalName
RRDataSet
R
chain
relativeRecordNumber
chain
relativeRecordNumber
chain
relativeRecordNumber
notFound
chain
relativeRecordNumber
notFound
chain
relativeRecordNumber
notFound
lock
chain
relativeRecordNumber
notFound
lock
error
setgt
relativeRecordNumber
setgt
relativeRecordNumber
found
setgt
relativeRecordNumber
found
error
setgt
relativeRecordNumber
setgt
relativeRecordNumber
found
setgt
relativeRecordNumber
found
error
setgt
E
keyField
setll
relativeRecordNumber
setll
E
keyField
setll
keyField
setll
relativeRecordNumber
found
setll
relativeRecordNumber
found
equal
setll
relativeRecordNumber
found
equal
error
SMDataSet
R
OperationDirection
Forward
F
Backward
B
OperationSet
Chain
CHAIN
SetLowerLimit
SETLL
SetGreaterThan
SETGT
OperationRead
Chain
CHAIN
Read
READ
ReadEqual
READE
ReadPrior
READP
ReadPriorEqual
READPE | null | {"directed":true,"nodes":[{"nsPrefix":"il-isam","nsURI":"http://www.asup.org/il/isam","name":"isam","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"instanceClassName":null,"name":"AccessMode","instanceClass":null,"id":1,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataSet","instanceClass":null,"abstract":true,"id":2,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataSetTerm","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Display","instanceClass":null,"abstract":true,"id":4,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DisplayTerm","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FileTerm","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":"Object[]","defaultValue":null,"instanceClassName":"java.lang.Object[]","name":"KeyList","instanceClass":"[Ljava.lang.Object;","id":7,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KeyListTerm","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KSDataSet","instanceClass":null,"abstract":true,"id":9,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Index","instanceClass":null,"abstract":true,"id":10,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IndexColumn","instanceClass":null,"abstract":true,"id":11,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IsamManager","instanceClass":null,"abstract":true,"id":12,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IsamFactory","instanceClass":null,"abstract":true,"id":13,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Print","instanceClass":null,"abstract":true,"id":14,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrintTerm","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Record","instanceClass":null,"abstract":true,"id":16,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RecordDef","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RRDataSet","instanceClass":null,"abstract":true,"id":18,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SMDataSet","instanceClass":null,"abstract":true,"id":19,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"OperationDirection","instanceClass":null,"id":20,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"OperationSet","instanceClass":null,"id":21,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"OperationRead","instanceClass":null,"id":22,"serializable":true,"eClass":"EEnum"},{"name":"Input","id":23,"value":10,"literal":"I","eClass":"EEnumLiteral"},{"name":"Output","id":24,"value":20,"literal":"O","eClass":"EEnumLiteral"},{"name":"Update","id":25,"value":30,"literal":"U","eClass":"EEnumLiteral"},{"name":"R","id":26,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"clear","lowerBound":0,"id":27,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"close","lowerBound":0,"id":28,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"close","lowerBound":0,"id":29,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"delete","lowerBound":0,"id":30,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"delete","lowerBound":0,"id":31,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isEndOfData","lowerBound":0,"id":32,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isEqual","lowerBound":0,"id":33,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isFound","lowerBound":0,"id":34,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isOpen","lowerBound":0,"id":35,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"onError","lowerBound":0,"id":36,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"open","lowerBound":0,"id":37,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"open","lowerBound":0,"id":38,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"read","lowerBound":0,"id":39,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"read","lowerBound":0,"id":40,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"read","lowerBound":0,"id":41,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"read","lowerBound":0,"id":42,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"readp","lowerBound":0,"id":43,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"readp","lowerBound":0,"id":44,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"readp","lowerBound":0,"id":45,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"readp","lowerBound":0,"id":46,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"unlock","lowerBound":0,"id":47,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"unlock","lowerBound":0,"id":48,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"update","lowerBound":0,"id":49,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"update","lowerBound":0,"id":50,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"write","lowerBound":0,"id":51,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"write","lowerBound":0,"id":52,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"get","lowerBound":1,"id":53,"many":false,"required":true,"eClass":"EOperation"},{"id":54,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"error","lowerBound":0,"id":55,"many":false,"required":false,"eClass":"EParameter"},{"id":56,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"error","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":true,"upperBound":1,"unique":true,"name":"error","lowerBound":0,"id":64,"many":false,"required":false,"eClass":"EParameter"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"endOfData","lowerBound":0,"id":68,"many":false,"required":false,"eClass":"EParameter"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"endOfData","lowerBound":0,"id":71,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"lock","lowerBound":0,"id":72,"many":false,"required":false,"eClass":"EParameter"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"endOfData","lowerBound":0,"id":76,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"lock","lowerBound":0,"id":77,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"error","lowerBound":0,"id":78,"many":false,"required":false,"eClass":"EParameter"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"beginningOfData","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":"beginningOfData","lowerBound":0,"id":87,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"lock","lowerBound":0,"id":88,"many":false,"required":false,"eClass":"EParameter"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"beginningOfData","lowerBound":0,"id":92,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"lock","lowerBound":0,"id":93,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"error","lowerBound":0,"id":94,"many":false,"required":false,"eClass":"EParameter"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"error","lowerBound":0,"id":98,"many":false,"required":false,"eClass":"EParameter"},{"id":99,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"error","lowerBound":0,"id":100,"many":false,"required":false,"eClass":"EParameter"},{"id":101,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"error","lowerBound":0,"id":102,"many":false,"required":false,"eClass":"EParameter"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"I","unsettable":false,"transient":false,"unique":true,"name":"accessMode","changeable":true,"lowerBound":1,"iD":false,"id":105,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"formatName","changeable":true,"lowerBound":0,"iD":false,"id":106,"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":"keyedAccess","changeable":true,"lowerBound":1,"iD":false,"id":107,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"prefix","changeable":true,"lowerBound":0,"iD":false,"id":108,"derived":false},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"name":"D","id":114,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"chain","lowerBound":0,"id":115,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"chain","lowerBound":0,"id":116,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"close","lowerBound":0,"id":117,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"close","lowerBound":0,"id":118,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"get","lowerBound":1,"id":119,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isOpen","lowerBound":0,"id":120,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"open","lowerBound":0,"id":121,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"open","lowerBound":0,"id":122,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"readc","lowerBound":0,"id":123,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"show","lowerBound":0,"id":124,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"update","lowerBound":0,"id":125,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"write","lowerBound":0,"id":126,"many":false,"required":false,"eClass":"EOperation"},{"id":127,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"format","lowerBound":1,"id":128,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"relativeRecordNumber","lowerBound":1,"id":129,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"notFound","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"},{"ordered":true,"upperBound":1,"unique":true,"name":"format","lowerBound":1,"id":135,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"relativeRecordNumber","lowerBound":1,"id":136,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"notFound","lowerBound":0,"id":137,"many":false,"required":false,"eClass":"EParameter"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"error","lowerBound":0,"id":142,"many":false,"required":false,"eClass":"EParameter"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"error","lowerBound":0,"id":146,"many":false,"required":false,"eClass":"EParameter"},{"id":147,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"format","lowerBound":1,"id":148,"many":false,"required":true,"eClass":"EParameter"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"format","lowerBound":1,"id":151,"many":false,"required":true,"eClass":"EParameter"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"format","lowerBound":1,"id":154,"many":false,"required":true,"eClass":"EParameter"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"format","lowerBound":1,"id":157,"many":false,"required":true,"eClass":"EParameter"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fileName","changeable":true,"lowerBound":1,"iD":false,"id":161,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"record","changeable":true,"resolveProxies":true,"lowerBound":0,"id":162,"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":"userOpen","changeable":true,"lowerBound":1,"iD":false,"id":163,"derived":false},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"ordered":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":168,"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":"keyFields","changeable":true,"lowerBound":1,"iD":false,"id":169,"derived":false},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"name":"R","id":173,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"chain","lowerBound":1,"id":174,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"chain","lowerBound":1,"id":175,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"chain","lowerBound":1,"id":176,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"chain","lowerBound":1,"id":177,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"chain","lowerBound":1,"id":178,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"chain","lowerBound":1,"id":179,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"chain","lowerBound":1,"id":180,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"chain","lowerBound":1,"id":181,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"chain","lowerBound":1,"id":182,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"chain","lowerBound":1,"id":183,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"chain","lowerBound":1,"id":184,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"chain","lowerBound":1,"id":185,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"reade","lowerBound":0,"id":186,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"reade","lowerBound":0,"id":187,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"reade","lowerBound":0,"id":188,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"reade","lowerBound":0,"id":189,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"reade","lowerBound":0,"id":190,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"reade","lowerBound":0,"id":191,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"reade","lowerBound":0,"id":192,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"reade","lowerBound":0,"id":193,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"reade","lowerBound":0,"id":194,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"reade","lowerBound":0,"id":195,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"reade","lowerBound":0,"id":196,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"reade","lowerBound":0,"id":197,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"readpe","lowerBound":0,"id":198,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"readpe","lowerBound":0,"id":199,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"readpe","lowerBound":0,"id":200,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"readpe","lowerBound":0,"id":201,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"readpe","lowerBound":0,"id":202,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"readpe","lowerBound":0,"id":203,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"readpe","lowerBound":0,"id":204,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"readpe","lowerBound":0,"id":205,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"readpe","lowerBound":0,"id":206,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"readpe","lowerBound":0,"id":207,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"readpe","lowerBound":0,"id":208,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"readpe","lowerBound":0,"id":209,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setll","lowerBound":0,"id":210,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setll","lowerBound":0,"id":211,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setll","lowerBound":0,"id":212,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setll","lowerBound":0,"id":213,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setll","lowerBound":0,"id":214,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setll","lowerBound":0,"id":215,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setll","lowerBound":0,"id":216,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setll","lowerBound":0,"id":217,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setll","lowerBound":0,"id":218,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setll","lowerBound":0,"id":219,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setll","lowerBound":0,"id":220,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setll","lowerBound":0,"id":221,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setgt","lowerBound":0,"id":222,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setgt","lowerBound":0,"id":223,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setgt","lowerBound":0,"id":224,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setgt","lowerBound":0,"id":225,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setgt","lowerBound":0,"id":226,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setgt","lowerBound":0,"id":227,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setgt","lowerBound":0,"id":228,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setgt","lowerBound":0,"id":229,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setgt","lowerBound":0,"id":230,"many":false,"required":false,"eClass":"EOperation"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"keyField","lowerBound":1,"id":234,"many":false,"required":true,"eClass":"EParameter"},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"keyField","lowerBound":1,"id":237,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"notFound","lowerBound":0,"id":238,"many":false,"required":false,"eClass":"EParameter"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"keyField","lowerBound":1,"id":242,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"notFound","lowerBound":0,"id":243,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"lock","lowerBound":0,"id":244,"many":false,"required":false,"eClass":"EParameter"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"keyField","lowerBound":1,"id":249,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"notFound","lowerBound":0,"id":250,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"lock","lowerBound":0,"id":251,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"error","lowerBound":0,"id":252,"many":false,"required":false,"eClass":"EParameter"},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"keyField","lowerBound":1,"id":258,"many":false,"required":true,"eClass":"EParameter"},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"keyField","lowerBound":1,"id":261,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"notFound","lowerBound":0,"id":262,"many":false,"required":false,"eClass":"EParameter"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"keyField","lowerBound":1,"id":266,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"notFound","lowerBound":0,"id":267,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"lock","lowerBound":0,"id":268,"many":false,"required":false,"eClass":"EParameter"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"keyField","lowerBound":1,"id":273,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"notFound","lowerBound":0,"id":274,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"lock","lowerBound":0,"id":275,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"error","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"},{"ordered":true,"upperBound":1,"unique":true,"name":"keyList","lowerBound":1,"id":282,"many":false,"required":true,"eClass":"EParameter"},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"keyList","lowerBound":1,"id":285,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"notFound","lowerBound":0,"id":286,"many":false,"required":false,"eClass":"EParameter"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"keyList","lowerBound":1,"id":290,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"notFound","lowerBound":0,"id":291,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"lock","lowerBound":0,"id":292,"many":false,"required":false,"eClass":"EParameter"},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"keyList","lowerBound":1,"id":297,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"notFound","lowerBound":0,"id":298,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"lock","lowerBound":0,"id":299,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"error","lowerBound":0,"id":300,"many":false,"required":false,"eClass":"EParameter"},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"keyField","lowerBound":1,"id":306,"many":false,"required":true,"eClass":"EParameter"},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"keyField","lowerBound":1,"id":309,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"endOfData","lowerBound":0,"id":310,"many":false,"required":false,"eClass":"EParameter"},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"keyField","lowerBound":1,"id":314,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"endOfData","lowerBound":0,"id":315,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"lock","lowerBound":0,"id":316,"many":false,"required":false,"eClass":"EParameter"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"keyField","lowerBound":1,"id":321,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"endOfData","lowerBound":0,"id":322,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"lock","lowerBound":0,"id":323,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"error","lowerBound":0,"id":324,"many":false,"required":false,"eClass":"EParameter"},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"keyField","lowerBound":1,"id":330,"many":false,"required":true,"eClass":"EParameter"},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"keyField","lowerBound":1,"id":333,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"endOfData","lowerBound":0,"id":334,"many":false,"required":false,"eClass":"EParameter"},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"keyField","lowerBound":1,"id":338,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"endOfData","lowerBound":0,"id":339,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"lock","lowerBound":0,"id":340,"many":false,"required":false,"eClass":"EParameter"},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"keyField","lowerBound":1,"id":345,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"endOfData","lowerBound":0,"id":346,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"lock","lowerBound":0,"id":347,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"error","lowerBound":0,"id":348,"many":false,"required":false,"eClass":"EParameter"},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"keyList","lowerBound":1,"id":354,"many":false,"required":true,"eClass":"EParameter"},{"id":355,"eClass":"EGenericType"},{"id":356,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"keyList","lowerBound":1,"id":357,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"endOfData","lowerBound":0,"id":358,"many":false,"required":false,"eClass":"EParameter"},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"keyList","lowerBound":1,"id":362,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"endOfData","lowerBound":0,"id":363,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"lock","lowerBound":0,"id":364,"many":false,"required":false,"eClass":"EParameter"},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"keyList","lowerBound":1,"id":369,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"endOfData","lowerBound":0,"id":370,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"lock","lowerBound":0,"id":371,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"error","lowerBound":0,"id":372,"many":false,"required":false,"eClass":"EParameter"},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"keyField","lowerBound":1,"id":378,"many":false,"required":true,"eClass":"EParameter"},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"keyField","lowerBound":1,"id":381,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"beginningOfData","lowerBound":0,"id":382,"many":false,"required":false,"eClass":"EParameter"},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"keyField","lowerBound":1,"id":386,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"beginningOfData","lowerBound":0,"id":387,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"lock","lowerBound":0,"id":388,"many":false,"required":false,"eClass":"EParameter"},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"id":391,"eClass":"EGenericType"},{"id":392,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"keyField","lowerBound":1,"id":393,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"beginningOfData","lowerBound":0,"id":394,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"lock","lowerBound":0,"id":395,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"error","lowerBound":0,"id":396,"many":false,"required":false,"eClass":"EParameter"},{"id":397,"eClass":"EGenericType"},{"id":398,"eClass":"EGenericType"},{"id":399,"eClass":"EGenericType"},{"id":400,"eClass":"EGenericType"},{"id":401,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"keyField","lowerBound":1,"id":402,"many":false,"required":true,"eClass":"EParameter"},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"keyField","lowerBound":1,"id":405,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"beginningOfData","lowerBound":0,"id":406,"many":false,"required":false,"eClass":"EParameter"},{"id":407,"eClass":"EGenericType"},{"id":408,"eClass":"EGenericType"},{"id":409,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"keyField","lowerBound":1,"id":410,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"beginningOfData","lowerBound":0,"id":411,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"lock","lowerBound":0,"id":412,"many":false,"required":false,"eClass":"EParameter"},{"id":413,"eClass":"EGenericType"},{"id":414,"eClass":"EGenericType"},{"id":415,"eClass":"EGenericType"},{"id":416,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"keyField","lowerBound":1,"id":417,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"beginningOfData","lowerBound":0,"id":418,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"lock","lowerBound":0,"id":419,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"error","lowerBound":0,"id":420,"many":false,"required":false,"eClass":"EParameter"},{"id":421,"eClass":"EGenericType"},{"id":422,"eClass":"EGenericType"},{"id":423,"eClass":"EGenericType"},{"id":424,"eClass":"EGenericType"},{"id":425,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"keyList","lowerBound":1,"id":426,"many":false,"required":true,"eClass":"EParameter"},{"id":427,"eClass":"EGenericType"},{"id":428,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"keyList","lowerBound":1,"id":429,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"beginningOfData","lowerBound":0,"id":430,"many":false,"required":false,"eClass":"EParameter"},{"id":431,"eClass":"EGenericType"},{"id":432,"eClass":"EGenericType"},{"id":433,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"keyList","lowerBound":1,"id":434,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"beginningOfData","lowerBound":0,"id":435,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"lock","lowerBound":0,"id":436,"many":false,"required":false,"eClass":"EParameter"},{"id":437,"eClass":"EGenericType"},{"id":438,"eClass":"EGenericType"},{"id":439,"eClass":"EGenericType"},{"id":440,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"keyList","lowerBound":1,"id":441,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"beginningOfData","lowerBound":0,"id":442,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"lock","lowerBound":0,"id":443,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"error","lowerBound":0,"id":444,"many":false,"required":false,"eClass":"EParameter"},{"id":445,"eClass":"EGenericType"},{"id":446,"eClass":"EGenericType"},{"id":447,"eClass":"EGenericType"},{"id":448,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"keyField","lowerBound":1,"id":449,"many":false,"required":true,"eClass":"EParameter"},{"id":450,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"keyField","lowerBound":1,"id":451,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"found","lowerBound":0,"id":452,"many":false,"required":false,"eClass":"EParameter"},{"id":453,"eClass":"EGenericType"},{"id":454,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"keyField","lowerBound":1,"id":455,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"found","lowerBound":0,"id":456,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"equal","lowerBound":0,"id":457,"many":false,"required":false,"eClass":"EParameter"},{"id":458,"eClass":"EGenericType"},{"id":459,"eClass":"EGenericType"},{"id":460,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"keyField","lowerBound":1,"id":461,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"found","lowerBound":0,"id":462,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"equal","lowerBound":0,"id":463,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"error","lowerBound":0,"id":464,"many":false,"required":false,"eClass":"EParameter"},{"id":465,"eClass":"EGenericType"},{"id":466,"eClass":"EGenericType"},{"id":467,"eClass":"EGenericType"},{"id":468,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"keyField","lowerBound":1,"id":469,"many":false,"required":true,"eClass":"EParameter"},{"id":470,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"keyField","lowerBound":1,"id":471,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"found","lowerBound":0,"id":472,"many":false,"required":false,"eClass":"EParameter"},{"id":473,"eClass":"EGenericType"},{"id":474,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"keyField","lowerBound":1,"id":475,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"found","lowerBound":0,"id":476,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"equal","lowerBound":0,"id":477,"many":false,"required":false,"eClass":"EParameter"},{"id":478,"eClass":"EGenericType"},{"id":479,"eClass":"EGenericType"},{"id":480,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"keyField","lowerBound":1,"id":481,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"found","lowerBound":0,"id":482,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"equal","lowerBound":0,"id":483,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"error","lowerBound":0,"id":484,"many":false,"required":false,"eClass":"EParameter"},{"id":485,"eClass":"EGenericType"},{"id":486,"eClass":"EGenericType"},{"id":487,"eClass":"EGenericType"},{"id":488,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"keyList","lowerBound":1,"id":489,"many":false,"required":true,"eClass":"EParameter"},{"id":490,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"keyList","lowerBound":1,"id":491,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"found","lowerBound":0,"id":492,"many":false,"required":false,"eClass":"EParameter"},{"id":493,"eClass":"EGenericType"},{"id":494,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"keyList","lowerBound":1,"id":495,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"found","lowerBound":0,"id":496,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"equal","lowerBound":0,"id":497,"many":false,"required":false,"eClass":"EParameter"},{"id":498,"eClass":"EGenericType"},{"id":499,"eClass":"EGenericType"},{"id":500,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"keyList","lowerBound":1,"id":501,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"found","lowerBound":0,"id":502,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"equal","lowerBound":0,"id":503,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"error","lowerBound":0,"id":504,"many":false,"required":false,"eClass":"EParameter"},{"id":505,"eClass":"EGenericType"},{"id":506,"eClass":"EGenericType"},{"id":507,"eClass":"EGenericType"},{"id":508,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"keyField","lowerBound":1,"id":509,"many":false,"required":true,"eClass":"EParameter"},{"id":510,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"keyField","lowerBound":1,"id":511,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"found","lowerBound":0,"id":512,"many":false,"required":false,"eClass":"EParameter"},{"id":513,"eClass":"EGenericType"},{"id":514,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"keyField","lowerBound":1,"id":515,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"found","lowerBound":0,"id":516,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"error","lowerBound":0,"id":517,"many":false,"required":false,"eClass":"EParameter"},{"id":518,"eClass":"EGenericType"},{"id":519,"eClass":"EGenericType"},{"id":520,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"keyField","lowerBound":1,"id":521,"many":false,"required":true,"eClass":"EParameter"},{"id":522,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"keyField","lowerBound":1,"id":523,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"found","lowerBound":0,"id":524,"many":false,"required":false,"eClass":"EParameter"},{"id":525,"eClass":"EGenericType"},{"id":526,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"keyField","lowerBound":1,"id":527,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"found","lowerBound":0,"id":528,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"error","lowerBound":0,"id":529,"many":false,"required":false,"eClass":"EParameter"},{"id":530,"eClass":"EGenericType"},{"id":531,"eClass":"EGenericType"},{"id":532,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"keyList","lowerBound":1,"id":533,"many":false,"required":true,"eClass":"EParameter"},{"id":534,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"keyList","lowerBound":1,"id":535,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"found","lowerBound":0,"id":536,"many":false,"required":false,"eClass":"EParameter"},{"id":537,"eClass":"EGenericType"},{"id":538,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"keyList","lowerBound":1,"id":539,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"found","lowerBound":0,"id":540,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"error","lowerBound":0,"id":541,"many":false,"required":false,"eClass":"EParameter"},{"id":542,"eClass":"EGenericType"},{"id":543,"eClass":"EGenericType"},{"id":544,"eClass":"EGenericType"},{"id":545,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getColumns","lowerBound":0,"id":546,"many":true,"required":false,"eClass":"EOperation"},{"id":547,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getName","lowerBound":0,"id":548,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getDirection","lowerBound":1,"id":549,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getLength","lowerBound":1,"id":550,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isNumeric","lowerBound":1,"id":551,"many":false,"required":true,"eClass":"EOperation"},{"id":552,"eClass":"EGenericType"},{"id":553,"eClass":"EGenericType"},{"id":554,"eClass":"EGenericType"},{"id":555,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"createFactory","lowerBound":1,"id":556,"many":false,"required":true,"eClass":"EOperation"},{"id":557,"eClass":"EGenericType"},{"id":558,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"contextProvider","lowerBound":1,"id":559,"many":false,"required":true,"eClass":"EParameter"},{"id":560,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"createKeySequencedDataSet","lowerBound":1,"id":561,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createKeySequencedDataSet","lowerBound":1,"id":562,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createKeySequencedDataSet","lowerBound":1,"id":563,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createRelativeRecordDataSet","lowerBound":1,"id":564,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createRelativeRecordDataSet","lowerBound":1,"id":565,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createRelativeRecordDataSet","lowerBound":1,"id":566,"many":false,"required":true,"eClass":"EOperation"},{"id":567,"eClass":"EGenericType"},{"name":"R","id":568,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"wrapper","lowerBound":1,"id":569,"many":false,"required":true,"eClass":"EParameter"},{"id":570,"eClass":"EGenericType"},{"id":571,"eClass":"EGenericType"},{"id":572,"eClass":"EGenericType"},{"id":573,"eClass":"EGenericType"},{"id":574,"eClass":"EGenericType"},{"name":"R","id":575,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"wrapper","lowerBound":1,"id":576,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"accessMode","lowerBound":0,"id":577,"many":false,"required":false,"eClass":"EParameter"},{"id":578,"eClass":"EGenericType"},{"id":579,"eClass":"EGenericType"},{"id":580,"eClass":"EGenericType"},{"id":581,"eClass":"EGenericType"},{"id":582,"eClass":"EGenericType"},{"id":583,"eClass":"EGenericType"},{"name":"R","id":584,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"wrapper","lowerBound":1,"id":585,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"accessMode","lowerBound":0,"id":586,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"userOpen","lowerBound":0,"id":587,"many":false,"required":false,"eClass":"EParameter"},{"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"},{"name":"R","id":595,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"wrapper","lowerBound":1,"id":596,"many":false,"required":true,"eClass":"EParameter"},{"id":597,"eClass":"EGenericType"},{"id":598,"eClass":"EGenericType"},{"id":599,"eClass":"EGenericType"},{"id":600,"eClass":"EGenericType"},{"id":601,"eClass":"EGenericType"},{"name":"R","id":602,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"wrapper","lowerBound":1,"id":603,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"accessMode","lowerBound":0,"id":604,"many":false,"required":false,"eClass":"EParameter"},{"id":605,"eClass":"EGenericType"},{"id":606,"eClass":"EGenericType"},{"id":607,"eClass":"EGenericType"},{"id":608,"eClass":"EGenericType"},{"id":609,"eClass":"EGenericType"},{"id":610,"eClass":"EGenericType"},{"name":"R","id":611,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"wrapper","lowerBound":1,"id":612,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"accessMode","lowerBound":0,"id":613,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"userOpen","lowerBound":0,"id":614,"many":false,"required":false,"eClass":"EParameter"},{"id":615,"eClass":"EGenericType"},{"id":616,"eClass":"EGenericType"},{"id":617,"eClass":"EGenericType"},{"id":618,"eClass":"EGenericType"},{"id":619,"eClass":"EGenericType"},{"id":620,"eClass":"EGenericType"},{"name":"D","id":621,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"close","lowerBound":0,"id":622,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"close","lowerBound":0,"id":623,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isOpen","lowerBound":0,"id":624,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"open","lowerBound":0,"id":625,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"open","lowerBound":0,"id":626,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"get","lowerBound":1,"id":627,"many":false,"required":true,"eClass":"EOperation"},{"id":628,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"error","lowerBound":0,"id":629,"many":false,"required":false,"eClass":"EParameter"},{"id":630,"eClass":"EGenericType"},{"id":631,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"error","lowerBound":0,"id":632,"many":false,"required":false,"eClass":"EParameter"},{"id":633,"eClass":"EGenericType"},{"id":634,"eClass":"EGenericType"},{"id":635,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getIndex","lowerBound":0,"id":636,"many":false,"required":false,"eClass":"EOperation"},{"id":637,"eClass":"EGenericType"},{"id":638,"eClass":"EGenericType"},{"id":639,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"externalName","changeable":true,"lowerBound":0,"iD":false,"id":640,"derived":false},{"id":641,"eClass":"EGenericType"},{"id":642,"eClass":"EGenericType"},{"id":643,"eClass":"EGenericType"},{"name":"R","id":644,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"chain","lowerBound":1,"id":645,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"chain","lowerBound":1,"id":646,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"chain","lowerBound":1,"id":647,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"chain","lowerBound":1,"id":648,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"chain","lowerBound":1,"id":649,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"chain","lowerBound":1,"id":650,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setgt","lowerBound":0,"id":651,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setgt","lowerBound":0,"id":652,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setgt","lowerBound":0,"id":653,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setgt","lowerBound":0,"id":654,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setgt","lowerBound":0,"id":655,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setgt","lowerBound":0,"id":656,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setgt","lowerBound":0,"id":657,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setll","lowerBound":0,"id":658,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setll","lowerBound":0,"id":659,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setll","lowerBound":0,"id":660,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setll","lowerBound":0,"id":661,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setll","lowerBound":0,"id":662,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setll","lowerBound":0,"id":663,"many":false,"required":false,"eClass":"EOperation"},{"id":664,"eClass":"EGenericType"},{"id":665,"eClass":"EGenericType"},{"id":666,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"relativeRecordNumber","lowerBound":1,"id":667,"many":false,"required":true,"eClass":"EParameter"},{"id":668,"eClass":"EGenericType"},{"id":669,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"relativeRecordNumber","lowerBound":1,"id":670,"many":false,"required":true,"eClass":"EParameter"},{"id":671,"eClass":"EGenericType"},{"id":672,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"relativeRecordNumber","lowerBound":1,"id":673,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"notFound","lowerBound":0,"id":674,"many":false,"required":false,"eClass":"EParameter"},{"id":675,"eClass":"EGenericType"},{"id":676,"eClass":"EGenericType"},{"id":677,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"relativeRecordNumber","lowerBound":1,"id":678,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"notFound","lowerBound":0,"id":679,"many":false,"required":false,"eClass":"EParameter"},{"id":680,"eClass":"EGenericType"},{"id":681,"eClass":"EGenericType"},{"id":682,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"relativeRecordNumber","lowerBound":1,"id":683,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"notFound","lowerBound":0,"id":684,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"lock","lowerBound":0,"id":685,"many":false,"required":false,"eClass":"EParameter"},{"id":686,"eClass":"EGenericType"},{"id":687,"eClass":"EGenericType"},{"id":688,"eClass":"EGenericType"},{"id":689,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"relativeRecordNumber","lowerBound":1,"id":690,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"notFound","lowerBound":0,"id":691,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"lock","lowerBound":0,"id":692,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"error","lowerBound":0,"id":693,"many":false,"required":false,"eClass":"EParameter"},{"id":694,"eClass":"EGenericType"},{"id":695,"eClass":"EGenericType"},{"id":696,"eClass":"EGenericType"},{"id":697,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"relativeRecordNumber","lowerBound":1,"id":698,"many":false,"required":true,"eClass":"EParameter"},{"id":699,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"relativeRecordNumber","lowerBound":1,"id":700,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"found","lowerBound":0,"id":701,"many":false,"required":false,"eClass":"EParameter"},{"id":702,"eClass":"EGenericType"},{"id":703,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"relativeRecordNumber","lowerBound":1,"id":704,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"found","lowerBound":0,"id":705,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"error","lowerBound":0,"id":706,"many":false,"required":false,"eClass":"EParameter"},{"id":707,"eClass":"EGenericType"},{"id":708,"eClass":"EGenericType"},{"id":709,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"relativeRecordNumber","lowerBound":1,"id":710,"many":false,"required":true,"eClass":"EParameter"},{"id":711,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"relativeRecordNumber","lowerBound":1,"id":712,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"found","lowerBound":0,"id":713,"many":false,"required":false,"eClass":"EParameter"},{"id":714,"eClass":"EGenericType"},{"id":715,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"relativeRecordNumber","lowerBound":1,"id":716,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"found","lowerBound":0,"id":717,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"error","lowerBound":0,"id":718,"many":false,"required":false,"eClass":"EParameter"},{"id":719,"eClass":"EGenericType"},{"id":720,"eClass":"EGenericType"},{"id":721,"eClass":"EGenericType"},{"name":"E","id":722,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"keyField","lowerBound":1,"id":723,"many":false,"required":true,"eClass":"EParameter"},{"id":724,"eClass":"EGenericType"},{"id":725,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"relativeRecordNumber","lowerBound":1,"id":726,"many":false,"required":true,"eClass":"EParameter"},{"id":727,"eClass":"EGenericType"},{"name":"E","id":728,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"keyField","lowerBound":1,"id":729,"many":false,"required":true,"eClass":"EParameter"},{"id":730,"eClass":"EGenericType"},{"id":731,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"keyField","lowerBound":1,"id":732,"many":false,"required":true,"eClass":"EParameter"},{"id":733,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"relativeRecordNumber","lowerBound":1,"id":734,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"found","lowerBound":0,"id":735,"many":false,"required":false,"eClass":"EParameter"},{"id":736,"eClass":"EGenericType"},{"id":737,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"relativeRecordNumber","lowerBound":1,"id":738,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"found","lowerBound":0,"id":739,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"equal","lowerBound":0,"id":740,"many":false,"required":false,"eClass":"EParameter"},{"id":741,"eClass":"EGenericType"},{"id":742,"eClass":"EGenericType"},{"id":743,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"relativeRecordNumber","lowerBound":1,"id":744,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"found","lowerBound":0,"id":745,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"equal","lowerBound":0,"id":746,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"error","lowerBound":0,"id":747,"many":false,"required":false,"eClass":"EParameter"},{"id":748,"eClass":"EGenericType"},{"id":749,"eClass":"EGenericType"},{"id":750,"eClass":"EGenericType"},{"id":751,"eClass":"EGenericType"},{"id":752,"eClass":"EGenericType"},{"name":"R","id":753,"eClass":"ETypeParameter"},{"id":754,"eClass":"EGenericType"},{"id":755,"eClass":"EGenericType"},{"id":756,"eClass":"EGenericType"},{"name":"Forward","id":757,"value":10,"literal":"F","eClass":"EEnumLiteral"},{"name":"Backward","id":758,"value":20,"literal":"B","eClass":"EEnumLiteral"},{"name":"Chain","id":759,"value":10,"literal":"CHAIN","eClass":"EEnumLiteral"},{"name":"SetLowerLimit","id":760,"value":20,"literal":"SETLL","eClass":"EEnumLiteral"},{"name":"SetGreaterThan","id":761,"value":30,"literal":"SETGT","eClass":"EEnumLiteral"},{"name":"Chain","id":762,"value":10,"literal":"CHAIN","eClass":"EEnumLiteral"},{"name":"Read","id":763,"value":20,"literal":"READ","eClass":"EEnumLiteral"},{"name":"ReadEqual","id":764,"value":30,"literal":"READE","eClass":"EEnumLiteral"},{"name":"ReadPrior","id":765,"value":40,"literal":"READP","eClass":"EEnumLiteral"},{"name":"ReadPriorEqual","id":766,"value":50,"literal":"READPE","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":1,"target":0},{"source":1,"target":23},{"source":1,"target":24},{"source":1,"target":25},{"source":23,"target":1},{"source":24,"target":1},{"source":25,"target":1},{"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":2,"target":35},{"source":2,"target":36},{"source":2,"target":37},{"source":2,"target":38},{"source":2,"target":39},{"source":2,"target":40},{"source":2,"target":41},{"source":2,"target":42},{"source":2,"target":43},{"source":2,"target":44},{"source":2,"target":45},{"source":2,"target":46},{"source":2,"target":47},{"source":2,"target":48},{"source":2,"target":49},{"source":2,"target":50},{"source":2,"target":51},{"source":2,"target":52},{"source":2,"target":53},{"source":26,"target":54},{"source":54,"target":16},{"source":27,"target":2},{"source":28,"target":2},{"source":29,"target":2},{"source":29,"target":55},{"source":55,"target":56},{"source":55,"target":29},{"source":30,"target":2},{"source":31,"target":2},{"source":31,"target":57},{"source":57,"target":58},{"source":57,"target":31},{"source":32,"target":59},{"source":32,"target":2},{"source":33,"target":60},{"source":33,"target":2},{"source":34,"target":61},{"source":34,"target":2},{"source":35,"target":62},{"source":35,"target":2},{"source":36,"target":63},{"source":36,"target":2},{"source":37,"target":2},{"source":38,"target":2},{"source":38,"target":64},{"source":64,"target":65},{"source":64,"target":38},{"source":39,"target":66},{"source":39,"target":2},{"source":40,"target":67},{"source":40,"target":2},{"source":40,"target":68},{"source":68,"target":69},{"source":68,"target":40},{"source":41,"target":70},{"source":41,"target":2},{"source":41,"target":71},{"source":41,"target":72},{"source":71,"target":73},{"source":71,"target":41},{"source":72,"target":74},{"source":72,"target":41},{"source":42,"target":75},{"source":42,"target":2},{"source":42,"target":76},{"source":42,"target":77},{"source":42,"target":78},{"source":76,"target":79},{"source":76,"target":42},{"source":77,"target":80},{"source":77,"target":42},{"source":78,"target":81},{"source":78,"target":42},{"source":43,"target":82},{"source":43,"target":2},{"source":44,"target":83},{"source":44,"target":2},{"source":44,"target":84},{"source":84,"target":85},{"source":84,"target":44},{"source":45,"target":86},{"source":45,"target":2},{"source":45,"target":87},{"source":45,"target":88},{"source":87,"target":89},{"source":87,"target":45},{"source":88,"target":90},{"source":88,"target":45},{"source":46,"target":91},{"source":46,"target":2},{"source":46,"target":92},{"source":46,"target":93},{"source":46,"target":94},{"source":92,"target":95},{"source":92,"target":46},{"source":93,"target":96},{"source":93,"target":46},{"source":94,"target":97},{"source":94,"target":46},{"source":47,"target":2},{"source":48,"target":2},{"source":48,"target":98},{"source":98,"target":99},{"source":98,"target":48},{"source":49,"target":2},{"source":50,"target":2},{"source":50,"target":100},{"source":100,"target":101},{"source":100,"target":50},{"source":51,"target":2},{"source":52,"target":2},{"source":52,"target":102},{"source":102,"target":103},{"source":102,"target":52},{"source":53,"target":16},{"source":53,"target":104},{"source":53,"target":2},{"source":104,"target":26},{"source":3,"target":0},{"source":3,"target":6},{"source":3,"target":105},{"source":3,"target":106},{"source":3,"target":107},{"source":3,"target":108},{"source":3,"target":109},{"source":105,"target":1},{"source":105,"target":110},{"source":105,"target":3},{"source":110,"target":1},{"source":106,"target":111},{"source":106,"target":3},{"source":107,"target":112},{"source":107,"target":3},{"source":108,"target":113},{"source":108,"target":3},{"source":109,"target":6},{"source":4,"target":0},{"source":4,"target":114},{"source":4,"target":115},{"source":4,"target":116},{"source":4,"target":117},{"source":4,"target":118},{"source":4,"target":119},{"source":4,"target":120},{"source":4,"target":121},{"source":4,"target":122},{"source":4,"target":123},{"source":4,"target":124},{"source":4,"target":125},{"source":4,"target":126},{"source":114,"target":127},{"source":115,"target":4},{"source":115,"target":128},{"source":115,"target":129},{"source":115,"target":130},{"source":128,"target":131},{"source":128,"target":115},{"source":131,"target":132},{"source":129,"target":133},{"source":129,"target":115},{"source":130,"target":134},{"source":130,"target":115},{"source":116,"target":4},{"source":116,"target":135},{"source":116,"target":136},{"source":116,"target":137},{"source":135,"target":138},{"source":135,"target":116},{"source":138,"target":139},{"source":136,"target":140},{"source":136,"target":116},{"source":137,"target":141},{"source":137,"target":116},{"source":117,"target":4},{"source":118,"target":4},{"source":118,"target":142},{"source":142,"target":143},{"source":142,"target":118},{"source":119,"target":144},{"source":119,"target":4},{"source":144,"target":114},{"source":120,"target":145},{"source":120,"target":4},{"source":121,"target":4},{"source":122,"target":4},{"source":122,"target":146},{"source":146,"target":147},{"source":146,"target":122},{"source":123,"target":4},{"source":123,"target":148},{"source":148,"target":149},{"source":148,"target":123},{"source":149,"target":150},{"source":124,"target":4},{"source":124,"target":151},{"source":151,"target":152},{"source":151,"target":124},{"source":152,"target":153},{"source":125,"target":4},{"source":125,"target":154},{"source":154,"target":155},{"source":154,"target":125},{"source":155,"target":156},{"source":126,"target":4},{"source":126,"target":157},{"source":157,"target":158},{"source":157,"target":126},{"source":158,"target":159},{"source":5,"target":0},{"source":5,"target":6},{"source":5,"target":160},{"source":160,"target":6},{"source":6,"target":0},{"source":6,"target":161},{"source":6,"target":162},{"source":6,"target":163},{"source":6,"target":164},{"source":161,"target":165},{"source":161,"target":6},{"source":162,"target":17},{"source":162,"target":166},{"source":162,"target":6},{"source":166,"target":17},{"source":163,"target":167},{"source":163,"target":6},{"source":7,"target":0},{"source":8,"target":0},{"source":8,"target":168},{"source":8,"target":169},{"source":8,"target":170},{"source":168,"target":171},{"source":168,"target":8},{"source":169,"target":172},{"source":169,"target":8},{"source":9,"target":0},{"source":9,"target":173},{"source":9,"target":2},{"source":9,"target":174},{"source":9,"target":175},{"source":9,"target":176},{"source":9,"target":177},{"source":9,"target":178},{"source":9,"target":179},{"source":9,"target":180},{"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":192},{"source":9,"target":193},{"source":9,"target":194},{"source":9,"target":195},{"source":9,"target":196},{"source":9,"target":197},{"source":9,"target":198},{"source":9,"target":199},{"source":9,"target":200},{"source":9,"target":201},{"source":9,"target":202},{"source":9,"target":203},{"source":9,"target":204},{"source":9,"target":205},{"source":9,"target":206},{"source":9,"target":207},{"source":9,"target":208},{"source":9,"target":209},{"source":9,"target":210},{"source":9,"target":211},{"source":9,"target":212},{"source":9,"target":213},{"source":9,"target":214},{"source":9,"target":215},{"source":9,"target":216},{"source":9,"target":217},{"source":9,"target":218},{"source":9,"target":219},{"source":9,"target":220},{"source":9,"target":221},{"source":9,"target":222},{"source":9,"target":223},{"source":9,"target":224},{"source":9,"target":225},{"source":9,"target":226},{"source":9,"target":227},{"source":9,"target":228},{"source":9,"target":229},{"source":9,"target":230},{"source":9,"target":231},{"source":173,"target":232},{"source":232,"target":16},{"source":174,"target":233},{"source":174,"target":9},{"source":174,"target":234},{"source":234,"target":235},{"source":234,"target":174},{"source":175,"target":236},{"source":175,"target":9},{"source":175,"target":237},{"source":175,"target":238},{"source":237,"target":239},{"source":237,"target":175},{"source":238,"target":240},{"source":238,"target":175},{"source":176,"target":241},{"source":176,"target":9},{"source":176,"target":242},{"source":176,"target":243},{"source":176,"target":244},{"source":242,"target":245},{"source":242,"target":176},{"source":243,"target":246},{"source":243,"target":176},{"source":244,"target":247},{"source":244,"target":176},{"source":177,"target":248},{"source":177,"target":9},{"source":177,"target":249},{"source":177,"target":250},{"source":177,"target":251},{"source":177,"target":252},{"source":249,"target":253},{"source":249,"target":177},{"source":250,"target":254},{"source":250,"target":177},{"source":251,"target":255},{"source":251,"target":177},{"source":252,"target":256},{"source":252,"target":177},{"source":178,"target":257},{"source":178,"target":9},{"source":178,"target":258},{"source":258,"target":259},{"source":258,"target":178},{"source":179,"target":260},{"source":179,"target":9},{"source":179,"target":261},{"source":179,"target":262},{"source":261,"target":263},{"source":261,"target":179},{"source":262,"target":264},{"source":262,"target":179},{"source":180,"target":265},{"source":180,"target":9},{"source":180,"target":266},{"source":180,"target":267},{"source":180,"target":268},{"source":266,"target":269},{"source":266,"target":180},{"source":267,"target":270},{"source":267,"target":180},{"source":268,"target":271},{"source":268,"target":180},{"source":181,"target":272},{"source":181,"target":9},{"source":181,"target":273},{"source":181,"target":274},{"source":181,"target":275},{"source":181,"target":276},{"source":273,"target":277},{"source":273,"target":181},{"source":274,"target":278},{"source":274,"target":181},{"source":275,"target":279},{"source":275,"target":181},{"source":276,"target":280},{"source":276,"target":181},{"source":182,"target":281},{"source":182,"target":9},{"source":182,"target":282},{"source":282,"target":7},{"source":282,"target":283},{"source":282,"target":182},{"source":283,"target":7},{"source":183,"target":284},{"source":183,"target":9},{"source":183,"target":285},{"source":183,"target":286},{"source":285,"target":7},{"source":285,"target":287},{"source":285,"target":183},{"source":287,"target":7},{"source":286,"target":288},{"source":286,"target":183},{"source":184,"target":289},{"source":184,"target":9},{"source":184,"target":290},{"source":184,"target":291},{"source":184,"target":292},{"source":290,"target":7},{"source":290,"target":293},{"source":290,"target":184},{"source":293,"target":7},{"source":291,"target":294},{"source":291,"target":184},{"source":292,"target":295},{"source":292,"target":184},{"source":185,"target":296},{"source":185,"target":9},{"source":185,"target":297},{"source":185,"target":298},{"source":185,"target":299},{"source":185,"target":300},{"source":297,"target":7},{"source":297,"target":301},{"source":297,"target":185},{"source":301,"target":7},{"source":298,"target":302},{"source":298,"target":185},{"source":299,"target":303},{"source":299,"target":185},{"source":300,"target":304},{"source":300,"target":185},{"source":186,"target":305},{"source":186,"target":9},{"source":186,"target":306},{"source":306,"target":307},{"source":306,"target":186},{"source":187,"target":308},{"source":187,"target":9},{"source":187,"target":309},{"source":187,"target":310},{"source":309,"target":311},{"source":309,"target":187},{"source":310,"target":312},{"source":310,"target":187},{"source":188,"target":313},{"source":188,"target":9},{"source":188,"target":314},{"source":188,"target":315},{"source":188,"target":316},{"source":314,"target":317},{"source":314,"target":188},{"source":315,"target":318},{"source":315,"target":188},{"source":316,"target":319},{"source":316,"target":188},{"source":189,"target":320},{"source":189,"target":9},{"source":189,"target":321},{"source":189,"target":322},{"source":189,"target":323},{"source":189,"target":324},{"source":321,"target":325},{"source":321,"target":189},{"source":322,"target":326},{"source":322,"target":189},{"source":323,"target":327},{"source":323,"target":189},{"source":324,"target":328},{"source":324,"target":189},{"source":190,"target":329},{"source":190,"target":9},{"source":190,"target":330},{"source":330,"target":331},{"source":330,"target":190},{"source":191,"target":332},{"source":191,"target":9},{"source":191,"target":333},{"source":191,"target":334},{"source":333,"target":335},{"source":333,"target":191},{"source":334,"target":336},{"source":334,"target":191},{"source":192,"target":337},{"source":192,"target":9},{"source":192,"target":338},{"source":192,"target":339},{"source":192,"target":340},{"source":338,"target":341},{"source":338,"target":192},{"source":339,"target":342},{"source":339,"target":192},{"source":340,"target":343},{"source":340,"target":192},{"source":193,"target":344},{"source":193,"target":9},{"source":193,"target":345},{"source":193,"target":346},{"source":193,"target":347},{"source":193,"target":348},{"source":345,"target":349},{"source":345,"target":193},{"source":346,"target":350},{"source":346,"target":193},{"source":347,"target":351},{"source":347,"target":193},{"source":348,"target":352},{"source":348,"target":193},{"source":194,"target":353},{"source":194,"target":9},{"source":194,"target":354},{"source":354,"target":7},{"source":354,"target":355},{"source":354,"target":194},{"source":355,"target":7},{"source":195,"target":356},{"source":195,"target":9},{"source":195,"target":357},{"source":195,"target":358},{"source":357,"target":7},{"source":357,"target":359},{"source":357,"target":195},{"source":359,"target":7},{"source":358,"target":360},{"source":358,"target":195},{"source":196,"target":361},{"source":196,"target":9},{"source":196,"target":362},{"source":196,"target":363},{"source":196,"target":364},{"source":362,"target":7},{"source":362,"target":365},{"source":362,"target":196},{"source":365,"target":7},{"source":363,"target":366},{"source":363,"target":196},{"source":364,"target":367},{"source":364,"target":196},{"source":197,"target":368},{"source":197,"target":9},{"source":197,"target":369},{"source":197,"target":370},{"source":197,"target":371},{"source":197,"target":372},{"source":369,"target":7},{"source":369,"target":373},{"source":369,"target":197},{"source":373,"target":7},{"source":370,"target":374},{"source":370,"target":197},{"source":371,"target":375},{"source":371,"target":197},{"source":372,"target":376},{"source":372,"target":197},{"source":198,"target":377},{"source":198,"target":9},{"source":198,"target":378},{"source":378,"target":379},{"source":378,"target":198},{"source":199,"target":380},{"source":199,"target":9},{"source":199,"target":381},{"source":199,"target":382},{"source":381,"target":383},{"source":381,"target":199},{"source":382,"target":384},{"source":382,"target":199},{"source":200,"target":385},{"source":200,"target":9},{"source":200,"target":386},{"source":200,"target":387},{"source":200,"target":388},{"source":386,"target":389},{"source":386,"target":200},{"source":387,"target":390},{"source":387,"target":200},{"source":388,"target":391},{"source":388,"target":200},{"source":201,"target":392},{"source":201,"target":9},{"source":201,"target":393},{"source":201,"target":394},{"source":201,"target":395},{"source":201,"target":396},{"source":393,"target":397},{"source":393,"target":201},{"source":394,"target":398},{"source":394,"target":201},{"source":395,"target":399},{"source":395,"target":201},{"source":396,"target":400},{"source":396,"target":201},{"source":202,"target":401},{"source":202,"target":9},{"source":202,"target":402},{"source":402,"target":403},{"source":402,"target":202},{"source":203,"target":404},{"source":203,"target":9},{"source":203,"target":405},{"source":203,"target":406},{"source":405,"target":407},{"source":405,"target":203},{"source":406,"target":408},{"source":406,"target":203},{"source":204,"target":409},{"source":204,"target":9},{"source":204,"target":410},{"source":204,"target":411},{"source":204,"target":412},{"source":410,"target":413},{"source":410,"target":204},{"source":411,"target":414},{"source":411,"target":204},{"source":412,"target":415},{"source":412,"target":204},{"source":205,"target":416},{"source":205,"target":9},{"source":205,"target":417},{"source":205,"target":418},{"source":205,"target":419},{"source":205,"target":420},{"source":417,"target":421},{"source":417,"target":205},{"source":418,"target":422},{"source":418,"target":205},{"source":419,"target":423},{"source":419,"target":205},{"source":420,"target":424},{"source":420,"target":205},{"source":206,"target":425},{"source":206,"target":9},{"source":206,"target":426},{"source":426,"target":7},{"source":426,"target":427},{"source":426,"target":206},{"source":427,"target":7},{"source":207,"target":428},{"source":207,"target":9},{"source":207,"target":429},{"source":207,"target":430},{"source":429,"target":7},{"source":429,"target":431},{"source":429,"target":207},{"source":431,"target":7},{"source":430,"target":432},{"source":430,"target":207},{"source":208,"target":433},{"source":208,"target":9},{"source":208,"target":434},{"source":208,"target":435},{"source":208,"target":436},{"source":434,"target":7},{"source":434,"target":437},{"source":434,"target":208},{"source":437,"target":7},{"source":435,"target":438},{"source":435,"target":208},{"source":436,"target":439},{"source":436,"target":208},{"source":209,"target":440},{"source":209,"target":9},{"source":209,"target":441},{"source":209,"target":442},{"source":209,"target":443},{"source":209,"target":444},{"source":441,"target":7},{"source":441,"target":445},{"source":441,"target":209},{"source":445,"target":7},{"source":442,"target":446},{"source":442,"target":209},{"source":443,"target":447},{"source":443,"target":209},{"source":444,"target":448},{"source":444,"target":209},{"source":210,"target":9},{"source":210,"target":449},{"source":449,"target":450},{"source":449,"target":210},{"source":211,"target":9},{"source":211,"target":451},{"source":211,"target":452},{"source":451,"target":453},{"source":451,"target":211},{"source":452,"target":454},{"source":452,"target":211},{"source":212,"target":9},{"source":212,"target":455},{"source":212,"target":456},{"source":212,"target":457},{"source":455,"target":458},{"source":455,"target":212},{"source":456,"target":459},{"source":456,"target":212},{"source":457,"target":460},{"source":457,"target":212},{"source":213,"target":9},{"source":213,"target":461},{"source":213,"target":462},{"source":213,"target":463},{"source":213,"target":464},{"source":461,"target":465},{"source":461,"target":213},{"source":462,"target":466},{"source":462,"target":213},{"source":463,"target":467},{"source":463,"target":213},{"source":464,"target":468},{"source":464,"target":213},{"source":214,"target":9},{"source":214,"target":469},{"source":469,"target":470},{"source":469,"target":214},{"source":215,"target":9},{"source":215,"target":471},{"source":215,"target":472},{"source":471,"target":473},{"source":471,"target":215},{"source":472,"target":474},{"source":472,"target":215},{"source":216,"target":9},{"source":216,"target":475},{"source":216,"target":476},{"source":216,"target":477},{"source":475,"target":478},{"source":475,"target":216},{"source":476,"target":479},{"source":476,"target":216},{"source":477,"target":480},{"source":477,"target":216},{"source":217,"target":9},{"source":217,"target":481},{"source":217,"target":482},{"source":217,"target":483},{"source":217,"target":484},{"source":481,"target":485},{"source":481,"target":217},{"source":482,"target":486},{"source":482,"target":217},{"source":483,"target":487},{"source":483,"target":217},{"source":484,"target":488},{"source":484,"target":217},{"source":218,"target":9},{"source":218,"target":489},{"source":489,"target":7},{"source":489,"target":490},{"source":489,"target":218},{"source":490,"target":7},{"source":219,"target":9},{"source":219,"target":491},{"source":219,"target":492},{"source":491,"target":7},{"source":491,"target":493},{"source":491,"target":219},{"source":493,"target":7},{"source":492,"target":494},{"source":492,"target":219},{"source":220,"target":9},{"source":220,"target":495},{"source":220,"target":496},{"source":220,"target":497},{"source":495,"target":7},{"source":495,"target":498},{"source":495,"target":220},{"source":498,"target":7},{"source":496,"target":499},{"source":496,"target":220},{"source":497,"target":500},{"source":497,"target":220},{"source":221,"target":9},{"source":221,"target":501},{"source":221,"target":502},{"source":221,"target":503},{"source":221,"target":504},{"source":501,"target":7},{"source":501,"target":505},{"source":501,"target":221},{"source":505,"target":7},{"source":502,"target":506},{"source":502,"target":221},{"source":503,"target":507},{"source":503,"target":221},{"source":504,"target":508},{"source":504,"target":221},{"source":222,"target":9},{"source":222,"target":509},{"source":509,"target":510},{"source":509,"target":222},{"source":223,"target":9},{"source":223,"target":511},{"source":223,"target":512},{"source":511,"target":513},{"source":511,"target":223},{"source":512,"target":514},{"source":512,"target":223},{"source":224,"target":9},{"source":224,"target":515},{"source":224,"target":516},{"source":224,"target":517},{"source":515,"target":518},{"source":515,"target":224},{"source":516,"target":519},{"source":516,"target":224},{"source":517,"target":520},{"source":517,"target":224},{"source":225,"target":9},{"source":225,"target":521},{"source":521,"target":522},{"source":521,"target":225},{"source":226,"target":9},{"source":226,"target":523},{"source":226,"target":524},{"source":523,"target":525},{"source":523,"target":226},{"source":524,"target":526},{"source":524,"target":226},{"source":227,"target":9},{"source":227,"target":527},{"source":227,"target":528},{"source":227,"target":529},{"source":527,"target":530},{"source":527,"target":227},{"source":528,"target":531},{"source":528,"target":227},{"source":529,"target":532},{"source":529,"target":227},{"source":228,"target":9},{"source":228,"target":533},{"source":533,"target":7},{"source":533,"target":534},{"source":533,"target":228},{"source":534,"target":7},{"source":229,"target":9},{"source":229,"target":535},{"source":229,"target":536},{"source":535,"target":7},{"source":535,"target":537},{"source":535,"target":229},{"source":537,"target":7},{"source":536,"target":538},{"source":536,"target":229},{"source":230,"target":9},{"source":230,"target":539},{"source":230,"target":540},{"source":230,"target":541},{"source":539,"target":7},{"source":539,"target":542},{"source":539,"target":230},{"source":542,"target":7},{"source":540,"target":543},{"source":540,"target":230},{"source":541,"target":544},{"source":541,"target":230},{"source":231,"target":545},{"source":231,"target":2},{"source":545,"target":173},{"source":10,"target":0},{"source":10,"target":546},{"source":546,"target":11},{"source":546,"target":547},{"source":546,"target":10},{"source":547,"target":11},{"source":11,"target":0},{"source":11,"target":548},{"source":11,"target":549},{"source":11,"target":550},{"source":11,"target":551},{"source":548,"target":552},{"source":548,"target":11},{"source":549,"target":20},{"source":549,"target":553},{"source":549,"target":11},{"source":553,"target":20},{"source":550,"target":554},{"source":550,"target":11},{"source":551,"target":555},{"source":551,"target":11},{"source":12,"target":0},{"source":12,"target":556},{"source":12,"target":557},{"source":556,"target":13},{"source":556,"target":558},{"source":556,"target":12},{"source":556,"target":559},{"source":558,"target":13},{"source":559,"target":560},{"source":559,"target":556},{"source":13,"target":0},{"source":13,"target":561},{"source":13,"target":562},{"source":13,"target":563},{"source":13,"target":564},{"source":13,"target":565},{"source":13,"target":566},{"source":561,"target":9},{"source":561,"target":567},{"source":561,"target":13},{"source":561,"target":568},{"source":561,"target":569},{"source":567,"target":570},{"source":567,"target":9},{"source":570,"target":568},{"source":568,"target":571},{"source":571,"target":16},{"source":569,"target":572},{"source":569,"target":561},{"source":572,"target":573},{"source":573,"target":568},{"source":562,"target":9},{"source":562,"target":574},{"source":562,"target":13},{"source":562,"target":575},{"source":562,"target":576},{"source":562,"target":577},{"source":574,"target":578},{"source":574,"target":9},{"source":578,"target":575},{"source":575,"target":579},{"source":579,"target":16},{"source":576,"target":580},{"source":576,"target":562},{"source":580,"target":581},{"source":581,"target":575},{"source":577,"target":1},{"source":577,"target":582},{"source":577,"target":562},{"source":582,"target":1},{"source":563,"target":9},{"source":563,"target":583},{"source":563,"target":13},{"source":563,"target":584},{"source":563,"target":585},{"source":563,"target":586},{"source":563,"target":587},{"source":583,"target":588},{"source":583,"target":9},{"source":588,"target":584},{"source":584,"target":589},{"source":589,"target":16},{"source":585,"target":590},{"source":585,"target":563},{"source":590,"target":591},{"source":591,"target":584},{"source":586,"target":1},{"source":586,"target":592},{"source":586,"target":563},{"source":592,"target":1},{"source":587,"target":593},{"source":587,"target":563},{"source":564,"target":18},{"source":564,"target":594},{"source":564,"target":13},{"source":564,"target":595},{"source":564,"target":596},{"source":594,"target":597},{"source":594,"target":18},{"source":597,"target":595},{"source":595,"target":598},{"source":598,"target":16},{"source":596,"target":599},{"source":596,"target":564},{"source":599,"target":600},{"source":600,"target":595},{"source":565,"target":18},{"source":565,"target":601},{"source":565,"target":13},{"source":565,"target":602},{"source":565,"target":603},{"source":565,"target":604},{"source":601,"target":605},{"source":601,"target":18},{"source":605,"target":602},{"source":602,"target":606},{"source":606,"target":16},{"source":603,"target":607},{"source":603,"target":565},{"source":607,"target":608},{"source":608,"target":602},{"source":604,"target":1},{"source":604,"target":609},{"source":604,"target":565},{"source":609,"target":1},{"source":566,"target":18},{"source":566,"target":610},{"source":566,"target":13},{"source":566,"target":611},{"source":566,"target":612},{"source":566,"target":613},{"source":566,"target":614},{"source":610,"target":615},{"source":610,"target":18},{"source":615,"target":611},{"source":611,"target":616},{"source":616,"target":16},{"source":612,"target":617},{"source":612,"target":566},{"source":617,"target":618},{"source":618,"target":611},{"source":613,"target":1},{"source":613,"target":619},{"source":613,"target":566},{"source":619,"target":1},{"source":614,"target":620},{"source":614,"target":566},{"source":14,"target":0},{"source":14,"target":621},{"source":14,"target":622},{"source":14,"target":623},{"source":14,"target":624},{"source":14,"target":625},{"source":14,"target":626},{"source":14,"target":627},{"source":621,"target":628},{"source":622,"target":14},{"source":623,"target":14},{"source":623,"target":629},{"source":629,"target":630},{"source":629,"target":623},{"source":624,"target":631},{"source":624,"target":14},{"source":625,"target":14},{"source":626,"target":14},{"source":626,"target":632},{"source":632,"target":633},{"source":632,"target":626},{"source":627,"target":634},{"source":627,"target":14},{"source":634,"target":621},{"source":15,"target":0},{"source":15,"target":6},{"source":15,"target":635},{"source":635,"target":6},{"source":16,"target":0},{"source":16,"target":636},{"source":16,"target":637},{"source":636,"target":10},{"source":636,"target":638},{"source":636,"target":16},{"source":638,"target":10},{"source":637,"target":639},{"source":17,"target":0},{"source":17,"target":640},{"source":17,"target":641},{"source":640,"target":642},{"source":640,"target":17},{"source":641,"target":643},{"source":643,"target":16},{"source":18,"target":0},{"source":18,"target":644},{"source":18,"target":2},{"source":18,"target":645},{"source":18,"target":646},{"source":18,"target":647},{"source":18,"target":648},{"source":18,"target":649},{"source":18,"target":650},{"source":18,"target":651},{"source":18,"target":652},{"source":18,"target":653},{"source":18,"target":654},{"source":18,"target":655},{"source":18,"target":656},{"source":18,"target":657},{"source":18,"target":658},{"source":18,"target":659},{"source":18,"target":660},{"source":18,"target":661},{"source":18,"target":662},{"source":18,"target":663},{"source":18,"target":664},{"source":644,"target":665},{"source":665,"target":16},{"source":645,"target":666},{"source":645,"target":18},{"source":645,"target":667},{"source":667,"target":668},{"source":667,"target":645},{"source":646,"target":669},{"source":646,"target":18},{"source":646,"target":670},{"source":670,"target":671},{"source":670,"target":646},{"source":647,"target":672},{"source":647,"target":18},{"source":647,"target":673},{"source":647,"target":674},{"source":673,"target":675},{"source":673,"target":647},{"source":674,"target":676},{"source":674,"target":647},{"source":648,"target":677},{"source":648,"target":18},{"source":648,"target":678},{"source":648,"target":679},{"source":678,"target":680},{"source":678,"target":648},{"source":679,"target":681},{"source":679,"target":648},{"source":649,"target":682},{"source":649,"target":18},{"source":649,"target":683},{"source":649,"target":684},{"source":649,"target":685},{"source":683,"target":686},{"source":683,"target":649},{"source":684,"target":687},{"source":684,"target":649},{"source":685,"target":688},{"source":685,"target":649},{"source":650,"target":689},{"source":650,"target":18},{"source":650,"target":690},{"source":650,"target":691},{"source":650,"target":692},{"source":650,"target":693},{"source":690,"target":694},{"source":690,"target":650},{"source":691,"target":695},{"source":691,"target":650},{"source":692,"target":696},{"source":692,"target":650},{"source":693,"target":697},{"source":693,"target":650},{"source":651,"target":18},{"source":651,"target":698},{"source":698,"target":699},{"source":698,"target":651},{"source":652,"target":18},{"source":652,"target":700},{"source":652,"target":701},{"source":700,"target":702},{"source":700,"target":652},{"source":701,"target":703},{"source":701,"target":652},{"source":653,"target":18},{"source":653,"target":704},{"source":653,"target":705},{"source":653,"target":706},{"source":704,"target":707},{"source":704,"target":653},{"source":705,"target":708},{"source":705,"target":653},{"source":706,"target":709},{"source":706,"target":653},{"source":654,"target":18},{"source":654,"target":710},{"source":710,"target":711},{"source":710,"target":654},{"source":655,"target":18},{"source":655,"target":712},{"source":655,"target":713},{"source":712,"target":714},{"source":712,"target":655},{"source":713,"target":715},{"source":713,"target":655},{"source":656,"target":18},{"source":656,"target":716},{"source":656,"target":717},{"source":656,"target":718},{"source":716,"target":719},{"source":716,"target":656},{"source":717,"target":720},{"source":717,"target":656},{"source":718,"target":721},{"source":718,"target":656},{"source":657,"target":18},{"source":657,"target":722},{"source":657,"target":723},{"source":722,"target":724},{"source":723,"target":725},{"source":723,"target":657},{"source":725,"target":722},{"source":658,"target":18},{"source":658,"target":726},{"source":726,"target":727},{"source":726,"target":658},{"source":659,"target":18},{"source":659,"target":728},{"source":659,"target":729},{"source":728,"target":730},{"source":729,"target":731},{"source":729,"target":659},{"source":731,"target":728},{"source":660,"target":18},{"source":660,"target":732},{"source":732,"target":733},{"source":732,"target":660},{"source":661,"target":18},{"source":661,"target":734},{"source":661,"target":735},{"source":734,"target":736},{"source":734,"target":661},{"source":735,"target":737},{"source":735,"target":661},{"source":662,"target":18},{"source":662,"target":738},{"source":662,"target":739},{"source":662,"target":740},{"source":738,"target":741},{"source":738,"target":662},{"source":739,"target":742},{"source":739,"target":662},{"source":740,"target":743},{"source":740,"target":662},{"source":663,"target":18},{"source":663,"target":744},{"source":663,"target":745},{"source":663,"target":746},{"source":663,"target":747},{"source":744,"target":748},{"source":744,"target":663},{"source":745,"target":749},{"source":745,"target":663},{"source":746,"target":750},{"source":746,"target":663},{"source":747,"target":751},{"source":747,"target":663},{"source":664,"target":752},{"source":664,"target":2},{"source":752,"target":644},{"source":19,"target":0},{"source":19,"target":753},{"source":19,"target":18},{"source":19,"target":754},{"source":753,"target":755},{"source":755,"target":16},{"source":754,"target":756},{"source":754,"target":18},{"source":756,"target":753},{"source":20,"target":0},{"source":20,"target":757},{"source":20,"target":758},{"source":757,"target":20},{"source":758,"target":20},{"source":21,"target":0},{"source":21,"target":759},{"source":21,"target":760},{"source":21,"target":761},{"source":759,"target":21},{"source":760,"target":21},{"source":761,"target":21},{"source":22,"target":0},{"source":22,"target":762},{"source":22,"target":763},{"source":22,"target":764},{"source":22,"target":765},{"source":22,"target":766},{"source":762,"target":22},{"source":763,"target":22},{"source":764,"target":22},{"source":765,"target":22},{"source":766,"target":22}],"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="MultiClassQPN" nsURI="MultiClassQPN" nsPrefix="MultiClassQPN">
<eClassifiers xsi:type="ecore:EClass" name="QPN">
<eStructuralFeatures xsi:type="ecore:EReference" name="places" ordered="false"
lowerBound="1" upperBound="-1" eType="#//Place" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="transitions" ordered="false"
upperBound="-1" eType="#//Transition" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="arcs" ordered="false" upperBound="-1"
eType="#//Arc" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="colors" upperBound="-1"
eType="#//Color" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="serviceDemands" upperBound="-1"
eType="#//ServiceDemand" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="modes" upperBound="-1"
eType="#//Mode" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Place" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="incoming" ordered="false"
upperBound="-1" eType="#//TransToPlaceArc" eOpposite="#//TransToPlaceArc/target"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outgoing" ordered="false"
upperBound="-1" eType="#//PlaceToTransArc" eOpposite="#//PlaceToTransArc/source"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="numOfTokens" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="color" upperBound="-1"
eType="#//Color"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Transition">
<eStructuralFeatures xsi:type="ecore:EReference" name="incoming" ordered="false"
lowerBound="1" upperBound="-1" eType="#//PlaceToTransArc" eOpposite="#//PlaceToTransArc/target"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outgoing" ordered="false"
lowerBound="1" upperBound="-1" eType="#//TransToPlaceArc" eOpposite="#//TransToPlaceArc/source"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mode" upperBound="-1" eType="#//Mode"
eOpposite="#//Mode/transition"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Arc"/>
<eClassifiers xsi:type="ecore:EClass" name="PlaceToTransArc" eSuperTypes="#//Arc">
<eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false"
lowerBound="1" eType="#//Place" eOpposite="#//Place/outgoing"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" ordered="false"
lowerBound="1" eType="#//Transition" eOpposite="#//Transition/incoming"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TransToPlaceArc" eSuperTypes="#//Arc">
<eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false"
lowerBound="1" eType="#//Transition" eOpposite="#//Transition/outgoing"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" ordered="false"
lowerBound="1" eType="#//Place" eOpposite="#//Place/incoming"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OrdinaryPlace" eSuperTypes="#//Place"/>
<eClassifiers xsi:type="ecore:EClass" name="QueueingPlace" eSuperTypes="#//Place">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="schedulingPolicy" lowerBound="1"
eType="#//SchedulingPolicy"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="serviceDemand" upperBound="-1"
eType="#//ServiceDemand" eOpposite="#//ServiceDemand/queueingPlace"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="serviceDistribution" eType="#//ProbabilityDistribution"
defaultValueLiteral=""/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="serviceParams" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="SchedulingPolicy">
<eLiterals name="FCFS" value="1"/>
<eLiterals name="IS" value="2"/>
<eLiterals name="PS" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ProbabilityDistribution">
<eLiterals name="Exponential" value="1"/>
<eLiterals name="Poisson" value="2"/>
<eLiterals name="Constant" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Mode">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="weight" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="transition" lowerBound="1"
eType="#//Transition" eOpposite="#//Transition/mode"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="color" lowerBound="1" eType="#//Color"
eOpposite="#//Color/mode"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ServiceDemand">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="serviceDistribution" lowerBound="1"
eType="#//ProbabilityDistribution"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="serviceParams" lowerBound="1"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="queueingPlace" lowerBound="1"
eType="#//QueueingPlace" eOpposite="#//QueueingPlace/serviceDemand"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="color" lowerBound="1" eType="#//Color"
eOpposite="#//Color/serviceDemand"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Color">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
iD="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="serviceDemand" upperBound="-1"
eType="#//ServiceDemand" eOpposite="#//ServiceDemand/color"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mode" upperBound="-1" eType="#//Mode"
eOpposite="#//Mode/color"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/ialazzon/TestEnvironment/metamodels/MultiClassQPN.ecore | ecore | MultiClassQPN
QPN
places
transitions
arcs
colors
serviceDemands
modes
Place
incoming
outgoing
name
numOfTokens
color
Transition
incoming
outgoing
mode
Arc
PlaceToTransArc
source
target
TransToPlaceArc
source
target
OrdinaryPlace
QueueingPlace
schedulingPolicy
serviceDemand
serviceDistribution
serviceParams
SchedulingPolicy
FCFS
FCFS
IS
IS
PS
PS
ProbabilityDistribution
Exponential
Exponential
Poisson
Poisson
Constant
Constant
Mode
weight
transition
color
ServiceDemand
serviceDistribution
serviceParams
queueingPlace
color
Color
name
serviceDemand
mode | null | {"directed":true,"nodes":[{"nsPrefix":"MultiClassQPN","nsURI":"MultiClassQPN","name":"MultiClassQPN","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QPN","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Place","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Arc","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PlaceToTransArc","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TransToPlaceArc","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrdinaryPlace","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QueueingPlace","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"SchedulingPolicy","instanceClass":null,"id":9,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ProbabilityDistribution","instanceClass":null,"id":10,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mode","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceDemand","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Color","instanceClass":null,"abstract":false,"id":13,"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":"places","changeable":true,"resolveProxies":true,"lowerBound":1,"id":14,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"transitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arcs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"colors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"serviceDemands","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"incoming","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outgoing","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"name","changeable":true,"lowerBound":0,"iD":false,"id":28,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"numOfTokens","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":false,"unsettable":false,"transient":false,"unique":true,"name":"color","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"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":"incoming","changeable":true,"resolveProxies":true,"lowerBound":1,"id":38,"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":"outgoing","changeable":true,"resolveProxies":true,"lowerBound":1,"id":39,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mode","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"transition","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"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"schedulingPolicy","changeable":true,"lowerBound":1,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"serviceDemand","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":"","unsettable":false,"transient":false,"unique":true,"name":"serviceDistribution","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":true,"name":"serviceParams","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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"queueingPlace","changeable":true,"resolveProxies":true,"lowerBound":1,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"name":"FCFS","id":64,"value":1,"literal":"FCFS","eClass":"EEnumLiteral"},{"name":"IS","id":65,"value":2,"literal":"IS","eClass":"EEnumLiteral"},{"name":"PS","id":66,"value":3,"literal":"PS","eClass":"EEnumLiteral"},{"name":"Exponential","id":67,"value":1,"literal":"Exponential","eClass":"EEnumLiteral"},{"name":"Poisson","id":68,"value":2,"literal":"Poisson","eClass":"EEnumLiteral"},{"name":"Constant","id":69,"value":3,"literal":"Constant","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":"weight","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":false,"unsettable":false,"transient":false,"unique":true,"name":"color","changeable":true,"resolveProxies":true,"lowerBound":1,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mode","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"serviceDistribution","changeable":true,"lowerBound":1,"iD":false,"id":76,"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":"serviceParams","changeable":true,"lowerBound":1,"iD":false,"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":"color","changeable":true,"resolveProxies":true,"lowerBound":1,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"serviceDemand","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":true,"id":84,"derived":false},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":1,"target":0},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":14,"target":2},{"source":14,"target":20},{"source":14,"target":1},{"source":20,"target":2},{"source":15,"target":3},{"source":15,"target":21},{"source":15,"target":1},{"source":21,"target":3},{"source":16,"target":4},{"source":16,"target":22},{"source":16,"target":1},{"source":22,"target":4},{"source":17,"target":13},{"source":17,"target":23},{"source":17,"target":1},{"source":23,"target":13},{"source":18,"target":12},{"source":18,"target":24},{"source":18,"target":1},{"source":24,"target":12},{"source":19,"target":11},{"source":19,"target":25},{"source":19,"target":1},{"source":25,"target":11},{"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":26,"target":6},{"source":26,"target":31},{"source":26,"target":2},{"source":26,"target":32},{"source":31,"target":6},{"source":27,"target":5},{"source":27,"target":33},{"source":27,"target":2},{"source":27,"target":34},{"source":33,"target":5},{"source":28,"target":35},{"source":28,"target":2},{"source":29,"target":36},{"source":29,"target":2},{"source":30,"target":13},{"source":30,"target":37},{"source":30,"target":2},{"source":37,"target":13},{"source":3,"target":0},{"source":3,"target":38},{"source":3,"target":39},{"source":3,"target":40},{"source":38,"target":5},{"source":38,"target":41},{"source":38,"target":3},{"source":38,"target":42},{"source":41,"target":5},{"source":39,"target":6},{"source":39,"target":43},{"source":39,"target":3},{"source":39,"target":44},{"source":43,"target":6},{"source":40,"target":11},{"source":40,"target":45},{"source":40,"target":3},{"source":40,"target":46},{"source":45,"target":11},{"source":4,"target":0},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":34},{"source":5,"target":42},{"source":5,"target":47},{"source":34,"target":2},{"source":34,"target":48},{"source":34,"target":5},{"source":34,"target":27},{"source":48,"target":2},{"source":42,"target":3},{"source":42,"target":49},{"source":42,"target":5},{"source":42,"target":38},{"source":49,"target":3},{"source":47,"target":4},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":44},{"source":6,"target":32},{"source":6,"target":50},{"source":44,"target":3},{"source":44,"target":51},{"source":44,"target":6},{"source":44,"target":39},{"source":51,"target":3},{"source":32,"target":2},{"source":32,"target":52},{"source":32,"target":6},{"source":32,"target":26},{"source":52,"target":2},{"source":50,"target":4},{"source":7,"target":0},{"source":7,"target":2},{"source":7,"target":53},{"source":53,"target":2},{"source":8,"target":0},{"source":8,"target":2},{"source":8,"target":54},{"source":8,"target":55},{"source":8,"target":56},{"source":8,"target":57},{"source":8,"target":58},{"source":54,"target":9},{"source":54,"target":59},{"source":54,"target":8},{"source":59,"target":9},{"source":55,"target":12},{"source":55,"target":60},{"source":55,"target":8},{"source":55,"target":61},{"source":60,"target":12},{"source":56,"target":10},{"source":56,"target":62},{"source":56,"target":8},{"source":62,"target":10},{"source":57,"target":63},{"source":57,"target":8},{"source":58,"target":2},{"source":9,"target":0},{"source":9,"target":64},{"source":9,"target":65},{"source":9,"target":66},{"source":64,"target":9},{"source":65,"target":9},{"source":66,"target":9},{"source":10,"target":0},{"source":10,"target":67},{"source":10,"target":68},{"source":10,"target":69},{"source":67,"target":10},{"source":68,"target":10},{"source":69,"target":10},{"source":11,"target":0},{"source":11,"target":70},{"source":11,"target":46},{"source":11,"target":71},{"source":70,"target":72},{"source":70,"target":11},{"source":46,"target":3},{"source":46,"target":73},{"source":46,"target":11},{"source":46,"target":40},{"source":73,"target":3},{"source":71,"target":13},{"source":71,"target":74},{"source":71,"target":11},{"source":71,"target":75},{"source":74,"target":13},{"source":12,"target":0},{"source":12,"target":76},{"source":12,"target":77},{"source":12,"target":61},{"source":12,"target":78},{"source":76,"target":10},{"source":76,"target":79},{"source":76,"target":12},{"source":79,"target":10},{"source":77,"target":80},{"source":77,"target":12},{"source":61,"target":8},{"source":61,"target":81},{"source":61,"target":12},{"source":61,"target":55},{"source":81,"target":8},{"source":78,"target":13},{"source":78,"target":82},{"source":78,"target":12},{"source":78,"target":83},{"source":82,"target":13},{"source":13,"target":0},{"source":13,"target":84},{"source":13,"target":83},{"source":13,"target":75},{"source":84,"target":85},{"source":84,"target":13},{"source":83,"target":12},{"source":83,"target":86},{"source":83,"target":13},{"source":83,"target":78},{"source":86,"target":12},{"source":75,"target":11},{"source":75,"target":87},{"source":75,"target":13},{"source":75,"target":71},{"source":87,"target":11}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="lLVM_IR" nsURI="http://www.intel.com/llvm/ireditor" nsPrefix="lLVM_IR">
<eClassifiers xsi:type="ecore:EClass" name="Model">
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="#//TopLevelElement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TopLevelElement"/>
<eClassifiers xsi:type="ecore:EClass" name="NamedMetadata" eSuperTypes="#//TopLevelElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="node" eType="#//MetadataNode"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MetadataRef">
<eStructuralFeatures xsi:type="ecore:EReference" name="ref" eType="#//NamedMetadata"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ValueRef" eSuperTypes="#//Callee"/>
<eClassifiers xsi:type="ecore:EClass" name="GlobalValueRef" eSuperTypes="#//ValueRef">
<eStructuralFeatures xsi:type="ecore:EReference" name="constant" eType="#//Constant"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="metadata" eType="#//MetadataRef"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FunctionRef">
<eStructuralFeatures xsi:type="ecore:EReference" name="ref" eType="#//FunctionHeader"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LocalValueRef" eSuperTypes="#//ValueRef">
<eStructuralFeatures xsi:type="ecore:EReference" name="ref" eType="#//LocalValue"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GlobalValue" eSuperTypes="#//TopLevelElement"/>
<eClassifiers xsi:type="ecore:EClass" name="GlobalValueDef"/>
<eClassifiers xsi:type="ecore:EClass" name="LocalValue">
<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="NamedInstruction" eSuperTypes="#//LocalValue"/>
<eClassifiers xsi:type="ecore:EClass" name="Instruction">
<eStructuralFeatures xsi:type="ecore:EReference" name="metadata" upperBound="-1"
eType="#//MetadataSuffix" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Alias" eSuperTypes="#//GlobalValue #//GlobalValueDef">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="linkage" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="aliasee" eType="#//Aliasee"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Aliasee">
<eStructuralFeatures xsi:type="ecore:EReference" name="ref" eType="#//GlobalValueDef"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="bitcast" eType="#//ConstantExpression_convert"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TargetInfo" eSuperTypes="#//TopLevelElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="infoType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="layout" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InlineAsm" eSuperTypes="#//TopLevelElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="asmLine" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GlobalVariable" eSuperTypes="#//GlobalValue #//GlobalValueDef">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="linkage" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="addrspace" eType="#//AddressSpace"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tlsModel" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initialValue" eType="#//Constant"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="section" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="align" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Constant">
<eStructuralFeatures xsi:type="ecore:EReference" name="ref" eType="#//GlobalValueDef"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConstantExpression" eSuperTypes="#//Constant">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="opcode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConstantExpression_convert" eSuperTypes="#//ConstantExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="fromType" eType="#//Type"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="constant" eType="#//GlobalValueRef"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="targetType" eType="#//Type"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConstantExpression_getelementptr" eSuperTypes="#//ConstantExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="constantType" eType="#//Type"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="constant" eType="#//GlobalValueRef"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="indexTypes" upperBound="-1"
eType="#//Type" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="indices" upperBound="-1"
eType="#//Constant" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConstantExpression_select" eSuperTypes="#//ConstantExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//TypedValue"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="op1" eType="#//TypedValue"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="op2" eType="#//TypedValue"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConstantExpression_compare" eSuperTypes="#//ConstantExpression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="condition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="op1" eType="#//TypedValue"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="op2" eType="#//TypedValue"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConstantExpression_extractelement" eSuperTypes="#//ConstantExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="vector" eType="#//TypedValue"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="index" eType="#//TypedValue"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConstantExpression_insertelement" eSuperTypes="#//ConstantExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="vectorType" eType="#//VectorType"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="vector" eType="#//ValueRef"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="element" eType="#//TypedValue"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="index" eType="#//TypedValue"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConstantExpression_shufflevector" eSuperTypes="#//ConstantExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="vector1" eType="#//TypedValue"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="vector2" eType="#//TypedValue"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mask" eType="#//TypedValue"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConstantExpression_extractvalue" eSuperTypes="#//ConstantExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//TypedValue"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="indices" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConstantExpression_insertvalue" eSuperTypes="#//ConstantExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//TypedValue"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="element" eType="#//TypedValue"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="indices" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConstantExpression_binary" eSuperTypes="#//ConstantExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="op1" eType="#//TypedValue"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="op2" eType="#//TypedValue"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Undef" eSuperTypes="#//Constant"/>
<eClassifiers xsi:type="ecore:EClass" name="BlockAddress" eSuperTypes="#//Constant">
<eStructuralFeatures xsi:type="ecore:EReference" name="function" eType="#//FunctionRef"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="basicBlock" eType="#//BasicBlockRef"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ZeroInitializer" eSuperTypes="#//Constant"/>
<eClassifiers xsi:type="ecore:EClass" name="StructureConstant" eSuperTypes="#//Constant">
<eStructuralFeatures xsi:type="ecore:EReference" name="list" eType="#//ConstantList"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="packed" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ArrayConstant" eSuperTypes="#//Constant">
<eStructuralFeatures xsi:type="ecore:EReference" name="list" eType="#//ConstantList"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VectorConstant" eSuperTypes="#//Constant">
<eStructuralFeatures xsi:type="ecore:EReference" name="list" eType="#//ConstantList"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConstantList">
<eStructuralFeatures xsi:type="ecore:EReference" name="typedConstants" upperBound="-1"
eType="#//TypedConstant" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypedConstant">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Constant"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SimpleConstant" eSuperTypes="#//Constant">
<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="MetadataNode" eSuperTypes="#//Constant">
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="#//MetadataNodeElement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MetadataNodeElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//TypedValue"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="metadataRef" eType="#//MetadataRef"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="null" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MetadataString" eSuperTypes="#//Constant">
<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="AddressSpace">
<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="Function" eSuperTypes="#//GlobalValue">
<eStructuralFeatures xsi:type="ecore:EReference" name="header" eType="#//FunctionHeader"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FunctionDef" eSuperTypes="#//Function">
<eStructuralFeatures xsi:type="ecore:EReference" name="basicBlocks" upperBound="-1"
eType="#//BasicBlock" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FunctionDecl" eSuperTypes="#//Function"/>
<eClassifiers xsi:type="ecore:EClass" name="FunctionHeader" eSuperTypes="#//GlobalValueDef">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="linkage" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="cconv" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rettype" eType="#//ParameterType"
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="parameters" eType="#//Parameters"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attrs" eType="#//FunctionAttributes"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="section" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="align" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="gc" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Parameters">
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1"
eType="#//Parameter" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="vararg" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FunctionAttributes">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="attributes" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BasicBlock">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="instructions" upperBound="-1"
eType="#//Instruction" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MetadataSuffix">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//MetadataRef"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StartingInstruction" eSuperTypes="#//NamedInstruction #//Instruction">
<eStructuralFeatures xsi:type="ecore:EReference" name="instruction" eType="#//Instruction_phi"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MiddleInstruction" eSuperTypes="#//Instruction">
<eStructuralFeatures xsi:type="ecore:EReference" name="instruction" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NamedMiddleInstruction" eSuperTypes="#//NamedInstruction">
<eStructuralFeatures xsi:type="ecore:EReference" name="instruction" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TerminatorInstruction" eSuperTypes="#//Instruction">
<eStructuralFeatures xsi:type="ecore:EReference" name="instruction" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NamedTerminatorInstruction" eSuperTypes="#//NamedInstruction">
<eStructuralFeatures xsi:type="ecore:EReference" name="instruction" eType="#//Instruction_invoke_nonVoid"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Instruction_ret">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="opcode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="val" eType="#//TypedValue"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Instruction_br">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="opcode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//TypedValue"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="true" eType="#//BasicBlockRef"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="false" eType="#//BasicBlockRef"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="unconditional" eType="#//BasicBlockRef"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Instruction_switch">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="opcode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="comparisonValue" eType="#//TypedValue"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="defaultDest" eType="#//BasicBlockRef"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="caseConditions" upperBound="-1"
eType="#//TypedValue" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="destinations" upperBound="-1"
eType="#//BasicBlockRef" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Instruction_indirectbr">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="opcode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="address" eType="#//TypedValue"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="destinations" upperBound="-1"
eType="#//BasicBlockRef" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Instruction_invoke_void">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="opcode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="cconv" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rettype" eType="#//VoidType"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="callee" eType="#//Callee"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="args" eType="#//ArgList"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" eType="#//FunctionAttributes"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="toLabel" eType="#//BasicBlockRef"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="exceptionLabel" eType="#//BasicBlockRef"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Instruction_invoke_nonVoid">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="opcode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="cconv" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rettype" eType="#//NonVoidType"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="callee" eType="#//Callee"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="args" eType="#//ArgList"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" eType="#//FunctionAttributes"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="toLabel" eType="#//BasicBlockRef"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="exceptionLabel" eType="#//BasicBlockRef"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Instruction_resume">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="opcode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//TypedValue"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Instruction_unreachable">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="opcode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BasicBlockRef">
<eStructuralFeatures xsi:type="ecore:EReference" name="ref" eType="#//BasicBlock"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BinaryInstruction">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="opcode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="op1" eType="#//ValueRef"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="op2" eType="#//ValueRef"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Instruction_add" eSuperTypes="#//BinaryInstruction"/>
<eClassifiers xsi:type="ecore:EClass" name="Instruction_fadd" eSuperTypes="#//BinaryInstruction"/>
<eClassifiers xsi:type="ecore:EClass" name="Instruction_sub" eSuperTypes="#//BinaryInstruction"/>
<eClassifiers xsi:type="ecore:EClass" name="Instruction_fsub" eSuperTypes="#//BinaryInstruction"/>
<eClassifiers xsi:type="ecore:EClass" name="Instruction_mul" eSuperTypes="#//BinaryInstruction"/>
<eClassifiers xsi:type="ecore:EClass" name="Instruction_fmul" eSuperTypes="#//BinaryInstruction"/>
<eClassifiers xsi:type="ecore:EClass" name="Instruction_udiv" eSuperTypes="#//BinaryInstruction"/>
<eClassifiers xsi:type="ecore:EClass" name="Instruction_sdiv" eSuperTypes="#//BinaryInstruction"/>
<eClassifiers xsi:type="ecore:EClass" name="Instruction_fdiv" eSuperTypes="#//BinaryInstruction"/>
<eClassifiers xsi:type="ecore:EClass" name="Instruction_urem" eSuperTypes="#//BinaryInstruction"/>
<eClassifiers xsi:type="ecore:EClass" name="Instruction_srem" eSuperTypes="#//BinaryInstruction"/>
<eClassifiers xsi:type="ecore:EClass" name="Instruction_frem" eSuperTypes="#//BinaryInstruction"/>
<eClassifiers xsi:type="ecore:EClass" name="BitwiseBinaryInstruction">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="opcode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="op1" eType="#//ValueRef"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="op2" eType="#//ValueRef"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Instruction_shl" eSuperTypes="#//BitwiseBinaryInstruction"/>
<eClassifiers xsi:type="ecore:EClass" name="Instruction_lshr" eSuperTypes="#//BitwiseBinaryInstruction"/>
<eClassifiers xsi:type="ecore:EClass" name="Instruction_ashr" eSuperTypes="#//BitwiseBinaryInstruction"/>
<eClassifiers xsi:type="ecore:EClass" name="Instruction_and" eSuperTypes="#//BitwiseBinaryInstruction"/>
<eClassifiers xsi:type="ecore:EClass" name="Instruction_or" eSuperTypes="#//BitwiseBinaryInstruction"/>
<eClassifiers xsi:type="ecore:EClass" name="Instruction_xor" eSuperTypes="#//BitwiseBinaryInstruction"/>
<eClassifiers xsi:type="ecore:EClass" name="VectorInstructions">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="opcode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Instruction_extractelement" eSuperTypes="#//VectorInstructions">
<eStructuralFeatures xsi:type="ecore:EReference" name="vector" eType="#//TypedValue"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="index" eType="#//TypedValue"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Instruction_insertelement" eSuperTypes="#//VectorInstructions">
<eStructuralFeatures xsi:type="ecore:EReference" name="vector" eType="#//TypedValue"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="element" eType="#//TypedValue"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="index" eType="#//TypedValue"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Instruction_shufflevector" eSuperTypes="#//VectorInstructions">
<eStructuralFeatures xsi:type="ecore:EReference" name="vector1" eType="#//TypedValue"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="vector2" eType="#//TypedValue"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mask" eType="#//TypedValue"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AggregateInstruction">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="opcode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="aggregate" eType="#//TypedValue"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="indices" upperBound="-1"
eType="#//Constant" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Instruction_extractvalue" eSuperTypes="#//AggregateInstruction"/>
<eClassifiers xsi:type="ecore:EClass" name="Instruction_insertvalue" eSuperTypes="#//AggregateInstruction">
<eStructuralFeatures xsi:type="ecore:EReference" name="element" eType="#//TypedValue"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MemoryInstruction">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="opcode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Instruction_alloca" eSuperTypes="#//MemoryInstruction">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="numElements" eType="#//TypedValue"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="alignment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Instruction_load" eSuperTypes="#//MemoryInstruction">
<eStructuralFeatures xsi:type="ecore:EReference" name="pointer" eType="#//TypedValue"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="alignment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="nontemporalIndex" eType="#//MetadataRef"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="invariantLoadIndex" eType="#//MetadataRef"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ordering" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Instruction_store" eSuperTypes="#//MemoryInstruction">
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//TypedValue"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="pointer" eType="#//TypedValue"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="alignment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="nontemporalIndex" eType="#//MetadataRef"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ordering" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Instruction_fence" eSuperTypes="#//MemoryInstruction">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ordering" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Instruction_cmpxchg" eSuperTypes="#//MemoryInstruction">
<eStructuralFeatures xsi:type="ecore:EReference" name="pointer" eType="#//TypedValue"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="comparedWith" eType="#//TypedValue"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="newValue" eType="#//TypedValue"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ordering" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Instruction_atomicrmw" eSuperTypes="#//MemoryInstruction">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="pointer" eType="#//TypedValue"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="argument" eType="#//TypedValue"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ordering" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Instruction_getelementptr" eSuperTypes="#//MemoryInstruction">
<eStructuralFeatures xsi:type="ecore:EReference" name="base" eType="#//TypedValue"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="indices" upperBound="-1"
eType="#//TypedValue" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConversionInstruction">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="opcode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fromType" eType="#//Type"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//ValueRef"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="targetType" eType="#//Type"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OtherInstruction">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="opcode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Instruction_icmp" eSuperTypes="#//OtherInstruction">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="condition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="op1" eType="#//ValueRef"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="op2" eType="#//ValueRef"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Instruction_fcmp" eSuperTypes="#//OtherInstruction">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="condition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="op1" eType="#//ValueRef"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="op2" eType="#//ValueRef"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Instruction_phi">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="opcode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="values" upperBound="-1"
eType="#//ValueRef" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="labels" upperBound="-1"
eType="#//BasicBlockRef" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Instruction_select" eSuperTypes="#//OtherInstruction">
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//TypedValue"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value1" eType="#//TypedValue"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value2" eType="#//TypedValue"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Instruction_call_nonVoid">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isTail" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="opcode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="cconv" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="returnAttributes" eType="#//ParameterAttributes"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="returnType" eType="#//NonVoidType"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="functionPointerType" eType="#//Type"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="callee" eType="#//Callee"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="args" eType="#//ArgList"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="functionAttributes" eType="#//FunctionAttributes"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Instruction_call_void">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isTail" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="opcode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="cconv" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="returnAttributes" eType="#//ParameterAttributes"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="returnType" eType="#//VoidType"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="functionPointerType" eType="#//Type"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="callee" eType="#//Callee"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="args" eType="#//ArgList"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="functionAttributes" eType="#//FunctionAttributes"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ArgList">
<eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1"
eType="#//Argument" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Callee"/>
<eClassifiers xsi:type="ecore:EClass" name="InlineAssembler" eSuperTypes="#//Callee">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="assembler" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="flags" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Instruction_va_arg" eSuperTypes="#//OtherInstruction">
<eStructuralFeatures xsi:type="ecore:EReference" name="arglist" eType="#//TypedValue"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Instruction_landingpad" eSuperTypes="#//OtherInstruction">
<eStructuralFeatures xsi:type="ecore:EReference" name="resultType" eType="#//Type"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="personalityType" eType="#//Type"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="personalityFunction" eType="#//FunctionRef"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="clauses" upperBound="-1"
eType="#//LandingpadClause" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LandingpadClause">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="landingPadType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="catchType" eType="#//TypedValue"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="arrayType" eType="#//ArrayType"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="arrayConstant" eType="#//ArrayConstant"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypedValue">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ref" eType="#//ValueRef"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ParameterType">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attrs" eType="#//ParameterAttributes"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ParameterAttributes">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="attributes" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Argument">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//ParameterType"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ref" eType="#//ValueRef"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//LocalValue">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//ParameterType"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NonVoidType">
<eStructuralFeatures xsi:type="ecore:EReference" name="baseType" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="functionSuffix" eType="#//FunctionTypeOrPointerToFunctionTypeSuffix"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="stars" upperBound="-1"
eType="#//Star" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Star">
<eStructuralFeatures xsi:type="ecore:EReference" name="addressSpace" eType="#//AddressSpace"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Type">
<eStructuralFeatures xsi:type="ecore:EReference" name="baseType" eType="#//NonLeftRecursiveType"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="stars" upperBound="-1"
eType="#//Star" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="functionSuffix" eType="#//FunctionTypeOrPointerToFunctionTypeSuffix"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FunctionTypeOrPointerToFunctionTypeSuffix">
<eStructuralFeatures xsi:type="ecore:EReference" name="containedTypes" upperBound="-1"
eType="#//ParameterType" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="vararg" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="stars" upperBound="-1"
eType="#//Star" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NonLeftRecursiveType">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typedef" eType="#//TypeDef"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NonLeftRecursiveNonVoidType">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typedef" eType="#//TypeDef"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypeDef" eSuperTypes="#//TopLevelElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//NonVoidType"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IntType"/>
<eClassifiers xsi:type="ecore:EClass" name="OpaqueType"/>
<eClassifiers xsi:type="ecore:EClass" name="StructType">
<eStructuralFeatures xsi:type="ecore:EReference" name="types" upperBound="-1"
eType="#//Type" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="packed" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VectorType">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="size" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elemType" eType="#//Type"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ArrayType">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="size" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elemType" eType="#//Type"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="X86mmxType"/>
<eClassifiers xsi:type="ecore:EClass" name="VoidType"/>
<eClassifiers xsi:type="ecore:EClass" name="MetadataType"/>
<eClassifiers xsi:type="ecore:EClass" name="FloatingType"/>
</ecore:EPackage>
| github:ecore:/data/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/LLVM_IR.ecore | ecore | lLVM_IR
Model
elements
TopLevelElement
NamedMetadata
name
node
MetadataRef
ref
ValueRef
GlobalValueRef
constant
metadata
FunctionRef
ref
LocalValueRef
ref
GlobalValue
GlobalValueDef
LocalValue
name
NamedInstruction
Instruction
metadata
Alias
name
linkage
visibility
type
aliasee
Aliasee
ref
bitcast
TargetInfo
infoType
layout
InlineAsm
asmLine
GlobalVariable
name
linkage
addrspace
tlsModel
type
initialValue
section
align
Constant
ref
ConstantExpression
opcode
ConstantExpression_convert
fromType
constant
targetType
ConstantExpression_getelementptr
constantType
constant
indexTypes
indices
ConstantExpression_select
condition
op1
op2
ConstantExpression_compare
condition
op1
op2
ConstantExpression_extractelement
vector
index
ConstantExpression_insertelement
vectorType
vector
element
index
ConstantExpression_shufflevector
vector1
vector2
mask
ConstantExpression_extractvalue
value
indices
ConstantExpression_insertvalue
value
element
indices
ConstantExpression_binary
op1
op2
Undef
BlockAddress
function
basicBlock
ZeroInitializer
StructureConstant
list
packed
ArrayConstant
list
VectorConstant
list
ConstantList
typedConstants
TypedConstant
type
value
SimpleConstant
value
MetadataNode
elements
MetadataNodeElement
value
metadataRef
null
MetadataString
name
AddressSpace
value
Function
header
FunctionDef
basicBlocks
FunctionDecl
FunctionHeader
linkage
visibility
cconv
rettype
name
parameters
attrs
section
align
gc
Parameters
parameters
vararg
FunctionAttributes
attributes
BasicBlock
name
instructions
MetadataSuffix
name
value
StartingInstruction
instruction
MiddleInstruction
instruction
NamedMiddleInstruction
instruction
TerminatorInstruction
instruction
NamedTerminatorInstruction
instruction
Instruction_ret
opcode
val
Instruction_br
opcode
condition
true
false
unconditional
Instruction_switch
opcode
comparisonValue
defaultDest
caseConditions
destinations
Instruction_indirectbr
opcode
address
destinations
Instruction_invoke_void
opcode
cconv
rettype
callee
args
attributes
toLabel
exceptionLabel
Instruction_invoke_nonVoid
opcode
cconv
rettype
callee
args
attributes
toLabel
exceptionLabel
Instruction_resume
opcode
value
Instruction_unreachable
opcode
BasicBlockRef
ref
BinaryInstruction
opcode
type
op1
op2
Instruction_add
Instruction_fadd
Instruction_sub
Instruction_fsub
Instruction_mul
Instruction_fmul
Instruction_udiv
Instruction_sdiv
Instruction_fdiv
Instruction_urem
Instruction_srem
Instruction_frem
BitwiseBinaryInstruction
opcode
type
op1
op2
Instruction_shl
Instruction_lshr
Instruction_ashr
Instruction_and
Instruction_or
Instruction_xor
VectorInstructions
opcode
Instruction_extractelement
vector
index
Instruction_insertelement
vector
element
index
Instruction_shufflevector
vector1
vector2
mask
AggregateInstruction
opcode
aggregate
indices
Instruction_extractvalue
Instruction_insertvalue
element
MemoryInstruction
opcode
Instruction_alloca
type
numElements
alignment
Instruction_load
pointer
alignment
nontemporalIndex
invariantLoadIndex
ordering
Instruction_store
value
pointer
alignment
nontemporalIndex
ordering
Instruction_fence
ordering
Instruction_cmpxchg
pointer
comparedWith
newValue
ordering
Instruction_atomicrmw
operation
pointer
argument
ordering
Instruction_getelementptr
base
indices
ConversionInstruction
opcode
fromType
value
targetType
OtherInstruction
opcode
Instruction_icmp
condition
type
op1
op2
Instruction_fcmp
condition
type
op1
op2
Instruction_phi
opcode
type
values
labels
Instruction_select
condition
value1
value2
Instruction_call_nonVoid
isTail
opcode
cconv
returnAttributes
returnType
functionPointerType
callee
args
functionAttributes
Instruction_call_void
isTail
opcode
cconv
returnAttributes
returnType
functionPointerType
callee
args
functionAttributes
ArgList
arguments
Callee
InlineAssembler
assembler
flags
Instruction_va_arg
arglist
type
Instruction_landingpad
resultType
personalityType
personalityFunction
clauses
LandingpadClause
landingPadType
catchType
arrayType
arrayConstant
TypedValue
type
ref
ParameterType
type
attrs
ParameterAttributes
attributes
Argument
type
ref
Parameter
type
NonVoidType
baseType
functionSuffix
stars
Star
addressSpace
Type
baseType
stars
functionSuffix
FunctionTypeOrPointerToFunctionTypeSuffix
containedTypes
vararg
stars
NonLeftRecursiveType
type
typedef
NonLeftRecursiveNonVoidType
type
typedef
TypeDef
name
type
IntType
OpaqueType
StructType
types
packed
VectorType
size
elemType
ArrayType
size
elemType
X86mmxType
VoidType
MetadataType
FloatingType | null | {"directed":true,"nodes":[{"nsPrefix":"lLVM_IR","nsURI":"http://www.intel.com/llvm/ireditor","name":"lLVM_IR","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":"TopLevelElement","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedMetadata","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetadataRef","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueRef","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GlobalValueRef","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionRef","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocalValueRef","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GlobalValue","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GlobalValueDef","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocalValue","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedInstruction","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Alias","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Aliasee","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TargetInfo","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InlineAsm","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GlobalVariable","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constant","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstantExpression","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstantExpression_convert","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstantExpression_getelementptr","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstantExpression_select","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstantExpression_compare","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstantExpression_extractelement","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstantExpression_insertelement","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstantExpression_shufflevector","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstantExpression_extractvalue","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstantExpression_insertvalue","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstantExpression_binary","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Undef","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BlockAddress","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ZeroInitializer","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructureConstant","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayConstant","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VectorConstant","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstantList","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedConstant","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleConstant","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetadataNode","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetadataNodeElement","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetadataString","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddressSpace","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Function","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionDef","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionDecl","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionHeader","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameters","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionAttributes","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BasicBlock","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetadataSuffix","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StartingInstruction","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MiddleInstruction","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedMiddleInstruction","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TerminatorInstruction","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedTerminatorInstruction","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_ret","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_br","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_switch","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_indirectbr","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_invoke_void","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_invoke_nonVoid","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_resume","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_unreachable","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BasicBlockRef","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryInstruction","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_add","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_fadd","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_sub","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_fsub","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_mul","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_fmul","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_udiv","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_sdiv","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_fdiv","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_urem","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_srem","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_frem","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BitwiseBinaryInstruction","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_shl","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_lshr","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_ashr","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_and","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_or","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_xor","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VectorInstructions","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_extractelement","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_insertelement","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_shufflevector","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AggregateInstruction","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_extractvalue","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_insertvalue","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MemoryInstruction","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_alloca","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_load","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_store","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_fence","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_cmpxchg","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_atomicrmw","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_getelementptr","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConversionInstruction","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OtherInstruction","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_icmp","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_fcmp","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_phi","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_select","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_call_nonVoid","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_call_void","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArgList","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Callee","instanceClass":null,"abstract":false,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InlineAssembler","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_va_arg","instanceClass":null,"abstract":false,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_landingpad","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LandingpadClause","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedValue","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterType","instanceClass":null,"abstract":false,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterAttributes","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Argument","instanceClass":null,"abstract":false,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NonVoidType","instanceClass":null,"abstract":false,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Star","instanceClass":null,"abstract":false,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionTypeOrPointerToFunctionTypeSuffix","instanceClass":null,"abstract":false,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NonLeftRecursiveType","instanceClass":null,"abstract":false,"id":124,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NonLeftRecursiveNonVoidType","instanceClass":null,"abstract":false,"id":125,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeDef","instanceClass":null,"abstract":false,"id":126,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntType","instanceClass":null,"abstract":false,"id":127,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpaqueType","instanceClass":null,"abstract":false,"id":128,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructType","instanceClass":null,"abstract":false,"id":129,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VectorType","instanceClass":null,"abstract":false,"id":130,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayType","instanceClass":null,"abstract":false,"id":131,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"X86mmxType","instanceClass":null,"abstract":false,"id":132,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VoidType","instanceClass":null,"abstract":false,"id":133,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetadataType","instanceClass":null,"abstract":false,"id":134,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FloatingType","instanceClass":null,"abstract":false,"id":135,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":136,"derived":false},{"id":137,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":138,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"node","changeable":true,"resolveProxies":true,"lowerBound":0,"id":139,"derived":false},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ref","changeable":true,"resolveProxies":true,"lowerBound":0,"id":143,"derived":false},{"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":"constant","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":"metadata","changeable":true,"resolveProxies":true,"lowerBound":0,"id":147,"derived":false},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ref","changeable":true,"resolveProxies":true,"lowerBound":0,"id":151,"derived":false},{"id":152,"eClass":"EGenericType"},{"container":false,"ordered":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":153,"derived":false},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":157,"derived":false},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"metadata","changeable":true,"resolveProxies":true,"lowerBound":0,"id":160,"derived":false},{"id":161,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":162,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"linkage","changeable":true,"lowerBound":0,"iD":false,"id":163,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"visibility","changeable":true,"lowerBound":0,"iD":false,"id":164,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":165,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"aliasee","changeable":true,"resolveProxies":true,"lowerBound":0,"id":166,"derived":false},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"container":false,"ordered":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":174,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bitcast","changeable":true,"resolveProxies":true,"lowerBound":0,"id":175,"derived":false},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"infoType","changeable":true,"lowerBound":0,"iD":false,"id":178,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"layout","changeable":true,"lowerBound":0,"iD":false,"id":179,"derived":false},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"asmLine","changeable":true,"lowerBound":0,"iD":false,"id":183,"derived":false},{"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":186,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"linkage","changeable":true,"lowerBound":0,"iD":false,"id":187,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"addrspace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":188,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tlsModel","changeable":true,"lowerBound":0,"iD":false,"id":189,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":190,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initialValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":191,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"section","changeable":true,"lowerBound":0,"iD":false,"id":192,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"align","changeable":true,"lowerBound":0,"iD":false,"id":193,"derived":false},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ref","changeable":true,"resolveProxies":true,"lowerBound":0,"id":204,"derived":false},{"id":205,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"opcode","changeable":true,"lowerBound":0,"iD":false,"id":206,"derived":false},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fromType","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"constant","changeable":true,"resolveProxies":true,"lowerBound":0,"id":210,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"targetType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":211,"derived":false},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"constantType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":216,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"constant","changeable":true,"resolveProxies":true,"lowerBound":0,"id":217,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"indexTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":218,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"indices","changeable":true,"resolveProxies":true,"lowerBound":0,"id":219,"derived":false},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":225,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"op1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":226,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"op2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":227,"derived":false},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":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":232,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"op1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":233,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"op2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":234,"derived":false},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"vector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":239,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"index","changeable":true,"resolveProxies":true,"lowerBound":0,"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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"vectorType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":244,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"vector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":245,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"element","changeable":true,"resolveProxies":true,"lowerBound":0,"id":246,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"index","changeable":true,"resolveProxies":true,"lowerBound":0,"id":247,"derived":false},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"vector1","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":"vector2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":254,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mask","changeable":true,"resolveProxies":true,"lowerBound":0,"id":255,"derived":false},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"container":false,"ordered":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":260,"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":"indices","changeable":true,"lowerBound":0,"iD":false,"id":261,"derived":false},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":265,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"element","changeable":true,"resolveProxies":true,"lowerBound":0,"id":266,"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":"indices","changeable":true,"lowerBound":0,"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":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"op1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":272,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"op2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":273,"derived":false},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"function","changeable":true,"resolveProxies":true,"lowerBound":0,"id":278,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"basicBlock","changeable":true,"resolveProxies":true,"lowerBound":0,"id":279,"derived":false},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"list","changeable":true,"resolveProxies":true,"lowerBound":0,"id":284,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"packed","changeable":true,"lowerBound":0,"iD":false,"id":285,"derived":false},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"list","changeable":true,"resolveProxies":true,"lowerBound":0,"id":289,"derived":false},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"list","changeable":true,"resolveProxies":true,"lowerBound":0,"id":292,"derived":false},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typedConstants","changeable":true,"resolveProxies":true,"lowerBound":0,"id":295,"derived":false},{"id":296,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":297,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":298,"derived":false},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":301,"derived":false},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":304,"derived":false},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":307,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"metadataRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":308,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"null","changeable":true,"lowerBound":0,"iD":false,"id":309,"derived":false},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":313,"derived":false},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":316,"derived":false},{"id":317,"eClass":"EGenericType"},{"container":false,"ordered":true,"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":318,"derived":false},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"basicBlocks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":321,"derived":false},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"linkage","changeable":true,"lowerBound":0,"iD":false,"id":325,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"visibility","changeable":true,"lowerBound":0,"iD":false,"id":326,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cconv","changeable":true,"lowerBound":0,"iD":false,"id":327,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rettype","changeable":true,"resolveProxies":true,"lowerBound":0,"id":328,"derived":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":329,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":330,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attrs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":331,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"section","changeable":true,"lowerBound":0,"iD":false,"id":332,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"align","changeable":true,"lowerBound":0,"iD":false,"id":333,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"gc","changeable":true,"lowerBound":0,"iD":false,"id":334,"derived":false},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":346,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"vararg","changeable":true,"lowerBound":0,"iD":false,"id":347,"derived":false},{"id":348,"eClass":"EGenericType"},{"id":349,"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":"attributes","changeable":true,"lowerBound":0,"iD":false,"id":350,"derived":false},{"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":352,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"instructions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":353,"derived":false},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":356,"derived":false},{"container":false,"ordered":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":357,"derived":false},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"instruction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":360,"derived":false},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"instruction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":364,"derived":false},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"instruction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":367,"derived":false},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"instruction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":370,"derived":false},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"instruction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":373,"derived":false},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"opcode","changeable":true,"lowerBound":0,"iD":false,"id":376,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"val","changeable":true,"resolveProxies":true,"lowerBound":0,"id":377,"derived":false},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"opcode","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":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":381,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"true","changeable":true,"resolveProxies":true,"lowerBound":0,"id":382,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"false","changeable":true,"resolveProxies":true,"lowerBound":0,"id":383,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"unconditional","changeable":true,"resolveProxies":true,"lowerBound":0,"id":384,"derived":false},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"opcode","changeable":true,"lowerBound":0,"iD":false,"id":390,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"comparisonValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":391,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defaultDest","changeable":true,"resolveProxies":true,"lowerBound":0,"id":392,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"caseConditions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":393,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"destinations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":394,"derived":false},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"id":397,"eClass":"EGenericType"},{"id":398,"eClass":"EGenericType"},{"id":399,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"opcode","changeable":true,"lowerBound":0,"iD":false,"id":400,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"address","changeable":true,"resolveProxies":true,"lowerBound":0,"id":401,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"destinations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":402,"derived":false},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"id":405,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"opcode","changeable":true,"lowerBound":0,"iD":false,"id":406,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cconv","changeable":true,"lowerBound":0,"iD":false,"id":407,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rettype","changeable":true,"resolveProxies":true,"lowerBound":0,"id":408,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"callee","changeable":true,"resolveProxies":true,"lowerBound":0,"id":409,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"args","changeable":true,"resolveProxies":true,"lowerBound":0,"id":410,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","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":"toLabel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":412,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exceptionLabel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":413,"derived":false},{"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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"opcode","changeable":true,"lowerBound":0,"iD":false,"id":422,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cconv","changeable":true,"lowerBound":0,"iD":false,"id":423,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rettype","changeable":true,"resolveProxies":true,"lowerBound":0,"id":424,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"callee","changeable":true,"resolveProxies":true,"lowerBound":0,"id":425,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"args","changeable":true,"resolveProxies":true,"lowerBound":0,"id":426,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":427,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"toLabel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":428,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exceptionLabel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":429,"derived":false},{"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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"opcode","changeable":true,"lowerBound":0,"iD":false,"id":438,"derived":false},{"container":false,"ordered":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":439,"derived":false},{"id":440,"eClass":"EGenericType"},{"id":441,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"opcode","changeable":true,"lowerBound":0,"iD":false,"id":442,"derived":false},{"id":443,"eClass":"EGenericType"},{"container":false,"ordered":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":444,"derived":false},{"id":445,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"opcode","changeable":true,"lowerBound":0,"iD":false,"id":446,"derived":false},{"container":false,"ordered":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":447,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"op1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":448,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"op2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":449,"derived":false},{"id":450,"eClass":"EGenericType"},{"id":451,"eClass":"EGenericType"},{"id":452,"eClass":"EGenericType"},{"id":453,"eClass":"EGenericType"},{"id":454,"eClass":"EGenericType"},{"id":455,"eClass":"EGenericType"},{"id":456,"eClass":"EGenericType"},{"id":457,"eClass":"EGenericType"},{"id":458,"eClass":"EGenericType"},{"id":459,"eClass":"EGenericType"},{"id":460,"eClass":"EGenericType"},{"id":461,"eClass":"EGenericType"},{"id":462,"eClass":"EGenericType"},{"id":463,"eClass":"EGenericType"},{"id":464,"eClass":"EGenericType"},{"id":465,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"opcode","changeable":true,"lowerBound":0,"iD":false,"id":466,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":467,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"op1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":468,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"op2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":469,"derived":false},{"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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"opcode","changeable":true,"lowerBound":0,"iD":false,"id":480,"derived":false},{"id":481,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"vector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":482,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"index","changeable":true,"resolveProxies":true,"lowerBound":0,"id":483,"derived":false},{"id":484,"eClass":"EGenericType"},{"id":485,"eClass":"EGenericType"},{"id":486,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"vector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":487,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"element","changeable":true,"resolveProxies":true,"lowerBound":0,"id":488,"derived":false},{"container":false,"ordered":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":489,"derived":false},{"id":490,"eClass":"EGenericType"},{"id":491,"eClass":"EGenericType"},{"id":492,"eClass":"EGenericType"},{"id":493,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"vector1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":494,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"vector2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":495,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mask","changeable":true,"resolveProxies":true,"lowerBound":0,"id":496,"derived":false},{"id":497,"eClass":"EGenericType"},{"id":498,"eClass":"EGenericType"},{"id":499,"eClass":"EGenericType"},{"id":500,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"opcode","changeable":true,"lowerBound":0,"iD":false,"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":"aggregate","changeable":true,"resolveProxies":true,"lowerBound":0,"id":502,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"indices","changeable":true,"resolveProxies":true,"lowerBound":0,"id":503,"derived":false},{"id":504,"eClass":"EGenericType"},{"id":505,"eClass":"EGenericType"},{"id":506,"eClass":"EGenericType"},{"id":507,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"element","changeable":true,"resolveProxies":true,"lowerBound":0,"id":508,"derived":false},{"id":509,"eClass":"EGenericType"},{"id":510,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"opcode","changeable":true,"lowerBound":0,"iD":false,"id":511,"derived":false},{"id":512,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"numElements","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":"alignment","changeable":true,"lowerBound":0,"iD":false,"id":515,"derived":false},{"id":516,"eClass":"EGenericType"},{"id":517,"eClass":"EGenericType"},{"id":518,"eClass":"EGenericType"},{"id":519,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pointer","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"alignment","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":"nontemporalIndex","changeable":true,"resolveProxies":true,"lowerBound":0,"id":522,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"invariantLoadIndex","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"ordering","changeable":true,"lowerBound":0,"iD":false,"id":524,"derived":false},{"id":525,"eClass":"EGenericType"},{"id":526,"eClass":"EGenericType"},{"id":527,"eClass":"EGenericType"},{"id":528,"eClass":"EGenericType"},{"id":529,"eClass":"EGenericType"},{"id":530,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":531,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pointer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":532,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"alignment","changeable":true,"lowerBound":0,"iD":false,"id":533,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nontemporalIndex","changeable":true,"resolveProxies":true,"lowerBound":0,"id":534,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ordering","changeable":true,"lowerBound":0,"iD":false,"id":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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ordering","changeable":true,"lowerBound":0,"iD":false,"id":542,"derived":false},{"id":543,"eClass":"EGenericType"},{"id":544,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pointer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":545,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"comparedWith","changeable":true,"resolveProxies":true,"lowerBound":0,"id":546,"derived":false},{"container":false,"ordered":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":547,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ordering","changeable":true,"lowerBound":0,"iD":false,"id":548,"derived":false},{"id":549,"eClass":"EGenericType"},{"id":550,"eClass":"EGenericType"},{"id":551,"eClass":"EGenericType"},{"id":552,"eClass":"EGenericType"},{"id":553,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operation","changeable":true,"lowerBound":0,"iD":false,"id":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":"pointer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":555,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"argument","changeable":true,"resolveProxies":true,"lowerBound":0,"id":556,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ordering","changeable":true,"lowerBound":0,"iD":false,"id":557,"derived":false},{"id":558,"eClass":"EGenericType"},{"id":559,"eClass":"EGenericType"},{"id":560,"eClass":"EGenericType"},{"id":561,"eClass":"EGenericType"},{"id":562,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"base","changeable":true,"resolveProxies":true,"lowerBound":0,"id":563,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"indices","changeable":true,"resolveProxies":true,"lowerBound":0,"id":564,"derived":false},{"id":565,"eClass":"EGenericType"},{"id":566,"eClass":"EGenericType"},{"id":567,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"opcode","changeable":true,"lowerBound":0,"iD":false,"id":568,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fromType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":569,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":570,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"targetType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":571,"derived":false},{"id":572,"eClass":"EGenericType"},{"id":573,"eClass":"EGenericType"},{"id":574,"eClass":"EGenericType"},{"id":575,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"opcode","changeable":true,"lowerBound":0,"iD":false,"id":576,"derived":false},{"id":577,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"lowerBound":0,"iD":false,"id":578,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":579,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"op1","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"op2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":581,"derived":false},{"id":582,"eClass":"EGenericType"},{"id":583,"eClass":"EGenericType"},{"id":584,"eClass":"EGenericType"},{"id":585,"eClass":"EGenericType"},{"id":586,"eClass":"EGenericType"},{"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":587,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":588,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"op1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":589,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"op2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":590,"derived":false},{"id":591,"eClass":"EGenericType"},{"id":592,"eClass":"EGenericType"},{"id":593,"eClass":"EGenericType"},{"id":594,"eClass":"EGenericType"},{"id":595,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"opcode","changeable":true,"lowerBound":0,"iD":false,"id":596,"derived":false},{"container":false,"ordered":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":597,"derived":false},{"container":false,"ordered":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":598,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"labels","changeable":true,"resolveProxies":true,"lowerBound":0,"id":599,"derived":false},{"id":600,"eClass":"EGenericType"},{"id":601,"eClass":"EGenericType"},{"id":602,"eClass":"EGenericType"},{"id":603,"eClass":"EGenericType"},{"container":false,"ordered":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":604,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":605,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":606,"derived":false},{"id":607,"eClass":"EGenericType"},{"id":608,"eClass":"EGenericType"},{"id":609,"eClass":"EGenericType"},{"id":610,"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":"isTail","changeable":true,"lowerBound":0,"iD":false,"id":611,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"opcode","changeable":true,"lowerBound":0,"iD":false,"id":612,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cconv","changeable":true,"lowerBound":0,"iD":false,"id":613,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"returnAttributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":614,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"returnType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":615,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"functionPointerType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":616,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"callee","changeable":true,"resolveProxies":true,"lowerBound":0,"id":617,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"args","changeable":true,"resolveProxies":true,"lowerBound":0,"id":618,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"functionAttributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":619,"derived":false},{"id":620,"eClass":"EGenericType"},{"id":621,"eClass":"EGenericType"},{"id":622,"eClass":"EGenericType"},{"id":623,"eClass":"EGenericType"},{"id":624,"eClass":"EGenericType"},{"id":625,"eClass":"EGenericType"},{"id":626,"eClass":"EGenericType"},{"id":627,"eClass":"EGenericType"},{"id":628,"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":"isTail","changeable":true,"lowerBound":0,"iD":false,"id":629,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"opcode","changeable":true,"lowerBound":0,"iD":false,"id":630,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cconv","changeable":true,"lowerBound":0,"iD":false,"id":631,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"returnAttributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":632,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"returnType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":633,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"functionPointerType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":634,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"callee","changeable":true,"resolveProxies":true,"lowerBound":0,"id":635,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"args","changeable":true,"resolveProxies":true,"lowerBound":0,"id":636,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"functionAttributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":637,"derived":false},{"id":638,"eClass":"EGenericType"},{"id":639,"eClass":"EGenericType"},{"id":640,"eClass":"EGenericType"},{"id":641,"eClass":"EGenericType"},{"id":642,"eClass":"EGenericType"},{"id":643,"eClass":"EGenericType"},{"id":644,"eClass":"EGenericType"},{"id":645,"eClass":"EGenericType"},{"id":646,"eClass":"EGenericType"},{"container":false,"ordered":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":647,"derived":false},{"id":648,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"assembler","changeable":true,"lowerBound":0,"iD":false,"id":649,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"flags","changeable":true,"lowerBound":0,"iD":false,"id":650,"derived":false},{"id":651,"eClass":"EGenericType"},{"id":652,"eClass":"EGenericType"},{"id":653,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arglist","changeable":true,"resolveProxies":true,"lowerBound":0,"id":654,"derived":false},{"container":false,"ordered":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":655,"derived":false},{"id":656,"eClass":"EGenericType"},{"id":657,"eClass":"EGenericType"},{"id":658,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"resultType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":659,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"personalityType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":660,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"personalityFunction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":661,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"clauses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":662,"derived":false},{"id":663,"eClass":"EGenericType"},{"id":664,"eClass":"EGenericType"},{"id":665,"eClass":"EGenericType"},{"id":666,"eClass":"EGenericType"},{"id":667,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"landingPadType","changeable":true,"lowerBound":0,"iD":false,"id":668,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"catchType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":669,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arrayType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":670,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arrayConstant","changeable":true,"resolveProxies":true,"lowerBound":0,"id":671,"derived":false},{"id":672,"eClass":"EGenericType"},{"id":673,"eClass":"EGenericType"},{"id":674,"eClass":"EGenericType"},{"id":675,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":676,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ref","changeable":true,"resolveProxies":true,"lowerBound":0,"id":677,"derived":false},{"id":678,"eClass":"EGenericType"},{"id":679,"eClass":"EGenericType"},{"container":false,"ordered":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":680,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attrs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":681,"derived":false},{"id":682,"eClass":"EGenericType"},{"id":683,"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":"attributes","changeable":true,"lowerBound":0,"iD":false,"id":684,"derived":false},{"id":685,"eClass":"EGenericType"},{"container":false,"ordered":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":686,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ref","changeable":true,"resolveProxies":true,"lowerBound":0,"id":687,"derived":false},{"id":688,"eClass":"EGenericType"},{"id":689,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":690,"derived":false},{"id":691,"eClass":"EGenericType"},{"id":692,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"baseType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":693,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"functionSuffix","changeable":true,"resolveProxies":true,"lowerBound":0,"id":694,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"stars","changeable":true,"resolveProxies":true,"lowerBound":0,"id":695,"derived":false},{"id":696,"eClass":"EGenericType"},{"id":697,"eClass":"EGenericType"},{"id":698,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"addressSpace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":699,"derived":false},{"id":700,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"baseType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":701,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"stars","changeable":true,"resolveProxies":true,"lowerBound":0,"id":702,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"functionSuffix","changeable":true,"resolveProxies":true,"lowerBound":0,"id":703,"derived":false},{"id":704,"eClass":"EGenericType"},{"id":705,"eClass":"EGenericType"},{"id":706,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"containedTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":707,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"vararg","changeable":true,"lowerBound":0,"iD":false,"id":708,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"stars","changeable":true,"resolveProxies":true,"lowerBound":0,"id":709,"derived":false},{"id":710,"eClass":"EGenericType"},{"id":711,"eClass":"EGenericType"},{"id":712,"eClass":"EGenericType"},{"container":false,"ordered":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":713,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"typedef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":714,"derived":false},{"id":715,"eClass":"EGenericType"},{"id":716,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":717,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"typedef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":718,"derived":false},{"id":719,"eClass":"EGenericType"},{"id":720,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":721,"derived":false},{"container":false,"ordered":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":722,"derived":false},{"id":723,"eClass":"EGenericType"},{"id":724,"eClass":"EGenericType"},{"id":725,"eClass":"EGenericType"},{"container":false,"ordered":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":726,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"packed","changeable":true,"lowerBound":0,"iD":false,"id":727,"derived":false},{"id":728,"eClass":"EGenericType"},{"id":729,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"size","changeable":true,"lowerBound":0,"iD":false,"id":730,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elemType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":731,"derived":false},{"id":732,"eClass":"EGenericType"},{"id":733,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"size","changeable":true,"lowerBound":0,"iD":false,"id":734,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elemType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":735,"derived":false},{"id":736,"eClass":"EGenericType"},{"id":737,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":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":1,"target":0},{"source":1,"target":136},{"source":136,"target":2},{"source":136,"target":137},{"source":136,"target":1},{"source":137,"target":2},{"source":2,"target":0},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":138},{"source":3,"target":139},{"source":3,"target":140},{"source":138,"target":141},{"source":138,"target":3},{"source":139,"target":40},{"source":139,"target":142},{"source":139,"target":3},{"source":142,"target":40},{"source":140,"target":2},{"source":4,"target":0},{"source":4,"target":143},{"source":143,"target":3},{"source":143,"target":144},{"source":143,"target":4},{"source":144,"target":3},{"source":5,"target":0},{"source":5,"target":110},{"source":5,"target":145},{"source":145,"target":110},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":146},{"source":6,"target":147},{"source":6,"target":148},{"source":146,"target":19},{"source":146,"target":149},{"source":146,"target":6},{"source":149,"target":19},{"source":147,"target":4},{"source":147,"target":150},{"source":147,"target":6},{"source":150,"target":4},{"source":148,"target":5},{"source":7,"target":0},{"source":7,"target":151},{"source":151,"target":47},{"source":151,"target":152},{"source":151,"target":7},{"source":152,"target":47},{"source":8,"target":0},{"source":8,"target":5},{"source":8,"target":153},{"source":8,"target":154},{"source":153,"target":11},{"source":153,"target":155},{"source":153,"target":8},{"source":155,"target":11},{"source":154,"target":5},{"source":9,"target":0},{"source":9,"target":2},{"source":9,"target":156},{"source":156,"target":2},{"source":10,"target":0},{"source":11,"target":0},{"source":11,"target":157},{"source":157,"target":158},{"source":157,"target":11},{"source":12,"target":0},{"source":12,"target":11},{"source":12,"target":159},{"source":159,"target":11},{"source":13,"target":0},{"source":13,"target":160},{"source":160,"target":51},{"source":160,"target":161},{"source":160,"target":13},{"source":161,"target":51},{"source":14,"target":0},{"source":14,"target":9},{"source":14,"target":10},{"source":14,"target":162},{"source":14,"target":163},{"source":14,"target":164},{"source":14,"target":165},{"source":14,"target":166},{"source":14,"target":167},{"source":14,"target":168},{"source":162,"target":169},{"source":162,"target":14},{"source":163,"target":170},{"source":163,"target":14},{"source":164,"target":171},{"source":164,"target":14},{"source":165,"target":122},{"source":165,"target":172},{"source":165,"target":14},{"source":172,"target":122},{"source":166,"target":15},{"source":166,"target":173},{"source":166,"target":14},{"source":173,"target":15},{"source":167,"target":9},{"source":168,"target":10},{"source":15,"target":0},{"source":15,"target":174},{"source":15,"target":175},{"source":174,"target":10},{"source":174,"target":176},{"source":174,"target":15},{"source":176,"target":10},{"source":175,"target":21},{"source":175,"target":177},{"source":175,"target":15},{"source":177,"target":21},{"source":16,"target":0},{"source":16,"target":2},{"source":16,"target":178},{"source":16,"target":179},{"source":16,"target":180},{"source":178,"target":181},{"source":178,"target":16},{"source":179,"target":182},{"source":179,"target":16},{"source":180,"target":2},{"source":17,"target":0},{"source":17,"target":2},{"source":17,"target":183},{"source":17,"target":184},{"source":183,"target":185},{"source":183,"target":17},{"source":184,"target":2},{"source":18,"target":0},{"source":18,"target":9},{"source":18,"target":10},{"source":18,"target":186},{"source":18,"target":187},{"source":18,"target":188},{"source":18,"target":189},{"source":18,"target":190},{"source":18,"target":191},{"source":18,"target":192},{"source":18,"target":193},{"source":18,"target":194},{"source":18,"target":195},{"source":186,"target":196},{"source":186,"target":18},{"source":187,"target":197},{"source":187,"target":18},{"source":188,"target":43},{"source":188,"target":198},{"source":188,"target":18},{"source":198,"target":43},{"source":189,"target":199},{"source":189,"target":18},{"source":190,"target":122},{"source":190,"target":200},{"source":190,"target":18},{"source":200,"target":122},{"source":191,"target":19},{"source":191,"target":201},{"source":191,"target":18},{"source":201,"target":19},{"source":192,"target":202},{"source":192,"target":18},{"source":193,"target":203},{"source":193,"target":18},{"source":194,"target":9},{"source":195,"target":10},{"source":19,"target":0},{"source":19,"target":204},{"source":204,"target":10},{"source":204,"target":205},{"source":204,"target":19},{"source":205,"target":10},{"source":20,"target":0},{"source":20,"target":19},{"source":20,"target":206},{"source":20,"target":207},{"source":206,"target":208},{"source":206,"target":20},{"source":207,"target":19},{"source":21,"target":0},{"source":21,"target":20},{"source":21,"target":209},{"source":21,"target":210},{"source":21,"target":211},{"source":21,"target":212},{"source":209,"target":122},{"source":209,"target":213},{"source":209,"target":21},{"source":213,"target":122},{"source":210,"target":6},{"source":210,"target":214},{"source":210,"target":21},{"source":214,"target":6},{"source":211,"target":122},{"source":211,"target":215},{"source":211,"target":21},{"source":215,"target":122},{"source":212,"target":20},{"source":22,"target":0},{"source":22,"target":20},{"source":22,"target":216},{"source":22,"target":217},{"source":22,"target":218},{"source":22,"target":219},{"source":22,"target":220},{"source":216,"target":122},{"source":216,"target":221},{"source":216,"target":22},{"source":221,"target":122},{"source":217,"target":6},{"source":217,"target":222},{"source":217,"target":22},{"source":222,"target":6},{"source":218,"target":122},{"source":218,"target":223},{"source":218,"target":22},{"source":223,"target":122},{"source":219,"target":19},{"source":219,"target":224},{"source":219,"target":22},{"source":224,"target":19},{"source":220,"target":20},{"source":23,"target":0},{"source":23,"target":20},{"source":23,"target":225},{"source":23,"target":226},{"source":23,"target":227},{"source":23,"target":228},{"source":225,"target":115},{"source":225,"target":229},{"source":225,"target":23},{"source":229,"target":115},{"source":226,"target":115},{"source":226,"target":230},{"source":226,"target":23},{"source":230,"target":115},{"source":227,"target":115},{"source":227,"target":231},{"source":227,"target":23},{"source":231,"target":115},{"source":228,"target":20},{"source":24,"target":0},{"source":24,"target":20},{"source":24,"target":232},{"source":24,"target":233},{"source":24,"target":234},{"source":24,"target":235},{"source":232,"target":236},{"source":232,"target":24},{"source":233,"target":115},{"source":233,"target":237},{"source":233,"target":24},{"source":237,"target":115},{"source":234,"target":115},{"source":234,"target":238},{"source":234,"target":24},{"source":238,"target":115},{"source":235,"target":20},{"source":25,"target":0},{"source":25,"target":20},{"source":25,"target":239},{"source":25,"target":240},{"source":25,"target":241},{"source":239,"target":115},{"source":239,"target":242},{"source":239,"target":25},{"source":242,"target":115},{"source":240,"target":115},{"source":240,"target":243},{"source":240,"target":25},{"source":243,"target":115},{"source":241,"target":20},{"source":26,"target":0},{"source":26,"target":20},{"source":26,"target":244},{"source":26,"target":245},{"source":26,"target":246},{"source":26,"target":247},{"source":26,"target":248},{"source":244,"target":130},{"source":244,"target":249},{"source":244,"target":26},{"source":249,"target":130},{"source":245,"target":5},{"source":245,"target":250},{"source":245,"target":26},{"source":250,"target":5},{"source":246,"target":115},{"source":246,"target":251},{"source":246,"target":26},{"source":251,"target":115},{"source":247,"target":115},{"source":247,"target":252},{"source":247,"target":26},{"source":252,"target":115},{"source":248,"target":20},{"source":27,"target":0},{"source":27,"target":20},{"source":27,"target":253},{"source":27,"target":254},{"source":27,"target":255},{"source":27,"target":256},{"source":253,"target":115},{"source":253,"target":257},{"source":253,"target":27},{"source":257,"target":115},{"source":254,"target":115},{"source":254,"target":258},{"source":254,"target":27},{"source":258,"target":115},{"source":255,"target":115},{"source":255,"target":259},{"source":255,"target":27},{"source":259,"target":115},{"source":256,"target":20},{"source":28,"target":0},{"source":28,"target":20},{"source":28,"target":260},{"source":28,"target":261},{"source":28,"target":262},{"source":260,"target":115},{"source":260,"target":263},{"source":260,"target":28},{"source":263,"target":115},{"source":261,"target":264},{"source":261,"target":28},{"source":262,"target":20},{"source":29,"target":0},{"source":29,"target":20},{"source":29,"target":265},{"source":29,"target":266},{"source":29,"target":267},{"source":29,"target":268},{"source":265,"target":115},{"source":265,"target":269},{"source":265,"target":29},{"source":269,"target":115},{"source":266,"target":115},{"source":266,"target":270},{"source":266,"target":29},{"source":270,"target":115},{"source":267,"target":271},{"source":267,"target":29},{"source":268,"target":20},{"source":30,"target":0},{"source":30,"target":20},{"source":30,"target":272},{"source":30,"target":273},{"source":30,"target":274},{"source":272,"target":115},{"source":272,"target":275},{"source":272,"target":30},{"source":275,"target":115},{"source":273,"target":115},{"source":273,"target":276},{"source":273,"target":30},{"source":276,"target":115},{"source":274,"target":20},{"source":31,"target":0},{"source":31,"target":19},{"source":31,"target":277},{"source":277,"target":19},{"source":32,"target":0},{"source":32,"target":19},{"source":32,"target":278},{"source":32,"target":279},{"source":32,"target":280},{"source":278,"target":7},{"source":278,"target":281},{"source":278,"target":32},{"source":281,"target":7},{"source":279,"target":65},{"source":279,"target":282},{"source":279,"target":32},{"source":282,"target":65},{"source":280,"target":19},{"source":33,"target":0},{"source":33,"target":19},{"source":33,"target":283},{"source":283,"target":19},{"source":34,"target":0},{"source":34,"target":19},{"source":34,"target":284},{"source":34,"target":285},{"source":34,"target":286},{"source":284,"target":37},{"source":284,"target":287},{"source":284,"target":34},{"source":287,"target":37},{"source":285,"target":288},{"source":285,"target":34},{"source":286,"target":19},{"source":35,"target":0},{"source":35,"target":19},{"source":35,"target":289},{"source":35,"target":290},{"source":289,"target":37},{"source":289,"target":291},{"source":289,"target":35},{"source":291,"target":37},{"source":290,"target":19},{"source":36,"target":0},{"source":36,"target":19},{"source":36,"target":292},{"source":36,"target":293},{"source":292,"target":37},{"source":292,"target":294},{"source":292,"target":36},{"source":294,"target":37},{"source":293,"target":19},{"source":37,"target":0},{"source":37,"target":295},{"source":295,"target":38},{"source":295,"target":296},{"source":295,"target":37},{"source":296,"target":38},{"source":38,"target":0},{"source":38,"target":297},{"source":38,"target":298},{"source":297,"target":122},{"source":297,"target":299},{"source":297,"target":38},{"source":299,"target":122},{"source":298,"target":19},{"source":298,"target":300},{"source":298,"target":38},{"source":300,"target":19},{"source":39,"target":0},{"source":39,"target":19},{"source":39,"target":301},{"source":39,"target":302},{"source":301,"target":303},{"source":301,"target":39},{"source":302,"target":19},{"source":40,"target":0},{"source":40,"target":19},{"source":40,"target":304},{"source":40,"target":305},{"source":304,"target":41},{"source":304,"target":306},{"source":304,"target":40},{"source":306,"target":41},{"source":305,"target":19},{"source":41,"target":0},{"source":41,"target":307},{"source":41,"target":308},{"source":41,"target":309},{"source":307,"target":115},{"source":307,"target":310},{"source":307,"target":41},{"source":310,"target":115},{"source":308,"target":4},{"source":308,"target":311},{"source":308,"target":41},{"source":311,"target":4},{"source":309,"target":312},{"source":309,"target":41},{"source":42,"target":0},{"source":42,"target":19},{"source":42,"target":313},{"source":42,"target":314},{"source":313,"target":315},{"source":313,"target":42},{"source":314,"target":19},{"source":43,"target":0},{"source":43,"target":316},{"source":316,"target":317},{"source":316,"target":43},{"source":44,"target":0},{"source":44,"target":9},{"source":44,"target":318},{"source":44,"target":319},{"source":318,"target":47},{"source":318,"target":320},{"source":318,"target":44},{"source":320,"target":47},{"source":319,"target":9},{"source":45,"target":0},{"source":45,"target":44},{"source":45,"target":321},{"source":45,"target":322},{"source":321,"target":50},{"source":321,"target":323},{"source":321,"target":45},{"source":323,"target":50},{"source":322,"target":44},{"source":46,"target":0},{"source":46,"target":44},{"source":46,"target":324},{"source":324,"target":44},{"source":47,"target":0},{"source":47,"target":10},{"source":47,"target":325},{"source":47,"target":326},{"source":47,"target":327},{"source":47,"target":328},{"source":47,"target":329},{"source":47,"target":330},{"source":47,"target":331},{"source":47,"target":332},{"source":47,"target":333},{"source":47,"target":334},{"source":47,"target":335},{"source":325,"target":336},{"source":325,"target":47},{"source":326,"target":337},{"source":326,"target":47},{"source":327,"target":338},{"source":327,"target":47},{"source":328,"target":116},{"source":328,"target":339},{"source":328,"target":47},{"source":339,"target":116},{"source":329,"target":340},{"source":329,"target":47},{"source":330,"target":48},{"source":330,"target":341},{"source":330,"target":47},{"source":341,"target":48},{"source":331,"target":49},{"source":331,"target":342},{"source":331,"target":47},{"source":342,"target":49},{"source":332,"target":343},{"source":332,"target":47},{"source":333,"target":344},{"source":333,"target":47},{"source":334,"target":345},{"source":334,"target":47},{"source":335,"target":10},{"source":48,"target":0},{"source":48,"target":346},{"source":48,"target":347},{"source":346,"target":119},{"source":346,"target":348},{"source":346,"target":48},{"source":348,"target":119},{"source":347,"target":349},{"source":347,"target":48},{"source":49,"target":0},{"source":49,"target":350},{"source":350,"target":351},{"source":350,"target":49},{"source":50,"target":0},{"source":50,"target":352},{"source":50,"target":353},{"source":352,"target":354},{"source":352,"target":50},{"source":353,"target":13},{"source":353,"target":355},{"source":353,"target":50},{"source":355,"target":13},{"source":51,"target":0},{"source":51,"target":356},{"source":51,"target":357},{"source":356,"target":358},{"source":356,"target":51},{"source":357,"target":4},{"source":357,"target":359},{"source":357,"target":51},{"source":359,"target":4},{"source":52,"target":0},{"source":52,"target":12},{"source":52,"target":13},{"source":52,"target":360},{"source":52,"target":361},{"source":52,"target":362},{"source":360,"target":105},{"source":360,"target":363},{"source":360,"target":52},{"source":363,"target":105},{"source":361,"target":12},{"source":362,"target":13},{"source":53,"target":0},{"source":53,"target":13},{"source":53,"target":364},{"source":53,"target":365},{"source":364,"target":366},{"source":364,"target":53},{"source":365,"target":13},{"source":54,"target":0},{"source":54,"target":12},{"source":54,"target":367},{"source":54,"target":368},{"source":367,"target":369},{"source":367,"target":54},{"source":368,"target":12},{"source":55,"target":0},{"source":55,"target":13},{"source":55,"target":370},{"source":55,"target":371},{"source":370,"target":372},{"source":370,"target":55},{"source":371,"target":13},{"source":56,"target":0},{"source":56,"target":12},{"source":56,"target":373},{"source":56,"target":374},{"source":373,"target":62},{"source":373,"target":375},{"source":373,"target":56},{"source":375,"target":62},{"source":374,"target":12},{"source":57,"target":0},{"source":57,"target":376},{"source":57,"target":377},{"source":376,"target":378},{"source":376,"target":57},{"source":377,"target":115},{"source":377,"target":379},{"source":377,"target":57},{"source":379,"target":115},{"source":58,"target":0},{"source":58,"target":380},{"source":58,"target":381},{"source":58,"target":382},{"source":58,"target":383},{"source":58,"target":384},{"source":380,"target":385},{"source":380,"target":58},{"source":381,"target":115},{"source":381,"target":386},{"source":381,"target":58},{"source":386,"target":115},{"source":382,"target":65},{"source":382,"target":387},{"source":382,"target":58},{"source":387,"target":65},{"source":383,"target":65},{"source":383,"target":388},{"source":383,"target":58},{"source":388,"target":65},{"source":384,"target":65},{"source":384,"target":389},{"source":384,"target":58},{"source":389,"target":65},{"source":59,"target":0},{"source":59,"target":390},{"source":59,"target":391},{"source":59,"target":392},{"source":59,"target":393},{"source":59,"target":394},{"source":390,"target":395},{"source":390,"target":59},{"source":391,"target":115},{"source":391,"target":396},{"source":391,"target":59},{"source":396,"target":115},{"source":392,"target":65},{"source":392,"target":397},{"source":392,"target":59},{"source":397,"target":65},{"source":393,"target":115},{"source":393,"target":398},{"source":393,"target":59},{"source":398,"target":115},{"source":394,"target":65},{"source":394,"target":399},{"source":394,"target":59},{"source":399,"target":65},{"source":60,"target":0},{"source":60,"target":400},{"source":60,"target":401},{"source":60,"target":402},{"source":400,"target":403},{"source":400,"target":60},{"source":401,"target":115},{"source":401,"target":404},{"source":401,"target":60},{"source":404,"target":115},{"source":402,"target":65},{"source":402,"target":405},{"source":402,"target":60},{"source":405,"target":65},{"source":61,"target":0},{"source":61,"target":406},{"source":61,"target":407},{"source":61,"target":408},{"source":61,"target":409},{"source":61,"target":410},{"source":61,"target":411},{"source":61,"target":412},{"source":61,"target":413},{"source":406,"target":414},{"source":406,"target":61},{"source":407,"target":415},{"source":407,"target":61},{"source":408,"target":133},{"source":408,"target":416},{"source":408,"target":61},{"source":416,"target":133},{"source":409,"target":110},{"source":409,"target":417},{"source":409,"target":61},{"source":417,"target":110},{"source":410,"target":109},{"source":410,"target":418},{"source":410,"target":61},{"source":418,"target":109},{"source":411,"target":49},{"source":411,"target":419},{"source":411,"target":61},{"source":419,"target":49},{"source":412,"target":65},{"source":412,"target":420},{"source":412,"target":61},{"source":420,"target":65},{"source":413,"target":65},{"source":413,"target":421},{"source":413,"target":61},{"source":421,"target":65},{"source":62,"target":0},{"source":62,"target":422},{"source":62,"target":423},{"source":62,"target":424},{"source":62,"target":425},{"source":62,"target":426},{"source":62,"target":427},{"source":62,"target":428},{"source":62,"target":429},{"source":422,"target":430},{"source":422,"target":62},{"source":423,"target":431},{"source":423,"target":62},{"source":424,"target":120},{"source":424,"target":432},{"source":424,"target":62},{"source":432,"target":120},{"source":425,"target":110},{"source":425,"target":433},{"source":425,"target":62},{"source":433,"target":110},{"source":426,"target":109},{"source":426,"target":434},{"source":426,"target":62},{"source":434,"target":109},{"source":427,"target":49},{"source":427,"target":435},{"source":427,"target":62},{"source":435,"target":49},{"source":428,"target":65},{"source":428,"target":436},{"source":428,"target":62},{"source":436,"target":65},{"source":429,"target":65},{"source":429,"target":437},{"source":429,"target":62},{"source":437,"target":65},{"source":63,"target":0},{"source":63,"target":438},{"source":63,"target":439},{"source":438,"target":440},{"source":438,"target":63},{"source":439,"target":115},{"source":439,"target":441},{"source":439,"target":63},{"source":441,"target":115},{"source":64,"target":0},{"source":64,"target":442},{"source":442,"target":443},{"source":442,"target":64},{"source":65,"target":0},{"source":65,"target":444},{"source":444,"target":50},{"source":444,"target":445},{"source":444,"target":65},{"source":445,"target":50},{"source":66,"target":0},{"source":66,"target":446},{"source":66,"target":447},{"source":66,"target":448},{"source":66,"target":449},{"source":446,"target":450},{"source":446,"target":66},{"source":447,"target":122},{"source":447,"target":451},{"source":447,"target":66},{"source":451,"target":122},{"source":448,"target":5},{"source":448,"target":452},{"source":448,"target":66},{"source":452,"target":5},{"source":449,"target":5},{"source":449,"target":453},{"source":449,"target":66},{"source":453,"target":5},{"source":67,"target":0},{"source":67,"target":66},{"source":67,"target":454},{"source":454,"target":66},{"source":68,"target":0},{"source":68,"target":66},{"source":68,"target":455},{"source":455,"target":66},{"source":69,"target":0},{"source":69,"target":66},{"source":69,"target":456},{"source":456,"target":66},{"source":70,"target":0},{"source":70,"target":66},{"source":70,"target":457},{"source":457,"target":66},{"source":71,"target":0},{"source":71,"target":66},{"source":71,"target":458},{"source":458,"target":66},{"source":72,"target":0},{"source":72,"target":66},{"source":72,"target":459},{"source":459,"target":66},{"source":73,"target":0},{"source":73,"target":66},{"source":73,"target":460},{"source":460,"target":66},{"source":74,"target":0},{"source":74,"target":66},{"source":74,"target":461},{"source":461,"target":66},{"source":75,"target":0},{"source":75,"target":66},{"source":75,"target":462},{"source":462,"target":66},{"source":76,"target":0},{"source":76,"target":66},{"source":76,"target":463},{"source":463,"target":66},{"source":77,"target":0},{"source":77,"target":66},{"source":77,"target":464},{"source":464,"target":66},{"source":78,"target":0},{"source":78,"target":66},{"source":78,"target":465},{"source":465,"target":66},{"source":79,"target":0},{"source":79,"target":466},{"source":79,"target":467},{"source":79,"target":468},{"source":79,"target":469},{"source":466,"target":470},{"source":466,"target":79},{"source":467,"target":122},{"source":467,"target":471},{"source":467,"target":79},{"source":471,"target":122},{"source":468,"target":5},{"source":468,"target":472},{"source":468,"target":79},{"source":472,"target":5},{"source":469,"target":5},{"source":469,"target":473},{"source":469,"target":79},{"source":473,"target":5},{"source":80,"target":0},{"source":80,"target":79},{"source":80,"target":474},{"source":474,"target":79},{"source":81,"target":0},{"source":81,"target":79},{"source":81,"target":475},{"source":475,"target":79},{"source":82,"target":0},{"source":82,"target":79},{"source":82,"target":476},{"source":476,"target":79},{"source":83,"target":0},{"source":83,"target":79},{"source":83,"target":477},{"source":477,"target":79},{"source":84,"target":0},{"source":84,"target":79},{"source":84,"target":478},{"source":478,"target":79},{"source":85,"target":0},{"source":85,"target":79},{"source":85,"target":479},{"source":479,"target":79},{"source":86,"target":0},{"source":86,"target":480},{"source":480,"target":481},{"source":480,"target":86},{"source":87,"target":0},{"source":87,"target":86},{"source":87,"target":482},{"source":87,"target":483},{"source":87,"target":484},{"source":482,"target":115},{"source":482,"target":485},{"source":482,"target":87},{"source":485,"target":115},{"source":483,"target":115},{"source":483,"target":486},{"source":483,"target":87},{"source":486,"target":115},{"source":484,"target":86},{"source":88,"target":0},{"source":88,"target":86},{"source":88,"target":487},{"source":88,"target":488},{"source":88,"target":489},{"source":88,"target":490},{"source":487,"target":115},{"source":487,"target":491},{"source":487,"target":88},{"source":491,"target":115},{"source":488,"target":115},{"source":488,"target":492},{"source":488,"target":88},{"source":492,"target":115},{"source":489,"target":115},{"source":489,"target":493},{"source":489,"target":88},{"source":493,"target":115},{"source":490,"target":86},{"source":89,"target":0},{"source":89,"target":86},{"source":89,"target":494},{"source":89,"target":495},{"source":89,"target":496},{"source":89,"target":497},{"source":494,"target":115},{"source":494,"target":498},{"source":494,"target":89},{"source":498,"target":115},{"source":495,"target":115},{"source":495,"target":499},{"source":495,"target":89},{"source":499,"target":115},{"source":496,"target":115},{"source":496,"target":500},{"source":496,"target":89},{"source":500,"target":115},{"source":497,"target":86},{"source":90,"target":0},{"source":90,"target":501},{"source":90,"target":502},{"source":90,"target":503},{"source":501,"target":504},{"source":501,"target":90},{"source":502,"target":115},{"source":502,"target":505},{"source":502,"target":90},{"source":505,"target":115},{"source":503,"target":19},{"source":503,"target":506},{"source":503,"target":90},{"source":506,"target":19},{"source":91,"target":0},{"source":91,"target":90},{"source":91,"target":507},{"source":507,"target":90},{"source":92,"target":0},{"source":92,"target":90},{"source":92,"target":508},{"source":92,"target":509},{"source":508,"target":115},{"source":508,"target":510},{"source":508,"target":92},{"source":510,"target":115},{"source":509,"target":90},{"source":93,"target":0},{"source":93,"target":511},{"source":511,"target":512},{"source":511,"target":93},{"source":94,"target":0},{"source":94,"target":93},{"source":94,"target":513},{"source":94,"target":514},{"source":94,"target":515},{"source":94,"target":516},{"source":513,"target":122},{"source":513,"target":517},{"source":513,"target":94},{"source":517,"target":122},{"source":514,"target":115},{"source":514,"target":518},{"source":514,"target":94},{"source":518,"target":115},{"source":515,"target":519},{"source":515,"target":94},{"source":516,"target":93},{"source":95,"target":0},{"source":95,"target":93},{"source":95,"target":520},{"source":95,"target":521},{"source":95,"target":522},{"source":95,"target":523},{"source":95,"target":524},{"source":95,"target":525},{"source":520,"target":115},{"source":520,"target":526},{"source":520,"target":95},{"source":526,"target":115},{"source":521,"target":527},{"source":521,"target":95},{"source":522,"target":4},{"source":522,"target":528},{"source":522,"target":95},{"source":528,"target":4},{"source":523,"target":4},{"source":523,"target":529},{"source":523,"target":95},{"source":529,"target":4},{"source":524,"target":530},{"source":524,"target":95},{"source":525,"target":93},{"source":96,"target":0},{"source":96,"target":93},{"source":96,"target":531},{"source":96,"target":532},{"source":96,"target":533},{"source":96,"target":534},{"source":96,"target":535},{"source":96,"target":536},{"source":531,"target":115},{"source":531,"target":537},{"source":531,"target":96},{"source":537,"target":115},{"source":532,"target":115},{"source":532,"target":538},{"source":532,"target":96},{"source":538,"target":115},{"source":533,"target":539},{"source":533,"target":96},{"source":534,"target":4},{"source":534,"target":540},{"source":534,"target":96},{"source":540,"target":4},{"source":535,"target":541},{"source":535,"target":96},{"source":536,"target":93},{"source":97,"target":0},{"source":97,"target":93},{"source":97,"target":542},{"source":97,"target":543},{"source":542,"target":544},{"source":542,"target":97},{"source":543,"target":93},{"source":98,"target":0},{"source":98,"target":93},{"source":98,"target":545},{"source":98,"target":546},{"source":98,"target":547},{"source":98,"target":548},{"source":98,"target":549},{"source":545,"target":115},{"source":545,"target":550},{"source":545,"target":98},{"source":550,"target":115},{"source":546,"target":115},{"source":546,"target":551},{"source":546,"target":98},{"source":551,"target":115},{"source":547,"target":115},{"source":547,"target":552},{"source":547,"target":98},{"source":552,"target":115},{"source":548,"target":553},{"source":548,"target":98},{"source":549,"target":93},{"source":99,"target":0},{"source":99,"target":93},{"source":99,"target":554},{"source":99,"target":555},{"source":99,"target":556},{"source":99,"target":557},{"source":99,"target":558},{"source":554,"target":559},{"source":554,"target":99},{"source":555,"target":115},{"source":555,"target":560},{"source":555,"target":99},{"source":560,"target":115},{"source":556,"target":115},{"source":556,"target":561},{"source":556,"target":99},{"source":561,"target":115},{"source":557,"target":562},{"source":557,"target":99},{"source":558,"target":93},{"source":100,"target":0},{"source":100,"target":93},{"source":100,"target":563},{"source":100,"target":564},{"source":100,"target":565},{"source":563,"target":115},{"source":563,"target":566},{"source":563,"target":100},{"source":566,"target":115},{"source":564,"target":115},{"source":564,"target":567},{"source":564,"target":100},{"source":567,"target":115},{"source":565,"target":93},{"source":101,"target":0},{"source":101,"target":568},{"source":101,"target":569},{"source":101,"target":570},{"source":101,"target":571},{"source":568,"target":572},{"source":568,"target":101},{"source":569,"target":122},{"source":569,"target":573},{"source":569,"target":101},{"source":573,"target":122},{"source":570,"target":5},{"source":570,"target":574},{"source":570,"target":101},{"source":574,"target":5},{"source":571,"target":122},{"source":571,"target":575},{"source":571,"target":101},{"source":575,"target":122},{"source":102,"target":0},{"source":102,"target":576},{"source":576,"target":577},{"source":576,"target":102},{"source":103,"target":0},{"source":103,"target":102},{"source":103,"target":578},{"source":103,"target":579},{"source":103,"target":580},{"source":103,"target":581},{"source":103,"target":582},{"source":578,"target":583},{"source":578,"target":103},{"source":579,"target":122},{"source":579,"target":584},{"source":579,"target":103},{"source":584,"target":122},{"source":580,"target":5},{"source":580,"target":585},{"source":580,"target":103},{"source":585,"target":5},{"source":581,"target":5},{"source":581,"target":586},{"source":581,"target":103},{"source":586,"target":5},{"source":582,"target":102},{"source":104,"target":0},{"source":104,"target":102},{"source":104,"target":587},{"source":104,"target":588},{"source":104,"target":589},{"source":104,"target":590},{"source":104,"target":591},{"source":587,"target":592},{"source":587,"target":104},{"source":588,"target":122},{"source":588,"target":593},{"source":588,"target":104},{"source":593,"target":122},{"source":589,"target":5},{"source":589,"target":594},{"source":589,"target":104},{"source":594,"target":5},{"source":590,"target":5},{"source":590,"target":595},{"source":590,"target":104},{"source":595,"target":5},{"source":591,"target":102},{"source":105,"target":0},{"source":105,"target":596},{"source":105,"target":597},{"source":105,"target":598},{"source":105,"target":599},{"source":596,"target":600},{"source":596,"target":105},{"source":597,"target":122},{"source":597,"target":601},{"source":597,"target":105},{"source":601,"target":122},{"source":598,"target":5},{"source":598,"target":602},{"source":598,"target":105},{"source":602,"target":5},{"source":599,"target":65},{"source":599,"target":603},{"source":599,"target":105},{"source":603,"target":65},{"source":106,"target":0},{"source":106,"target":102},{"source":106,"target":604},{"source":106,"target":605},{"source":106,"target":606},{"source":106,"target":607},{"source":604,"target":115},{"source":604,"target":608},{"source":604,"target":106},{"source":608,"target":115},{"source":605,"target":115},{"source":605,"target":609},{"source":605,"target":106},{"source":609,"target":115},{"source":606,"target":115},{"source":606,"target":610},{"source":606,"target":106},{"source":610,"target":115},{"source":607,"target":102},{"source":107,"target":0},{"source":107,"target":611},{"source":107,"target":612},{"source":107,"target":613},{"source":107,"target":614},{"source":107,"target":615},{"source":107,"target":616},{"source":107,"target":617},{"source":107,"target":618},{"source":107,"target":619},{"source":611,"target":620},{"source":611,"target":107},{"source":612,"target":621},{"source":612,"target":107},{"source":613,"target":622},{"source":613,"target":107},{"source":614,"target":117},{"source":614,"target":623},{"source":614,"target":107},{"source":623,"target":117},{"source":615,"target":120},{"source":615,"target":624},{"source":615,"target":107},{"source":624,"target":120},{"source":616,"target":122},{"source":616,"target":625},{"source":616,"target":107},{"source":625,"target":122},{"source":617,"target":110},{"source":617,"target":626},{"source":617,"target":107},{"source":626,"target":110},{"source":618,"target":109},{"source":618,"target":627},{"source":618,"target":107},{"source":627,"target":109},{"source":619,"target":49},{"source":619,"target":628},{"source":619,"target":107},{"source":628,"target":49},{"source":108,"target":0},{"source":108,"target":629},{"source":108,"target":630},{"source":108,"target":631},{"source":108,"target":632},{"source":108,"target":633},{"source":108,"target":634},{"source":108,"target":635},{"source":108,"target":636},{"source":108,"target":637},{"source":629,"target":638},{"source":629,"target":108},{"source":630,"target":639},{"source":630,"target":108},{"source":631,"target":640},{"source":631,"target":108},{"source":632,"target":117},{"source":632,"target":641},{"source":632,"target":108},{"source":641,"target":117},{"source":633,"target":133},{"source":633,"target":642},{"source":633,"target":108},{"source":642,"target":133},{"source":634,"target":122},{"source":634,"target":643},{"source":634,"target":108},{"source":643,"target":122},{"source":635,"target":110},{"source":635,"target":644},{"source":635,"target":108},{"source":644,"target":110},{"source":636,"target":109},{"source":636,"target":645},{"source":636,"target":108},{"source":645,"target":109},{"source":637,"target":49},{"source":637,"target":646},{"source":637,"target":108},{"source":646,"target":49},{"source":109,"target":0},{"source":109,"target":647},{"source":647,"target":118},{"source":647,"target":648},{"source":647,"target":109},{"source":648,"target":118},{"source":110,"target":0},{"source":111,"target":0},{"source":111,"target":110},{"source":111,"target":649},{"source":111,"target":650},{"source":111,"target":651},{"source":649,"target":652},{"source":649,"target":111},{"source":650,"target":653},{"source":650,"target":111},{"source":651,"target":110},{"source":112,"target":0},{"source":112,"target":102},{"source":112,"target":654},{"source":112,"target":655},{"source":112,"target":656},{"source":654,"target":115},{"source":654,"target":657},{"source":654,"target":112},{"source":657,"target":115},{"source":655,"target":122},{"source":655,"target":658},{"source":655,"target":112},{"source":658,"target":122},{"source":656,"target":102},{"source":113,"target":0},{"source":113,"target":102},{"source":113,"target":659},{"source":113,"target":660},{"source":113,"target":661},{"source":113,"target":662},{"source":113,"target":663},{"source":659,"target":122},{"source":659,"target":664},{"source":659,"target":113},{"source":664,"target":122},{"source":660,"target":122},{"source":660,"target":665},{"source":660,"target":113},{"source":665,"target":122},{"source":661,"target":7},{"source":661,"target":666},{"source":661,"target":113},{"source":666,"target":7},{"source":662,"target":114},{"source":662,"target":667},{"source":662,"target":113},{"source":667,"target":114},{"source":663,"target":102},{"source":114,"target":0},{"source":114,"target":668},{"source":114,"target":669},{"source":114,"target":670},{"source":114,"target":671},{"source":668,"target":672},{"source":668,"target":114},{"source":669,"target":115},{"source":669,"target":673},{"source":669,"target":114},{"source":673,"target":115},{"source":670,"target":131},{"source":670,"target":674},{"source":670,"target":114},{"source":674,"target":131},{"source":671,"target":35},{"source":671,"target":675},{"source":671,"target":114},{"source":675,"target":35},{"source":115,"target":0},{"source":115,"target":676},{"source":115,"target":677},{"source":676,"target":122},{"source":676,"target":678},{"source":676,"target":115},{"source":678,"target":122},{"source":677,"target":5},{"source":677,"target":679},{"source":677,"target":115},{"source":679,"target":5},{"source":116,"target":0},{"source":116,"target":680},{"source":116,"target":681},{"source":680,"target":122},{"source":680,"target":682},{"source":680,"target":116},{"source":682,"target":122},{"source":681,"target":117},{"source":681,"target":683},{"source":681,"target":116},{"source":683,"target":117},{"source":117,"target":0},{"source":117,"target":684},{"source":684,"target":685},{"source":684,"target":117},{"source":118,"target":0},{"source":118,"target":686},{"source":118,"target":687},{"source":686,"target":116},{"source":686,"target":688},{"source":686,"target":118},{"source":688,"target":116},{"source":687,"target":5},{"source":687,"target":689},{"source":687,"target":118},{"source":689,"target":5},{"source":119,"target":0},{"source":119,"target":11},{"source":119,"target":690},{"source":119,"target":691},{"source":690,"target":116},{"source":690,"target":692},{"source":690,"target":119},{"source":692,"target":116},{"source":691,"target":11},{"source":120,"target":0},{"source":120,"target":693},{"source":120,"target":694},{"source":120,"target":695},{"source":693,"target":696},{"source":693,"target":120},{"source":694,"target":123},{"source":694,"target":697},{"source":694,"target":120},{"source":697,"target":123},{"source":695,"target":121},{"source":695,"target":698},{"source":695,"target":120},{"source":698,"target":121},{"source":121,"target":0},{"source":121,"target":699},{"source":699,"target":43},{"source":699,"target":700},{"source":699,"target":121},{"source":700,"target":43},{"source":122,"target":0},{"source":122,"target":701},{"source":122,"target":702},{"source":122,"target":703},{"source":701,"target":124},{"source":701,"target":704},{"source":701,"target":122},{"source":704,"target":124},{"source":702,"target":121},{"source":702,"target":705},{"source":702,"target":122},{"source":705,"target":121},{"source":703,"target":123},{"source":703,"target":706},{"source":703,"target":122},{"source":706,"target":123},{"source":123,"target":0},{"source":123,"target":707},{"source":123,"target":708},{"source":123,"target":709},{"source":707,"target":116},{"source":707,"target":710},{"source":707,"target":123},{"source":710,"target":116},{"source":708,"target":711},{"source":708,"target":123},{"source":709,"target":121},{"source":709,"target":712},{"source":709,"target":123},{"source":712,"target":121},{"source":124,"target":0},{"source":124,"target":713},{"source":124,"target":714},{"source":713,"target":715},{"source":713,"target":124},{"source":714,"target":126},{"source":714,"target":716},{"source":714,"target":124},{"source":716,"target":126},{"source":125,"target":0},{"source":125,"target":717},{"source":125,"target":718},{"source":717,"target":719},{"source":717,"target":125},{"source":718,"target":126},{"source":718,"target":720},{"source":718,"target":125},{"source":720,"target":126},{"source":126,"target":0},{"source":126,"target":2},{"source":126,"target":721},{"source":126,"target":722},{"source":126,"target":723},{"source":721,"target":724},{"source":721,"target":126},{"source":722,"target":120},{"source":722,"target":725},{"source":722,"target":126},{"source":725,"target":120},{"source":723,"target":2},{"source":127,"target":0},{"source":128,"target":0},{"source":129,"target":0},{"source":129,"target":726},{"source":129,"target":727},{"source":726,"target":122},{"source":726,"target":728},{"source":726,"target":129},{"source":728,"target":122},{"source":727,"target":729},{"source":727,"target":129},{"source":130,"target":0},{"source":130,"target":730},{"source":130,"target":731},{"source":730,"target":732},{"source":730,"target":130},{"source":731,"target":122},{"source":731,"target":733},{"source":731,"target":130},{"source":733,"target":122},{"source":131,"target":0},{"source":131,"target":734},{"source":131,"target":735},{"source":734,"target":736},{"source":734,"target":131},{"source":735,"target":122},{"source":735,"target":737},{"source":735,"target":131},{"source":737,"target":122},{"source":132,"target":0},{"source":133,"target":0},{"source":134,"target":0},{"source":135,"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="split" nsURI="http://www.eclipse.org/e4/demo/split/1.0" nsPrefix="split">
<eClassifiers xsi:type="ecore:EClass" name="StackSashContainer" eSuperTypes="platform:/plugin/org.eclipse.e4.ui.model.workbench/model/UIElements.ecore#//ui/basic/StackElement platform:/plugin/org.eclipse.e4.ui.model.workbench/model/UIElements.ecore#//ui/basic/PartSashContainer"/>
</ecore:EPackage>
| github:ecore:/data/norahuang/DualTrace/split-editors/org.eclipse.e4.demo.split.model/model/SplitStack.ecore | ecore | split
StackSashContainer | null | {"directed":true,"nodes":[{"nsPrefix":"split","nsURI":"http://www.eclipse.org/e4/demo/split/1.0","name":"split","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StackSashContainer","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"id":2,"eClass":"EGenericType"},{"id":3,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":1,"target":0},{"source":1,"target":2},{"source":1,"target":3}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="xsd"
nsURI="http://www.eclipse.org/xsd/2002/XSD" nsPrefix="xsd">
<eClassifiers xsi:type="ecore:EClass" name="XSDAnnotation" eSuperTypes="#//XSDComponent #//XSDRedefineContent">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="applicationInformation"
upperBound="-1" eType="#//DOMElement"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="userInformation" upperBound="-1"
eType="#//DOMElement"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="attributes" upperBound="-1"
eType="#//DOMAttr"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDAttributeDeclaration" eSuperTypes="#//XSDFeature #//XSDSchemaContent">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="attributeDeclarationReference"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false"
volatile="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="annotation" eType="#//XSDAnnotation"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="anonymousTypeDefinition"
eType="#//XSDSimpleTypeDefinition" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typeDefinition" lowerBound="1"
eType="#//XSDSimpleTypeDefinition" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="resolvedAttributeDeclaration"
lowerBound="1" eType="#//XSDAttributeDeclaration" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDAttributeGroupContent" abstract="true"
eSuperTypes="#//XSDConcreteComponent"/>
<eClassifiers xsi:type="ecore:EClass" name="XSDAttributeGroupDefinition" eSuperTypes="#//XSDRedefinableComponent #//XSDAttributeGroupContent #//XSDRedefineContent">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="attributeGroupDefinitionReference"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false"
volatile="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="annotation" eType="#//XSDAnnotation"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="contents" upperBound="-1"
eType="#//XSDAttributeGroupContent" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributeUses" upperBound="-1"
eType="#//XSDAttributeUse" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributeWildcardContent"
eType="#//XSDWildcard" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributeWildcard" eType="#//XSDWildcard"
resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="resolvedAttributeGroupDefinition"
lowerBound="1" eType="#//XSDAttributeGroupDefinition" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="syntheticWildcard" eType="#//XSDWildcard"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDAttributeUse" eSuperTypes="#//XSDComponent #//XSDAttributeGroupContent">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="required" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="#//Value"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="constraint" eType="#//XSDConstraint"
unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="use" eType="#//XSDAttributeUseCategory"
unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lexicalValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributeDeclaration" lowerBound="1"
eType="#//XSDAttributeDeclaration" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="content" lowerBound="1"
eType="#//XSDAttributeDeclaration" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDBoundedFacet" eSuperTypes="#//XSDFundamentalFacet">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDCardinalityFacet" eSuperTypes="#//XSDFundamentalFacet">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="#//XSDCardinality"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDComplexTypeContent" abstract="true"
eSuperTypes="#//XSDComponent"/>
<eClassifiers xsi:type="ecore:EClass" name="XSDComplexTypeDefinition" eSuperTypes="#//XSDTypeDefinition #//XSDScope">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="derivationMethod" eType="#//XSDDerivationMethod"
defaultValueLiteral="restriction" unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="final" upperBound="-1"
eType="#//XSDComplexFinal"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="abstract" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="contentTypeCategory" eType="#//XSDContentTypeCategory"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="prohibitedSubstitutions"
upperBound="-1" eType="#//XSDProhibitedSubstitutions"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lexicalFinal" upperBound="-1"
eType="#//XSDComplexFinal" unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="block" upperBound="-1"
eType="#//XSDProhibitedSubstitutions" unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="contentAnnotation" eType="#//XSDAnnotation"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="baseTypeDefinition" lowerBound="1"
eType="#//XSDTypeDefinition" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="content" eType="#//XSDComplexTypeContent"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="contentType" eType="#//XSDComplexTypeContent"
resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributeUses" upperBound="-1"
eType="#//XSDAttributeUse" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributeContents" upperBound="-1"
eType="#//XSDAttributeGroupContent" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributeWildcard" eType="#//XSDWildcard"
resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributeWildcardContent"
eType="#//XSDWildcard" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rootTypeDefinition" lowerBound="1"
eType="#//XSDTypeDefinition" changeable="false" volatile="true" transient="true"
resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="syntheticParticle" eType="#//XSDParticle"
transient="true" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="syntheticWildcard" eType="#//XSDWildcard"
transient="true" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDComponent" abstract="true" eSuperTypes="#//XSDConcreteComponent"/>
<eClassifiers xsi:type="ecore:EClass" name="XSDConcreteComponent" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="element" eType="#//DOMElement"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="container" eType="#//XSDConcreteComponent"
changeable="false" volatile="true" transient="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rootContainer" lowerBound="1"
eType="#//XSDConcreteComponent" changeable="false" volatile="true" transient="true"
resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="schema" eType="#//XSDSchema"
changeable="false" volatile="true" transient="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="diagnostics" upperBound="-1"
eType="#//XSDDiagnostic" transient="true" containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDConstrainingFacet" abstract="true"
eSuperTypes="#//XSDFacet"/>
<eClassifiers xsi:type="ecore:EClass" name="XSDDiagnostic" eSuperTypes="#//XSDConcreteComponent">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="severity" eType="#//XSDDiagnosticSeverity"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="message" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="locationURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="line" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="1"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="column" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="1"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="node" eType="#//DOMNode"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="annotationURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="substitutions" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="components" lowerBound="1"
upperBound="-1" eType="#//XSDConcreteComponent" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="primaryComponent" lowerBound="1"
eType="#//XSDConcreteComponent" volatile="true" transient="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDElementDeclaration" eSuperTypes="#//XSDFeature #//XSDSchemaContent #//XSDTerm">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nillable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="disallowedSubstitutions"
upperBound="-1" eType="#//XSDDisallowedSubstitutions"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="substitutionGroupExclusions"
upperBound="-1" eType="#//XSDSubstitutionGroupExclusions"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="abstract" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lexicalFinal" upperBound="-1"
eType="#//XSDProhibitedSubstitutions" unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="block" upperBound="-1"
eType="#//XSDDisallowedSubstitutions" unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="elementDeclarationReference"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false"
volatile="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="circular" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
changeable="false" volatile="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="annotation" eType="#//XSDAnnotation"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="anonymousTypeDefinition"
eType="#//XSDTypeDefinition" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typeDefinition" lowerBound="1"
eType="#//XSDTypeDefinition" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="identityConstraintDefinitions"
upperBound="-1" eType="#//XSDIdentityConstraintDefinition" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="resolvedElementDeclaration"
lowerBound="1" eType="#//XSDElementDeclaration" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="substitutionGroupAffiliation"
eType="#//XSDElementDeclaration" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="substitutionGroup" upperBound="-1"
eType="#//XSDElementDeclaration" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDEnumerationFacet" eSuperTypes="#//XSDRepeatableFacet">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" upperBound="-1"
eType="#//Value"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDFacet" abstract="true" eSuperTypes="#//XSDComponent">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lexicalValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="facetName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false" volatile="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="effectiveValue" eType="#//Value"
changeable="false" volatile="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="annotation" eType="#//XSDAnnotation"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="simpleTypeDefinition" eType="#//XSDSimpleTypeDefinition"
changeable="false" volatile="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDFeature" abstract="true" eSuperTypes="#//XSDNamedComponent">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="#//Value"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="constraint" eType="#//XSDConstraint"
unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="form" eType="#//XSDForm"
unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lexicalValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="global" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
changeable="false" volatile="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="featureReference" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
changeable="false" volatile="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="scope" eType="#//XSDScope"
changeable="false" volatile="true" transient="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="resolvedFeature" lowerBound="1"
eType="#//XSDFeature" changeable="false" volatile="true" transient="true"
resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//XSDTypeDefinition"
changeable="false" volatile="true" transient="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDFixedFacet" abstract="true" eSuperTypes="#//XSDConstrainingFacet">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fixed" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
unsettable="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDFractionDigitsFacet" eSuperTypes="#//XSDFixedFacet">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDFundamentalFacet" abstract="true"
eSuperTypes="#//XSDFacet"/>
<eClassifiers xsi:type="ecore:EClass" name="XSDIdentityConstraintDefinition" eSuperTypes="#//XSDNamedComponent">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="identityConstraintCategory"
eType="#//XSDIdentityConstraintCategory"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="annotation" eType="#//XSDAnnotation"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="referencedKey" eType="#//XSDIdentityConstraintDefinition"
resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="selector" lowerBound="1"
eType="#//XSDXPathDefinition" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fields" lowerBound="1"
upperBound="-1" eType="#//XSDXPathDefinition" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDImport" eSuperTypes="#//XSDSchemaDirective">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="namespace" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="annotation" eType="#//XSDAnnotation"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDInclude" eSuperTypes="#//XSDSchemaCompositor">
<eStructuralFeatures xsi:type="ecore:EReference" name="annotation" eType="#//XSDAnnotation"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDLengthFacet" eSuperTypes="#//XSDFixedFacet">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDMaxExclusiveFacet" eSuperTypes="#//XSDMaxFacet"/>
<eClassifiers xsi:type="ecore:EClass" name="XSDMaxFacet" abstract="true" eSuperTypes="#//XSDFixedFacet">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="#//Value"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="inclusive" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
changeable="false" volatile="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="exclusive" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
changeable="false" volatile="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDMaxInclusiveFacet" eSuperTypes="#//XSDMaxFacet"/>
<eClassifiers xsi:type="ecore:EClass" name="XSDMaxLengthFacet" eSuperTypes="#//XSDFixedFacet">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDMinExclusiveFacet" eSuperTypes="#//XSDMinFacet"/>
<eClassifiers xsi:type="ecore:EClass" name="XSDMinFacet" abstract="true" eSuperTypes="#//XSDFixedFacet">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="#//Value"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="inclusive" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
changeable="false" volatile="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="exclusive" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
changeable="false" volatile="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDMinInclusiveFacet" eSuperTypes="#//XSDMinFacet"/>
<eClassifiers xsi:type="ecore:EClass" name="XSDMinLengthFacet" eSuperTypes="#//XSDFixedFacet">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDModelGroup" eSuperTypes="#//XSDTerm">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="compositor" eType="#//XSDCompositor"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="annotation" eType="#//XSDAnnotation"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="contents" upperBound="-1"
eType="#//XSDParticle" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="particles" lowerBound="1"
upperBound="-1" eType="#//XSDParticle" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDModelGroupDefinition" eSuperTypes="#//XSDRedefinableComponent #//XSDParticleContent #//XSDRedefineContent">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="modelGroupDefinitionReference"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false"
volatile="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="annotation" eType="#//XSDAnnotation"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="modelGroup" lowerBound="1"
eType="#//XSDModelGroup" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="resolvedModelGroupDefinition"
lowerBound="1" eType="#//XSDModelGroupDefinition" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDNamedComponent" abstract="true" eSuperTypes="#//XSDComponent">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="targetNamespace" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="aliasName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false" volatile="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="uRI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false" volatile="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="aliasURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false" volatile="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="qName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false" volatile="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDNotationDeclaration" eSuperTypes="#//XSDNamedComponent #//XSDSchemaContent">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="systemIdentifier" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="publicIdentifier" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="annotation" eType="#//XSDAnnotation"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDNumericFacet" eSuperTypes="#//XSDFundamentalFacet">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDOrderedFacet" eSuperTypes="#//XSDFundamentalFacet">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="#//XSDOrdered"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDParticle" eSuperTypes="#//XSDComplexTypeContent">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="minOccurs" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="1" unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="maxOccurs" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="1" unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="content" lowerBound="1"
eType="#//XSDParticleContent" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="term" lowerBound="1" eType="#//XSDTerm"
resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDParticleContent" abstract="true"
eSuperTypes="#//XSDConcreteComponent"/>
<eClassifiers xsi:type="ecore:EClass" name="XSDPatternFacet" eSuperTypes="#//XSDRepeatableFacet">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDRedefinableComponent" abstract="true"
eSuperTypes="#//XSDNamedComponent #//XSDRedefineContent">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="circular" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
changeable="false" volatile="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDRedefineContent" abstract="true"
eSuperTypes="#//XSDSchemaContent"/>
<eClassifiers xsi:type="ecore:EClass" name="XSDRedefine" eSuperTypes="#//XSDSchemaCompositor">
<eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1"
eType="#//XSDAnnotation" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="contents" upperBound="-1"
eType="#//XSDRedefineContent" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDRepeatableFacet" abstract="true"
eSuperTypes="#//XSDConstrainingFacet">
<eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1"
eType="#//XSDAnnotation" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDSchema" eSuperTypes="#//XSDScope">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="document" eType="#//DOMDocument"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="schemaLocation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="targetNamespace" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="attributeFormDefault" eType="#//XSDForm"
defaultValueLiteral="unqualified" unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="elementFormDefault" eType="#//XSDForm"
defaultValueLiteral="unqualified" unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="finalDefault" upperBound="-1"
eType="#//XSDProhibitedSubstitutions" unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="blockDefault" upperBound="-1"
eType="#//XSDDisallowedSubstitutions" unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="contents" upperBound="-1"
eType="#//XSDSchemaContent" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elementDeclarations" upperBound="-1"
eType="#//XSDElementDeclaration" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributeDeclarations"
upperBound="-1" eType="#//XSDAttributeDeclaration" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributeGroupDefinitions"
upperBound="-1" eType="#//XSDAttributeGroupDefinition" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typeDefinitions" upperBound="-1"
eType="#//XSDTypeDefinition" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="modelGroupDefinitions"
upperBound="-1" eType="#//XSDModelGroupDefinition" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="identityConstraintDefinitions"
upperBound="-1" eType="#//XSDIdentityConstraintDefinition" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="notationDeclarations" upperBound="-1"
eType="#//XSDNotationDeclaration" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1"
eType="#//XSDAnnotation" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="allDiagnostics" upperBound="-1"
eType="#//XSDDiagnostic" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="referencingDirectives"
upperBound="-1" eType="#//XSDSchemaDirective" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rootVersion" lowerBound="1"
eType="#//XSDSchema" changeable="false" volatile="true" transient="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="originalVersion" eType="#//XSDSchema"
changeable="false" volatile="true" transient="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="incorporatedVersions" upperBound="-1"
eType="#//XSDSchema" transient="true" containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="schemaForSchema" lowerBound="1"
eType="#//XSDSchema" changeable="false" volatile="true" transient="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDSchemaCompositor" abstract="true"
eSuperTypes="#//XSDSchemaDirective">
<eStructuralFeatures xsi:type="ecore:EReference" name="incorporatedSchema" eType="#//XSDSchema"
resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDSchemaContent" abstract="true" eSuperTypes="#//XSDConcreteComponent"/>
<eClassifiers xsi:type="ecore:EClass" name="XSDSchemaDirective" abstract="true"
eSuperTypes="#//XSDSchemaContent">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="schemaLocation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="resolvedSchema" eType="#//XSDSchema"
resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDScope" abstract="true" eSuperTypes="#//XSDComponent"/>
<eClassifiers xsi:type="ecore:EClass" name="XSDSimpleTypeDefinition" eSuperTypes="#//XSDTypeDefinition #//XSDComplexTypeContent">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="variety" eType="#//XSDVariety"
unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="final" upperBound="-1"
eType="#//XSDSimpleFinal"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lexicalFinal" upperBound="-1"
eType="#//XSDSimpleFinal" unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="validFacets" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="contents" upperBound="-1"
eType="#//XSDSimpleTypeDefinition" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="facetContents" upperBound="-1"
eType="#//XSDConstrainingFacet" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="facets" upperBound="-1"
eType="#//XSDConstrainingFacet" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="memberTypeDefinitions"
upperBound="-1" eType="#//XSDSimpleTypeDefinition" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fundamentalFacets" lowerBound="1"
upperBound="-1" eType="#//XSDFundamentalFacet" transient="true" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="baseTypeDefinition" lowerBound="1"
eType="#//XSDSimpleTypeDefinition" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="primitiveTypeDefinition"
eType="#//XSDSimpleTypeDefinition" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="itemTypeDefinition" eType="#//XSDSimpleTypeDefinition"
resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rootTypeDefinition" lowerBound="1"
eType="#//XSDSimpleTypeDefinition" changeable="false" volatile="true" transient="true"
resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="minFacet" eType="#//XSDMinFacet"
changeable="false" volatile="true" transient="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="maxFacet" eType="#//XSDMaxFacet"
changeable="false" volatile="true" transient="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="maxInclusiveFacet" eType="#//XSDMaxInclusiveFacet"
changeable="false" volatile="true" transient="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="minInclusiveFacet" eType="#//XSDMinInclusiveFacet"
changeable="false" volatile="true" transient="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="minExclusiveFacet" eType="#//XSDMinExclusiveFacet"
changeable="false" volatile="true" transient="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="maxExclusiveFacet" eType="#//XSDMaxExclusiveFacet"
changeable="false" volatile="true" transient="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="lengthFacet" eType="#//XSDLengthFacet"
changeable="false" volatile="true" transient="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="whiteSpaceFacet" eType="#//XSDWhiteSpaceFacet"
changeable="false" volatile="true" transient="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="enumerationFacets" upperBound="-1"
eType="#//XSDEnumerationFacet" changeable="false" volatile="true" transient="true"
resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="patternFacets" upperBound="-1"
eType="#//XSDPatternFacet" changeable="false" volatile="true" transient="true"
resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="cardinalityFacet" lowerBound="1"
eType="#//XSDCardinalityFacet" changeable="false" volatile="true" transient="true"
resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="numericFacet" lowerBound="1"
eType="#//XSDNumericFacet" changeable="false" volatile="true" transient="true"
resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="maxLengthFacet" eType="#//XSDMaxLengthFacet"
changeable="false" volatile="true" transient="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="minLengthFacet" eType="#//XSDMinLengthFacet"
changeable="false" volatile="true" transient="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="totalDigitsFacet" eType="#//XSDTotalDigitsFacet"
changeable="false" volatile="true" transient="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fractionDigitsFacet" eType="#//XSDFractionDigitsFacet"
changeable="false" volatile="true" transient="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="orderedFacet" lowerBound="1"
eType="#//XSDOrderedFacet" changeable="false" volatile="true" transient="true"
resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="boundedFacet" lowerBound="1"
eType="#//XSDBoundedFacet" changeable="false" volatile="true" transient="true"
resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="effectiveMaxFacet" eType="#//XSDMaxFacet"
changeable="false" volatile="true" transient="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="effectiveWhiteSpaceFacet"
eType="#//XSDWhiteSpaceFacet" changeable="false" volatile="true" transient="true"
resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="effectiveMaxLengthFacet"
eType="#//XSDMaxLengthFacet" changeable="false" volatile="true" transient="true"
resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="effectiveFractionDigitsFacet"
eType="#//XSDFractionDigitsFacet" changeable="false" volatile="true" transient="true"
resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="effectivePatternFacet"
eType="#//XSDPatternFacet" changeable="false" volatile="true" transient="true"
resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="effectiveEnumerationFacet"
eType="#//XSDEnumerationFacet" changeable="false" volatile="true" transient="true"
resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="effectiveTotalDigitsFacet"
eType="#//XSDTotalDigitsFacet" changeable="false" volatile="true" transient="true"
resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="effectiveMinLengthFacet"
eType="#//XSDMinLengthFacet" changeable="false" volatile="true" transient="true"
resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="effectiveLengthFacet" eType="#//XSDLengthFacet"
changeable="false" volatile="true" transient="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="effectiveMinFacet" eType="#//XSDMinFacet"
changeable="false" volatile="true" transient="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="syntheticFacets" upperBound="-1"
eType="#//XSDFacet" transient="true" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDTerm" abstract="true" eSuperTypes="#//XSDComponent #//XSDParticleContent"/>
<eClassifiers xsi:type="ecore:EClass" name="XSDTotalDigitsFacet" eSuperTypes="#//XSDFixedFacet">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDTypeDefinition" abstract="true" eSuperTypes="#//XSDRedefinableComponent #//XSDRedefineContent">
<eStructuralFeatures xsi:type="ecore:EReference" name="annotation" eType="#//XSDAnnotation"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="derivationAnnotation" eType="#//XSDAnnotation"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1"
eType="#//XSDAnnotation" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rootType" lowerBound="1"
eType="#//XSDTypeDefinition" changeable="false" volatile="true" transient="true"
resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="baseType" lowerBound="1"
eType="#//XSDTypeDefinition" changeable="false" volatile="true" transient="true"
resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="simpleType" eType="#//XSDSimpleTypeDefinition"
changeable="false" volatile="true" transient="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="complexType" eType="#//XSDParticle"
changeable="false" volatile="true" transient="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDWhiteSpaceFacet" eSuperTypes="#//XSDFixedFacet">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="#//XSDWhiteSpace"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDWildcard" eSuperTypes="#//XSDTerm">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="namespaceConstraintCategory"
eType="#//XSDNamespaceConstraintCategory"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="namespaceConstraint" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="processContents" eType="#//XSDProcessContents"
unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lexicalNamespaceConstraint"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="annotation" eType="#//XSDAnnotation"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1"
eType="#//XSDAnnotation" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDXPathDefinition" eSuperTypes="#//XSDComponent">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="variety" eType="#//XSDXPathVariety"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="annotation" eType="#//XSDAnnotation"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="DOMAttr" instanceClassName="org.w3c.dom.Attr"/>
<eClassifiers xsi:type="ecore:EDataType" name="DOMDocument" instanceClassName="org.w3c.dom.Document"/>
<eClassifiers xsi:type="ecore:EDataType" name="DOMElement" instanceClassName="org.w3c.dom.Element"/>
<eClassifiers xsi:type="ecore:EDataType" name="DOMNode" instanceClassName="org.w3c.dom.Node"/>
<eClassifiers xsi:type="ecore:EDataType" name="Value" instanceClassName="java.lang.Object"/>
<eClassifiers xsi:type="ecore:EEnum" name="XSDAttributeUseCategory">
<eLiterals name="optional"/>
<eLiterals name="prohibited" value="1"/>
<eLiterals name="required" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="XSDCardinality">
<eLiterals name="finite"/>
<eLiterals name="countablyInfinite" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="XSDComplexFinal">
<eLiterals name="extension"/>
<eLiterals name="restriction" value="1"/>
<eLiterals name="all" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="XSDCompositor">
<eLiterals name="all"/>
<eLiterals name="choice" value="1"/>
<eLiterals name="sequence" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="XSDConstraint">
<eLiterals name="default"/>
<eLiterals name="fixed" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="XSDContentTypeCategory">
<eLiterals name="empty"/>
<eLiterals name="simple" value="1"/>
<eLiterals name="mixed" value="2"/>
<eLiterals name="elementOnly" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="XSDDerivationMethod">
<eLiterals name="extension"/>
<eLiterals name="restriction" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="XSDDiagnosticSeverity">
<eLiterals name="fatal"/>
<eLiterals name="error" value="1"/>
<eLiterals name="warning" value="2"/>
<eLiterals name="information" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="XSDDisallowedSubstitutions">
<eLiterals name="substitution"/>
<eLiterals name="extension" value="1"/>
<eLiterals name="restriction" value="2"/>
<eLiterals name="all" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="XSDForm">
<eLiterals name="qualified"/>
<eLiterals name="unqualified" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="XSDIdentityConstraintCategory">
<eLiterals name="key"/>
<eLiterals name="keyref" value="1"/>
<eLiterals name="unique" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="XSDNamespaceConstraintCategory">
<eLiterals name="any"/>
<eLiterals name="not" value="1"/>
<eLiterals name="set" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="XSDOrdered">
<eLiterals name="false"/>
<eLiterals name="partial" value="1"/>
<eLiterals name="total" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="XSDProcessContents">
<eLiterals name="strict"/>
<eLiterals name="lax" value="1"/>
<eLiterals name="skip" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="XSDProhibitedSubstitutions">
<eLiterals name="extension"/>
<eLiterals name="restriction" value="1"/>
<eLiterals name="all" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="XSDSimpleFinal">
<eLiterals name="list"/>
<eLiterals name="restriction" value="1"/>
<eLiterals name="union" value="2"/>
<eLiterals name="all" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="XSDSubstitutionGroupExclusions">
<eLiterals name="extension"/>
<eLiterals name="restriction" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="XSDVariety">
<eLiterals name="atomic"/>
<eLiterals name="list" value="1"/>
<eLiterals name="union" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="XSDWhiteSpace">
<eLiterals name="preserve"/>
<eLiterals name="replace" value="1"/>
<eLiterals name="collapse" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="XSDXPathVariety">
<eLiterals name="selector"/>
<eLiterals name="field" value="1"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/jesusc/rubytl/rubytl-core/lib/xsd/models/xsd_eclipse.ecore | ecore | xsd
XSDAnnotation
applicationInformation
userInformation
attributes
XSDAttributeDeclaration
attributeDeclarationReference
annotation
anonymousTypeDefinition
typeDefinition
resolvedAttributeDeclaration
XSDAttributeGroupContent
XSDAttributeGroupDefinition
attributeGroupDefinitionReference
annotation
contents
attributeUses
attributeWildcardContent
attributeWildcard
resolvedAttributeGroupDefinition
syntheticWildcard
XSDAttributeUse
required
value
constraint
use
lexicalValue
attributeDeclaration
content
XSDBoundedFacet
value
XSDCardinalityFacet
value
XSDComplexTypeContent
XSDComplexTypeDefinition
derivationMethod
restriction
final
abstract
contentTypeCategory
prohibitedSubstitutions
lexicalFinal
block
mixed
contentAnnotation
baseTypeDefinition
content
contentType
attributeUses
attributeContents
attributeWildcard
attributeWildcardContent
rootTypeDefinition
syntheticParticle
syntheticWildcard
XSDComponent
XSDConcreteComponent
element
container
rootContainer
schema
diagnostics
XSDConstrainingFacet
XSDDiagnostic
severity
message
locationURI
line
1
column
1
node
annotationURI
key
substitutions
components
primaryComponent
XSDElementDeclaration
nillable
disallowedSubstitutions
substitutionGroupExclusions
abstract
lexicalFinal
block
elementDeclarationReference
circular
annotation
anonymousTypeDefinition
typeDefinition
identityConstraintDefinitions
resolvedElementDeclaration
substitutionGroupAffiliation
substitutionGroup
XSDEnumerationFacet
value
XSDFacet
lexicalValue
facetName
effectiveValue
annotation
simpleTypeDefinition
XSDFeature
value
constraint
form
lexicalValue
global
featureReference
scope
resolvedFeature
type
XSDFixedFacet
fixed
XSDFractionDigitsFacet
value
XSDFundamentalFacet
XSDIdentityConstraintDefinition
identityConstraintCategory
annotation
referencedKey
selector
fields
XSDImport
namespace
annotation
XSDInclude
annotation
XSDLengthFacet
value
XSDMaxExclusiveFacet
XSDMaxFacet
value
inclusive
exclusive
XSDMaxInclusiveFacet
XSDMaxLengthFacet
value
XSDMinExclusiveFacet
XSDMinFacet
value
inclusive
exclusive
XSDMinInclusiveFacet
XSDMinLengthFacet
value
XSDModelGroup
compositor
annotation
contents
particles
XSDModelGroupDefinition
modelGroupDefinitionReference
annotation
modelGroup
resolvedModelGroupDefinition
XSDNamedComponent
name
targetNamespace
aliasName
uRI
aliasURI
qName
XSDNotationDeclaration
systemIdentifier
publicIdentifier
annotation
XSDNumericFacet
value
XSDOrderedFacet
value
XSDParticle
minOccurs
1
maxOccurs
1
content
term
XSDParticleContent
XSDPatternFacet
value
XSDRedefinableComponent
circular
XSDRedefineContent
XSDRedefine
annotations
contents
XSDRepeatableFacet
annotations
XSDSchema
document
schemaLocation
targetNamespace
attributeFormDefault
unqualified
elementFormDefault
unqualified
finalDefault
blockDefault
version
contents
elementDeclarations
attributeDeclarations
attributeGroupDefinitions
typeDefinitions
modelGroupDefinitions
identityConstraintDefinitions
notationDeclarations
annotations
allDiagnostics
referencingDirectives
rootVersion
originalVersion
incorporatedVersions
schemaForSchema
XSDSchemaCompositor
incorporatedSchema
XSDSchemaContent
XSDSchemaDirective
schemaLocation
resolvedSchema
XSDScope
XSDSimpleTypeDefinition
variety
final
lexicalFinal
validFacets
contents
facetContents
facets
memberTypeDefinitions
fundamentalFacets
baseTypeDefinition
primitiveTypeDefinition
itemTypeDefinition
rootTypeDefinition
minFacet
maxFacet
maxInclusiveFacet
minInclusiveFacet
minExclusiveFacet
maxExclusiveFacet
lengthFacet
whiteSpaceFacet
enumerationFacets
patternFacets
cardinalityFacet
numericFacet
maxLengthFacet
minLengthFacet
totalDigitsFacet
fractionDigitsFacet
orderedFacet
boundedFacet
effectiveMaxFacet
effectiveWhiteSpaceFacet
effectiveMaxLengthFacet
effectiveFractionDigitsFacet
effectivePatternFacet
effectiveEnumerationFacet
effectiveTotalDigitsFacet
effectiveMinLengthFacet
effectiveLengthFacet
effectiveMinFacet
syntheticFacets
XSDTerm
XSDTotalDigitsFacet
value
XSDTypeDefinition
annotation
derivationAnnotation
annotations
rootType
baseType
simpleType
complexType
XSDWhiteSpaceFacet
value
XSDWildcard
namespaceConstraintCategory
namespaceConstraint
processContents
lexicalNamespaceConstraint
annotation
annotations
XSDXPathDefinition
variety
value
annotation
DOMAttr
org.w3c.dom.Attr
org.w3c.dom.Attr
DOMDocument
org.w3c.dom.Document
org.w3c.dom.Document
DOMElement
org.w3c.dom.Element
org.w3c.dom.Element
DOMNode
org.w3c.dom.Node
org.w3c.dom.Node
Value
java.lang.Object
java.lang.Object
XSDAttributeUseCategory
optional
optional
prohibited
prohibited
required
required
XSDCardinality
finite
finite
countablyInfinite
countablyInfinite
XSDComplexFinal
extension
extension
restriction
restriction
all
all
XSDCompositor
all
all
choice
choice
sequence
sequence
XSDConstraint
default
default
fixed
fixed
XSDContentTypeCategory
empty
empty
simple
simple
mixed
mixed
elementOnly
elementOnly
XSDDerivationMethod
extension
extension
restriction
restriction
XSDDiagnosticSeverity
fatal
fatal
error
error
warning
warning
information
information
XSDDisallowedSubstitutions
substitution
substitution
extension
extension
restriction
restriction
all
all
XSDForm
qualified
qualified
unqualified
unqualified
XSDIdentityConstraintCategory
key
key
keyref
keyref
unique
unique
XSDNamespaceConstraintCategory
any
any
not
not
set
set
XSDOrdered
false
false
partial
partial
total
total
XSDProcessContents
strict
strict
lax
lax
skip
skip
XSDProhibitedSubstitutions
extension
extension
restriction
restriction
all
all
XSDSimpleFinal
list
list
restriction
restriction
union
union
all
all
XSDSubstitutionGroupExclusions
extension
extension
restriction
restriction
XSDVariety
atomic
atomic
list
list
union
union
XSDWhiteSpace
preserve
preserve
replace
replace
collapse
collapse
XSDXPathVariety
selector
selector
field
field | null | {"directed":true,"nodes":[{"nsPrefix":"xsd","nsURI":"http://www.eclipse.org/xsd/2002/XSD","name":"xsd","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDAnnotation","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDAttributeDeclaration","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDAttributeGroupContent","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDAttributeGroupDefinition","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDAttributeUse","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDBoundedFacet","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDCardinalityFacet","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDComplexTypeContent","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDComplexTypeDefinition","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDComponent","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDConcreteComponent","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDConstrainingFacet","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDDiagnostic","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDElementDeclaration","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDEnumerationFacet","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDFacet","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDFeature","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDFixedFacet","instanceClass":null,"abstract":true,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDFractionDigitsFacet","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDFundamentalFacet","instanceClass":null,"abstract":true,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDIdentityConstraintDefinition","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDImport","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDInclude","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDLengthFacet","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDMaxExclusiveFacet","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDMaxFacet","instanceClass":null,"abstract":true,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDMaxInclusiveFacet","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDMaxLengthFacet","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDMinExclusiveFacet","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDMinFacet","instanceClass":null,"abstract":true,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDMinInclusiveFacet","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDMinLengthFacet","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDModelGroup","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDModelGroupDefinition","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDNamedComponent","instanceClass":null,"abstract":true,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDNotationDeclaration","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDNumericFacet","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDOrderedFacet","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDParticle","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDParticleContent","instanceClass":null,"abstract":true,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDPatternFacet","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDRedefinableComponent","instanceClass":null,"abstract":true,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDRedefineContent","instanceClass":null,"abstract":true,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDRedefine","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDRepeatableFacet","instanceClass":null,"abstract":true,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDSchema","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDSchemaCompositor","instanceClass":null,"abstract":true,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDSchemaContent","instanceClass":null,"abstract":true,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDSchemaDirective","instanceClass":null,"abstract":true,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDScope","instanceClass":null,"abstract":true,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDSimpleTypeDefinition","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDTerm","instanceClass":null,"abstract":true,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDTotalDigitsFacet","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDTypeDefinition","instanceClass":null,"abstract":true,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDWhiteSpaceFacet","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDWildcard","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDXPathDefinition","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.w3c.dom.Attr","defaultValue":null,"instanceClassName":"org.w3c.dom.Attr","name":"DOMAttr","instanceClass":"org.w3c.dom.Attr","id":58,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.w3c.dom.Document","defaultValue":null,"instanceClassName":"org.w3c.dom.Document","name":"DOMDocument","instanceClass":"org.w3c.dom.Document","id":59,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.w3c.dom.Element","defaultValue":null,"instanceClassName":"org.w3c.dom.Element","name":"DOMElement","instanceClass":"org.w3c.dom.Element","id":60,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.w3c.dom.Node","defaultValue":null,"instanceClassName":"org.w3c.dom.Node","name":"DOMNode","instanceClass":"org.w3c.dom.Node","id":61,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Object","defaultValue":null,"instanceClassName":"java.lang.Object","name":"Value","instanceClass":"java.lang.Object","id":62,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"instanceClassName":null,"name":"XSDAttributeUseCategory","instanceClass":null,"id":63,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"XSDCardinality","instanceClass":null,"id":64,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"XSDComplexFinal","instanceClass":null,"id":65,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"XSDCompositor","instanceClass":null,"id":66,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"XSDConstraint","instanceClass":null,"id":67,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"XSDContentTypeCategory","instanceClass":null,"id":68,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"XSDDerivationMethod","instanceClass":null,"id":69,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"XSDDiagnosticSeverity","instanceClass":null,"id":70,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"XSDDisallowedSubstitutions","instanceClass":null,"id":71,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"XSDForm","instanceClass":null,"id":72,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"XSDIdentityConstraintCategory","instanceClass":null,"id":73,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"XSDNamespaceConstraintCategory","instanceClass":null,"id":74,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"XSDOrdered","instanceClass":null,"id":75,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"XSDProcessContents","instanceClass":null,"id":76,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"XSDProhibitedSubstitutions","instanceClass":null,"id":77,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"XSDSimpleFinal","instanceClass":null,"id":78,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"XSDSubstitutionGroupExclusions","instanceClass":null,"id":79,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"XSDVariety","instanceClass":null,"id":80,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"XSDWhiteSpace","instanceClass":null,"id":81,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"XSDXPathVariety","instanceClass":null,"id":82,"serializable":true,"eClass":"EEnum"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"applicationInformation","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":true,"name":"userInformation","changeable":true,"lowerBound":0,"iD":false,"id":84,"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":"attributes","changeable":true,"lowerBound":0,"iD":false,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"attributeDeclarationReference","changeable":false,"lowerBound":0,"iD":false,"id":91,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":92,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"anonymousTypeDefinition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":93,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"typeDefinition","changeable":true,"resolveProxies":false,"lowerBound":1,"id":94,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"resolvedAttributeDeclaration","changeable":true,"resolveProxies":false,"lowerBound":1,"id":95,"derived":false},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"attributeGroupDefinitionReference","changeable":false,"lowerBound":0,"iD":false,"id":104,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":105,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":106,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attributeUses","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":"attributeWildcardContent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":108,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attributeWildcard","changeable":true,"resolveProxies":false,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"resolvedAttributeGroupDefinition","changeable":true,"resolveProxies":false,"lowerBound":1,"id":110,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"syntheticWildcard","changeable":true,"resolveProxies":true,"lowerBound":0,"id":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"required","changeable":true,"lowerBound":0,"iD":false,"id":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":"value","changeable":true,"lowerBound":0,"iD":false,"id":124,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"constraint","changeable":true,"lowerBound":0,"iD":false,"id":125,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"use","changeable":true,"lowerBound":0,"iD":false,"id":126,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lexicalValue","changeable":true,"lowerBound":0,"iD":false,"id":127,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attributeDeclaration","changeable":true,"resolveProxies":false,"lowerBound":1,"id":128,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"resolveProxies":true,"lowerBound":1,"id":129,"derived":false},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"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":139,"derived":false},{"id":140,"eClass":"EGenericType"},{"id":141,"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":142,"derived":false},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"restriction","unsettable":true,"transient":false,"unique":true,"name":"derivationMethod","changeable":true,"lowerBound":0,"iD":false,"id":146,"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":"final","changeable":true,"lowerBound":0,"iD":false,"id":147,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"abstract","changeable":true,"lowerBound":0,"iD":false,"id":148,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"contentTypeCategory","changeable":true,"lowerBound":0,"iD":false,"id":149,"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":"prohibitedSubstitutions","changeable":true,"lowerBound":0,"iD":false,"id":150,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"lexicalFinal","changeable":true,"lowerBound":0,"iD":false,"id":151,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"block","changeable":true,"lowerBound":0,"iD":false,"id":152,"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":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":153,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contentAnnotation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":154,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"baseTypeDefinition","changeable":true,"resolveProxies":false,"lowerBound":1,"id":155,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"resolveProxies":true,"lowerBound":0,"id":156,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contentType","changeable":true,"resolveProxies":false,"lowerBound":0,"id":157,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attributeUses","changeable":true,"resolveProxies":false,"lowerBound":0,"id":158,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributeContents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":159,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attributeWildcard","changeable":true,"resolveProxies":false,"lowerBound":0,"id":160,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributeWildcardContent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":161,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"rootTypeDefinition","changeable":false,"resolveProxies":false,"lowerBound":1,"id":162,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"syntheticParticle","changeable":true,"resolveProxies":true,"lowerBound":0,"id":163,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"syntheticWildcard","changeable":true,"resolveProxies":true,"lowerBound":0,"id":164,"derived":false},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"element","changeable":true,"lowerBound":0,"iD":false,"id":187,"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":"container","changeable":false,"resolveProxies":false,"lowerBound":0,"id":188,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"rootContainer","changeable":false,"resolveProxies":false,"lowerBound":1,"id":189,"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":"schema","changeable":false,"resolveProxies":false,"lowerBound":0,"id":190,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"diagnostics","changeable":true,"resolveProxies":false,"lowerBound":0,"id":191,"derived":false},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"severity","changeable":true,"lowerBound":0,"iD":false,"id":198,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"message","changeable":true,"lowerBound":0,"iD":false,"id":199,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"locationURI","changeable":true,"lowerBound":0,"iD":false,"id":200,"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":"line","changeable":true,"lowerBound":0,"iD":false,"id":201,"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":"column","changeable":true,"lowerBound":0,"iD":false,"id":202,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"node","changeable":true,"lowerBound":0,"iD":false,"id":203,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"annotationURI","changeable":true,"lowerBound":0,"iD":false,"id":204,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"lowerBound":0,"iD":false,"id":205,"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":"substitutions","changeable":true,"lowerBound":0,"iD":false,"id":206,"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":"components","changeable":true,"resolveProxies":false,"lowerBound":1,"id":207,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"primaryComponent","changeable":true,"resolveProxies":false,"lowerBound":1,"id":208,"derived":false},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"nillable","changeable":true,"lowerBound":0,"iD":false,"id":221,"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":"disallowedSubstitutions","changeable":true,"lowerBound":0,"iD":false,"id":222,"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":"substitutionGroupExclusions","changeable":true,"lowerBound":0,"iD":false,"id":223,"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":"abstract","changeable":true,"lowerBound":0,"iD":false,"id":224,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"lexicalFinal","changeable":true,"lowerBound":0,"iD":false,"id":225,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"block","changeable":true,"lowerBound":0,"iD":false,"id":226,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"elementDeclarationReference","changeable":false,"lowerBound":0,"iD":false,"id":227,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"circular","changeable":false,"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":"annotation","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":"anonymousTypeDefinition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":230,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"typeDefinition","changeable":true,"resolveProxies":false,"lowerBound":1,"id":231,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"identityConstraintDefinitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":232,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"resolvedElementDeclaration","changeable":true,"resolveProxies":false,"lowerBound":1,"id":233,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"substitutionGroupAffiliation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":234,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"substitutionGroup","changeable":true,"resolveProxies":false,"lowerBound":0,"id":235,"derived":false},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":254,"derived":false},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lexicalValue","changeable":true,"lowerBound":0,"iD":false,"id":257,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"facetName","changeable":false,"lowerBound":0,"iD":false,"id":258,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"effectiveValue","changeable":false,"lowerBound":0,"iD":false,"id":259,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":260,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"simpleTypeDefinition","changeable":false,"resolveProxies":false,"lowerBound":0,"id":261,"derived":false},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"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":268,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"constraint","changeable":true,"lowerBound":0,"iD":false,"id":269,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"form","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":"lexicalValue","changeable":true,"lowerBound":0,"iD":false,"id":271,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"global","changeable":false,"lowerBound":0,"iD":false,"id":272,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"featureReference","changeable":false,"lowerBound":0,"iD":false,"id":273,"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":"scope","changeable":false,"resolveProxies":false,"lowerBound":0,"id":274,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"resolvedFeature","changeable":false,"resolveProxies":false,"lowerBound":1,"id":275,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"type","changeable":false,"resolveProxies":false,"lowerBound":1,"id":276,"derived":false},{"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"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"fixed","changeable":true,"lowerBound":0,"iD":false,"id":287,"derived":false},{"id":288,"eClass":"EGenericType"},{"id":289,"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":290,"derived":false},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"identityConstraintCategory","changeable":true,"lowerBound":0,"iD":false,"id":294,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":295,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referencedKey","changeable":true,"resolveProxies":false,"lowerBound":0,"id":296,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"selector","changeable":true,"resolveProxies":true,"lowerBound":1,"id":297,"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":"fields","changeable":true,"resolveProxies":true,"lowerBound":1,"id":298,"derived":false},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"namespace","changeable":true,"lowerBound":0,"iD":false,"id":305,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":306,"derived":false},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":310,"derived":false},{"id":311,"eClass":"EGenericType"},{"id":312,"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":313,"derived":false},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":317,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"inclusive","changeable":false,"lowerBound":0,"iD":false,"id":318,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"exclusive","changeable":false,"lowerBound":0,"iD":false,"id":319,"derived":false},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"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":325,"derived":false},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":329,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"inclusive","changeable":false,"lowerBound":0,"iD":false,"id":330,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"exclusive","changeable":false,"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"},{"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":337,"derived":false},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"compositor","changeable":true,"lowerBound":0,"iD":false,"id":340,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":341,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":342,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"particles","changeable":true,"resolveProxies":false,"lowerBound":1,"id":343,"derived":false},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"modelGroupDefinitionReference","changeable":false,"lowerBound":0,"iD":false,"id":349,"derived":false},{"container":false,"ordered":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":350,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modelGroup","changeable":true,"resolveProxies":true,"lowerBound":1,"id":351,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"resolvedModelGroupDefinition","changeable":true,"resolveProxies":false,"lowerBound":1,"id":352,"derived":false},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","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":"targetNamespace","changeable":true,"lowerBound":0,"iD":false,"id":361,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"aliasName","changeable":false,"lowerBound":0,"iD":false,"id":362,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uRI","changeable":false,"lowerBound":0,"iD":false,"id":363,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"aliasURI","changeable":false,"lowerBound":0,"iD":false,"id":364,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"qName","changeable":false,"lowerBound":0,"iD":false,"id":365,"derived":false},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"systemIdentifier","changeable":true,"lowerBound":0,"iD":false,"id":373,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"publicIdentifier","changeable":true,"lowerBound":0,"iD":false,"id":374,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":375,"derived":false},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"id":380,"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":381,"derived":false},{"id":382,"eClass":"EGenericType"},{"id":383,"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":384,"derived":false},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":true,"transient":false,"unique":true,"name":"minOccurs","changeable":true,"lowerBound":0,"iD":false,"id":387,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":true,"transient":false,"unique":true,"name":"maxOccurs","changeable":true,"lowerBound":0,"iD":false,"id":388,"derived":false},{"container":false,"ordered":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":389,"derived":false},{"container":false,"ordered":true,"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":false,"lowerBound":1,"id":390,"derived":false},{"id":391,"eClass":"EGenericType"},{"id":392,"eClass":"EGenericType"},{"id":393,"eClass":"EGenericType"},{"id":394,"eClass":"EGenericType"},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":397,"derived":false},{"id":398,"eClass":"EGenericType"},{"id":399,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"circular","changeable":false,"lowerBound":0,"iD":false,"id":400,"derived":false},{"id":401,"eClass":"EGenericType"},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"annotations","changeable":true,"resolveProxies":false,"lowerBound":0,"id":405,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":406,"derived":false},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"annotations","changeable":true,"resolveProxies":false,"lowerBound":0,"id":410,"derived":false},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"document","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":"schemaLocation","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":"targetNamespace","changeable":true,"lowerBound":0,"iD":false,"id":415,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"unqualified","unsettable":true,"transient":false,"unique":true,"name":"attributeFormDefault","changeable":true,"lowerBound":0,"iD":false,"id":416,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"unqualified","unsettable":true,"transient":false,"unique":true,"name":"elementFormDefault","changeable":true,"lowerBound":0,"iD":false,"id":417,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"finalDefault","changeable":true,"lowerBound":0,"iD":false,"id":418,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"blockDefault","changeable":true,"lowerBound":0,"iD":false,"id":419,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"lowerBound":0,"iD":false,"id":420,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":421,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"elementDeclarations","changeable":true,"resolveProxies":false,"lowerBound":0,"id":422,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attributeDeclarations","changeable":true,"resolveProxies":false,"lowerBound":0,"id":423,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attributeGroupDefinitions","changeable":true,"resolveProxies":false,"lowerBound":0,"id":424,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"typeDefinitions","changeable":true,"resolveProxies":false,"lowerBound":0,"id":425,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"modelGroupDefinitions","changeable":true,"resolveProxies":false,"lowerBound":0,"id":426,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"identityConstraintDefinitions","changeable":true,"resolveProxies":false,"lowerBound":0,"id":427,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"notationDeclarations","changeable":true,"resolveProxies":false,"lowerBound":0,"id":428,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"annotations","changeable":true,"resolveProxies":false,"lowerBound":0,"id":429,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"allDiagnostics","changeable":true,"resolveProxies":false,"lowerBound":0,"id":430,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referencingDirectives","changeable":true,"resolveProxies":false,"lowerBound":0,"id":431,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"rootVersion","changeable":false,"resolveProxies":false,"lowerBound":1,"id":432,"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":"originalVersion","changeable":false,"resolveProxies":false,"lowerBound":0,"id":433,"derived":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":"incorporatedVersions","changeable":true,"resolveProxies":false,"lowerBound":0,"id":434,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"schemaForSchema","changeable":false,"resolveProxies":false,"lowerBound":1,"id":435,"derived":false},{"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"},{"id":456,"eClass":"EGenericType"},{"id":457,"eClass":"EGenericType"},{"id":458,"eClass":"EGenericType"},{"id":459,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"incorporatedSchema","changeable":true,"resolveProxies":false,"lowerBound":0,"id":460,"derived":false},{"id":461,"eClass":"EGenericType"},{"id":462,"eClass":"EGenericType"},{"id":463,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"schemaLocation","changeable":true,"lowerBound":0,"iD":false,"id":464,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"resolvedSchema","changeable":true,"resolveProxies":false,"lowerBound":0,"id":465,"derived":false},{"id":466,"eClass":"EGenericType"},{"id":467,"eClass":"EGenericType"},{"id":468,"eClass":"EGenericType"},{"id":469,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"variety","changeable":true,"lowerBound":0,"iD":false,"id":470,"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":"final","changeable":true,"lowerBound":0,"iD":false,"id":471,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"lexicalFinal","changeable":true,"lowerBound":0,"iD":false,"id":472,"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":"validFacets","changeable":true,"lowerBound":0,"iD":false,"id":473,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":474,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"facetContents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":475,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"facets","changeable":true,"resolveProxies":false,"lowerBound":0,"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":"memberTypeDefinitions","changeable":true,"resolveProxies":false,"lowerBound":0,"id":477,"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":true,"unique":true,"name":"fundamentalFacets","changeable":true,"resolveProxies":true,"lowerBound":1,"id":478,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"baseTypeDefinition","changeable":true,"resolveProxies":false,"lowerBound":1,"id":479,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"primitiveTypeDefinition","changeable":true,"resolveProxies":false,"lowerBound":0,"id":480,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"itemTypeDefinition","changeable":true,"resolveProxies":false,"lowerBound":0,"id":481,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"rootTypeDefinition","changeable":false,"resolveProxies":false,"lowerBound":1,"id":482,"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":"minFacet","changeable":false,"resolveProxies":false,"lowerBound":0,"id":483,"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":"maxFacet","changeable":false,"resolveProxies":false,"lowerBound":0,"id":484,"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":"maxInclusiveFacet","changeable":false,"resolveProxies":false,"lowerBound":0,"id":485,"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":"minInclusiveFacet","changeable":false,"resolveProxies":false,"lowerBound":0,"id":486,"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":"minExclusiveFacet","changeable":false,"resolveProxies":false,"lowerBound":0,"id":487,"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":"maxExclusiveFacet","changeable":false,"resolveProxies":false,"lowerBound":0,"id":488,"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":"lengthFacet","changeable":false,"resolveProxies":false,"lowerBound":0,"id":489,"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":"whiteSpaceFacet","changeable":false,"resolveProxies":false,"lowerBound":0,"id":490,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"enumerationFacets","changeable":false,"resolveProxies":false,"lowerBound":0,"id":491,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"patternFacets","changeable":false,"resolveProxies":false,"lowerBound":0,"id":492,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"cardinalityFacet","changeable":false,"resolveProxies":false,"lowerBound":1,"id":493,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"numericFacet","changeable":false,"resolveProxies":false,"lowerBound":1,"id":494,"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":"maxLengthFacet","changeable":false,"resolveProxies":false,"lowerBound":0,"id":495,"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":"minLengthFacet","changeable":false,"resolveProxies":false,"lowerBound":0,"id":496,"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":"totalDigitsFacet","changeable":false,"resolveProxies":false,"lowerBound":0,"id":497,"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":"fractionDigitsFacet","changeable":false,"resolveProxies":false,"lowerBound":0,"id":498,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"orderedFacet","changeable":false,"resolveProxies":false,"lowerBound":1,"id":499,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"boundedFacet","changeable":false,"resolveProxies":false,"lowerBound":1,"id":500,"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":"effectiveMaxFacet","changeable":false,"resolveProxies":false,"lowerBound":0,"id":501,"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":"effectiveWhiteSpaceFacet","changeable":false,"resolveProxies":false,"lowerBound":0,"id":502,"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":"effectiveMaxLengthFacet","changeable":false,"resolveProxies":false,"lowerBound":0,"id":503,"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":"effectiveFractionDigitsFacet","changeable":false,"resolveProxies":false,"lowerBound":0,"id":504,"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":"effectivePatternFacet","changeable":false,"resolveProxies":false,"lowerBound":0,"id":505,"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":"effectiveEnumerationFacet","changeable":false,"resolveProxies":false,"lowerBound":0,"id":506,"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":"effectiveTotalDigitsFacet","changeable":false,"resolveProxies":false,"lowerBound":0,"id":507,"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":"effectiveMinLengthFacet","changeable":false,"resolveProxies":false,"lowerBound":0,"id":508,"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":"effectiveLengthFacet","changeable":false,"resolveProxies":false,"lowerBound":0,"id":509,"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":"effectiveMinFacet","changeable":false,"resolveProxies":false,"lowerBound":0,"id":510,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"syntheticFacets","changeable":true,"resolveProxies":true,"lowerBound":0,"id":511,"derived":false},{"id":512,"eClass":"EGenericType"},{"id":513,"eClass":"EGenericType"},{"id":514,"eClass":"EGenericType"},{"id":515,"eClass":"EGenericType"},{"id":516,"eClass":"EGenericType"},{"id":517,"eClass":"EGenericType"},{"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"},{"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"},{"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"},{"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":558,"derived":false},{"id":559,"eClass":"EGenericType"},{"id":560,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":561,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"derivationAnnotation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":562,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"annotations","changeable":true,"resolveProxies":false,"lowerBound":0,"id":563,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"rootType","changeable":false,"resolveProxies":false,"lowerBound":1,"id":564,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"baseType","changeable":false,"resolveProxies":false,"lowerBound":1,"id":565,"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":"simpleType","changeable":false,"resolveProxies":false,"lowerBound":0,"id":566,"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":"complexType","changeable":false,"resolveProxies":false,"lowerBound":0,"id":567,"derived":false},{"id":568,"eClass":"EGenericType"},{"id":569,"eClass":"EGenericType"},{"id":570,"eClass":"EGenericType"},{"id":571,"eClass":"EGenericType"},{"id":572,"eClass":"EGenericType"},{"id":573,"eClass":"EGenericType"},{"id":574,"eClass":"EGenericType"},{"id":575,"eClass":"EGenericType"},{"id":576,"eClass":"EGenericType"},{"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":577,"derived":false},{"id":578,"eClass":"EGenericType"},{"id":579,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"namespaceConstraintCategory","changeable":true,"lowerBound":0,"iD":false,"id":580,"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":"namespaceConstraint","changeable":true,"lowerBound":0,"iD":false,"id":581,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"processContents","changeable":true,"lowerBound":0,"iD":false,"id":582,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"lexicalNamespaceConstraint","changeable":true,"lowerBound":0,"iD":false,"id":583,"derived":false},{"container":false,"ordered":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":584,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"annotations","changeable":true,"resolveProxies":false,"lowerBound":0,"id":585,"derived":false},{"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"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"variety","changeable":true,"lowerBound":0,"iD":false,"id":593,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":594,"derived":false},{"container":false,"ordered":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":595,"derived":false},{"id":596,"eClass":"EGenericType"},{"id":597,"eClass":"EGenericType"},{"id":598,"eClass":"EGenericType"},{"id":599,"eClass":"EGenericType"},{"name":"optional","id":600,"value":0,"literal":"optional","eClass":"EEnumLiteral"},{"name":"prohibited","id":601,"value":1,"literal":"prohibited","eClass":"EEnumLiteral"},{"name":"required","id":602,"value":2,"literal":"required","eClass":"EEnumLiteral"},{"name":"finite","id":603,"value":0,"literal":"finite","eClass":"EEnumLiteral"},{"name":"countablyInfinite","id":604,"value":1,"literal":"countablyInfinite","eClass":"EEnumLiteral"},{"name":"extension","id":605,"value":0,"literal":"extension","eClass":"EEnumLiteral"},{"name":"restriction","id":606,"value":1,"literal":"restriction","eClass":"EEnumLiteral"},{"name":"all","id":607,"value":2,"literal":"all","eClass":"EEnumLiteral"},{"name":"all","id":608,"value":0,"literal":"all","eClass":"EEnumLiteral"},{"name":"choice","id":609,"value":1,"literal":"choice","eClass":"EEnumLiteral"},{"name":"sequence","id":610,"value":2,"literal":"sequence","eClass":"EEnumLiteral"},{"name":"default","id":611,"value":0,"literal":"default","eClass":"EEnumLiteral"},{"name":"fixed","id":612,"value":1,"literal":"fixed","eClass":"EEnumLiteral"},{"name":"empty","id":613,"value":0,"literal":"empty","eClass":"EEnumLiteral"},{"name":"simple","id":614,"value":1,"literal":"simple","eClass":"EEnumLiteral"},{"name":"mixed","id":615,"value":2,"literal":"mixed","eClass":"EEnumLiteral"},{"name":"elementOnly","id":616,"value":3,"literal":"elementOnly","eClass":"EEnumLiteral"},{"name":"extension","id":617,"value":0,"literal":"extension","eClass":"EEnumLiteral"},{"name":"restriction","id":618,"value":1,"literal":"restriction","eClass":"EEnumLiteral"},{"name":"fatal","id":619,"value":0,"literal":"fatal","eClass":"EEnumLiteral"},{"name":"error","id":620,"value":1,"literal":"error","eClass":"EEnumLiteral"},{"name":"warning","id":621,"value":2,"literal":"warning","eClass":"EEnumLiteral"},{"name":"information","id":622,"value":3,"literal":"information","eClass":"EEnumLiteral"},{"name":"substitution","id":623,"value":0,"literal":"substitution","eClass":"EEnumLiteral"},{"name":"extension","id":624,"value":1,"literal":"extension","eClass":"EEnumLiteral"},{"name":"restriction","id":625,"value":2,"literal":"restriction","eClass":"EEnumLiteral"},{"name":"all","id":626,"value":3,"literal":"all","eClass":"EEnumLiteral"},{"name":"qualified","id":627,"value":0,"literal":"qualified","eClass":"EEnumLiteral"},{"name":"unqualified","id":628,"value":1,"literal":"unqualified","eClass":"EEnumLiteral"},{"name":"key","id":629,"value":0,"literal":"key","eClass":"EEnumLiteral"},{"name":"keyref","id":630,"value":1,"literal":"keyref","eClass":"EEnumLiteral"},{"name":"unique","id":631,"value":2,"literal":"unique","eClass":"EEnumLiteral"},{"name":"any","id":632,"value":0,"literal":"any","eClass":"EEnumLiteral"},{"name":"not","id":633,"value":1,"literal":"not","eClass":"EEnumLiteral"},{"name":"set","id":634,"value":2,"literal":"set","eClass":"EEnumLiteral"},{"name":"false","id":635,"value":0,"literal":"false","eClass":"EEnumLiteral"},{"name":"partial","id":636,"value":1,"literal":"partial","eClass":"EEnumLiteral"},{"name":"total","id":637,"value":2,"literal":"total","eClass":"EEnumLiteral"},{"name":"strict","id":638,"value":0,"literal":"strict","eClass":"EEnumLiteral"},{"name":"lax","id":639,"value":1,"literal":"lax","eClass":"EEnumLiteral"},{"name":"skip","id":640,"value":2,"literal":"skip","eClass":"EEnumLiteral"},{"name":"extension","id":641,"value":0,"literal":"extension","eClass":"EEnumLiteral"},{"name":"restriction","id":642,"value":1,"literal":"restriction","eClass":"EEnumLiteral"},{"name":"all","id":643,"value":2,"literal":"all","eClass":"EEnumLiteral"},{"name":"list","id":644,"value":0,"literal":"list","eClass":"EEnumLiteral"},{"name":"restriction","id":645,"value":1,"literal":"restriction","eClass":"EEnumLiteral"},{"name":"union","id":646,"value":2,"literal":"union","eClass":"EEnumLiteral"},{"name":"all","id":647,"value":3,"literal":"all","eClass":"EEnumLiteral"},{"name":"extension","id":648,"value":0,"literal":"extension","eClass":"EEnumLiteral"},{"name":"restriction","id":649,"value":1,"literal":"restriction","eClass":"EEnumLiteral"},{"name":"atomic","id":650,"value":0,"literal":"atomic","eClass":"EEnumLiteral"},{"name":"list","id":651,"value":1,"literal":"list","eClass":"EEnumLiteral"},{"name":"union","id":652,"value":2,"literal":"union","eClass":"EEnumLiteral"},{"name":"preserve","id":653,"value":0,"literal":"preserve","eClass":"EEnumLiteral"},{"name":"replace","id":654,"value":1,"literal":"replace","eClass":"EEnumLiteral"},{"name":"collapse","id":655,"value":2,"literal":"collapse","eClass":"EEnumLiteral"},{"name":"selector","id":656,"value":0,"literal":"selector","eClass":"EEnumLiteral"},{"name":"field","id":657,"value":1,"literal":"field","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":0,"target":57},{"source":0,"target":58},{"source":0,"target":59},{"source":0,"target":60},{"source":0,"target":61},{"source":0,"target":62},{"source":0,"target":63},{"source":0,"target":64},{"source":0,"target":65},{"source":0,"target":66},{"source":0,"target":67},{"source":0,"target":68},{"source":0,"target":69},{"source":0,"target":70},{"source":0,"target":71},{"source":0,"target":72},{"source":0,"target":73},{"source":0,"target":74},{"source":0,"target":75},{"source":0,"target":76},{"source":0,"target":77},{"source":0,"target":78},{"source":0,"target":79},{"source":0,"target":80},{"source":0,"target":81},{"source":0,"target":82},{"source":1,"target":0},{"source":1,"target":10},{"source":1,"target":43},{"source":1,"target":83},{"source":1,"target":84},{"source":1,"target":85},{"source":1,"target":86},{"source":1,"target":87},{"source":83,"target":60},{"source":83,"target":88},{"source":83,"target":1},{"source":88,"target":60},{"source":84,"target":60},{"source":84,"target":89},{"source":84,"target":1},{"source":89,"target":60},{"source":85,"target":58},{"source":85,"target":90},{"source":85,"target":1},{"source":90,"target":58},{"source":86,"target":10},{"source":87,"target":43},{"source":2,"target":0},{"source":2,"target":17},{"source":2,"target":48},{"source":2,"target":91},{"source":2,"target":92},{"source":2,"target":93},{"source":2,"target":94},{"source":2,"target":95},{"source":2,"target":96},{"source":2,"target":97},{"source":91,"target":98},{"source":91,"target":2},{"source":92,"target":1},{"source":92,"target":99},{"source":92,"target":2},{"source":99,"target":1},{"source":93,"target":51},{"source":93,"target":100},{"source":93,"target":2},{"source":100,"target":51},{"source":94,"target":51},{"source":94,"target":101},{"source":94,"target":2},{"source":101,"target":51},{"source":95,"target":2},{"source":95,"target":102},{"source":95,"target":2},{"source":102,"target":2},{"source":96,"target":17},{"source":97,"target":48},{"source":3,"target":0},{"source":3,"target":11},{"source":3,"target":103},{"source":103,"target":11},{"source":4,"target":0},{"source":4,"target":42},{"source":4,"target":3},{"source":4,"target":43},{"source":4,"target":104},{"source":4,"target":105},{"source":4,"target":106},{"source":4,"target":107},{"source":4,"target":108},{"source":4,"target":109},{"source":4,"target":110},{"source":4,"target":111},{"source":4,"target":112},{"source":4,"target":113},{"source":4,"target":114},{"source":104,"target":115},{"source":104,"target":4},{"source":105,"target":1},{"source":105,"target":116},{"source":105,"target":4},{"source":116,"target":1},{"source":106,"target":3},{"source":106,"target":117},{"source":106,"target":4},{"source":117,"target":3},{"source":107,"target":5},{"source":107,"target":118},{"source":107,"target":4},{"source":118,"target":5},{"source":108,"target":56},{"source":108,"target":119},{"source":108,"target":4},{"source":119,"target":56},{"source":109,"target":56},{"source":109,"target":120},{"source":109,"target":4},{"source":120,"target":56},{"source":110,"target":4},{"source":110,"target":121},{"source":110,"target":4},{"source":121,"target":4},{"source":111,"target":56},{"source":111,"target":122},{"source":111,"target":4},{"source":122,"target":56},{"source":112,"target":42},{"source":113,"target":3},{"source":114,"target":43},{"source":5,"target":0},{"source":5,"target":10},{"source":5,"target":3},{"source":5,"target":123},{"source":5,"target":124},{"source":5,"target":125},{"source":5,"target":126},{"source":5,"target":127},{"source":5,"target":128},{"source":5,"target":129},{"source":5,"target":130},{"source":5,"target":131},{"source":123,"target":132},{"source":123,"target":5},{"source":124,"target":62},{"source":124,"target":133},{"source":124,"target":5},{"source":133,"target":62},{"source":125,"target":67},{"source":125,"target":134},{"source":125,"target":5},{"source":134,"target":67},{"source":126,"target":63},{"source":126,"target":135},{"source":126,"target":5},{"source":135,"target":63},{"source":127,"target":136},{"source":127,"target":5},{"source":128,"target":2},{"source":128,"target":137},{"source":128,"target":5},{"source":137,"target":2},{"source":129,"target":2},{"source":129,"target":138},{"source":129,"target":5},{"source":138,"target":2},{"source":130,"target":10},{"source":131,"target":3},{"source":6,"target":0},{"source":6,"target":20},{"source":6,"target":139},{"source":6,"target":140},{"source":139,"target":141},{"source":139,"target":6},{"source":140,"target":20},{"source":7,"target":0},{"source":7,"target":20},{"source":7,"target":142},{"source":7,"target":143},{"source":142,"target":64},{"source":142,"target":144},{"source":142,"target":7},{"source":144,"target":64},{"source":143,"target":20},{"source":8,"target":0},{"source":8,"target":10},{"source":8,"target":145},{"source":145,"target":10},{"source":9,"target":0},{"source":9,"target":54},{"source":9,"target":50},{"source":9,"target":146},{"source":9,"target":147},{"source":9,"target":148},{"source":9,"target":149},{"source":9,"target":150},{"source":9,"target":151},{"source":9,"target":152},{"source":9,"target":153},{"source":9,"target":154},{"source":9,"target":155},{"source":9,"target":156},{"source":9,"target":157},{"source":9,"target":158},{"source":9,"target":159},{"source":9,"target":160},{"source":9,"target":161},{"source":9,"target":162},{"source":9,"target":163},{"source":9,"target":164},{"source":9,"target":165},{"source":9,"target":166},{"source":146,"target":69},{"source":146,"target":167},{"source":146,"target":9},{"source":167,"target":69},{"source":147,"target":65},{"source":147,"target":168},{"source":147,"target":9},{"source":168,"target":65},{"source":148,"target":169},{"source":148,"target":9},{"source":149,"target":68},{"source":149,"target":170},{"source":149,"target":9},{"source":170,"target":68},{"source":150,"target":77},{"source":150,"target":171},{"source":150,"target":9},{"source":171,"target":77},{"source":151,"target":65},{"source":151,"target":172},{"source":151,"target":9},{"source":172,"target":65},{"source":152,"target":77},{"source":152,"target":173},{"source":152,"target":9},{"source":173,"target":77},{"source":153,"target":174},{"source":153,"target":9},{"source":154,"target":1},{"source":154,"target":175},{"source":154,"target":9},{"source":175,"target":1},{"source":155,"target":54},{"source":155,"target":176},{"source":155,"target":9},{"source":176,"target":54},{"source":156,"target":8},{"source":156,"target":177},{"source":156,"target":9},{"source":177,"target":8},{"source":157,"target":8},{"source":157,"target":178},{"source":157,"target":9},{"source":178,"target":8},{"source":158,"target":5},{"source":158,"target":179},{"source":158,"target":9},{"source":179,"target":5},{"source":159,"target":3},{"source":159,"target":180},{"source":159,"target":9},{"source":180,"target":3},{"source":160,"target":56},{"source":160,"target":181},{"source":160,"target":9},{"source":181,"target":56},{"source":161,"target":56},{"source":161,"target":182},{"source":161,"target":9},{"source":182,"target":56},{"source":162,"target":54},{"source":162,"target":183},{"source":162,"target":9},{"source":183,"target":54},{"source":163,"target":39},{"source":163,"target":184},{"source":163,"target":9},{"source":184,"target":39},{"source":164,"target":56},{"source":164,"target":185},{"source":164,"target":9},{"source":185,"target":56},{"source":165,"target":54},{"source":166,"target":50},{"source":10,"target":0},{"source":10,"target":11},{"source":10,"target":186},{"source":186,"target":11},{"source":11,"target":0},{"source":11,"target":187},{"source":11,"target":188},{"source":11,"target":189},{"source":11,"target":190},{"source":11,"target":191},{"source":187,"target":60},{"source":187,"target":192},{"source":187,"target":11},{"source":192,"target":60},{"source":188,"target":11},{"source":188,"target":193},{"source":188,"target":11},{"source":193,"target":11},{"source":189,"target":11},{"source":189,"target":194},{"source":189,"target":11},{"source":194,"target":11},{"source":190,"target":46},{"source":190,"target":195},{"source":190,"target":11},{"source":195,"target":46},{"source":191,"target":13},{"source":191,"target":196},{"source":191,"target":11},{"source":196,"target":13},{"source":12,"target":0},{"source":12,"target":16},{"source":12,"target":197},{"source":197,"target":16},{"source":13,"target":0},{"source":13,"target":11},{"source":13,"target":198},{"source":13,"target":199},{"source":13,"target":200},{"source":13,"target":201},{"source":13,"target":202},{"source":13,"target":203},{"source":13,"target":204},{"source":13,"target":205},{"source":13,"target":206},{"source":13,"target":207},{"source":13,"target":208},{"source":13,"target":209},{"source":198,"target":70},{"source":198,"target":210},{"source":198,"target":13},{"source":210,"target":70},{"source":199,"target":211},{"source":199,"target":13},{"source":200,"target":212},{"source":200,"target":13},{"source":201,"target":213},{"source":201,"target":13},{"source":202,"target":214},{"source":202,"target":13},{"source":203,"target":61},{"source":203,"target":215},{"source":203,"target":13},{"source":215,"target":61},{"source":204,"target":216},{"source":204,"target":13},{"source":205,"target":217},{"source":205,"target":13},{"source":206,"target":218},{"source":206,"target":13},{"source":207,"target":11},{"source":207,"target":219},{"source":207,"target":13},{"source":219,"target":11},{"source":208,"target":11},{"source":208,"target":220},{"source":208,"target":13},{"source":220,"target":11},{"source":209,"target":11},{"source":14,"target":0},{"source":14,"target":17},{"source":14,"target":48},{"source":14,"target":52},{"source":14,"target":221},{"source":14,"target":222},{"source":14,"target":223},{"source":14,"target":224},{"source":14,"target":225},{"source":14,"target":226},{"source":14,"target":227},{"source":14,"target":228},{"source":14,"target":229},{"source":14,"target":230},{"source":14,"target":231},{"source":14,"target":232},{"source":14,"target":233},{"source":14,"target":234},{"source":14,"target":235},{"source":14,"target":236},{"source":14,"target":237},{"source":14,"target":238},{"source":221,"target":239},{"source":221,"target":14},{"source":222,"target":71},{"source":222,"target":240},{"source":222,"target":14},{"source":240,"target":71},{"source":223,"target":79},{"source":223,"target":241},{"source":223,"target":14},{"source":241,"target":79},{"source":224,"target":242},{"source":224,"target":14},{"source":225,"target":77},{"source":225,"target":243},{"source":225,"target":14},{"source":243,"target":77},{"source":226,"target":71},{"source":226,"target":244},{"source":226,"target":14},{"source":244,"target":71},{"source":227,"target":245},{"source":227,"target":14},{"source":228,"target":246},{"source":228,"target":14},{"source":229,"target":1},{"source":229,"target":247},{"source":229,"target":14},{"source":247,"target":1},{"source":230,"target":54},{"source":230,"target":248},{"source":230,"target":14},{"source":248,"target":54},{"source":231,"target":54},{"source":231,"target":249},{"source":231,"target":14},{"source":249,"target":54},{"source":232,"target":21},{"source":232,"target":250},{"source":232,"target":14},{"source":250,"target":21},{"source":233,"target":14},{"source":233,"target":251},{"source":233,"target":14},{"source":251,"target":14},{"source":234,"target":14},{"source":234,"target":252},{"source":234,"target":14},{"source":252,"target":14},{"source":235,"target":14},{"source":235,"target":253},{"source":235,"target":14},{"source":253,"target":14},{"source":236,"target":17},{"source":237,"target":48},{"source":238,"target":52},{"source":15,"target":0},{"source":15,"target":45},{"source":15,"target":254},{"source":15,"target":255},{"source":254,"target":62},{"source":254,"target":256},{"source":254,"target":15},{"source":256,"target":62},{"source":255,"target":45},{"source":16,"target":0},{"source":16,"target":10},{"source":16,"target":257},{"source":16,"target":258},{"source":16,"target":259},{"source":16,"target":260},{"source":16,"target":261},{"source":16,"target":262},{"source":257,"target":263},{"source":257,"target":16},{"source":258,"target":264},{"source":258,"target":16},{"source":259,"target":62},{"source":259,"target":265},{"source":259,"target":16},{"source":265,"target":62},{"source":260,"target":1},{"source":260,"target":266},{"source":260,"target":16},{"source":266,"target":1},{"source":261,"target":51},{"source":261,"target":267},{"source":261,"target":16},{"source":267,"target":51},{"source":262,"target":10},{"source":17,"target":0},{"source":17,"target":35},{"source":17,"target":268},{"source":17,"target":269},{"source":17,"target":270},{"source":17,"target":271},{"source":17,"target":272},{"source":17,"target":273},{"source":17,"target":274},{"source":17,"target":275},{"source":17,"target":276},{"source":17,"target":277},{"source":268,"target":62},{"source":268,"target":278},{"source":268,"target":17},{"source":278,"target":62},{"source":269,"target":67},{"source":269,"target":279},{"source":269,"target":17},{"source":279,"target":67},{"source":270,"target":72},{"source":270,"target":280},{"source":270,"target":17},{"source":280,"target":72},{"source":271,"target":281},{"source":271,"target":17},{"source":272,"target":282},{"source":272,"target":17},{"source":273,"target":283},{"source":273,"target":17},{"source":274,"target":50},{"source":274,"target":284},{"source":274,"target":17},{"source":284,"target":50},{"source":275,"target":17},{"source":275,"target":285},{"source":275,"target":17},{"source":285,"target":17},{"source":276,"target":54},{"source":276,"target":286},{"source":276,"target":17},{"source":286,"target":54},{"source":277,"target":35},{"source":18,"target":0},{"source":18,"target":12},{"source":18,"target":287},{"source":18,"target":288},{"source":287,"target":289},{"source":287,"target":18},{"source":288,"target":12},{"source":19,"target":0},{"source":19,"target":18},{"source":19,"target":290},{"source":19,"target":291},{"source":290,"target":292},{"source":290,"target":19},{"source":291,"target":18},{"source":20,"target":0},{"source":20,"target":16},{"source":20,"target":293},{"source":293,"target":16},{"source":21,"target":0},{"source":21,"target":35},{"source":21,"target":294},{"source":21,"target":295},{"source":21,"target":296},{"source":21,"target":297},{"source":21,"target":298},{"source":21,"target":299},{"source":294,"target":73},{"source":294,"target":300},{"source":294,"target":21},{"source":300,"target":73},{"source":295,"target":1},{"source":295,"target":301},{"source":295,"target":21},{"source":301,"target":1},{"source":296,"target":21},{"source":296,"target":302},{"source":296,"target":21},{"source":302,"target":21},{"source":297,"target":57},{"source":297,"target":303},{"source":297,"target":21},{"source":303,"target":57},{"source":298,"target":57},{"source":298,"target":304},{"source":298,"target":21},{"source":304,"target":57},{"source":299,"target":35},{"source":22,"target":0},{"source":22,"target":49},{"source":22,"target":305},{"source":22,"target":306},{"source":22,"target":307},{"source":305,"target":308},{"source":305,"target":22},{"source":306,"target":1},{"source":306,"target":309},{"source":306,"target":22},{"source":309,"target":1},{"source":307,"target":49},{"source":23,"target":0},{"source":23,"target":47},{"source":23,"target":310},{"source":23,"target":311},{"source":310,"target":1},{"source":310,"target":312},{"source":310,"target":23},{"source":312,"target":1},{"source":311,"target":47},{"source":24,"target":0},{"source":24,"target":18},{"source":24,"target":313},{"source":24,"target":314},{"source":313,"target":315},{"source":313,"target":24},{"source":314,"target":18},{"source":25,"target":0},{"source":25,"target":26},{"source":25,"target":316},{"source":316,"target":26},{"source":26,"target":0},{"source":26,"target":18},{"source":26,"target":317},{"source":26,"target":318},{"source":26,"target":319},{"source":26,"target":320},{"source":317,"target":62},{"source":317,"target":321},{"source":317,"target":26},{"source":321,"target":62},{"source":318,"target":322},{"source":318,"target":26},{"source":319,"target":323},{"source":319,"target":26},{"source":320,"target":18},{"source":27,"target":0},{"source":27,"target":26},{"source":27,"target":324},{"source":324,"target":26},{"source":28,"target":0},{"source":28,"target":18},{"source":28,"target":325},{"source":28,"target":326},{"source":325,"target":327},{"source":325,"target":28},{"source":326,"target":18},{"source":29,"target":0},{"source":29,"target":30},{"source":29,"target":328},{"source":328,"target":30},{"source":30,"target":0},{"source":30,"target":18},{"source":30,"target":329},{"source":30,"target":330},{"source":30,"target":331},{"source":30,"target":332},{"source":329,"target":62},{"source":329,"target":333},{"source":329,"target":30},{"source":333,"target":62},{"source":330,"target":334},{"source":330,"target":30},{"source":331,"target":335},{"source":331,"target":30},{"source":332,"target":18},{"source":31,"target":0},{"source":31,"target":30},{"source":31,"target":336},{"source":336,"target":30},{"source":32,"target":0},{"source":32,"target":18},{"source":32,"target":337},{"source":32,"target":338},{"source":337,"target":339},{"source":337,"target":32},{"source":338,"target":18},{"source":33,"target":0},{"source":33,"target":52},{"source":33,"target":340},{"source":33,"target":341},{"source":33,"target":342},{"source":33,"target":343},{"source":33,"target":344},{"source":340,"target":66},{"source":340,"target":345},{"source":340,"target":33},{"source":345,"target":66},{"source":341,"target":1},{"source":341,"target":346},{"source":341,"target":33},{"source":346,"target":1},{"source":342,"target":39},{"source":342,"target":347},{"source":342,"target":33},{"source":347,"target":39},{"source":343,"target":39},{"source":343,"target":348},{"source":343,"target":33},{"source":348,"target":39},{"source":344,"target":52},{"source":34,"target":0},{"source":34,"target":42},{"source":34,"target":40},{"source":34,"target":43},{"source":34,"target":349},{"source":34,"target":350},{"source":34,"target":351},{"source":34,"target":352},{"source":34,"target":353},{"source":34,"target":354},{"source":34,"target":355},{"source":349,"target":356},{"source":349,"target":34},{"source":350,"target":1},{"source":350,"target":357},{"source":350,"target":34},{"source":357,"target":1},{"source":351,"target":33},{"source":351,"target":358},{"source":351,"target":34},{"source":358,"target":33},{"source":352,"target":34},{"source":352,"target":359},{"source":352,"target":34},{"source":359,"target":34},{"source":353,"target":42},{"source":354,"target":40},{"source":355,"target":43},{"source":35,"target":0},{"source":35,"target":10},{"source":35,"target":360},{"source":35,"target":361},{"source":35,"target":362},{"source":35,"target":363},{"source":35,"target":364},{"source":35,"target":365},{"source":35,"target":366},{"source":360,"target":367},{"source":360,"target":35},{"source":361,"target":368},{"source":361,"target":35},{"source":362,"target":369},{"source":362,"target":35},{"source":363,"target":370},{"source":363,"target":35},{"source":364,"target":371},{"source":364,"target":35},{"source":365,"target":372},{"source":365,"target":35},{"source":366,"target":10},{"source":36,"target":0},{"source":36,"target":35},{"source":36,"target":48},{"source":36,"target":373},{"source":36,"target":374},{"source":36,"target":375},{"source":36,"target":376},{"source":36,"target":377},{"source":373,"target":378},{"source":373,"target":36},{"source":374,"target":379},{"source":374,"target":36},{"source":375,"target":1},{"source":375,"target":380},{"source":375,"target":36},{"source":380,"target":1},{"source":376,"target":35},{"source":377,"target":48},{"source":37,"target":0},{"source":37,"target":20},{"source":37,"target":381},{"source":37,"target":382},{"source":381,"target":383},{"source":381,"target":37},{"source":382,"target":20},{"source":38,"target":0},{"source":38,"target":20},{"source":38,"target":384},{"source":38,"target":385},{"source":384,"target":75},{"source":384,"target":386},{"source":384,"target":38},{"source":386,"target":75},{"source":385,"target":20},{"source":39,"target":0},{"source":39,"target":8},{"source":39,"target":387},{"source":39,"target":388},{"source":39,"target":389},{"source":39,"target":390},{"source":39,"target":391},{"source":387,"target":392},{"source":387,"target":39},{"source":388,"target":393},{"source":388,"target":39},{"source":389,"target":40},{"source":389,"target":394},{"source":389,"target":39},{"source":394,"target":40},{"source":390,"target":52},{"source":390,"target":395},{"source":390,"target":39},{"source":395,"target":52},{"source":391,"target":8},{"source":40,"target":0},{"source":40,"target":11},{"source":40,"target":396},{"source":396,"target":11},{"source":41,"target":0},{"source":41,"target":45},{"source":41,"target":397},{"source":41,"target":398},{"source":397,"target":399},{"source":397,"target":41},{"source":398,"target":45},{"source":42,"target":0},{"source":42,"target":35},{"source":42,"target":43},{"source":42,"target":400},{"source":42,"target":401},{"source":42,"target":402},{"source":400,"target":403},{"source":400,"target":42},{"source":401,"target":35},{"source":402,"target":43},{"source":43,"target":0},{"source":43,"target":48},{"source":43,"target":404},{"source":404,"target":48},{"source":44,"target":0},{"source":44,"target":47},{"source":44,"target":405},{"source":44,"target":406},{"source":44,"target":407},{"source":405,"target":1},{"source":405,"target":408},{"source":405,"target":44},{"source":408,"target":1},{"source":406,"target":43},{"source":406,"target":409},{"source":406,"target":44},{"source":409,"target":43},{"source":407,"target":47},{"source":45,"target":0},{"source":45,"target":12},{"source":45,"target":410},{"source":45,"target":411},{"source":410,"target":1},{"source":410,"target":412},{"source":410,"target":45},{"source":412,"target":1},{"source":411,"target":12},{"source":46,"target":0},{"source":46,"target":50},{"source":46,"target":413},{"source":46,"target":414},{"source":46,"target":415},{"source":46,"target":416},{"source":46,"target":417},{"source":46,"target":418},{"source":46,"target":419},{"source":46,"target":420},{"source":46,"target":421},{"source":46,"target":422},{"source":46,"target":423},{"source":46,"target":424},{"source":46,"target":425},{"source":46,"target":426},{"source":46,"target":427},{"source":46,"target":428},{"source":46,"target":429},{"source":46,"target":430},{"source":46,"target":431},{"source":46,"target":432},{"source":46,"target":433},{"source":46,"target":434},{"source":46,"target":435},{"source":46,"target":436},{"source":413,"target":59},{"source":413,"target":437},{"source":413,"target":46},{"source":437,"target":59},{"source":414,"target":438},{"source":414,"target":46},{"source":415,"target":439},{"source":415,"target":46},{"source":416,"target":72},{"source":416,"target":440},{"source":416,"target":46},{"source":440,"target":72},{"source":417,"target":72},{"source":417,"target":441},{"source":417,"target":46},{"source":441,"target":72},{"source":418,"target":77},{"source":418,"target":442},{"source":418,"target":46},{"source":442,"target":77},{"source":419,"target":71},{"source":419,"target":443},{"source":419,"target":46},{"source":443,"target":71},{"source":420,"target":444},{"source":420,"target":46},{"source":421,"target":48},{"source":421,"target":445},{"source":421,"target":46},{"source":445,"target":48},{"source":422,"target":14},{"source":422,"target":446},{"source":422,"target":46},{"source":446,"target":14},{"source":423,"target":2},{"source":423,"target":447},{"source":423,"target":46},{"source":447,"target":2},{"source":424,"target":4},{"source":424,"target":448},{"source":424,"target":46},{"source":448,"target":4},{"source":425,"target":54},{"source":425,"target":449},{"source":425,"target":46},{"source":449,"target":54},{"source":426,"target":34},{"source":426,"target":450},{"source":426,"target":46},{"source":450,"target":34},{"source":427,"target":21},{"source":427,"target":451},{"source":427,"target":46},{"source":451,"target":21},{"source":428,"target":36},{"source":428,"target":452},{"source":428,"target":46},{"source":452,"target":36},{"source":429,"target":1},{"source":429,"target":453},{"source":429,"target":46},{"source":453,"target":1},{"source":430,"target":13},{"source":430,"target":454},{"source":430,"target":46},{"source":454,"target":13},{"source":431,"target":49},{"source":431,"target":455},{"source":431,"target":46},{"source":455,"target":49},{"source":432,"target":46},{"source":432,"target":456},{"source":432,"target":46},{"source":456,"target":46},{"source":433,"target":46},{"source":433,"target":457},{"source":433,"target":46},{"source":457,"target":46},{"source":434,"target":46},{"source":434,"target":458},{"source":434,"target":46},{"source":458,"target":46},{"source":435,"target":46},{"source":435,"target":459},{"source":435,"target":46},{"source":459,"target":46},{"source":436,"target":50},{"source":47,"target":0},{"source":47,"target":49},{"source":47,"target":460},{"source":47,"target":461},{"source":460,"target":46},{"source":460,"target":462},{"source":460,"target":47},{"source":462,"target":46},{"source":461,"target":49},{"source":48,"target":0},{"source":48,"target":11},{"source":48,"target":463},{"source":463,"target":11},{"source":49,"target":0},{"source":49,"target":48},{"source":49,"target":464},{"source":49,"target":465},{"source":49,"target":466},{"source":464,"target":467},{"source":464,"target":49},{"source":465,"target":46},{"source":465,"target":468},{"source":465,"target":49},{"source":468,"target":46},{"source":466,"target":48},{"source":50,"target":0},{"source":50,"target":10},{"source":50,"target":469},{"source":469,"target":10},{"source":51,"target":0},{"source":51,"target":54},{"source":51,"target":8},{"source":51,"target":470},{"source":51,"target":471},{"source":51,"target":472},{"source":51,"target":473},{"source":51,"target":474},{"source":51,"target":475},{"source":51,"target":476},{"source":51,"target":477},{"source":51,"target":478},{"source":51,"target":479},{"source":51,"target":480},{"source":51,"target":481},{"source":51,"target":482},{"source":51,"target":483},{"source":51,"target":484},{"source":51,"target":485},{"source":51,"target":486},{"source":51,"target":487},{"source":51,"target":488},{"source":51,"target":489},{"source":51,"target":490},{"source":51,"target":491},{"source":51,"target":492},{"source":51,"target":493},{"source":51,"target":494},{"source":51,"target":495},{"source":51,"target":496},{"source":51,"target":497},{"source":51,"target":498},{"source":51,"target":499},{"source":51,"target":500},{"source":51,"target":501},{"source":51,"target":502},{"source":51,"target":503},{"source":51,"target":504},{"source":51,"target":505},{"source":51,"target":506},{"source":51,"target":507},{"source":51,"target":508},{"source":51,"target":509},{"source":51,"target":510},{"source":51,"target":511},{"source":51,"target":512},{"source":51,"target":513},{"source":470,"target":80},{"source":470,"target":514},{"source":470,"target":51},{"source":514,"target":80},{"source":471,"target":78},{"source":471,"target":515},{"source":471,"target":51},{"source":515,"target":78},{"source":472,"target":78},{"source":472,"target":516},{"source":472,"target":51},{"source":516,"target":78},{"source":473,"target":517},{"source":473,"target":51},{"source":474,"target":51},{"source":474,"target":518},{"source":474,"target":51},{"source":518,"target":51},{"source":475,"target":12},{"source":475,"target":519},{"source":475,"target":51},{"source":519,"target":12},{"source":476,"target":12},{"source":476,"target":520},{"source":476,"target":51},{"source":520,"target":12},{"source":477,"target":51},{"source":477,"target":521},{"source":477,"target":51},{"source":521,"target":51},{"source":478,"target":20},{"source":478,"target":522},{"source":478,"target":51},{"source":522,"target":20},{"source":479,"target":51},{"source":479,"target":523},{"source":479,"target":51},{"source":523,"target":51},{"source":480,"target":51},{"source":480,"target":524},{"source":480,"target":51},{"source":524,"target":51},{"source":481,"target":51},{"source":481,"target":525},{"source":481,"target":51},{"source":525,"target":51},{"source":482,"target":51},{"source":482,"target":526},{"source":482,"target":51},{"source":526,"target":51},{"source":483,"target":30},{"source":483,"target":527},{"source":483,"target":51},{"source":527,"target":30},{"source":484,"target":26},{"source":484,"target":528},{"source":484,"target":51},{"source":528,"target":26},{"source":485,"target":27},{"source":485,"target":529},{"source":485,"target":51},{"source":529,"target":27},{"source":486,"target":31},{"source":486,"target":530},{"source":486,"target":51},{"source":530,"target":31},{"source":487,"target":29},{"source":487,"target":531},{"source":487,"target":51},{"source":531,"target":29},{"source":488,"target":25},{"source":488,"target":532},{"source":488,"target":51},{"source":532,"target":25},{"source":489,"target":24},{"source":489,"target":533},{"source":489,"target":51},{"source":533,"target":24},{"source":490,"target":55},{"source":490,"target":534},{"source":490,"target":51},{"source":534,"target":55},{"source":491,"target":15},{"source":491,"target":535},{"source":491,"target":51},{"source":535,"target":15},{"source":492,"target":41},{"source":492,"target":536},{"source":492,"target":51},{"source":536,"target":41},{"source":493,"target":7},{"source":493,"target":537},{"source":493,"target":51},{"source":537,"target":7},{"source":494,"target":37},{"source":494,"target":538},{"source":494,"target":51},{"source":538,"target":37},{"source":495,"target":28},{"source":495,"target":539},{"source":495,"target":51},{"source":539,"target":28},{"source":496,"target":32},{"source":496,"target":540},{"source":496,"target":51},{"source":540,"target":32},{"source":497,"target":53},{"source":497,"target":541},{"source":497,"target":51},{"source":541,"target":53},{"source":498,"target":19},{"source":498,"target":542},{"source":498,"target":51},{"source":542,"target":19},{"source":499,"target":38},{"source":499,"target":543},{"source":499,"target":51},{"source":543,"target":38},{"source":500,"target":6},{"source":500,"target":544},{"source":500,"target":51},{"source":544,"target":6},{"source":501,"target":26},{"source":501,"target":545},{"source":501,"target":51},{"source":545,"target":26},{"source":502,"target":55},{"source":502,"target":546},{"source":502,"target":51},{"source":546,"target":55},{"source":503,"target":28},{"source":503,"target":547},{"source":503,"target":51},{"source":547,"target":28},{"source":504,"target":19},{"source":504,"target":548},{"source":504,"target":51},{"source":548,"target":19},{"source":505,"target":41},{"source":505,"target":549},{"source":505,"target":51},{"source":549,"target":41},{"source":506,"target":15},{"source":506,"target":550},{"source":506,"target":51},{"source":550,"target":15},{"source":507,"target":53},{"source":507,"target":551},{"source":507,"target":51},{"source":551,"target":53},{"source":508,"target":32},{"source":508,"target":552},{"source":508,"target":51},{"source":552,"target":32},{"source":509,"target":24},{"source":509,"target":553},{"source":509,"target":51},{"source":553,"target":24},{"source":510,"target":30},{"source":510,"target":554},{"source":510,"target":51},{"source":554,"target":30},{"source":511,"target":16},{"source":511,"target":555},{"source":511,"target":51},{"source":555,"target":16},{"source":512,"target":54},{"source":513,"target":8},{"source":52,"target":0},{"source":52,"target":10},{"source":52,"target":40},{"source":52,"target":556},{"source":52,"target":557},{"source":556,"target":10},{"source":557,"target":40},{"source":53,"target":0},{"source":53,"target":18},{"source":53,"target":558},{"source":53,"target":559},{"source":558,"target":560},{"source":558,"target":53},{"source":559,"target":18},{"source":54,"target":0},{"source":54,"target":42},{"source":54,"target":43},{"source":54,"target":561},{"source":54,"target":562},{"source":54,"target":563},{"source":54,"target":564},{"source":54,"target":565},{"source":54,"target":566},{"source":54,"target":567},{"source":54,"target":568},{"source":54,"target":569},{"source":561,"target":1},{"source":561,"target":570},{"source":561,"target":54},{"source":570,"target":1},{"source":562,"target":1},{"source":562,"target":571},{"source":562,"target":54},{"source":571,"target":1},{"source":563,"target":1},{"source":563,"target":572},{"source":563,"target":54},{"source":572,"target":1},{"source":564,"target":54},{"source":564,"target":573},{"source":564,"target":54},{"source":573,"target":54},{"source":565,"target":54},{"source":565,"target":574},{"source":565,"target":54},{"source":574,"target":54},{"source":566,"target":51},{"source":566,"target":575},{"source":566,"target":54},{"source":575,"target":51},{"source":567,"target":39},{"source":567,"target":576},{"source":567,"target":54},{"source":576,"target":39},{"source":568,"target":42},{"source":569,"target":43},{"source":55,"target":0},{"source":55,"target":18},{"source":55,"target":577},{"source":55,"target":578},{"source":577,"target":81},{"source":577,"target":579},{"source":577,"target":55},{"source":579,"target":81},{"source":578,"target":18},{"source":56,"target":0},{"source":56,"target":52},{"source":56,"target":580},{"source":56,"target":581},{"source":56,"target":582},{"source":56,"target":583},{"source":56,"target":584},{"source":56,"target":585},{"source":56,"target":586},{"source":580,"target":74},{"source":580,"target":587},{"source":580,"target":56},{"source":587,"target":74},{"source":581,"target":588},{"source":581,"target":56},{"source":582,"target":76},{"source":582,"target":589},{"source":582,"target":56},{"source":589,"target":76},{"source":583,"target":590},{"source":583,"target":56},{"source":584,"target":1},{"source":584,"target":591},{"source":584,"target":56},{"source":591,"target":1},{"source":585,"target":1},{"source":585,"target":592},{"source":585,"target":56},{"source":592,"target":1},{"source":586,"target":52},{"source":57,"target":0},{"source":57,"target":10},{"source":57,"target":593},{"source":57,"target":594},{"source":57,"target":595},{"source":57,"target":596},{"source":593,"target":82},{"source":593,"target":597},{"source":593,"target":57},{"source":597,"target":82},{"source":594,"target":598},{"source":594,"target":57},{"source":595,"target":1},{"source":595,"target":599},{"source":595,"target":57},{"source":599,"target":1},{"source":596,"target":10},{"source":58,"target":0},{"source":59,"target":0},{"source":60,"target":0},{"source":61,"target":0},{"source":62,"target":0},{"source":63,"target":0},{"source":63,"target":600},{"source":63,"target":601},{"source":63,"target":602},{"source":600,"target":63},{"source":601,"target":63},{"source":602,"target":63},{"source":64,"target":0},{"source":64,"target":603},{"source":64,"target":604},{"source":603,"target":64},{"source":604,"target":64},{"source":65,"target":0},{"source":65,"target":605},{"source":65,"target":606},{"source":65,"target":607},{"source":605,"target":65},{"source":606,"target":65},{"source":607,"target":65},{"source":66,"target":0},{"source":66,"target":608},{"source":66,"target":609},{"source":66,"target":610},{"source":608,"target":66},{"source":609,"target":66},{"source":610,"target":66},{"source":67,"target":0},{"source":67,"target":611},{"source":67,"target":612},{"source":611,"target":67},{"source":612,"target":67},{"source":68,"target":0},{"source":68,"target":613},{"source":68,"target":614},{"source":68,"target":615},{"source":68,"target":616},{"source":613,"target":68},{"source":614,"target":68},{"source":615,"target":68},{"source":616,"target":68},{"source":69,"target":0},{"source":69,"target":617},{"source":69,"target":618},{"source":617,"target":69},{"source":618,"target":69},{"source":70,"target":0},{"source":70,"target":619},{"source":70,"target":620},{"source":70,"target":621},{"source":70,"target":622},{"source":619,"target":70},{"source":620,"target":70},{"source":621,"target":70},{"source":622,"target":70},{"source":71,"target":0},{"source":71,"target":623},{"source":71,"target":624},{"source":71,"target":625},{"source":71,"target":626},{"source":623,"target":71},{"source":624,"target":71},{"source":625,"target":71},{"source":626,"target":71},{"source":72,"target":0},{"source":72,"target":627},{"source":72,"target":628},{"source":627,"target":72},{"source":628,"target":72},{"source":73,"target":0},{"source":73,"target":629},{"source":73,"target":630},{"source":73,"target":631},{"source":629,"target":73},{"source":630,"target":73},{"source":631,"target":73},{"source":74,"target":0},{"source":74,"target":632},{"source":74,"target":633},{"source":74,"target":634},{"source":632,"target":74},{"source":633,"target":74},{"source":634,"target":74},{"source":75,"target":0},{"source":75,"target":635},{"source":75,"target":636},{"source":75,"target":637},{"source":635,"target":75},{"source":636,"target":75},{"source":637,"target":75},{"source":76,"target":0},{"source":76,"target":638},{"source":76,"target":639},{"source":76,"target":640},{"source":638,"target":76},{"source":639,"target":76},{"source":640,"target":76},{"source":77,"target":0},{"source":77,"target":641},{"source":77,"target":642},{"source":77,"target":643},{"source":641,"target":77},{"source":642,"target":77},{"source":643,"target":77},{"source":78,"target":0},{"source":78,"target":644},{"source":78,"target":645},{"source":78,"target":646},{"source":78,"target":647},{"source":644,"target":78},{"source":645,"target":78},{"source":646,"target":78},{"source":647,"target":78},{"source":79,"target":0},{"source":79,"target":648},{"source":79,"target":649},{"source":648,"target":79},{"source":649,"target":79},{"source":80,"target":0},{"source":80,"target":650},{"source":80,"target":651},{"source":80,"target":652},{"source":650,"target":80},{"source":651,"target":80},{"source":652,"target":80},{"source":81,"target":0},{"source":81,"target":653},{"source":81,"target":654},{"source":81,"target":655},{"source":653,"target":81},{"source":654,"target":81},{"source":655,"target":81},{"source":82,"target":0},{"source":82,"target":656},{"source":82,"target":657},{"source":656,"target":82},{"source":657,"target":82}],"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="myDsl" nsURI="http://www.xtext.org/example/mydsl/MyDsl" nsPrefix="myDsl">
<eClassifiers xsi:type="ecore:EClass" name="Camp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="colorseniors" upperBound="-1"
eType="#//ColorSenior" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="cardseniors" upperBound="-1"
eType="#//CardSenior" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="roomseniors" upperBound="-1"
eType="#//RoomSenior" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="colors" upperBound="-1"
eType="#//Color" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Freshman">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="neptun" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="color" eType="#//ColorType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="card" eType="#//CardType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ColorSenior">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="year" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="color" eType="#//ColorType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inferiors" unique="false"
upperBound="-1" eType="#//CardSenior"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CardSenior">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="year" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="color" eType="#//ColorType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="card" eType="#//CardType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="superior" unique="false"
upperBound="-1" eType="#//ColorSenior"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inferiors" unique="false"
upperBound="-1" eType="#//RoomSenior"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RoomSenior">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="year" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="color" eType="#//ColorType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="card" eType="#//CardType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="superior" unique="false"
upperBound="-1" eType="#//CardSenior"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OperativeOrganizer">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="year" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="color" eType="#//ColorType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="superior" unique="false"
upperBound="-1" eType="#//OperativeOrganizer"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inferiors" unique="false"
upperBound="-1" eType="#//OperativeOrganizer"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Color">
<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="#//ColorType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="colorsenior" unique="false"
upperBound="-1" eType="#//ColorSenior"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="cards" upperBound="-1"
eType="#//Card" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Card">
<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="#//CardType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="cardsenior" unique="false"
upperBound="-1" eType="#//CardSenior"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rooms" upperBound="-1"
eType="#//Room" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Room">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="roomsenior" unique="false"
upperBound="-1" eType="#//RoomSenior"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ColorType">
<eLiterals name="BlackColor" literal="BlackColor"/>
<eLiterals name="BlueColor" value="1" literal="BlueColor"/>
<eLiterals name="RedColor" value="2" literal="RedColor"/>
<eLiterals name="WhiteColor" value="3" literal="WhiteColor"/>
<eLiterals name="YellowColor" value="4" literal="YellowColor"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="CardType">
<eLiterals name="BlueColor" literal="BlueCard"/>
<eLiterals name="GreenColor" value="1" literal="GreenCard"/>
<eLiterals name="OrangeColor" value="2" literal="OrangeCard"/>
<eLiterals name="YellowColor" value="3" literal="YellowCard"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/baloghtimi/Temalabor/org.xtext.example.mydsl/model/generated/MyDsl.ecore | ecore | myDsl
Camp
name
colorseniors
cardseniors
roomseniors
colors
Freshman
name
neptun
color
card
ColorSenior
name
year
color
inferiors
CardSenior
name
year
color
card
superior
inferiors
RoomSenior
name
year
color
card
superior
OperativeOrganizer
name
year
color
superior
inferiors
Color
name
type
colorsenior
cards
Card
name
type
cardsenior
rooms
Room
name
roomsenior
ColorType
BlackColor
BlackColor
BlueColor
BlueColor
RedColor
RedColor
WhiteColor
WhiteColor
YellowColor
YellowColor
CardType
BlueColor
BlueCard
GreenColor
GreenCard
OrangeColor
OrangeCard
YellowColor
YellowCard | null | {"directed":true,"nodes":[{"nsPrefix":"myDsl","nsURI":"http://www.xtext.org/example/mydsl/MyDsl","name":"myDsl","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Camp","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Freshman","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ColorSenior","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CardSenior","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RoomSenior","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperativeOrganizer","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Color","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Card","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Room","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ColorType","instanceClass":null,"id":10,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"CardType","instanceClass":null,"id":11,"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":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":"colorseniors","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":"cardseniors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"roomseniors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"colors","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":22,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"neptun","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"color","changeable":true,"lowerBound":0,"iD":false,"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":"card","changeable":true,"lowerBound":0,"iD":false,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":30,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":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":31,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"color","changeable":true,"lowerBound":0,"iD":false,"id":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":false,"name":"inferiors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":38,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"year","changeable":true,"lowerBound":0,"iD":false,"id":39,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"color","changeable":true,"lowerBound":0,"iD":false,"id":40,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"card","changeable":true,"lowerBound":0,"iD":false,"id":41,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"superior","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":false,"name":"inferiors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"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":"year","changeable":true,"lowerBound":0,"iD":false,"id":51,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"color","changeable":true,"lowerBound":0,"iD":false,"id":52,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"card","changeable":true,"lowerBound":0,"iD":false,"id":53,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"superior","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":60,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":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":61,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"color","changeable":true,"lowerBound":0,"iD":false,"id":62,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"superior","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":false,"name":"inferiors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":70,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":71,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"colorsenior","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":"cards","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":78,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":79,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"cardsenior","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":"rooms","changeable":true,"resolveProxies":true,"lowerBound":0,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":86,"derived":false},{"container":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":"roomsenior","changeable":true,"resolveProxies":true,"lowerBound":0,"id":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"name":"BlackColor","id":90,"value":0,"literal":"BlackColor","eClass":"EEnumLiteral"},{"name":"BlueColor","id":91,"value":1,"literal":"BlueColor","eClass":"EEnumLiteral"},{"name":"RedColor","id":92,"value":2,"literal":"RedColor","eClass":"EEnumLiteral"},{"name":"WhiteColor","id":93,"value":3,"literal":"WhiteColor","eClass":"EEnumLiteral"},{"name":"YellowColor","id":94,"value":4,"literal":"YellowColor","eClass":"EEnumLiteral"},{"name":"BlueColor","id":95,"value":0,"literal":"BlueCard","eClass":"EEnumLiteral"},{"name":"GreenColor","id":96,"value":1,"literal":"GreenCard","eClass":"EEnumLiteral"},{"name":"OrangeColor","id":97,"value":2,"literal":"OrangeCard","eClass":"EEnumLiteral"},{"name":"YellowColor","id":98,"value":3,"literal":"YellowCard","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":1,"target":0},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":12,"target":17},{"source":12,"target":1},{"source":13,"target":3},{"source":13,"target":18},{"source":13,"target":1},{"source":18,"target":3},{"source":14,"target":4},{"source":14,"target":19},{"source":14,"target":1},{"source":19,"target":4},{"source":15,"target":5},{"source":15,"target":20},{"source":15,"target":1},{"source":20,"target":5},{"source":16,"target":7},{"source":16,"target":21},{"source":16,"target":1},{"source":21,"target":7},{"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":10},{"source":24,"target":28},{"source":24,"target":2},{"source":28,"target":10},{"source":25,"target":11},{"source":25,"target":29},{"source":25,"target":2},{"source":29,"target":11},{"source":3,"target":0},{"source":3,"target":30},{"source":3,"target":31},{"source":3,"target":32},{"source":3,"target":33},{"source":30,"target":34},{"source":30,"target":3},{"source":31,"target":35},{"source":31,"target":3},{"source":32,"target":10},{"source":32,"target":36},{"source":32,"target":3},{"source":36,"target":10},{"source":33,"target":4},{"source":33,"target":37},{"source":33,"target":3},{"source":37,"target":4},{"source":4,"target":0},{"source":4,"target":38},{"source":4,"target":39},{"source":4,"target":40},{"source":4,"target":41},{"source":4,"target":42},{"source":4,"target":43},{"source":38,"target":44},{"source":38,"target":4},{"source":39,"target":45},{"source":39,"target":4},{"source":40,"target":10},{"source":40,"target":46},{"source":40,"target":4},{"source":46,"target":10},{"source":41,"target":11},{"source":41,"target":47},{"source":41,"target":4},{"source":47,"target":11},{"source":42,"target":3},{"source":42,"target":48},{"source":42,"target":4},{"source":48,"target":3},{"source":43,"target":5},{"source":43,"target":49},{"source":43,"target":4},{"source":49,"target":5},{"source":5,"target":0},{"source":5,"target":50},{"source":5,"target":51},{"source":5,"target":52},{"source":5,"target":53},{"source":5,"target":54},{"source":50,"target":55},{"source":50,"target":5},{"source":51,"target":56},{"source":51,"target":5},{"source":52,"target":10},{"source":52,"target":57},{"source":52,"target":5},{"source":57,"target":10},{"source":53,"target":11},{"source":53,"target":58},{"source":53,"target":5},{"source":58,"target":11},{"source":54,"target":4},{"source":54,"target":59},{"source":54,"target":5},{"source":59,"target":4},{"source":6,"target":0},{"source":6,"target":60},{"source":6,"target":61},{"source":6,"target":62},{"source":6,"target":63},{"source":6,"target":64},{"source":60,"target":65},{"source":60,"target":6},{"source":61,"target":66},{"source":61,"target":6},{"source":62,"target":10},{"source":62,"target":67},{"source":62,"target":6},{"source":67,"target":10},{"source":63,"target":6},{"source":63,"target":68},{"source":63,"target":6},{"source":68,"target":6},{"source":64,"target":6},{"source":64,"target":69},{"source":64,"target":6},{"source":69,"target":6},{"source":7,"target":0},{"source":7,"target":70},{"source":7,"target":71},{"source":7,"target":72},{"source":7,"target":73},{"source":70,"target":74},{"source":70,"target":7},{"source":71,"target":10},{"source":71,"target":75},{"source":71,"target":7},{"source":75,"target":10},{"source":72,"target":3},{"source":72,"target":76},{"source":72,"target":7},{"source":76,"target":3},{"source":73,"target":8},{"source":73,"target":77},{"source":73,"target":7},{"source":77,"target":8},{"source":8,"target":0},{"source":8,"target":78},{"source":8,"target":79},{"source":8,"target":80},{"source":8,"target":81},{"source":78,"target":82},{"source":78,"target":8},{"source":79,"target":11},{"source":79,"target":83},{"source":79,"target":8},{"source":83,"target":11},{"source":80,"target":4},{"source":80,"target":84},{"source":80,"target":8},{"source":84,"target":4},{"source":81,"target":9},{"source":81,"target":85},{"source":81,"target":8},{"source":85,"target":9},{"source":9,"target":0},{"source":9,"target":86},{"source":9,"target":87},{"source":86,"target":88},{"source":86,"target":9},{"source":87,"target":5},{"source":87,"target":89},{"source":87,"target":9},{"source":89,"target":5},{"source":10,"target":0},{"source":10,"target":90},{"source":10,"target":91},{"source":10,"target":92},{"source":10,"target":93},{"source":10,"target":94},{"source":90,"target":10},{"source":91,"target":10},{"source":92,"target":10},{"source":93,"target":10},{"source":94,"target":10},{"source":11,"target":0},{"source":11,"target":95},{"source":11,"target":96},{"source":11,"target":97},{"source":11,"target":98},{"source":95,"target":11},{"source":96,"target":11},{"source":97,"target":11},{"source":98,"target":11}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="extented"
nsURI="http:/www.vogella.de/extended/" nsPrefix="extented">
<eClassifiers xsi:type="ecore:EClass" name="MyExtendedClass" eSuperTypes="base.ecore#//MyBaseClass">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="detailedField" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/vogellacompany/codeexamples-java/de.vogella.emf.inheritance/model/extendedmodel.ecore | ecore | extented
MyExtendedClass
detailedField | null | {"directed":true,"nodes":[{"nsPrefix":"extented","nsURI":"http:/www.vogella.de/extended/","name":"extented","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MyExtendedClass","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":"detailedField","changeable":true,"lowerBound":0,"iD":false,"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} |
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="customTerminals" nsURI="http://www.xtext.org/projection/CustomTerminals"
nsPrefix="customTerminals">
<eClassifiers xsi:type="ecore:EClass" name="Rule">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="rules" unique="false" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/SharkJ/ProjectionForChe/org.xtext.projection.parent/org.xtext.projection/model/generated/CustomTerminals.ecore | ecore | customTerminals
Rule
rules | null | {"directed":true,"nodes":[{"nsPrefix":"customTerminals","nsURI":"http://www.xtext.org/projection/CustomTerminals","name":"customTerminals","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rule","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":"rules","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="ASCII"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="tfsm" nsURI="http://org.gemoc.sample.tfsm.concurrent.xtfsm/tfsm/" nsPrefix="org.gemoc.sample.tfsm">
<eClassifiers xsi:type="ecore:EClass" name="TFSM" eSuperTypes="//NamedElement">
<eOperations name="initialize">
<eAnnotations source="aspect"/>
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="changeCurrentState">
<eAnnotations source="aspect"/>
<eParameters name="newState" eType="//State"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedStates" upperBound="-1" eType="//State" containment="true" eOpposite="//State/owningFSM"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initialState" lowerBound="1" eType="//State"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="localEvents" upperBound="-1" eType="//FSMEvent" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="localClock" lowerBound="1" eType="//FSMClock" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedTransitions" upperBound="-1" eType="//Transition" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="currentState" unique="false" eType="//State">
<eAnnotations source="aspect"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="State" eSuperTypes="//NamedElement">
<eOperations name="onEnter">
<eAnnotations source="aspect"/>
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="onLeave">
<eAnnotations source="aspect"/>
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="owningFSM" lowerBound="1" eType="//TFSM" eOpposite="//TFSM/ownedStates"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outgoingTransitions" upperBound="-1" eType="//Transition" eOpposite="//Transition/source"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="incomingTransitions" upperBound="-1" eType="//Transition" eOpposite="//Transition/target"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="//NamedElement">
<eOperations name="fire">
<eAnnotations source="aspect"/>
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="//State" eOpposite="//State/outgoingTransitions"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="//State" eOpposite="//State/incomingTransitions"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedGuard" lowerBound="1" eType="//Guard" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="generatedEvents" upperBound="-1" eType="//FSMEvent"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="action">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Guard" abstract="true" eSuperTypes="//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="TemporalGuard" eSuperTypes="//Guard">
<eStructuralFeatures xsi:type="ecore:EReference" name="onClock" lowerBound="1" eType="//FSMClock"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="afterDuration" lowerBound="1">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EventGuard" eSuperTypes="//Guard">
<eStructuralFeatures xsi:type="ecore:EReference" name="triggeringEvent" lowerBound="1" eType="//FSMEvent"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FSMEvent" eSuperTypes="//NamedElement">
<eOperations name="occurs">
<eAnnotations source="aspect"/>
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="sollicitingTransitions" upperBound="-1" eType="//Transition"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FSMClock" eSuperTypes="//NamedElement">
<eOperations name="ticks">
<eAnnotations source="aspect"/>
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="numberOfTicks">
<eAnnotations source="aspect"/>
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TimedSystem" eSuperTypes="//NamedElement">
<eOperations name="initialize">
<eAnnotations source="aspect"/>
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="tfsms" upperBound="-1" eType="//TFSM" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="globalClocks" upperBound="-1" eType="//FSMClock" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="globalEvents" upperBound="-1" eType="//FSMEvent" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EvaluateGuard" eSuperTypes="//Guard">
<eOperations name="evaluate">
<eAnnotations source="aspect"/>
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="condition">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/gemoc/gemoc-studio-old/official_samples/TFSM/language_workbench/org.gemoc.sample.tfsm.concurrent.xtfsm/model/XTfsm.ecore | ecore | tfsm
TFSM
initialize
changeCurrentState
newState
ownedStates
initialState
localEvents
localClock
ownedTransitions
currentState
State
onEnter
onLeave
owningFSM
outgoingTransitions
incomingTransitions
Transition
fire
source
target
ownedGuard
generatedEvents
action
NamedElement
name
Guard
TemporalGuard
onClock
afterDuration
EventGuard
triggeringEvent
FSMEvent
occurs
sollicitingTransitions
FSMClock
ticks
numberOfTicks
TimedSystem
initialize
tfsms
globalClocks
globalEvents
EvaluateGuard
evaluate
condition | null | {"directed":true,"nodes":[{"nsPrefix":"org.gemoc.sample.tfsm","nsURI":"http://org.gemoc.sample.tfsm.concurrent.xtfsm/tfsm/","name":"tfsm","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TFSM","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Guard","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemporalGuard","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventGuard","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FSMEvent","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FSMClock","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimedSystem","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EvaluateGuard","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"initialize","lowerBound":0,"id":12,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"changeCurrentState","lowerBound":0,"id":13,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedStates","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"initialState","changeable":true,"resolveProxies":true,"lowerBound":1,"id":15,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"localEvents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"localClock","changeable":true,"resolveProxies":true,"lowerBound":1,"id":17,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedTransitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"currentState","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"newState","lowerBound":0,"id":22,"many":false,"required":false,"eClass":"EParameter"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owningFSM","changeable":true,"resolveProxies":true,"lowerBound":1,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"onEnter","lowerBound":0,"id":31,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"onLeave","lowerBound":0,"id":32,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outgoingTransitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"incomingTransitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":42,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"fire","lowerBound":0,"id":43,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedGuard","changeable":true,"resolveProxies":true,"lowerBound":1,"id":44,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"generatedEvents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"action","changeable":true,"lowerBound":0,"iD":false,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"onClock","changeable":true,"resolveProxies":true,"lowerBound":1,"id":57,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"afterDuration","changeable":true,"lowerBound":1,"iD":false,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"triggeringEvent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"occurs","lowerBound":0,"id":65,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sollicitingTransitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"ticks","lowerBound":0,"id":70,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"numberOfTicks","changeable":true,"lowerBound":0,"iD":false,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"initialize","lowerBound":0,"id":75,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tfsms","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"globalClocks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"globalEvents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"evaluate","lowerBound":0,"id":84,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"lowerBound":0,"iD":false,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":1,"target":0},{"source":1,"target":4},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":12,"target":21},{"source":12,"target":1},{"source":13,"target":1},{"source":13,"target":22},{"source":22,"target":2},{"source":22,"target":23},{"source":22,"target":13},{"source":23,"target":2},{"source":14,"target":2},{"source":14,"target":24},{"source":14,"target":1},{"source":14,"target":25},{"source":24,"target":2},{"source":15,"target":2},{"source":15,"target":26},{"source":15,"target":1},{"source":26,"target":2},{"source":16,"target":8},{"source":16,"target":27},{"source":16,"target":1},{"source":27,"target":8},{"source":17,"target":9},{"source":17,"target":28},{"source":17,"target":1},{"source":28,"target":9},{"source":18,"target":3},{"source":18,"target":29},{"source":18,"target":1},{"source":29,"target":3},{"source":19,"target":2},{"source":19,"target":30},{"source":19,"target":1},{"source":30,"target":2},{"source":20,"target":4},{"source":2,"target":0},{"source":2,"target":4},{"source":2,"target":31},{"source":2,"target":32},{"source":2,"target":25},{"source":2,"target":33},{"source":2,"target":34},{"source":2,"target":35},{"source":31,"target":36},{"source":31,"target":2},{"source":32,"target":37},{"source":32,"target":2},{"source":25,"target":1},{"source":25,"target":38},{"source":25,"target":2},{"source":25,"target":14},{"source":38,"target":1},{"source":33,"target":3},{"source":33,"target":39},{"source":33,"target":2},{"source":33,"target":40},{"source":39,"target":3},{"source":34,"target":3},{"source":34,"target":41},{"source":34,"target":2},{"source":34,"target":42},{"source":41,"target":3},{"source":35,"target":4},{"source":3,"target":0},{"source":3,"target":4},{"source":3,"target":43},{"source":3,"target":40},{"source":3,"target":42},{"source":3,"target":44},{"source":3,"target":45},{"source":3,"target":46},{"source":3,"target":47},{"source":43,"target":48},{"source":43,"target":3},{"source":40,"target":2},{"source":40,"target":49},{"source":40,"target":3},{"source":40,"target":33},{"source":49,"target":2},{"source":42,"target":2},{"source":42,"target":50},{"source":42,"target":3},{"source":42,"target":34},{"source":50,"target":2},{"source":44,"target":5},{"source":44,"target":51},{"source":44,"target":3},{"source":51,"target":5},{"source":45,"target":8},{"source":45,"target":52},{"source":45,"target":3},{"source":52,"target":8},{"source":46,"target":53},{"source":46,"target":3},{"source":47,"target":4},{"source":4,"target":0},{"source":4,"target":54},{"source":54,"target":55},{"source":54,"target":4},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":56},{"source":56,"target":4},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":57},{"source":6,"target":58},{"source":6,"target":59},{"source":57,"target":9},{"source":57,"target":60},{"source":57,"target":6},{"source":60,"target":9},{"source":58,"target":61},{"source":58,"target":6},{"source":59,"target":5},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":62},{"source":7,"target":63},{"source":62,"target":8},{"source":62,"target":64},{"source":62,"target":7},{"source":64,"target":8},{"source":63,"target":5},{"source":8,"target":0},{"source":8,"target":4},{"source":8,"target":65},{"source":8,"target":66},{"source":8,"target":67},{"source":65,"target":68},{"source":65,"target":8},{"source":66,"target":3},{"source":66,"target":69},{"source":66,"target":8},{"source":69,"target":3},{"source":67,"target":4},{"source":9,"target":0},{"source":9,"target":4},{"source":9,"target":70},{"source":9,"target":71},{"source":9,"target":72},{"source":70,"target":73},{"source":70,"target":9},{"source":71,"target":74},{"source":71,"target":9},{"source":72,"target":4},{"source":10,"target":0},{"source":10,"target":4},{"source":10,"target":75},{"source":10,"target":76},{"source":10,"target":77},{"source":10,"target":78},{"source":10,"target":79},{"source":75,"target":80},{"source":75,"target":10},{"source":76,"target":1},{"source":76,"target":81},{"source":76,"target":10},{"source":81,"target":1},{"source":77,"target":9},{"source":77,"target":82},{"source":77,"target":10},{"source":82,"target":9},{"source":78,"target":8},{"source":78,"target":83},{"source":78,"target":10},{"source":83,"target":8},{"source":79,"target":4},{"source":11,"target":0},{"source":11,"target":5},{"source":11,"target":84},{"source":11,"target":85},{"source":11,"target":86},{"source":84,"target":87},{"source":84,"target":11},{"source":85,"target":88},{"source":85,"target":11},{"source":86,"target":5}],"multigraph":true} |
true | <?xml version="1.0" encoding="ASCII"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="tfsm" nsURI="http://org.gemoc.sample.tfsm.concurrent.xtfsmmt/tfsm/" nsPrefix="org.gemoc.sample.tfsm">
<eClassifiers xsi:type="ecore:EClass" name="TFSM" eSuperTypes="//NamedElement">
<eOperations name="initialize">
<eAnnotations source="aspect"/>
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="changeCurrentState">
<eAnnotations source="aspect"/>
<eParameters name="newState" eType="//State"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedStates" upperBound="-1" eType="//State" containment="true" eOpposite="//State/owningFSM"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initialState" lowerBound="1" eType="//State"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="localEvents" upperBound="-1" eType="//FSMEvent" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="localClock" lowerBound="1" eType="//FSMClock" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedTransitions" upperBound="-1" eType="//Transition" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="currentState" unique="false" eType="//State">
<eAnnotations source="aspect"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="State" eSuperTypes="//NamedElement">
<eOperations name="onEnter">
<eAnnotations source="aspect"/>
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="onLeave">
<eAnnotations source="aspect"/>
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="owningFSM" lowerBound="1" eType="//TFSM" eOpposite="//TFSM/ownedStates"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outgoingTransitions" upperBound="-1" eType="//Transition" eOpposite="//Transition/source"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="incomingTransitions" upperBound="-1" eType="//Transition" eOpposite="//Transition/target"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="//NamedElement">
<eOperations name="fire">
<eAnnotations source="aspect"/>
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="//State" eOpposite="//State/outgoingTransitions"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="//State" eOpposite="//State/incomingTransitions"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedGuard" lowerBound="1" eType="//Guard" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="generatedEvents" upperBound="-1" eType="//FSMEvent"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="action">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Guard" abstract="true" eSuperTypes="//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="TemporalGuard" eSuperTypes="//Guard">
<eStructuralFeatures xsi:type="ecore:EReference" name="onClock" lowerBound="1" eType="//FSMClock"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="afterDuration" lowerBound="1">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EventGuard" eSuperTypes="//Guard">
<eStructuralFeatures xsi:type="ecore:EReference" name="triggeringEvent" lowerBound="1" eType="//FSMEvent"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FSMEvent" eSuperTypes="//NamedElement">
<eOperations name="occurs">
<eAnnotations source="aspect"/>
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="sollicitingTransitions" upperBound="-1" eType="//Transition"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FSMClock" eSuperTypes="//NamedElement">
<eOperations name="ticks">
<eAnnotations source="aspect"/>
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="numberOfTicks">
<eAnnotations source="aspect"/>
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TimedSystem" eSuperTypes="//NamedElement">
<eOperations name="initialize">
<eAnnotations source="aspect"/>
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="tfsms" upperBound="-1" eType="//TFSM" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="globalClocks" upperBound="-1" eType="//FSMClock" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="globalEvents" upperBound="-1" eType="//FSMEvent" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EvaluateGuard" eSuperTypes="//Guard">
<eOperations name="evaluate">
<eAnnotations source="aspect"/>
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="condition">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/gemoc/gemoc-studio-old/official_samples/TFSM/language_workbench/org.gemoc.sample.tfsm.concurrent/model-gen/XTfsmMT.ecore | ecore | tfsm
TFSM
initialize
changeCurrentState
newState
ownedStates
initialState
localEvents
localClock
ownedTransitions
currentState
State
onEnter
onLeave
owningFSM
outgoingTransitions
incomingTransitions
Transition
fire
source
target
ownedGuard
generatedEvents
action
NamedElement
name
Guard
TemporalGuard
onClock
afterDuration
EventGuard
triggeringEvent
FSMEvent
occurs
sollicitingTransitions
FSMClock
ticks
numberOfTicks
TimedSystem
initialize
tfsms
globalClocks
globalEvents
EvaluateGuard
evaluate
condition | null | {"directed":true,"nodes":[{"nsPrefix":"org.gemoc.sample.tfsm","nsURI":"http://org.gemoc.sample.tfsm.concurrent.xtfsmmt/tfsm/","name":"tfsm","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TFSM","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Guard","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemporalGuard","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventGuard","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FSMEvent","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FSMClock","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimedSystem","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EvaluateGuard","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"initialize","lowerBound":0,"id":12,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"changeCurrentState","lowerBound":0,"id":13,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedStates","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"initialState","changeable":true,"resolveProxies":true,"lowerBound":1,"id":15,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"localEvents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"localClock","changeable":true,"resolveProxies":true,"lowerBound":1,"id":17,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedTransitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"currentState","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"newState","lowerBound":0,"id":22,"many":false,"required":false,"eClass":"EParameter"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owningFSM","changeable":true,"resolveProxies":true,"lowerBound":1,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"onEnter","lowerBound":0,"id":31,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"onLeave","lowerBound":0,"id":32,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outgoingTransitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"incomingTransitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":42,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"fire","lowerBound":0,"id":43,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedGuard","changeable":true,"resolveProxies":true,"lowerBound":1,"id":44,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"generatedEvents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"action","changeable":true,"lowerBound":0,"iD":false,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"onClock","changeable":true,"resolveProxies":true,"lowerBound":1,"id":57,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"afterDuration","changeable":true,"lowerBound":1,"iD":false,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"triggeringEvent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"occurs","lowerBound":0,"id":65,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sollicitingTransitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"ticks","lowerBound":0,"id":70,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"numberOfTicks","changeable":true,"lowerBound":0,"iD":false,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"initialize","lowerBound":0,"id":75,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tfsms","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"globalClocks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"globalEvents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"evaluate","lowerBound":0,"id":84,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"lowerBound":0,"iD":false,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":1,"target":0},{"source":1,"target":4},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":12,"target":21},{"source":12,"target":1},{"source":13,"target":1},{"source":13,"target":22},{"source":22,"target":2},{"source":22,"target":23},{"source":22,"target":13},{"source":23,"target":2},{"source":14,"target":2},{"source":14,"target":24},{"source":14,"target":1},{"source":14,"target":25},{"source":24,"target":2},{"source":15,"target":2},{"source":15,"target":26},{"source":15,"target":1},{"source":26,"target":2},{"source":16,"target":8},{"source":16,"target":27},{"source":16,"target":1},{"source":27,"target":8},{"source":17,"target":9},{"source":17,"target":28},{"source":17,"target":1},{"source":28,"target":9},{"source":18,"target":3},{"source":18,"target":29},{"source":18,"target":1},{"source":29,"target":3},{"source":19,"target":2},{"source":19,"target":30},{"source":19,"target":1},{"source":30,"target":2},{"source":20,"target":4},{"source":2,"target":0},{"source":2,"target":4},{"source":2,"target":31},{"source":2,"target":32},{"source":2,"target":25},{"source":2,"target":33},{"source":2,"target":34},{"source":2,"target":35},{"source":31,"target":36},{"source":31,"target":2},{"source":32,"target":37},{"source":32,"target":2},{"source":25,"target":1},{"source":25,"target":38},{"source":25,"target":2},{"source":25,"target":14},{"source":38,"target":1},{"source":33,"target":3},{"source":33,"target":39},{"source":33,"target":2},{"source":33,"target":40},{"source":39,"target":3},{"source":34,"target":3},{"source":34,"target":41},{"source":34,"target":2},{"source":34,"target":42},{"source":41,"target":3},{"source":35,"target":4},{"source":3,"target":0},{"source":3,"target":4},{"source":3,"target":43},{"source":3,"target":40},{"source":3,"target":42},{"source":3,"target":44},{"source":3,"target":45},{"source":3,"target":46},{"source":3,"target":47},{"source":43,"target":48},{"source":43,"target":3},{"source":40,"target":2},{"source":40,"target":49},{"source":40,"target":3},{"source":40,"target":33},{"source":49,"target":2},{"source":42,"target":2},{"source":42,"target":50},{"source":42,"target":3},{"source":42,"target":34},{"source":50,"target":2},{"source":44,"target":5},{"source":44,"target":51},{"source":44,"target":3},{"source":51,"target":5},{"source":45,"target":8},{"source":45,"target":52},{"source":45,"target":3},{"source":52,"target":8},{"source":46,"target":53},{"source":46,"target":3},{"source":47,"target":4},{"source":4,"target":0},{"source":4,"target":54},{"source":54,"target":55},{"source":54,"target":4},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":56},{"source":56,"target":4},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":57},{"source":6,"target":58},{"source":6,"target":59},{"source":57,"target":9},{"source":57,"target":60},{"source":57,"target":6},{"source":60,"target":9},{"source":58,"target":61},{"source":58,"target":6},{"source":59,"target":5},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":62},{"source":7,"target":63},{"source":62,"target":8},{"source":62,"target":64},{"source":62,"target":7},{"source":64,"target":8},{"source":63,"target":5},{"source":8,"target":0},{"source":8,"target":4},{"source":8,"target":65},{"source":8,"target":66},{"source":8,"target":67},{"source":65,"target":68},{"source":65,"target":8},{"source":66,"target":3},{"source":66,"target":69},{"source":66,"target":8},{"source":69,"target":3},{"source":67,"target":4},{"source":9,"target":0},{"source":9,"target":4},{"source":9,"target":70},{"source":9,"target":71},{"source":9,"target":72},{"source":70,"target":73},{"source":70,"target":9},{"source":71,"target":74},{"source":71,"target":9},{"source":72,"target":4},{"source":10,"target":0},{"source":10,"target":4},{"source":10,"target":75},{"source":10,"target":76},{"source":10,"target":77},{"source":10,"target":78},{"source":10,"target":79},{"source":75,"target":80},{"source":75,"target":10},{"source":76,"target":1},{"source":76,"target":81},{"source":76,"target":10},{"source":81,"target":1},{"source":77,"target":9},{"source":77,"target":82},{"source":77,"target":10},{"source":82,"target":9},{"source":78,"target":8},{"source":78,"target":83},{"source":78,"target":10},{"source":83,"target":8},{"source":79,"target":4},{"source":11,"target":0},{"source":11,"target":5},{"source":11,"target":84},{"source":11,"target":85},{"source":11,"target":86},{"source":84,"target":87},{"source":84,"target":11},{"source":85,"target":88},{"source":85,"target":11},{"source":86,"target":5}],"multigraph":true} |
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="StateMachinePackage" nsURI="se.studieren.mdd.transformer.StateMachinePackage"
nsPrefix="mdd">
<eClassifiers xsi:type="ecore:EClass" name="StateMachinePackage">
<eStructuralFeatures xsi:type="ecore:EReference" name="statemachine" upperBound="-1"
eType="ecore:EClass StateMachine.ecore#//StateMachine" containment="true"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/elordin/model-transformer/model/05_StateMachine/StateMachinePackage.ecore | ecore | StateMachinePackage
StateMachinePackage
statemachine | null | {"directed":true,"nodes":[{"nsPrefix":"mdd","nsURI":"se.studieren.mdd.transformer.StateMachinePackage","name":"StateMachinePackage","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachinePackage","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":"statemachine","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="xsd" nsURI="http://www.eclipse.org/xsd/2002/XSD" nsPrefix="xsd">
<eClassifiers xsi:type="ecore:EClass" name="XSDAnnotation" eSuperTypes="#//XSDComponent #//XSDRedefineContent">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="applicationInformation"
upperBound="-1" eType="#//DOMElement"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="userInformation" upperBound="-1"
eType="#//DOMElement"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="attributes" upperBound="-1"
eType="#//DOMAttr"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDAttributeDeclaration" eSuperTypes="#//XSDFeature #//XSDSchemaContent">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="attributeDeclarationReference"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false"
volatile="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="annotation" eType="#//XSDAnnotation"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="anonymousTypeDefinition"
eType="#//XSDSimpleTypeDefinition" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typeDefinition" lowerBound="1"
eType="#//XSDSimpleTypeDefinition" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="resolvedAttributeDeclaration"
lowerBound="1" eType="#//XSDAttributeDeclaration" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDAttributeGroupContent" abstract="true"
eSuperTypes="#//XSDConcreteComponent"/>
<eClassifiers xsi:type="ecore:EClass" name="XSDAttributeGroupDefinition" eSuperTypes="#//XSDRedefinableComponent #//XSDAttributeGroupContent #//XSDRedefineContent">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="attributeGroupDefinitionReference"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false"
volatile="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="annotation" eType="#//XSDAnnotation"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="contents" upperBound="-1"
eType="#//XSDAttributeGroupContent" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributeUses" upperBound="-1"
eType="#//XSDAttributeUse" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributeWildcardContent"
eType="#//XSDWildcard" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributeWildcard" eType="#//XSDWildcard"
resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="resolvedAttributeGroupDefinition"
lowerBound="1" eType="#//XSDAttributeGroupDefinition" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="syntheticWildcard" eType="#//XSDWildcard"
transient="true" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDAttributeUse" eSuperTypes="#//XSDComponent #//XSDAttributeGroupContent">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="required" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="#//Value"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="constraint" eType="#//XSDConstraint"
unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="use" eType="#//XSDAttributeUseCategory"
unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lexicalValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributeDeclaration" lowerBound="1"
eType="#//XSDAttributeDeclaration" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="content" lowerBound="1"
eType="#//XSDAttributeDeclaration" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDBoundedFacet" eSuperTypes="#//XSDFundamentalFacet">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDCardinalityFacet" eSuperTypes="#//XSDFundamentalFacet">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="#//XSDCardinality"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDComplexTypeContent" abstract="true"
eSuperTypes="#//XSDComponent"/>
<eClassifiers xsi:type="ecore:EClass" name="XSDComplexTypeDefinition" eSuperTypes="#//XSDTypeDefinition #//XSDScope">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="derivationMethod" eType="#//XSDDerivationMethod"
defaultValueLiteral="restriction" unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="final" upperBound="-1"
eType="#//XSDComplexFinal"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="abstract" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="contentTypeCategory" eType="#//XSDContentTypeCategory"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="prohibitedSubstitutions"
upperBound="-1" eType="#//XSDProhibitedSubstitutions"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lexicalFinal" upperBound="-1"
eType="#//XSDComplexFinal" unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="block" upperBound="-1"
eType="#//XSDProhibitedSubstitutions" unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="contentAnnotation" eType="#//XSDAnnotation"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="baseTypeDefinition" lowerBound="1"
eType="#//XSDTypeDefinition" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="content" eType="#//XSDComplexTypeContent"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="contentType" eType="#//XSDComplexTypeContent"
resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributeUses" upperBound="-1"
eType="#//XSDAttributeUse" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributeContents" upperBound="-1"
eType="#//XSDAttributeGroupContent" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributeWildcard" eType="#//XSDWildcard"
resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributeWildcardContent"
eType="#//XSDWildcard" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rootTypeDefinition" lowerBound="1"
eType="#//XSDTypeDefinition" changeable="false" volatile="true" transient="true"
resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="syntheticParticle" eType="#//XSDParticle"
transient="true" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="syntheticWildcard" eType="#//XSDWildcard"
transient="true" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDComponent" abstract="true" eSuperTypes="#//XSDConcreteComponent"/>
<eClassifiers xsi:type="ecore:EClass" name="XSDConcreteComponent" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="element" eType="#//DOMElement"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="container" eType="#//XSDConcreteComponent"
changeable="false" volatile="true" transient="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rootContainer" lowerBound="1"
eType="#//XSDConcreteComponent" changeable="false" volatile="true" transient="true"
resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="schema" eType="#//XSDSchema"
changeable="false" volatile="true" transient="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="diagnostics" upperBound="-1"
eType="#//XSDDiagnostic" transient="true" containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDConstrainingFacet" abstract="true"
eSuperTypes="#//XSDFacet"/>
<eClassifiers xsi:type="ecore:EClass" name="XSDDiagnostic" eSuperTypes="#//XSDConcreteComponent">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="severity" eType="#//XSDDiagnosticSeverity"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="message" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="locationURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="line" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="1"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="column" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="1"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="node" eType="#//DOMNode"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="annotationURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="substitutions" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="components" lowerBound="1"
upperBound="-1" eType="#//XSDConcreteComponent" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="primaryComponent" lowerBound="1"
eType="#//XSDConcreteComponent" volatile="true" transient="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDElementDeclaration" eSuperTypes="#//XSDFeature #//XSDSchemaContent #//XSDTerm">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nillable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="disallowedSubstitutions"
upperBound="-1" eType="#//XSDDisallowedSubstitutions"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="substitutionGroupExclusions"
upperBound="-1" eType="#//XSDSubstitutionGroupExclusions"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="abstract" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lexicalFinal" upperBound="-1"
eType="#//XSDProhibitedSubstitutions" unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="block" upperBound="-1"
eType="#//XSDDisallowedSubstitutions" unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="elementDeclarationReference"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false"
volatile="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="circular" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
changeable="false" volatile="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="annotation" eType="#//XSDAnnotation"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="anonymousTypeDefinition"
eType="#//XSDTypeDefinition" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typeDefinition" lowerBound="1"
eType="#//XSDTypeDefinition" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="identityConstraintDefinitions"
upperBound="-1" eType="#//XSDIdentityConstraintDefinition" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="resolvedElementDeclaration"
lowerBound="1" eType="#//XSDElementDeclaration" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="substitutionGroupAffiliation"
eType="#//XSDElementDeclaration" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="substitutionGroup" upperBound="-1"
eType="#//XSDElementDeclaration" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDEnumerationFacet" eSuperTypes="#//XSDRepeatableFacet">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" upperBound="-1"
eType="#//Value"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDFacet" abstract="true" eSuperTypes="#//XSDComponent">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lexicalValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="facetName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false" volatile="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="effectiveValue" eType="#//Value"
changeable="false" volatile="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="annotation" eType="#//XSDAnnotation"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="simpleTypeDefinition" eType="#//XSDSimpleTypeDefinition"
changeable="false" volatile="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDFeature" abstract="true" eSuperTypes="#//XSDNamedComponent">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="#//Value"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="constraint" eType="#//XSDConstraint"
unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="form" eType="#//XSDForm"
unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lexicalValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="global" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
changeable="false" volatile="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="featureReference" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
changeable="false" volatile="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="scope" eType="#//XSDScope"
changeable="false" volatile="true" transient="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="resolvedFeature" lowerBound="1"
eType="#//XSDFeature" changeable="false" volatile="true" transient="true"
resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//XSDTypeDefinition"
changeable="false" volatile="true" transient="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDFixedFacet" abstract="true" eSuperTypes="#//XSDConstrainingFacet">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fixed" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
unsettable="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDFractionDigitsFacet" eSuperTypes="#//XSDFixedFacet">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDFundamentalFacet" abstract="true"
eSuperTypes="#//XSDFacet"/>
<eClassifiers xsi:type="ecore:EClass" name="XSDIdentityConstraintDefinition" eSuperTypes="#//XSDNamedComponent">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="identityConstraintCategory"
eType="#//XSDIdentityConstraintCategory"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="annotation" eType="#//XSDAnnotation"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="referencedKey" eType="#//XSDIdentityConstraintDefinition"
resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="selector" lowerBound="1"
eType="#//XSDXPathDefinition" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fields" lowerBound="1"
upperBound="-1" eType="#//XSDXPathDefinition" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDImport" eSuperTypes="#//XSDSchemaDirective">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="namespace" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="annotation" eType="#//XSDAnnotation"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDInclude" eSuperTypes="#//XSDSchemaCompositor">
<eStructuralFeatures xsi:type="ecore:EReference" name="annotation" eType="#//XSDAnnotation"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDLengthFacet" eSuperTypes="#//XSDFixedFacet">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDMaxExclusiveFacet" eSuperTypes="#//XSDMaxFacet"/>
<eClassifiers xsi:type="ecore:EClass" name="XSDMaxFacet" abstract="true" eSuperTypes="#//XSDFixedFacet">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="#//Value"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="inclusive" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
changeable="false" volatile="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="exclusive" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
changeable="false" volatile="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDMaxInclusiveFacet" eSuperTypes="#//XSDMaxFacet"/>
<eClassifiers xsi:type="ecore:EClass" name="XSDMaxLengthFacet" eSuperTypes="#//XSDFixedFacet">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDMinExclusiveFacet" eSuperTypes="#//XSDMinFacet"/>
<eClassifiers xsi:type="ecore:EClass" name="XSDMinFacet" abstract="true" eSuperTypes="#//XSDFixedFacet">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="#//Value"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="inclusive" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
changeable="false" volatile="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="exclusive" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
changeable="false" volatile="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDMinInclusiveFacet" eSuperTypes="#//XSDMinFacet"/>
<eClassifiers xsi:type="ecore:EClass" name="XSDMinLengthFacet" eSuperTypes="#//XSDFixedFacet">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDModelGroup" eSuperTypes="#//XSDTerm">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="compositor" eType="#//XSDCompositor"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="annotation" eType="#//XSDAnnotation"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="contents" upperBound="-1"
eType="#//XSDParticle" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="particles" lowerBound="1"
upperBound="-1" eType="#//XSDParticle" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDModelGroupDefinition" eSuperTypes="#//XSDRedefinableComponent #//XSDParticleContent #//XSDRedefineContent">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="modelGroupDefinitionReference"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false"
volatile="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="annotation" eType="#//XSDAnnotation"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="modelGroup" lowerBound="1"
eType="#//XSDModelGroup" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="resolvedModelGroupDefinition"
lowerBound="1" eType="#//XSDModelGroupDefinition" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDNamedComponent" abstract="true" eSuperTypes="#//XSDComponent">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="targetNamespace" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="aliasName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false" volatile="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="uRI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false" volatile="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="aliasURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false" volatile="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="qName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false" volatile="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDNotationDeclaration" eSuperTypes="#//XSDNamedComponent #//XSDSchemaContent">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="systemIdentifier" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="publicIdentifier" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="annotation" eType="#//XSDAnnotation"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDNumericFacet" eSuperTypes="#//XSDFundamentalFacet">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDOrderedFacet" eSuperTypes="#//XSDFundamentalFacet">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="#//XSDOrdered"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDParticle" eSuperTypes="#//XSDComplexTypeContent">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="minOccurs" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="1" unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="maxOccurs" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="1" unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="content" lowerBound="1"
eType="#//XSDParticleContent" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="term" lowerBound="1" eType="#//XSDTerm"
resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDParticleContent" abstract="true"
eSuperTypes="#//XSDConcreteComponent"/>
<eClassifiers xsi:type="ecore:EClass" name="XSDPatternFacet" eSuperTypes="#//XSDRepeatableFacet">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDRedefinableComponent" abstract="true"
eSuperTypes="#//XSDNamedComponent #//XSDRedefineContent">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="circular" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
changeable="false" volatile="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDRedefineContent" abstract="true"
eSuperTypes="#//XSDSchemaContent"/>
<eClassifiers xsi:type="ecore:EClass" name="XSDRedefine" eSuperTypes="#//XSDSchemaCompositor">
<eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1"
eType="#//XSDAnnotation" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="contents" upperBound="-1"
eType="#//XSDRedefineContent" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDRepeatableFacet" abstract="true"
eSuperTypes="#//XSDConstrainingFacet">
<eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1"
eType="#//XSDAnnotation" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDSchema" eSuperTypes="#//XSDScope">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="document" eType="#//DOMDocument"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="schemaLocation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="targetNamespace" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="attributeFormDefault" eType="#//XSDForm"
defaultValueLiteral="unqualified" unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="elementFormDefault" eType="#//XSDForm"
defaultValueLiteral="unqualified" unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="finalDefault" upperBound="-1"
eType="#//XSDProhibitedSubstitutions" unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="blockDefault" upperBound="-1"
eType="#//XSDDisallowedSubstitutions" unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="contents" upperBound="-1"
eType="#//XSDSchemaContent" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elementDeclarations" upperBound="-1"
eType="#//XSDElementDeclaration" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributeDeclarations"
upperBound="-1" eType="#//XSDAttributeDeclaration" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributeGroupDefinitions"
upperBound="-1" eType="#//XSDAttributeGroupDefinition" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typeDefinitions" upperBound="-1"
eType="#//XSDTypeDefinition" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="modelGroupDefinitions"
upperBound="-1" eType="#//XSDModelGroupDefinition" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="identityConstraintDefinitions"
upperBound="-1" eType="#//XSDIdentityConstraintDefinition" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="notationDeclarations" upperBound="-1"
eType="#//XSDNotationDeclaration" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1"
eType="#//XSDAnnotation" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="allDiagnostics" upperBound="-1"
eType="#//XSDDiagnostic" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="referencingDirectives"
upperBound="-1" eType="#//XSDSchemaDirective" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rootVersion" lowerBound="1"
eType="#//XSDSchema" changeable="false" volatile="true" transient="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="originalVersion" eType="#//XSDSchema"
changeable="false" volatile="true" transient="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="incorporatedVersions" upperBound="-1"
eType="#//XSDSchema" transient="true" containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="schemaForSchema" lowerBound="1"
eType="#//XSDSchema" changeable="false" volatile="true" transient="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDSchemaCompositor" abstract="true"
eSuperTypes="#//XSDSchemaDirective">
<eStructuralFeatures xsi:type="ecore:EReference" name="incorporatedSchema" eType="#//XSDSchema"
resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDSchemaContent" abstract="true" eSuperTypes="#//XSDConcreteComponent"/>
<eClassifiers xsi:type="ecore:EClass" name="XSDSchemaDirective" abstract="true"
eSuperTypes="#//XSDSchemaContent">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="schemaLocation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="resolvedSchema" eType="#//XSDSchema"
resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDScope" abstract="true" eSuperTypes="#//XSDComponent"/>
<eClassifiers xsi:type="ecore:EClass" name="XSDSimpleTypeDefinition" eSuperTypes="#//XSDTypeDefinition #//XSDComplexTypeContent">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="variety" eType="#//XSDVariety"
unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="final" upperBound="-1"
eType="#//XSDSimpleFinal"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lexicalFinal" upperBound="-1"
eType="#//XSDSimpleFinal" unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="validFacets" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="contents" upperBound="-1"
eType="#//XSDSimpleTypeDefinition" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="facetContents" upperBound="-1"
eType="#//XSDConstrainingFacet" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="facets" upperBound="-1"
eType="#//XSDConstrainingFacet" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="memberTypeDefinitions"
upperBound="-1" eType="#//XSDSimpleTypeDefinition" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fundamentalFacets" lowerBound="1"
upperBound="-1" eType="#//XSDFundamentalFacet" transient="true" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="baseTypeDefinition" lowerBound="1"
eType="#//XSDSimpleTypeDefinition" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="primitiveTypeDefinition"
eType="#//XSDSimpleTypeDefinition" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="itemTypeDefinition" eType="#//XSDSimpleTypeDefinition"
resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rootTypeDefinition" lowerBound="1"
eType="#//XSDSimpleTypeDefinition" changeable="false" volatile="true" transient="true"
resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="minFacet" eType="#//XSDMinFacet"
changeable="false" volatile="true" transient="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="maxFacet" eType="#//XSDMaxFacet"
changeable="false" volatile="true" transient="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="maxInclusiveFacet" eType="#//XSDMaxInclusiveFacet"
changeable="false" volatile="true" transient="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="minInclusiveFacet" eType="#//XSDMinInclusiveFacet"
changeable="false" volatile="true" transient="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="minExclusiveFacet" eType="#//XSDMinExclusiveFacet"
changeable="false" volatile="true" transient="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="maxExclusiveFacet" eType="#//XSDMaxExclusiveFacet"
changeable="false" volatile="true" transient="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="lengthFacet" eType="#//XSDLengthFacet"
changeable="false" volatile="true" transient="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="whiteSpaceFacet" eType="#//XSDWhiteSpaceFacet"
changeable="false" volatile="true" transient="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="enumerationFacets" upperBound="-1"
eType="#//XSDEnumerationFacet" changeable="false" volatile="true" transient="true"
resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="patternFacets" upperBound="-1"
eType="#//XSDPatternFacet" changeable="false" volatile="true" transient="true"
resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="cardinalityFacet" lowerBound="1"
eType="#//XSDCardinalityFacet" changeable="false" volatile="true" transient="true"
resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="numericFacet" lowerBound="1"
eType="#//XSDNumericFacet" changeable="false" volatile="true" transient="true"
resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="maxLengthFacet" eType="#//XSDMaxLengthFacet"
changeable="false" volatile="true" transient="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="minLengthFacet" eType="#//XSDMinLengthFacet"
changeable="false" volatile="true" transient="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="totalDigitsFacet" eType="#//XSDTotalDigitsFacet"
changeable="false" volatile="true" transient="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fractionDigitsFacet" eType="#//XSDFractionDigitsFacet"
changeable="false" volatile="true" transient="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="orderedFacet" lowerBound="1"
eType="#//XSDOrderedFacet" changeable="false" volatile="true" transient="true"
resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="boundedFacet" lowerBound="1"
eType="#//XSDBoundedFacet" changeable="false" volatile="true" transient="true"
resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="effectiveMaxFacet" eType="#//XSDMaxFacet"
changeable="false" volatile="true" transient="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="effectiveWhiteSpaceFacet"
eType="#//XSDWhiteSpaceFacet" changeable="false" volatile="true" transient="true"
resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="effectiveMaxLengthFacet"
eType="#//XSDMaxLengthFacet" changeable="false" volatile="true" transient="true"
resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="effectiveFractionDigitsFacet"
eType="#//XSDFractionDigitsFacet" changeable="false" volatile="true" transient="true"
resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="effectivePatternFacet"
eType="#//XSDPatternFacet" changeable="false" volatile="true" transient="true"
resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="effectiveEnumerationFacet"
eType="#//XSDEnumerationFacet" changeable="false" volatile="true" transient="true"
resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="effectiveTotalDigitsFacet"
eType="#//XSDTotalDigitsFacet" changeable="false" volatile="true" transient="true"
resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="effectiveMinLengthFacet"
eType="#//XSDMinLengthFacet" changeable="false" volatile="true" transient="true"
resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="effectiveLengthFacet" eType="#//XSDLengthFacet"
changeable="false" volatile="true" transient="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="effectiveMinFacet" eType="#//XSDMinFacet"
changeable="false" volatile="true" transient="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="syntheticFacets" upperBound="-1"
eType="#//XSDFacet" transient="true" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDTerm" abstract="true" eSuperTypes="#//XSDComponent #//XSDParticleContent"/>
<eClassifiers xsi:type="ecore:EClass" name="XSDTotalDigitsFacet" eSuperTypes="#//XSDFixedFacet">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDTypeDefinition" abstract="true" eSuperTypes="#//XSDRedefinableComponent #//XSDRedefineContent">
<eStructuralFeatures xsi:type="ecore:EReference" name="annotation" eType="#//XSDAnnotation"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="derivationAnnotation" eType="#//XSDAnnotation"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1"
eType="#//XSDAnnotation" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rootType" lowerBound="1"
eType="#//XSDTypeDefinition" changeable="false" volatile="true" transient="true"
resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="baseType" lowerBound="1"
eType="#//XSDTypeDefinition" changeable="false" volatile="true" transient="true"
resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="simpleType" eType="#//XSDSimpleTypeDefinition"
changeable="false" volatile="true" transient="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="complexType" eType="#//XSDParticle"
changeable="false" volatile="true" transient="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDWhiteSpaceFacet" eSuperTypes="#//XSDFixedFacet">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="#//XSDWhiteSpace"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDWildcard" eSuperTypes="#//XSDTerm">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="namespaceConstraintCategory"
eType="#//XSDNamespaceConstraintCategory"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="namespaceConstraint" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="processContents" eType="#//XSDProcessContents"
unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lexicalNamespaceConstraint"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="annotation" eType="#//XSDAnnotation"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1"
eType="#//XSDAnnotation" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDXPathDefinition" eSuperTypes="#//XSDComponent">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="variety" eType="#//XSDXPathVariety"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="annotation" eType="#//XSDAnnotation"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="DOMAttr" instanceClassName="org.w3c.dom.Attr"/>
<eClassifiers xsi:type="ecore:EDataType" name="DOMDocument" instanceClassName="org.w3c.dom.Document"/>
<eClassifiers xsi:type="ecore:EDataType" name="DOMElement" instanceClassName="org.w3c.dom.Element"/>
<eClassifiers xsi:type="ecore:EDataType" name="DOMNode" instanceClassName="org.w3c.dom.Node"/>
<eClassifiers xsi:type="ecore:EDataType" name="Value" instanceClassName="java.lang.Object"/>
<eClassifiers xsi:type="ecore:EEnum" name="XSDAttributeUseCategory">
<eLiterals name="optional"/>
<eLiterals name="prohibited" value="1"/>
<eLiterals name="required" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="XSDCardinality">
<eLiterals name="finite"/>
<eLiterals name="countablyInfinite" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="XSDComplexFinal">
<eLiterals name="extension"/>
<eLiterals name="restriction" value="1"/>
<eLiterals name="all" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="XSDCompositor">
<eLiterals name="all"/>
<eLiterals name="choice" value="1"/>
<eLiterals name="sequence" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="XSDConstraint">
<eLiterals name="default"/>
<eLiterals name="fixed" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="XSDContentTypeCategory">
<eLiterals name="empty"/>
<eLiterals name="simple" value="1"/>
<eLiterals name="mixed" value="2"/>
<eLiterals name="elementOnly" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="XSDDerivationMethod">
<eLiterals name="extension"/>
<eLiterals name="restriction" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="XSDDiagnosticSeverity">
<eLiterals name="fatal"/>
<eLiterals name="error" value="1"/>
<eLiterals name="warning" value="2"/>
<eLiterals name="information" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="XSDDisallowedSubstitutions">
<eLiterals name="substitution"/>
<eLiterals name="extension" value="1"/>
<eLiterals name="restriction" value="2"/>
<eLiterals name="all" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="XSDForm">
<eLiterals name="qualified"/>
<eLiterals name="unqualified" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="XSDIdentityConstraintCategory">
<eLiterals name="key"/>
<eLiterals name="keyref" value="1"/>
<eLiterals name="unique" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="XSDNamespaceConstraintCategory">
<eLiterals name="any"/>
<eLiterals name="not" value="1"/>
<eLiterals name="set" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="XSDOrdered">
<eLiterals name="false"/>
<eLiterals name="partial" value="1"/>
<eLiterals name="total" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="XSDProcessContents">
<eLiterals name="strict"/>
<eLiterals name="lax" value="1"/>
<eLiterals name="skip" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="XSDProhibitedSubstitutions">
<eLiterals name="extension"/>
<eLiterals name="restriction" value="1"/>
<eLiterals name="all" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="XSDSimpleFinal">
<eLiterals name="list"/>
<eLiterals name="restriction" value="1"/>
<eLiterals name="union" value="2"/>
<eLiterals name="all" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="XSDSubstitutionGroupExclusions">
<eLiterals name="extension"/>
<eLiterals name="restriction" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="XSDVariety">
<eLiterals name="atomic"/>
<eLiterals name="list" value="1"/>
<eLiterals name="union" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="XSDWhiteSpace">
<eLiterals name="preserve"/>
<eLiterals name="replace" value="1"/>
<eLiterals name="collapse" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="XSDXPathVariety">
<eLiterals name="selector"/>
<eLiterals name="field" value="1"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/norcasitas/Tesis-Jaimez-PereyraOrcasitas/proyecto_eclipse/ecore_models/wsdl/XSD.ecore | ecore | xsd
XSDAnnotation
applicationInformation
userInformation
attributes
XSDAttributeDeclaration
attributeDeclarationReference
annotation
anonymousTypeDefinition
typeDefinition
resolvedAttributeDeclaration
XSDAttributeGroupContent
XSDAttributeGroupDefinition
attributeGroupDefinitionReference
annotation
contents
attributeUses
attributeWildcardContent
attributeWildcard
resolvedAttributeGroupDefinition
syntheticWildcard
XSDAttributeUse
required
value
constraint
use
lexicalValue
attributeDeclaration
content
XSDBoundedFacet
value
XSDCardinalityFacet
value
XSDComplexTypeContent
XSDComplexTypeDefinition
derivationMethod
restriction
final
abstract
contentTypeCategory
prohibitedSubstitutions
lexicalFinal
block
mixed
contentAnnotation
baseTypeDefinition
content
contentType
attributeUses
attributeContents
attributeWildcard
attributeWildcardContent
rootTypeDefinition
syntheticParticle
syntheticWildcard
XSDComponent
XSDConcreteComponent
element
container
rootContainer
schema
diagnostics
XSDConstrainingFacet
XSDDiagnostic
severity
message
locationURI
line
1
column
1
node
annotationURI
key
substitutions
components
primaryComponent
XSDElementDeclaration
nillable
disallowedSubstitutions
substitutionGroupExclusions
abstract
lexicalFinal
block
elementDeclarationReference
circular
annotation
anonymousTypeDefinition
typeDefinition
identityConstraintDefinitions
resolvedElementDeclaration
substitutionGroupAffiliation
substitutionGroup
XSDEnumerationFacet
value
XSDFacet
lexicalValue
facetName
effectiveValue
annotation
simpleTypeDefinition
XSDFeature
value
constraint
form
lexicalValue
global
featureReference
scope
resolvedFeature
type
XSDFixedFacet
fixed
XSDFractionDigitsFacet
value
XSDFundamentalFacet
XSDIdentityConstraintDefinition
identityConstraintCategory
annotation
referencedKey
selector
fields
XSDImport
namespace
annotation
XSDInclude
annotation
XSDLengthFacet
value
XSDMaxExclusiveFacet
XSDMaxFacet
value
inclusive
exclusive
XSDMaxInclusiveFacet
XSDMaxLengthFacet
value
XSDMinExclusiveFacet
XSDMinFacet
value
inclusive
exclusive
XSDMinInclusiveFacet
XSDMinLengthFacet
value
XSDModelGroup
compositor
annotation
contents
particles
XSDModelGroupDefinition
modelGroupDefinitionReference
annotation
modelGroup
resolvedModelGroupDefinition
XSDNamedComponent
name
targetNamespace
aliasName
uRI
aliasURI
qName
XSDNotationDeclaration
systemIdentifier
publicIdentifier
annotation
XSDNumericFacet
value
XSDOrderedFacet
value
XSDParticle
minOccurs
1
maxOccurs
1
content
term
XSDParticleContent
XSDPatternFacet
value
XSDRedefinableComponent
circular
XSDRedefineContent
XSDRedefine
annotations
contents
XSDRepeatableFacet
annotations
XSDSchema
document
schemaLocation
targetNamespace
attributeFormDefault
unqualified
elementFormDefault
unqualified
finalDefault
blockDefault
version
contents
elementDeclarations
attributeDeclarations
attributeGroupDefinitions
typeDefinitions
modelGroupDefinitions
identityConstraintDefinitions
notationDeclarations
annotations
allDiagnostics
referencingDirectives
rootVersion
originalVersion
incorporatedVersions
schemaForSchema
XSDSchemaCompositor
incorporatedSchema
XSDSchemaContent
XSDSchemaDirective
schemaLocation
resolvedSchema
XSDScope
XSDSimpleTypeDefinition
variety
final
lexicalFinal
validFacets
contents
facetContents
facets
memberTypeDefinitions
fundamentalFacets
baseTypeDefinition
primitiveTypeDefinition
itemTypeDefinition
rootTypeDefinition
minFacet
maxFacet
maxInclusiveFacet
minInclusiveFacet
minExclusiveFacet
maxExclusiveFacet
lengthFacet
whiteSpaceFacet
enumerationFacets
patternFacets
cardinalityFacet
numericFacet
maxLengthFacet
minLengthFacet
totalDigitsFacet
fractionDigitsFacet
orderedFacet
boundedFacet
effectiveMaxFacet
effectiveWhiteSpaceFacet
effectiveMaxLengthFacet
effectiveFractionDigitsFacet
effectivePatternFacet
effectiveEnumerationFacet
effectiveTotalDigitsFacet
effectiveMinLengthFacet
effectiveLengthFacet
effectiveMinFacet
syntheticFacets
XSDTerm
XSDTotalDigitsFacet
value
XSDTypeDefinition
annotation
derivationAnnotation
annotations
rootType
baseType
simpleType
complexType
XSDWhiteSpaceFacet
value
XSDWildcard
namespaceConstraintCategory
namespaceConstraint
processContents
lexicalNamespaceConstraint
annotation
annotations
XSDXPathDefinition
variety
value
annotation
DOMAttr
org.w3c.dom.Attr
org.w3c.dom.Attr
DOMDocument
org.w3c.dom.Document
org.w3c.dom.Document
DOMElement
org.w3c.dom.Element
org.w3c.dom.Element
DOMNode
org.w3c.dom.Node
org.w3c.dom.Node
Value
java.lang.Object
java.lang.Object
XSDAttributeUseCategory
optional
optional
prohibited
prohibited
required
required
XSDCardinality
finite
finite
countablyInfinite
countablyInfinite
XSDComplexFinal
extension
extension
restriction
restriction
all
all
XSDCompositor
all
all
choice
choice
sequence
sequence
XSDConstraint
default
default
fixed
fixed
XSDContentTypeCategory
empty
empty
simple
simple
mixed
mixed
elementOnly
elementOnly
XSDDerivationMethod
extension
extension
restriction
restriction
XSDDiagnosticSeverity
fatal
fatal
error
error
warning
warning
information
information
XSDDisallowedSubstitutions
substitution
substitution
extension
extension
restriction
restriction
all
all
XSDForm
qualified
qualified
unqualified
unqualified
XSDIdentityConstraintCategory
key
key
keyref
keyref
unique
unique
XSDNamespaceConstraintCategory
any
any
not
not
set
set
XSDOrdered
false
false
partial
partial
total
total
XSDProcessContents
strict
strict
lax
lax
skip
skip
XSDProhibitedSubstitutions
extension
extension
restriction
restriction
all
all
XSDSimpleFinal
list
list
restriction
restriction
union
union
all
all
XSDSubstitutionGroupExclusions
extension
extension
restriction
restriction
XSDVariety
atomic
atomic
list
list
union
union
XSDWhiteSpace
preserve
preserve
replace
replace
collapse
collapse
XSDXPathVariety
selector
selector
field
field | null | {"directed":true,"nodes":[{"nsPrefix":"xsd","nsURI":"http://www.eclipse.org/xsd/2002/XSD","name":"xsd","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDAnnotation","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDAttributeDeclaration","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDAttributeGroupContent","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDAttributeGroupDefinition","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDAttributeUse","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDBoundedFacet","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDCardinalityFacet","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDComplexTypeContent","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDComplexTypeDefinition","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDComponent","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDConcreteComponent","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDConstrainingFacet","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDDiagnostic","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDElementDeclaration","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDEnumerationFacet","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDFacet","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDFeature","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDFixedFacet","instanceClass":null,"abstract":true,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDFractionDigitsFacet","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDFundamentalFacet","instanceClass":null,"abstract":true,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDIdentityConstraintDefinition","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDImport","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDInclude","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDLengthFacet","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDMaxExclusiveFacet","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDMaxFacet","instanceClass":null,"abstract":true,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDMaxInclusiveFacet","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDMaxLengthFacet","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDMinExclusiveFacet","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDMinFacet","instanceClass":null,"abstract":true,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDMinInclusiveFacet","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDMinLengthFacet","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDModelGroup","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDModelGroupDefinition","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDNamedComponent","instanceClass":null,"abstract":true,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDNotationDeclaration","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDNumericFacet","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDOrderedFacet","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDParticle","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDParticleContent","instanceClass":null,"abstract":true,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDPatternFacet","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDRedefinableComponent","instanceClass":null,"abstract":true,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDRedefineContent","instanceClass":null,"abstract":true,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDRedefine","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDRepeatableFacet","instanceClass":null,"abstract":true,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDSchema","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDSchemaCompositor","instanceClass":null,"abstract":true,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDSchemaContent","instanceClass":null,"abstract":true,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDSchemaDirective","instanceClass":null,"abstract":true,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDScope","instanceClass":null,"abstract":true,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDSimpleTypeDefinition","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDTerm","instanceClass":null,"abstract":true,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDTotalDigitsFacet","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDTypeDefinition","instanceClass":null,"abstract":true,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDWhiteSpaceFacet","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDWildcard","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDXPathDefinition","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.w3c.dom.Attr","defaultValue":null,"instanceClassName":"org.w3c.dom.Attr","name":"DOMAttr","instanceClass":"org.w3c.dom.Attr","id":58,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.w3c.dom.Document","defaultValue":null,"instanceClassName":"org.w3c.dom.Document","name":"DOMDocument","instanceClass":"org.w3c.dom.Document","id":59,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.w3c.dom.Element","defaultValue":null,"instanceClassName":"org.w3c.dom.Element","name":"DOMElement","instanceClass":"org.w3c.dom.Element","id":60,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.w3c.dom.Node","defaultValue":null,"instanceClassName":"org.w3c.dom.Node","name":"DOMNode","instanceClass":"org.w3c.dom.Node","id":61,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Object","defaultValue":null,"instanceClassName":"java.lang.Object","name":"Value","instanceClass":"java.lang.Object","id":62,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"instanceClassName":null,"name":"XSDAttributeUseCategory","instanceClass":null,"id":63,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"XSDCardinality","instanceClass":null,"id":64,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"XSDComplexFinal","instanceClass":null,"id":65,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"XSDCompositor","instanceClass":null,"id":66,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"XSDConstraint","instanceClass":null,"id":67,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"XSDContentTypeCategory","instanceClass":null,"id":68,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"XSDDerivationMethod","instanceClass":null,"id":69,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"XSDDiagnosticSeverity","instanceClass":null,"id":70,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"XSDDisallowedSubstitutions","instanceClass":null,"id":71,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"XSDForm","instanceClass":null,"id":72,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"XSDIdentityConstraintCategory","instanceClass":null,"id":73,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"XSDNamespaceConstraintCategory","instanceClass":null,"id":74,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"XSDOrdered","instanceClass":null,"id":75,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"XSDProcessContents","instanceClass":null,"id":76,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"XSDProhibitedSubstitutions","instanceClass":null,"id":77,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"XSDSimpleFinal","instanceClass":null,"id":78,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"XSDSubstitutionGroupExclusions","instanceClass":null,"id":79,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"XSDVariety","instanceClass":null,"id":80,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"XSDWhiteSpace","instanceClass":null,"id":81,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"XSDXPathVariety","instanceClass":null,"id":82,"serializable":true,"eClass":"EEnum"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"applicationInformation","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":true,"name":"userInformation","changeable":true,"lowerBound":0,"iD":false,"id":84,"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":"attributes","changeable":true,"lowerBound":0,"iD":false,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"attributeDeclarationReference","changeable":false,"lowerBound":0,"iD":false,"id":91,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":92,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"anonymousTypeDefinition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":93,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"typeDefinition","changeable":true,"resolveProxies":false,"lowerBound":1,"id":94,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"resolvedAttributeDeclaration","changeable":true,"resolveProxies":false,"lowerBound":1,"id":95,"derived":false},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"attributeGroupDefinitionReference","changeable":false,"lowerBound":0,"iD":false,"id":104,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":105,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":106,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attributeUses","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":"attributeWildcardContent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":108,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attributeWildcard","changeable":true,"resolveProxies":false,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"resolvedAttributeGroupDefinition","changeable":true,"resolveProxies":false,"lowerBound":1,"id":110,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"syntheticWildcard","changeable":true,"resolveProxies":true,"lowerBound":0,"id":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"required","changeable":true,"lowerBound":0,"iD":false,"id":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":"value","changeable":true,"lowerBound":0,"iD":false,"id":124,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"constraint","changeable":true,"lowerBound":0,"iD":false,"id":125,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"use","changeable":true,"lowerBound":0,"iD":false,"id":126,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lexicalValue","changeable":true,"lowerBound":0,"iD":false,"id":127,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attributeDeclaration","changeable":true,"resolveProxies":false,"lowerBound":1,"id":128,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"resolveProxies":true,"lowerBound":1,"id":129,"derived":false},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"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":139,"derived":false},{"id":140,"eClass":"EGenericType"},{"id":141,"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":142,"derived":false},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"restriction","unsettable":true,"transient":false,"unique":true,"name":"derivationMethod","changeable":true,"lowerBound":0,"iD":false,"id":146,"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":"final","changeable":true,"lowerBound":0,"iD":false,"id":147,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"abstract","changeable":true,"lowerBound":0,"iD":false,"id":148,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"contentTypeCategory","changeable":true,"lowerBound":0,"iD":false,"id":149,"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":"prohibitedSubstitutions","changeable":true,"lowerBound":0,"iD":false,"id":150,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"lexicalFinal","changeable":true,"lowerBound":0,"iD":false,"id":151,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"block","changeable":true,"lowerBound":0,"iD":false,"id":152,"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":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":153,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contentAnnotation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":154,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"baseTypeDefinition","changeable":true,"resolveProxies":false,"lowerBound":1,"id":155,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"resolveProxies":true,"lowerBound":0,"id":156,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contentType","changeable":true,"resolveProxies":false,"lowerBound":0,"id":157,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attributeUses","changeable":true,"resolveProxies":false,"lowerBound":0,"id":158,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributeContents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":159,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attributeWildcard","changeable":true,"resolveProxies":false,"lowerBound":0,"id":160,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributeWildcardContent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":161,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"rootTypeDefinition","changeable":false,"resolveProxies":false,"lowerBound":1,"id":162,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"syntheticParticle","changeable":true,"resolveProxies":true,"lowerBound":0,"id":163,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"syntheticWildcard","changeable":true,"resolveProxies":true,"lowerBound":0,"id":164,"derived":false},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"element","changeable":true,"lowerBound":0,"iD":false,"id":187,"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":"container","changeable":false,"resolveProxies":false,"lowerBound":0,"id":188,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"rootContainer","changeable":false,"resolveProxies":false,"lowerBound":1,"id":189,"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":"schema","changeable":false,"resolveProxies":false,"lowerBound":0,"id":190,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"diagnostics","changeable":true,"resolveProxies":false,"lowerBound":0,"id":191,"derived":false},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"severity","changeable":true,"lowerBound":0,"iD":false,"id":198,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"message","changeable":true,"lowerBound":0,"iD":false,"id":199,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"locationURI","changeable":true,"lowerBound":0,"iD":false,"id":200,"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":"line","changeable":true,"lowerBound":0,"iD":false,"id":201,"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":"column","changeable":true,"lowerBound":0,"iD":false,"id":202,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"node","changeable":true,"lowerBound":0,"iD":false,"id":203,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"annotationURI","changeable":true,"lowerBound":0,"iD":false,"id":204,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"lowerBound":0,"iD":false,"id":205,"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":"substitutions","changeable":true,"lowerBound":0,"iD":false,"id":206,"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":"components","changeable":true,"resolveProxies":false,"lowerBound":1,"id":207,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"primaryComponent","changeable":true,"resolveProxies":false,"lowerBound":1,"id":208,"derived":false},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"nillable","changeable":true,"lowerBound":0,"iD":false,"id":221,"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":"disallowedSubstitutions","changeable":true,"lowerBound":0,"iD":false,"id":222,"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":"substitutionGroupExclusions","changeable":true,"lowerBound":0,"iD":false,"id":223,"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":"abstract","changeable":true,"lowerBound":0,"iD":false,"id":224,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"lexicalFinal","changeable":true,"lowerBound":0,"iD":false,"id":225,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"block","changeable":true,"lowerBound":0,"iD":false,"id":226,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"elementDeclarationReference","changeable":false,"lowerBound":0,"iD":false,"id":227,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"circular","changeable":false,"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":"annotation","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":"anonymousTypeDefinition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":230,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"typeDefinition","changeable":true,"resolveProxies":false,"lowerBound":1,"id":231,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"identityConstraintDefinitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":232,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"resolvedElementDeclaration","changeable":true,"resolveProxies":false,"lowerBound":1,"id":233,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"substitutionGroupAffiliation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":234,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"substitutionGroup","changeable":true,"resolveProxies":false,"lowerBound":0,"id":235,"derived":false},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":254,"derived":false},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lexicalValue","changeable":true,"lowerBound":0,"iD":false,"id":257,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"facetName","changeable":false,"lowerBound":0,"iD":false,"id":258,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"effectiveValue","changeable":false,"lowerBound":0,"iD":false,"id":259,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":260,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"simpleTypeDefinition","changeable":false,"resolveProxies":false,"lowerBound":0,"id":261,"derived":false},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"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":268,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"constraint","changeable":true,"lowerBound":0,"iD":false,"id":269,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"form","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":"lexicalValue","changeable":true,"lowerBound":0,"iD":false,"id":271,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"global","changeable":false,"lowerBound":0,"iD":false,"id":272,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"featureReference","changeable":false,"lowerBound":0,"iD":false,"id":273,"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":"scope","changeable":false,"resolveProxies":false,"lowerBound":0,"id":274,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"resolvedFeature","changeable":false,"resolveProxies":false,"lowerBound":1,"id":275,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"type","changeable":false,"resolveProxies":false,"lowerBound":1,"id":276,"derived":false},{"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"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"fixed","changeable":true,"lowerBound":0,"iD":false,"id":287,"derived":false},{"id":288,"eClass":"EGenericType"},{"id":289,"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":290,"derived":false},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"identityConstraintCategory","changeable":true,"lowerBound":0,"iD":false,"id":294,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":295,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referencedKey","changeable":true,"resolveProxies":false,"lowerBound":0,"id":296,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"selector","changeable":true,"resolveProxies":true,"lowerBound":1,"id":297,"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":"fields","changeable":true,"resolveProxies":true,"lowerBound":1,"id":298,"derived":false},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"namespace","changeable":true,"lowerBound":0,"iD":false,"id":305,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":306,"derived":false},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":310,"derived":false},{"id":311,"eClass":"EGenericType"},{"id":312,"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":313,"derived":false},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":317,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"inclusive","changeable":false,"lowerBound":0,"iD":false,"id":318,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"exclusive","changeable":false,"lowerBound":0,"iD":false,"id":319,"derived":false},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"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":325,"derived":false},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":329,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"inclusive","changeable":false,"lowerBound":0,"iD":false,"id":330,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"exclusive","changeable":false,"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"},{"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":337,"derived":false},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"compositor","changeable":true,"lowerBound":0,"iD":false,"id":340,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":341,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":342,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"particles","changeable":true,"resolveProxies":false,"lowerBound":1,"id":343,"derived":false},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"modelGroupDefinitionReference","changeable":false,"lowerBound":0,"iD":false,"id":349,"derived":false},{"container":false,"ordered":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":350,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modelGroup","changeable":true,"resolveProxies":true,"lowerBound":1,"id":351,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"resolvedModelGroupDefinition","changeable":true,"resolveProxies":false,"lowerBound":1,"id":352,"derived":false},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","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":"targetNamespace","changeable":true,"lowerBound":0,"iD":false,"id":361,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"aliasName","changeable":false,"lowerBound":0,"iD":false,"id":362,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uRI","changeable":false,"lowerBound":0,"iD":false,"id":363,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"aliasURI","changeable":false,"lowerBound":0,"iD":false,"id":364,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"qName","changeable":false,"lowerBound":0,"iD":false,"id":365,"derived":false},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"systemIdentifier","changeable":true,"lowerBound":0,"iD":false,"id":373,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"publicIdentifier","changeable":true,"lowerBound":0,"iD":false,"id":374,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":375,"derived":false},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"id":380,"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":381,"derived":false},{"id":382,"eClass":"EGenericType"},{"id":383,"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":384,"derived":false},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":true,"transient":false,"unique":true,"name":"minOccurs","changeable":true,"lowerBound":0,"iD":false,"id":387,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":true,"transient":false,"unique":true,"name":"maxOccurs","changeable":true,"lowerBound":0,"iD":false,"id":388,"derived":false},{"container":false,"ordered":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":389,"derived":false},{"container":false,"ordered":true,"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":false,"lowerBound":1,"id":390,"derived":false},{"id":391,"eClass":"EGenericType"},{"id":392,"eClass":"EGenericType"},{"id":393,"eClass":"EGenericType"},{"id":394,"eClass":"EGenericType"},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":397,"derived":false},{"id":398,"eClass":"EGenericType"},{"id":399,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"circular","changeable":false,"lowerBound":0,"iD":false,"id":400,"derived":false},{"id":401,"eClass":"EGenericType"},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"annotations","changeable":true,"resolveProxies":false,"lowerBound":0,"id":405,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":406,"derived":false},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"annotations","changeable":true,"resolveProxies":false,"lowerBound":0,"id":410,"derived":false},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"document","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":"schemaLocation","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":"targetNamespace","changeable":true,"lowerBound":0,"iD":false,"id":415,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"unqualified","unsettable":true,"transient":false,"unique":true,"name":"attributeFormDefault","changeable":true,"lowerBound":0,"iD":false,"id":416,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"unqualified","unsettable":true,"transient":false,"unique":true,"name":"elementFormDefault","changeable":true,"lowerBound":0,"iD":false,"id":417,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"finalDefault","changeable":true,"lowerBound":0,"iD":false,"id":418,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"blockDefault","changeable":true,"lowerBound":0,"iD":false,"id":419,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"lowerBound":0,"iD":false,"id":420,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":421,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"elementDeclarations","changeable":true,"resolveProxies":false,"lowerBound":0,"id":422,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attributeDeclarations","changeable":true,"resolveProxies":false,"lowerBound":0,"id":423,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attributeGroupDefinitions","changeable":true,"resolveProxies":false,"lowerBound":0,"id":424,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"typeDefinitions","changeable":true,"resolveProxies":false,"lowerBound":0,"id":425,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"modelGroupDefinitions","changeable":true,"resolveProxies":false,"lowerBound":0,"id":426,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"identityConstraintDefinitions","changeable":true,"resolveProxies":false,"lowerBound":0,"id":427,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"notationDeclarations","changeable":true,"resolveProxies":false,"lowerBound":0,"id":428,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"annotations","changeable":true,"resolveProxies":false,"lowerBound":0,"id":429,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"allDiagnostics","changeable":true,"resolveProxies":false,"lowerBound":0,"id":430,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referencingDirectives","changeable":true,"resolveProxies":false,"lowerBound":0,"id":431,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"rootVersion","changeable":false,"resolveProxies":false,"lowerBound":1,"id":432,"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":"originalVersion","changeable":false,"resolveProxies":false,"lowerBound":0,"id":433,"derived":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":"incorporatedVersions","changeable":true,"resolveProxies":false,"lowerBound":0,"id":434,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"schemaForSchema","changeable":false,"resolveProxies":false,"lowerBound":1,"id":435,"derived":false},{"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"},{"id":456,"eClass":"EGenericType"},{"id":457,"eClass":"EGenericType"},{"id":458,"eClass":"EGenericType"},{"id":459,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"incorporatedSchema","changeable":true,"resolveProxies":false,"lowerBound":0,"id":460,"derived":false},{"id":461,"eClass":"EGenericType"},{"id":462,"eClass":"EGenericType"},{"id":463,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"schemaLocation","changeable":true,"lowerBound":0,"iD":false,"id":464,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"resolvedSchema","changeable":true,"resolveProxies":false,"lowerBound":0,"id":465,"derived":false},{"id":466,"eClass":"EGenericType"},{"id":467,"eClass":"EGenericType"},{"id":468,"eClass":"EGenericType"},{"id":469,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"variety","changeable":true,"lowerBound":0,"iD":false,"id":470,"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":"final","changeable":true,"lowerBound":0,"iD":false,"id":471,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"lexicalFinal","changeable":true,"lowerBound":0,"iD":false,"id":472,"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":"validFacets","changeable":true,"lowerBound":0,"iD":false,"id":473,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":474,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"facetContents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":475,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"facets","changeable":true,"resolveProxies":false,"lowerBound":0,"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":"memberTypeDefinitions","changeable":true,"resolveProxies":false,"lowerBound":0,"id":477,"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":true,"unique":true,"name":"fundamentalFacets","changeable":true,"resolveProxies":true,"lowerBound":1,"id":478,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"baseTypeDefinition","changeable":true,"resolveProxies":false,"lowerBound":1,"id":479,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"primitiveTypeDefinition","changeable":true,"resolveProxies":false,"lowerBound":0,"id":480,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"itemTypeDefinition","changeable":true,"resolveProxies":false,"lowerBound":0,"id":481,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"rootTypeDefinition","changeable":false,"resolveProxies":false,"lowerBound":1,"id":482,"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":"minFacet","changeable":false,"resolveProxies":false,"lowerBound":0,"id":483,"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":"maxFacet","changeable":false,"resolveProxies":false,"lowerBound":0,"id":484,"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":"maxInclusiveFacet","changeable":false,"resolveProxies":false,"lowerBound":0,"id":485,"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":"minInclusiveFacet","changeable":false,"resolveProxies":false,"lowerBound":0,"id":486,"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":"minExclusiveFacet","changeable":false,"resolveProxies":false,"lowerBound":0,"id":487,"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":"maxExclusiveFacet","changeable":false,"resolveProxies":false,"lowerBound":0,"id":488,"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":"lengthFacet","changeable":false,"resolveProxies":false,"lowerBound":0,"id":489,"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":"whiteSpaceFacet","changeable":false,"resolveProxies":false,"lowerBound":0,"id":490,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"enumerationFacets","changeable":false,"resolveProxies":false,"lowerBound":0,"id":491,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"patternFacets","changeable":false,"resolveProxies":false,"lowerBound":0,"id":492,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"cardinalityFacet","changeable":false,"resolveProxies":false,"lowerBound":1,"id":493,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"numericFacet","changeable":false,"resolveProxies":false,"lowerBound":1,"id":494,"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":"maxLengthFacet","changeable":false,"resolveProxies":false,"lowerBound":0,"id":495,"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":"minLengthFacet","changeable":false,"resolveProxies":false,"lowerBound":0,"id":496,"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":"totalDigitsFacet","changeable":false,"resolveProxies":false,"lowerBound":0,"id":497,"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":"fractionDigitsFacet","changeable":false,"resolveProxies":false,"lowerBound":0,"id":498,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"orderedFacet","changeable":false,"resolveProxies":false,"lowerBound":1,"id":499,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"boundedFacet","changeable":false,"resolveProxies":false,"lowerBound":1,"id":500,"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":"effectiveMaxFacet","changeable":false,"resolveProxies":false,"lowerBound":0,"id":501,"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":"effectiveWhiteSpaceFacet","changeable":false,"resolveProxies":false,"lowerBound":0,"id":502,"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":"effectiveMaxLengthFacet","changeable":false,"resolveProxies":false,"lowerBound":0,"id":503,"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":"effectiveFractionDigitsFacet","changeable":false,"resolveProxies":false,"lowerBound":0,"id":504,"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":"effectivePatternFacet","changeable":false,"resolveProxies":false,"lowerBound":0,"id":505,"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":"effectiveEnumerationFacet","changeable":false,"resolveProxies":false,"lowerBound":0,"id":506,"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":"effectiveTotalDigitsFacet","changeable":false,"resolveProxies":false,"lowerBound":0,"id":507,"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":"effectiveMinLengthFacet","changeable":false,"resolveProxies":false,"lowerBound":0,"id":508,"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":"effectiveLengthFacet","changeable":false,"resolveProxies":false,"lowerBound":0,"id":509,"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":"effectiveMinFacet","changeable":false,"resolveProxies":false,"lowerBound":0,"id":510,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"syntheticFacets","changeable":true,"resolveProxies":true,"lowerBound":0,"id":511,"derived":false},{"id":512,"eClass":"EGenericType"},{"id":513,"eClass":"EGenericType"},{"id":514,"eClass":"EGenericType"},{"id":515,"eClass":"EGenericType"},{"id":516,"eClass":"EGenericType"},{"id":517,"eClass":"EGenericType"},{"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"},{"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"},{"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"},{"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":558,"derived":false},{"id":559,"eClass":"EGenericType"},{"id":560,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":561,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"derivationAnnotation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":562,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"annotations","changeable":true,"resolveProxies":false,"lowerBound":0,"id":563,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"rootType","changeable":false,"resolveProxies":false,"lowerBound":1,"id":564,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"baseType","changeable":false,"resolveProxies":false,"lowerBound":1,"id":565,"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":"simpleType","changeable":false,"resolveProxies":false,"lowerBound":0,"id":566,"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":"complexType","changeable":false,"resolveProxies":false,"lowerBound":0,"id":567,"derived":false},{"id":568,"eClass":"EGenericType"},{"id":569,"eClass":"EGenericType"},{"id":570,"eClass":"EGenericType"},{"id":571,"eClass":"EGenericType"},{"id":572,"eClass":"EGenericType"},{"id":573,"eClass":"EGenericType"},{"id":574,"eClass":"EGenericType"},{"id":575,"eClass":"EGenericType"},{"id":576,"eClass":"EGenericType"},{"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":577,"derived":false},{"id":578,"eClass":"EGenericType"},{"id":579,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"namespaceConstraintCategory","changeable":true,"lowerBound":0,"iD":false,"id":580,"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":"namespaceConstraint","changeable":true,"lowerBound":0,"iD":false,"id":581,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"processContents","changeable":true,"lowerBound":0,"iD":false,"id":582,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"lexicalNamespaceConstraint","changeable":true,"lowerBound":0,"iD":false,"id":583,"derived":false},{"container":false,"ordered":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":584,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"annotations","changeable":true,"resolveProxies":false,"lowerBound":0,"id":585,"derived":false},{"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"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"variety","changeable":true,"lowerBound":0,"iD":false,"id":593,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":594,"derived":false},{"container":false,"ordered":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":595,"derived":false},{"id":596,"eClass":"EGenericType"},{"id":597,"eClass":"EGenericType"},{"id":598,"eClass":"EGenericType"},{"id":599,"eClass":"EGenericType"},{"name":"optional","id":600,"value":0,"literal":"optional","eClass":"EEnumLiteral"},{"name":"prohibited","id":601,"value":1,"literal":"prohibited","eClass":"EEnumLiteral"},{"name":"required","id":602,"value":2,"literal":"required","eClass":"EEnumLiteral"},{"name":"finite","id":603,"value":0,"literal":"finite","eClass":"EEnumLiteral"},{"name":"countablyInfinite","id":604,"value":1,"literal":"countablyInfinite","eClass":"EEnumLiteral"},{"name":"extension","id":605,"value":0,"literal":"extension","eClass":"EEnumLiteral"},{"name":"restriction","id":606,"value":1,"literal":"restriction","eClass":"EEnumLiteral"},{"name":"all","id":607,"value":2,"literal":"all","eClass":"EEnumLiteral"},{"name":"all","id":608,"value":0,"literal":"all","eClass":"EEnumLiteral"},{"name":"choice","id":609,"value":1,"literal":"choice","eClass":"EEnumLiteral"},{"name":"sequence","id":610,"value":2,"literal":"sequence","eClass":"EEnumLiteral"},{"name":"default","id":611,"value":0,"literal":"default","eClass":"EEnumLiteral"},{"name":"fixed","id":612,"value":1,"literal":"fixed","eClass":"EEnumLiteral"},{"name":"empty","id":613,"value":0,"literal":"empty","eClass":"EEnumLiteral"},{"name":"simple","id":614,"value":1,"literal":"simple","eClass":"EEnumLiteral"},{"name":"mixed","id":615,"value":2,"literal":"mixed","eClass":"EEnumLiteral"},{"name":"elementOnly","id":616,"value":3,"literal":"elementOnly","eClass":"EEnumLiteral"},{"name":"extension","id":617,"value":0,"literal":"extension","eClass":"EEnumLiteral"},{"name":"restriction","id":618,"value":1,"literal":"restriction","eClass":"EEnumLiteral"},{"name":"fatal","id":619,"value":0,"literal":"fatal","eClass":"EEnumLiteral"},{"name":"error","id":620,"value":1,"literal":"error","eClass":"EEnumLiteral"},{"name":"warning","id":621,"value":2,"literal":"warning","eClass":"EEnumLiteral"},{"name":"information","id":622,"value":3,"literal":"information","eClass":"EEnumLiteral"},{"name":"substitution","id":623,"value":0,"literal":"substitution","eClass":"EEnumLiteral"},{"name":"extension","id":624,"value":1,"literal":"extension","eClass":"EEnumLiteral"},{"name":"restriction","id":625,"value":2,"literal":"restriction","eClass":"EEnumLiteral"},{"name":"all","id":626,"value":3,"literal":"all","eClass":"EEnumLiteral"},{"name":"qualified","id":627,"value":0,"literal":"qualified","eClass":"EEnumLiteral"},{"name":"unqualified","id":628,"value":1,"literal":"unqualified","eClass":"EEnumLiteral"},{"name":"key","id":629,"value":0,"literal":"key","eClass":"EEnumLiteral"},{"name":"keyref","id":630,"value":1,"literal":"keyref","eClass":"EEnumLiteral"},{"name":"unique","id":631,"value":2,"literal":"unique","eClass":"EEnumLiteral"},{"name":"any","id":632,"value":0,"literal":"any","eClass":"EEnumLiteral"},{"name":"not","id":633,"value":1,"literal":"not","eClass":"EEnumLiteral"},{"name":"set","id":634,"value":2,"literal":"set","eClass":"EEnumLiteral"},{"name":"false","id":635,"value":0,"literal":"false","eClass":"EEnumLiteral"},{"name":"partial","id":636,"value":1,"literal":"partial","eClass":"EEnumLiteral"},{"name":"total","id":637,"value":2,"literal":"total","eClass":"EEnumLiteral"},{"name":"strict","id":638,"value":0,"literal":"strict","eClass":"EEnumLiteral"},{"name":"lax","id":639,"value":1,"literal":"lax","eClass":"EEnumLiteral"},{"name":"skip","id":640,"value":2,"literal":"skip","eClass":"EEnumLiteral"},{"name":"extension","id":641,"value":0,"literal":"extension","eClass":"EEnumLiteral"},{"name":"restriction","id":642,"value":1,"literal":"restriction","eClass":"EEnumLiteral"},{"name":"all","id":643,"value":2,"literal":"all","eClass":"EEnumLiteral"},{"name":"list","id":644,"value":0,"literal":"list","eClass":"EEnumLiteral"},{"name":"restriction","id":645,"value":1,"literal":"restriction","eClass":"EEnumLiteral"},{"name":"union","id":646,"value":2,"literal":"union","eClass":"EEnumLiteral"},{"name":"all","id":647,"value":3,"literal":"all","eClass":"EEnumLiteral"},{"name":"extension","id":648,"value":0,"literal":"extension","eClass":"EEnumLiteral"},{"name":"restriction","id":649,"value":1,"literal":"restriction","eClass":"EEnumLiteral"},{"name":"atomic","id":650,"value":0,"literal":"atomic","eClass":"EEnumLiteral"},{"name":"list","id":651,"value":1,"literal":"list","eClass":"EEnumLiteral"},{"name":"union","id":652,"value":2,"literal":"union","eClass":"EEnumLiteral"},{"name":"preserve","id":653,"value":0,"literal":"preserve","eClass":"EEnumLiteral"},{"name":"replace","id":654,"value":1,"literal":"replace","eClass":"EEnumLiteral"},{"name":"collapse","id":655,"value":2,"literal":"collapse","eClass":"EEnumLiteral"},{"name":"selector","id":656,"value":0,"literal":"selector","eClass":"EEnumLiteral"},{"name":"field","id":657,"value":1,"literal":"field","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":0,"target":57},{"source":0,"target":58},{"source":0,"target":59},{"source":0,"target":60},{"source":0,"target":61},{"source":0,"target":62},{"source":0,"target":63},{"source":0,"target":64},{"source":0,"target":65},{"source":0,"target":66},{"source":0,"target":67},{"source":0,"target":68},{"source":0,"target":69},{"source":0,"target":70},{"source":0,"target":71},{"source":0,"target":72},{"source":0,"target":73},{"source":0,"target":74},{"source":0,"target":75},{"source":0,"target":76},{"source":0,"target":77},{"source":0,"target":78},{"source":0,"target":79},{"source":0,"target":80},{"source":0,"target":81},{"source":0,"target":82},{"source":1,"target":0},{"source":1,"target":10},{"source":1,"target":43},{"source":1,"target":83},{"source":1,"target":84},{"source":1,"target":85},{"source":1,"target":86},{"source":1,"target":87},{"source":83,"target":60},{"source":83,"target":88},{"source":83,"target":1},{"source":88,"target":60},{"source":84,"target":60},{"source":84,"target":89},{"source":84,"target":1},{"source":89,"target":60},{"source":85,"target":58},{"source":85,"target":90},{"source":85,"target":1},{"source":90,"target":58},{"source":86,"target":10},{"source":87,"target":43},{"source":2,"target":0},{"source":2,"target":17},{"source":2,"target":48},{"source":2,"target":91},{"source":2,"target":92},{"source":2,"target":93},{"source":2,"target":94},{"source":2,"target":95},{"source":2,"target":96},{"source":2,"target":97},{"source":91,"target":98},{"source":91,"target":2},{"source":92,"target":1},{"source":92,"target":99},{"source":92,"target":2},{"source":99,"target":1},{"source":93,"target":51},{"source":93,"target":100},{"source":93,"target":2},{"source":100,"target":51},{"source":94,"target":51},{"source":94,"target":101},{"source":94,"target":2},{"source":101,"target":51},{"source":95,"target":2},{"source":95,"target":102},{"source":95,"target":2},{"source":102,"target":2},{"source":96,"target":17},{"source":97,"target":48},{"source":3,"target":0},{"source":3,"target":11},{"source":3,"target":103},{"source":103,"target":11},{"source":4,"target":0},{"source":4,"target":42},{"source":4,"target":3},{"source":4,"target":43},{"source":4,"target":104},{"source":4,"target":105},{"source":4,"target":106},{"source":4,"target":107},{"source":4,"target":108},{"source":4,"target":109},{"source":4,"target":110},{"source":4,"target":111},{"source":4,"target":112},{"source":4,"target":113},{"source":4,"target":114},{"source":104,"target":115},{"source":104,"target":4},{"source":105,"target":1},{"source":105,"target":116},{"source":105,"target":4},{"source":116,"target":1},{"source":106,"target":3},{"source":106,"target":117},{"source":106,"target":4},{"source":117,"target":3},{"source":107,"target":5},{"source":107,"target":118},{"source":107,"target":4},{"source":118,"target":5},{"source":108,"target":56},{"source":108,"target":119},{"source":108,"target":4},{"source":119,"target":56},{"source":109,"target":56},{"source":109,"target":120},{"source":109,"target":4},{"source":120,"target":56},{"source":110,"target":4},{"source":110,"target":121},{"source":110,"target":4},{"source":121,"target":4},{"source":111,"target":56},{"source":111,"target":122},{"source":111,"target":4},{"source":122,"target":56},{"source":112,"target":42},{"source":113,"target":3},{"source":114,"target":43},{"source":5,"target":0},{"source":5,"target":10},{"source":5,"target":3},{"source":5,"target":123},{"source":5,"target":124},{"source":5,"target":125},{"source":5,"target":126},{"source":5,"target":127},{"source":5,"target":128},{"source":5,"target":129},{"source":5,"target":130},{"source":5,"target":131},{"source":123,"target":132},{"source":123,"target":5},{"source":124,"target":62},{"source":124,"target":133},{"source":124,"target":5},{"source":133,"target":62},{"source":125,"target":67},{"source":125,"target":134},{"source":125,"target":5},{"source":134,"target":67},{"source":126,"target":63},{"source":126,"target":135},{"source":126,"target":5},{"source":135,"target":63},{"source":127,"target":136},{"source":127,"target":5},{"source":128,"target":2},{"source":128,"target":137},{"source":128,"target":5},{"source":137,"target":2},{"source":129,"target":2},{"source":129,"target":138},{"source":129,"target":5},{"source":138,"target":2},{"source":130,"target":10},{"source":131,"target":3},{"source":6,"target":0},{"source":6,"target":20},{"source":6,"target":139},{"source":6,"target":140},{"source":139,"target":141},{"source":139,"target":6},{"source":140,"target":20},{"source":7,"target":0},{"source":7,"target":20},{"source":7,"target":142},{"source":7,"target":143},{"source":142,"target":64},{"source":142,"target":144},{"source":142,"target":7},{"source":144,"target":64},{"source":143,"target":20},{"source":8,"target":0},{"source":8,"target":10},{"source":8,"target":145},{"source":145,"target":10},{"source":9,"target":0},{"source":9,"target":54},{"source":9,"target":50},{"source":9,"target":146},{"source":9,"target":147},{"source":9,"target":148},{"source":9,"target":149},{"source":9,"target":150},{"source":9,"target":151},{"source":9,"target":152},{"source":9,"target":153},{"source":9,"target":154},{"source":9,"target":155},{"source":9,"target":156},{"source":9,"target":157},{"source":9,"target":158},{"source":9,"target":159},{"source":9,"target":160},{"source":9,"target":161},{"source":9,"target":162},{"source":9,"target":163},{"source":9,"target":164},{"source":9,"target":165},{"source":9,"target":166},{"source":146,"target":69},{"source":146,"target":167},{"source":146,"target":9},{"source":167,"target":69},{"source":147,"target":65},{"source":147,"target":168},{"source":147,"target":9},{"source":168,"target":65},{"source":148,"target":169},{"source":148,"target":9},{"source":149,"target":68},{"source":149,"target":170},{"source":149,"target":9},{"source":170,"target":68},{"source":150,"target":77},{"source":150,"target":171},{"source":150,"target":9},{"source":171,"target":77},{"source":151,"target":65},{"source":151,"target":172},{"source":151,"target":9},{"source":172,"target":65},{"source":152,"target":77},{"source":152,"target":173},{"source":152,"target":9},{"source":173,"target":77},{"source":153,"target":174},{"source":153,"target":9},{"source":154,"target":1},{"source":154,"target":175},{"source":154,"target":9},{"source":175,"target":1},{"source":155,"target":54},{"source":155,"target":176},{"source":155,"target":9},{"source":176,"target":54},{"source":156,"target":8},{"source":156,"target":177},{"source":156,"target":9},{"source":177,"target":8},{"source":157,"target":8},{"source":157,"target":178},{"source":157,"target":9},{"source":178,"target":8},{"source":158,"target":5},{"source":158,"target":179},{"source":158,"target":9},{"source":179,"target":5},{"source":159,"target":3},{"source":159,"target":180},{"source":159,"target":9},{"source":180,"target":3},{"source":160,"target":56},{"source":160,"target":181},{"source":160,"target":9},{"source":181,"target":56},{"source":161,"target":56},{"source":161,"target":182},{"source":161,"target":9},{"source":182,"target":56},{"source":162,"target":54},{"source":162,"target":183},{"source":162,"target":9},{"source":183,"target":54},{"source":163,"target":39},{"source":163,"target":184},{"source":163,"target":9},{"source":184,"target":39},{"source":164,"target":56},{"source":164,"target":185},{"source":164,"target":9},{"source":185,"target":56},{"source":165,"target":54},{"source":166,"target":50},{"source":10,"target":0},{"source":10,"target":11},{"source":10,"target":186},{"source":186,"target":11},{"source":11,"target":0},{"source":11,"target":187},{"source":11,"target":188},{"source":11,"target":189},{"source":11,"target":190},{"source":11,"target":191},{"source":187,"target":60},{"source":187,"target":192},{"source":187,"target":11},{"source":192,"target":60},{"source":188,"target":11},{"source":188,"target":193},{"source":188,"target":11},{"source":193,"target":11},{"source":189,"target":11},{"source":189,"target":194},{"source":189,"target":11},{"source":194,"target":11},{"source":190,"target":46},{"source":190,"target":195},{"source":190,"target":11},{"source":195,"target":46},{"source":191,"target":13},{"source":191,"target":196},{"source":191,"target":11},{"source":196,"target":13},{"source":12,"target":0},{"source":12,"target":16},{"source":12,"target":197},{"source":197,"target":16},{"source":13,"target":0},{"source":13,"target":11},{"source":13,"target":198},{"source":13,"target":199},{"source":13,"target":200},{"source":13,"target":201},{"source":13,"target":202},{"source":13,"target":203},{"source":13,"target":204},{"source":13,"target":205},{"source":13,"target":206},{"source":13,"target":207},{"source":13,"target":208},{"source":13,"target":209},{"source":198,"target":70},{"source":198,"target":210},{"source":198,"target":13},{"source":210,"target":70},{"source":199,"target":211},{"source":199,"target":13},{"source":200,"target":212},{"source":200,"target":13},{"source":201,"target":213},{"source":201,"target":13},{"source":202,"target":214},{"source":202,"target":13},{"source":203,"target":61},{"source":203,"target":215},{"source":203,"target":13},{"source":215,"target":61},{"source":204,"target":216},{"source":204,"target":13},{"source":205,"target":217},{"source":205,"target":13},{"source":206,"target":218},{"source":206,"target":13},{"source":207,"target":11},{"source":207,"target":219},{"source":207,"target":13},{"source":219,"target":11},{"source":208,"target":11},{"source":208,"target":220},{"source":208,"target":13},{"source":220,"target":11},{"source":209,"target":11},{"source":14,"target":0},{"source":14,"target":17},{"source":14,"target":48},{"source":14,"target":52},{"source":14,"target":221},{"source":14,"target":222},{"source":14,"target":223},{"source":14,"target":224},{"source":14,"target":225},{"source":14,"target":226},{"source":14,"target":227},{"source":14,"target":228},{"source":14,"target":229},{"source":14,"target":230},{"source":14,"target":231},{"source":14,"target":232},{"source":14,"target":233},{"source":14,"target":234},{"source":14,"target":235},{"source":14,"target":236},{"source":14,"target":237},{"source":14,"target":238},{"source":221,"target":239},{"source":221,"target":14},{"source":222,"target":71},{"source":222,"target":240},{"source":222,"target":14},{"source":240,"target":71},{"source":223,"target":79},{"source":223,"target":241},{"source":223,"target":14},{"source":241,"target":79},{"source":224,"target":242},{"source":224,"target":14},{"source":225,"target":77},{"source":225,"target":243},{"source":225,"target":14},{"source":243,"target":77},{"source":226,"target":71},{"source":226,"target":244},{"source":226,"target":14},{"source":244,"target":71},{"source":227,"target":245},{"source":227,"target":14},{"source":228,"target":246},{"source":228,"target":14},{"source":229,"target":1},{"source":229,"target":247},{"source":229,"target":14},{"source":247,"target":1},{"source":230,"target":54},{"source":230,"target":248},{"source":230,"target":14},{"source":248,"target":54},{"source":231,"target":54},{"source":231,"target":249},{"source":231,"target":14},{"source":249,"target":54},{"source":232,"target":21},{"source":232,"target":250},{"source":232,"target":14},{"source":250,"target":21},{"source":233,"target":14},{"source":233,"target":251},{"source":233,"target":14},{"source":251,"target":14},{"source":234,"target":14},{"source":234,"target":252},{"source":234,"target":14},{"source":252,"target":14},{"source":235,"target":14},{"source":235,"target":253},{"source":235,"target":14},{"source":253,"target":14},{"source":236,"target":17},{"source":237,"target":48},{"source":238,"target":52},{"source":15,"target":0},{"source":15,"target":45},{"source":15,"target":254},{"source":15,"target":255},{"source":254,"target":62},{"source":254,"target":256},{"source":254,"target":15},{"source":256,"target":62},{"source":255,"target":45},{"source":16,"target":0},{"source":16,"target":10},{"source":16,"target":257},{"source":16,"target":258},{"source":16,"target":259},{"source":16,"target":260},{"source":16,"target":261},{"source":16,"target":262},{"source":257,"target":263},{"source":257,"target":16},{"source":258,"target":264},{"source":258,"target":16},{"source":259,"target":62},{"source":259,"target":265},{"source":259,"target":16},{"source":265,"target":62},{"source":260,"target":1},{"source":260,"target":266},{"source":260,"target":16},{"source":266,"target":1},{"source":261,"target":51},{"source":261,"target":267},{"source":261,"target":16},{"source":267,"target":51},{"source":262,"target":10},{"source":17,"target":0},{"source":17,"target":35},{"source":17,"target":268},{"source":17,"target":269},{"source":17,"target":270},{"source":17,"target":271},{"source":17,"target":272},{"source":17,"target":273},{"source":17,"target":274},{"source":17,"target":275},{"source":17,"target":276},{"source":17,"target":277},{"source":268,"target":62},{"source":268,"target":278},{"source":268,"target":17},{"source":278,"target":62},{"source":269,"target":67},{"source":269,"target":279},{"source":269,"target":17},{"source":279,"target":67},{"source":270,"target":72},{"source":270,"target":280},{"source":270,"target":17},{"source":280,"target":72},{"source":271,"target":281},{"source":271,"target":17},{"source":272,"target":282},{"source":272,"target":17},{"source":273,"target":283},{"source":273,"target":17},{"source":274,"target":50},{"source":274,"target":284},{"source":274,"target":17},{"source":284,"target":50},{"source":275,"target":17},{"source":275,"target":285},{"source":275,"target":17},{"source":285,"target":17},{"source":276,"target":54},{"source":276,"target":286},{"source":276,"target":17},{"source":286,"target":54},{"source":277,"target":35},{"source":18,"target":0},{"source":18,"target":12},{"source":18,"target":287},{"source":18,"target":288},{"source":287,"target":289},{"source":287,"target":18},{"source":288,"target":12},{"source":19,"target":0},{"source":19,"target":18},{"source":19,"target":290},{"source":19,"target":291},{"source":290,"target":292},{"source":290,"target":19},{"source":291,"target":18},{"source":20,"target":0},{"source":20,"target":16},{"source":20,"target":293},{"source":293,"target":16},{"source":21,"target":0},{"source":21,"target":35},{"source":21,"target":294},{"source":21,"target":295},{"source":21,"target":296},{"source":21,"target":297},{"source":21,"target":298},{"source":21,"target":299},{"source":294,"target":73},{"source":294,"target":300},{"source":294,"target":21},{"source":300,"target":73},{"source":295,"target":1},{"source":295,"target":301},{"source":295,"target":21},{"source":301,"target":1},{"source":296,"target":21},{"source":296,"target":302},{"source":296,"target":21},{"source":302,"target":21},{"source":297,"target":57},{"source":297,"target":303},{"source":297,"target":21},{"source":303,"target":57},{"source":298,"target":57},{"source":298,"target":304},{"source":298,"target":21},{"source":304,"target":57},{"source":299,"target":35},{"source":22,"target":0},{"source":22,"target":49},{"source":22,"target":305},{"source":22,"target":306},{"source":22,"target":307},{"source":305,"target":308},{"source":305,"target":22},{"source":306,"target":1},{"source":306,"target":309},{"source":306,"target":22},{"source":309,"target":1},{"source":307,"target":49},{"source":23,"target":0},{"source":23,"target":47},{"source":23,"target":310},{"source":23,"target":311},{"source":310,"target":1},{"source":310,"target":312},{"source":310,"target":23},{"source":312,"target":1},{"source":311,"target":47},{"source":24,"target":0},{"source":24,"target":18},{"source":24,"target":313},{"source":24,"target":314},{"source":313,"target":315},{"source":313,"target":24},{"source":314,"target":18},{"source":25,"target":0},{"source":25,"target":26},{"source":25,"target":316},{"source":316,"target":26},{"source":26,"target":0},{"source":26,"target":18},{"source":26,"target":317},{"source":26,"target":318},{"source":26,"target":319},{"source":26,"target":320},{"source":317,"target":62},{"source":317,"target":321},{"source":317,"target":26},{"source":321,"target":62},{"source":318,"target":322},{"source":318,"target":26},{"source":319,"target":323},{"source":319,"target":26},{"source":320,"target":18},{"source":27,"target":0},{"source":27,"target":26},{"source":27,"target":324},{"source":324,"target":26},{"source":28,"target":0},{"source":28,"target":18},{"source":28,"target":325},{"source":28,"target":326},{"source":325,"target":327},{"source":325,"target":28},{"source":326,"target":18},{"source":29,"target":0},{"source":29,"target":30},{"source":29,"target":328},{"source":328,"target":30},{"source":30,"target":0},{"source":30,"target":18},{"source":30,"target":329},{"source":30,"target":330},{"source":30,"target":331},{"source":30,"target":332},{"source":329,"target":62},{"source":329,"target":333},{"source":329,"target":30},{"source":333,"target":62},{"source":330,"target":334},{"source":330,"target":30},{"source":331,"target":335},{"source":331,"target":30},{"source":332,"target":18},{"source":31,"target":0},{"source":31,"target":30},{"source":31,"target":336},{"source":336,"target":30},{"source":32,"target":0},{"source":32,"target":18},{"source":32,"target":337},{"source":32,"target":338},{"source":337,"target":339},{"source":337,"target":32},{"source":338,"target":18},{"source":33,"target":0},{"source":33,"target":52},{"source":33,"target":340},{"source":33,"target":341},{"source":33,"target":342},{"source":33,"target":343},{"source":33,"target":344},{"source":340,"target":66},{"source":340,"target":345},{"source":340,"target":33},{"source":345,"target":66},{"source":341,"target":1},{"source":341,"target":346},{"source":341,"target":33},{"source":346,"target":1},{"source":342,"target":39},{"source":342,"target":347},{"source":342,"target":33},{"source":347,"target":39},{"source":343,"target":39},{"source":343,"target":348},{"source":343,"target":33},{"source":348,"target":39},{"source":344,"target":52},{"source":34,"target":0},{"source":34,"target":42},{"source":34,"target":40},{"source":34,"target":43},{"source":34,"target":349},{"source":34,"target":350},{"source":34,"target":351},{"source":34,"target":352},{"source":34,"target":353},{"source":34,"target":354},{"source":34,"target":355},{"source":349,"target":356},{"source":349,"target":34},{"source":350,"target":1},{"source":350,"target":357},{"source":350,"target":34},{"source":357,"target":1},{"source":351,"target":33},{"source":351,"target":358},{"source":351,"target":34},{"source":358,"target":33},{"source":352,"target":34},{"source":352,"target":359},{"source":352,"target":34},{"source":359,"target":34},{"source":353,"target":42},{"source":354,"target":40},{"source":355,"target":43},{"source":35,"target":0},{"source":35,"target":10},{"source":35,"target":360},{"source":35,"target":361},{"source":35,"target":362},{"source":35,"target":363},{"source":35,"target":364},{"source":35,"target":365},{"source":35,"target":366},{"source":360,"target":367},{"source":360,"target":35},{"source":361,"target":368},{"source":361,"target":35},{"source":362,"target":369},{"source":362,"target":35},{"source":363,"target":370},{"source":363,"target":35},{"source":364,"target":371},{"source":364,"target":35},{"source":365,"target":372},{"source":365,"target":35},{"source":366,"target":10},{"source":36,"target":0},{"source":36,"target":35},{"source":36,"target":48},{"source":36,"target":373},{"source":36,"target":374},{"source":36,"target":375},{"source":36,"target":376},{"source":36,"target":377},{"source":373,"target":378},{"source":373,"target":36},{"source":374,"target":379},{"source":374,"target":36},{"source":375,"target":1},{"source":375,"target":380},{"source":375,"target":36},{"source":380,"target":1},{"source":376,"target":35},{"source":377,"target":48},{"source":37,"target":0},{"source":37,"target":20},{"source":37,"target":381},{"source":37,"target":382},{"source":381,"target":383},{"source":381,"target":37},{"source":382,"target":20},{"source":38,"target":0},{"source":38,"target":20},{"source":38,"target":384},{"source":38,"target":385},{"source":384,"target":75},{"source":384,"target":386},{"source":384,"target":38},{"source":386,"target":75},{"source":385,"target":20},{"source":39,"target":0},{"source":39,"target":8},{"source":39,"target":387},{"source":39,"target":388},{"source":39,"target":389},{"source":39,"target":390},{"source":39,"target":391},{"source":387,"target":392},{"source":387,"target":39},{"source":388,"target":393},{"source":388,"target":39},{"source":389,"target":40},{"source":389,"target":394},{"source":389,"target":39},{"source":394,"target":40},{"source":390,"target":52},{"source":390,"target":395},{"source":390,"target":39},{"source":395,"target":52},{"source":391,"target":8},{"source":40,"target":0},{"source":40,"target":11},{"source":40,"target":396},{"source":396,"target":11},{"source":41,"target":0},{"source":41,"target":45},{"source":41,"target":397},{"source":41,"target":398},{"source":397,"target":399},{"source":397,"target":41},{"source":398,"target":45},{"source":42,"target":0},{"source":42,"target":35},{"source":42,"target":43},{"source":42,"target":400},{"source":42,"target":401},{"source":42,"target":402},{"source":400,"target":403},{"source":400,"target":42},{"source":401,"target":35},{"source":402,"target":43},{"source":43,"target":0},{"source":43,"target":48},{"source":43,"target":404},{"source":404,"target":48},{"source":44,"target":0},{"source":44,"target":47},{"source":44,"target":405},{"source":44,"target":406},{"source":44,"target":407},{"source":405,"target":1},{"source":405,"target":408},{"source":405,"target":44},{"source":408,"target":1},{"source":406,"target":43},{"source":406,"target":409},{"source":406,"target":44},{"source":409,"target":43},{"source":407,"target":47},{"source":45,"target":0},{"source":45,"target":12},{"source":45,"target":410},{"source":45,"target":411},{"source":410,"target":1},{"source":410,"target":412},{"source":410,"target":45},{"source":412,"target":1},{"source":411,"target":12},{"source":46,"target":0},{"source":46,"target":50},{"source":46,"target":413},{"source":46,"target":414},{"source":46,"target":415},{"source":46,"target":416},{"source":46,"target":417},{"source":46,"target":418},{"source":46,"target":419},{"source":46,"target":420},{"source":46,"target":421},{"source":46,"target":422},{"source":46,"target":423},{"source":46,"target":424},{"source":46,"target":425},{"source":46,"target":426},{"source":46,"target":427},{"source":46,"target":428},{"source":46,"target":429},{"source":46,"target":430},{"source":46,"target":431},{"source":46,"target":432},{"source":46,"target":433},{"source":46,"target":434},{"source":46,"target":435},{"source":46,"target":436},{"source":413,"target":59},{"source":413,"target":437},{"source":413,"target":46},{"source":437,"target":59},{"source":414,"target":438},{"source":414,"target":46},{"source":415,"target":439},{"source":415,"target":46},{"source":416,"target":72},{"source":416,"target":440},{"source":416,"target":46},{"source":440,"target":72},{"source":417,"target":72},{"source":417,"target":441},{"source":417,"target":46},{"source":441,"target":72},{"source":418,"target":77},{"source":418,"target":442},{"source":418,"target":46},{"source":442,"target":77},{"source":419,"target":71},{"source":419,"target":443},{"source":419,"target":46},{"source":443,"target":71},{"source":420,"target":444},{"source":420,"target":46},{"source":421,"target":48},{"source":421,"target":445},{"source":421,"target":46},{"source":445,"target":48},{"source":422,"target":14},{"source":422,"target":446},{"source":422,"target":46},{"source":446,"target":14},{"source":423,"target":2},{"source":423,"target":447},{"source":423,"target":46},{"source":447,"target":2},{"source":424,"target":4},{"source":424,"target":448},{"source":424,"target":46},{"source":448,"target":4},{"source":425,"target":54},{"source":425,"target":449},{"source":425,"target":46},{"source":449,"target":54},{"source":426,"target":34},{"source":426,"target":450},{"source":426,"target":46},{"source":450,"target":34},{"source":427,"target":21},{"source":427,"target":451},{"source":427,"target":46},{"source":451,"target":21},{"source":428,"target":36},{"source":428,"target":452},{"source":428,"target":46},{"source":452,"target":36},{"source":429,"target":1},{"source":429,"target":453},{"source":429,"target":46},{"source":453,"target":1},{"source":430,"target":13},{"source":430,"target":454},{"source":430,"target":46},{"source":454,"target":13},{"source":431,"target":49},{"source":431,"target":455},{"source":431,"target":46},{"source":455,"target":49},{"source":432,"target":46},{"source":432,"target":456},{"source":432,"target":46},{"source":456,"target":46},{"source":433,"target":46},{"source":433,"target":457},{"source":433,"target":46},{"source":457,"target":46},{"source":434,"target":46},{"source":434,"target":458},{"source":434,"target":46},{"source":458,"target":46},{"source":435,"target":46},{"source":435,"target":459},{"source":435,"target":46},{"source":459,"target":46},{"source":436,"target":50},{"source":47,"target":0},{"source":47,"target":49},{"source":47,"target":460},{"source":47,"target":461},{"source":460,"target":46},{"source":460,"target":462},{"source":460,"target":47},{"source":462,"target":46},{"source":461,"target":49},{"source":48,"target":0},{"source":48,"target":11},{"source":48,"target":463},{"source":463,"target":11},{"source":49,"target":0},{"source":49,"target":48},{"source":49,"target":464},{"source":49,"target":465},{"source":49,"target":466},{"source":464,"target":467},{"source":464,"target":49},{"source":465,"target":46},{"source":465,"target":468},{"source":465,"target":49},{"source":468,"target":46},{"source":466,"target":48},{"source":50,"target":0},{"source":50,"target":10},{"source":50,"target":469},{"source":469,"target":10},{"source":51,"target":0},{"source":51,"target":54},{"source":51,"target":8},{"source":51,"target":470},{"source":51,"target":471},{"source":51,"target":472},{"source":51,"target":473},{"source":51,"target":474},{"source":51,"target":475},{"source":51,"target":476},{"source":51,"target":477},{"source":51,"target":478},{"source":51,"target":479},{"source":51,"target":480},{"source":51,"target":481},{"source":51,"target":482},{"source":51,"target":483},{"source":51,"target":484},{"source":51,"target":485},{"source":51,"target":486},{"source":51,"target":487},{"source":51,"target":488},{"source":51,"target":489},{"source":51,"target":490},{"source":51,"target":491},{"source":51,"target":492},{"source":51,"target":493},{"source":51,"target":494},{"source":51,"target":495},{"source":51,"target":496},{"source":51,"target":497},{"source":51,"target":498},{"source":51,"target":499},{"source":51,"target":500},{"source":51,"target":501},{"source":51,"target":502},{"source":51,"target":503},{"source":51,"target":504},{"source":51,"target":505},{"source":51,"target":506},{"source":51,"target":507},{"source":51,"target":508},{"source":51,"target":509},{"source":51,"target":510},{"source":51,"target":511},{"source":51,"target":512},{"source":51,"target":513},{"source":470,"target":80},{"source":470,"target":514},{"source":470,"target":51},{"source":514,"target":80},{"source":471,"target":78},{"source":471,"target":515},{"source":471,"target":51},{"source":515,"target":78},{"source":472,"target":78},{"source":472,"target":516},{"source":472,"target":51},{"source":516,"target":78},{"source":473,"target":517},{"source":473,"target":51},{"source":474,"target":51},{"source":474,"target":518},{"source":474,"target":51},{"source":518,"target":51},{"source":475,"target":12},{"source":475,"target":519},{"source":475,"target":51},{"source":519,"target":12},{"source":476,"target":12},{"source":476,"target":520},{"source":476,"target":51},{"source":520,"target":12},{"source":477,"target":51},{"source":477,"target":521},{"source":477,"target":51},{"source":521,"target":51},{"source":478,"target":20},{"source":478,"target":522},{"source":478,"target":51},{"source":522,"target":20},{"source":479,"target":51},{"source":479,"target":523},{"source":479,"target":51},{"source":523,"target":51},{"source":480,"target":51},{"source":480,"target":524},{"source":480,"target":51},{"source":524,"target":51},{"source":481,"target":51},{"source":481,"target":525},{"source":481,"target":51},{"source":525,"target":51},{"source":482,"target":51},{"source":482,"target":526},{"source":482,"target":51},{"source":526,"target":51},{"source":483,"target":30},{"source":483,"target":527},{"source":483,"target":51},{"source":527,"target":30},{"source":484,"target":26},{"source":484,"target":528},{"source":484,"target":51},{"source":528,"target":26},{"source":485,"target":27},{"source":485,"target":529},{"source":485,"target":51},{"source":529,"target":27},{"source":486,"target":31},{"source":486,"target":530},{"source":486,"target":51},{"source":530,"target":31},{"source":487,"target":29},{"source":487,"target":531},{"source":487,"target":51},{"source":531,"target":29},{"source":488,"target":25},{"source":488,"target":532},{"source":488,"target":51},{"source":532,"target":25},{"source":489,"target":24},{"source":489,"target":533},{"source":489,"target":51},{"source":533,"target":24},{"source":490,"target":55},{"source":490,"target":534},{"source":490,"target":51},{"source":534,"target":55},{"source":491,"target":15},{"source":491,"target":535},{"source":491,"target":51},{"source":535,"target":15},{"source":492,"target":41},{"source":492,"target":536},{"source":492,"target":51},{"source":536,"target":41},{"source":493,"target":7},{"source":493,"target":537},{"source":493,"target":51},{"source":537,"target":7},{"source":494,"target":37},{"source":494,"target":538},{"source":494,"target":51},{"source":538,"target":37},{"source":495,"target":28},{"source":495,"target":539},{"source":495,"target":51},{"source":539,"target":28},{"source":496,"target":32},{"source":496,"target":540},{"source":496,"target":51},{"source":540,"target":32},{"source":497,"target":53},{"source":497,"target":541},{"source":497,"target":51},{"source":541,"target":53},{"source":498,"target":19},{"source":498,"target":542},{"source":498,"target":51},{"source":542,"target":19},{"source":499,"target":38},{"source":499,"target":543},{"source":499,"target":51},{"source":543,"target":38},{"source":500,"target":6},{"source":500,"target":544},{"source":500,"target":51},{"source":544,"target":6},{"source":501,"target":26},{"source":501,"target":545},{"source":501,"target":51},{"source":545,"target":26},{"source":502,"target":55},{"source":502,"target":546},{"source":502,"target":51},{"source":546,"target":55},{"source":503,"target":28},{"source":503,"target":547},{"source":503,"target":51},{"source":547,"target":28},{"source":504,"target":19},{"source":504,"target":548},{"source":504,"target":51},{"source":548,"target":19},{"source":505,"target":41},{"source":505,"target":549},{"source":505,"target":51},{"source":549,"target":41},{"source":506,"target":15},{"source":506,"target":550},{"source":506,"target":51},{"source":550,"target":15},{"source":507,"target":53},{"source":507,"target":551},{"source":507,"target":51},{"source":551,"target":53},{"source":508,"target":32},{"source":508,"target":552},{"source":508,"target":51},{"source":552,"target":32},{"source":509,"target":24},{"source":509,"target":553},{"source":509,"target":51},{"source":553,"target":24},{"source":510,"target":30},{"source":510,"target":554},{"source":510,"target":51},{"source":554,"target":30},{"source":511,"target":16},{"source":511,"target":555},{"source":511,"target":51},{"source":555,"target":16},{"source":512,"target":54},{"source":513,"target":8},{"source":52,"target":0},{"source":52,"target":10},{"source":52,"target":40},{"source":52,"target":556},{"source":52,"target":557},{"source":556,"target":10},{"source":557,"target":40},{"source":53,"target":0},{"source":53,"target":18},{"source":53,"target":558},{"source":53,"target":559},{"source":558,"target":560},{"source":558,"target":53},{"source":559,"target":18},{"source":54,"target":0},{"source":54,"target":42},{"source":54,"target":43},{"source":54,"target":561},{"source":54,"target":562},{"source":54,"target":563},{"source":54,"target":564},{"source":54,"target":565},{"source":54,"target":566},{"source":54,"target":567},{"source":54,"target":568},{"source":54,"target":569},{"source":561,"target":1},{"source":561,"target":570},{"source":561,"target":54},{"source":570,"target":1},{"source":562,"target":1},{"source":562,"target":571},{"source":562,"target":54},{"source":571,"target":1},{"source":563,"target":1},{"source":563,"target":572},{"source":563,"target":54},{"source":572,"target":1},{"source":564,"target":54},{"source":564,"target":573},{"source":564,"target":54},{"source":573,"target":54},{"source":565,"target":54},{"source":565,"target":574},{"source":565,"target":54},{"source":574,"target":54},{"source":566,"target":51},{"source":566,"target":575},{"source":566,"target":54},{"source":575,"target":51},{"source":567,"target":39},{"source":567,"target":576},{"source":567,"target":54},{"source":576,"target":39},{"source":568,"target":42},{"source":569,"target":43},{"source":55,"target":0},{"source":55,"target":18},{"source":55,"target":577},{"source":55,"target":578},{"source":577,"target":81},{"source":577,"target":579},{"source":577,"target":55},{"source":579,"target":81},{"source":578,"target":18},{"source":56,"target":0},{"source":56,"target":52},{"source":56,"target":580},{"source":56,"target":581},{"source":56,"target":582},{"source":56,"target":583},{"source":56,"target":584},{"source":56,"target":585},{"source":56,"target":586},{"source":580,"target":74},{"source":580,"target":587},{"source":580,"target":56},{"source":587,"target":74},{"source":581,"target":588},{"source":581,"target":56},{"source":582,"target":76},{"source":582,"target":589},{"source":582,"target":56},{"source":589,"target":76},{"source":583,"target":590},{"source":583,"target":56},{"source":584,"target":1},{"source":584,"target":591},{"source":584,"target":56},{"source":591,"target":1},{"source":585,"target":1},{"source":585,"target":592},{"source":585,"target":56},{"source":592,"target":1},{"source":586,"target":52},{"source":57,"target":0},{"source":57,"target":10},{"source":57,"target":593},{"source":57,"target":594},{"source":57,"target":595},{"source":57,"target":596},{"source":593,"target":82},{"source":593,"target":597},{"source":593,"target":57},{"source":597,"target":82},{"source":594,"target":598},{"source":594,"target":57},{"source":595,"target":1},{"source":595,"target":599},{"source":595,"target":57},{"source":599,"target":1},{"source":596,"target":10},{"source":58,"target":0},{"source":59,"target":0},{"source":60,"target":0},{"source":61,"target":0},{"source":62,"target":0},{"source":63,"target":0},{"source":63,"target":600},{"source":63,"target":601},{"source":63,"target":602},{"source":600,"target":63},{"source":601,"target":63},{"source":602,"target":63},{"source":64,"target":0},{"source":64,"target":603},{"source":64,"target":604},{"source":603,"target":64},{"source":604,"target":64},{"source":65,"target":0},{"source":65,"target":605},{"source":65,"target":606},{"source":65,"target":607},{"source":605,"target":65},{"source":606,"target":65},{"source":607,"target":65},{"source":66,"target":0},{"source":66,"target":608},{"source":66,"target":609},{"source":66,"target":610},{"source":608,"target":66},{"source":609,"target":66},{"source":610,"target":66},{"source":67,"target":0},{"source":67,"target":611},{"source":67,"target":612},{"source":611,"target":67},{"source":612,"target":67},{"source":68,"target":0},{"source":68,"target":613},{"source":68,"target":614},{"source":68,"target":615},{"source":68,"target":616},{"source":613,"target":68},{"source":614,"target":68},{"source":615,"target":68},{"source":616,"target":68},{"source":69,"target":0},{"source":69,"target":617},{"source":69,"target":618},{"source":617,"target":69},{"source":618,"target":69},{"source":70,"target":0},{"source":70,"target":619},{"source":70,"target":620},{"source":70,"target":621},{"source":70,"target":622},{"source":619,"target":70},{"source":620,"target":70},{"source":621,"target":70},{"source":622,"target":70},{"source":71,"target":0},{"source":71,"target":623},{"source":71,"target":624},{"source":71,"target":625},{"source":71,"target":626},{"source":623,"target":71},{"source":624,"target":71},{"source":625,"target":71},{"source":626,"target":71},{"source":72,"target":0},{"source":72,"target":627},{"source":72,"target":628},{"source":627,"target":72},{"source":628,"target":72},{"source":73,"target":0},{"source":73,"target":629},{"source":73,"target":630},{"source":73,"target":631},{"source":629,"target":73},{"source":630,"target":73},{"source":631,"target":73},{"source":74,"target":0},{"source":74,"target":632},{"source":74,"target":633},{"source":74,"target":634},{"source":632,"target":74},{"source":633,"target":74},{"source":634,"target":74},{"source":75,"target":0},{"source":75,"target":635},{"source":75,"target":636},{"source":75,"target":637},{"source":635,"target":75},{"source":636,"target":75},{"source":637,"target":75},{"source":76,"target":0},{"source":76,"target":638},{"source":76,"target":639},{"source":76,"target":640},{"source":638,"target":76},{"source":639,"target":76},{"source":640,"target":76},{"source":77,"target":0},{"source":77,"target":641},{"source":77,"target":642},{"source":77,"target":643},{"source":641,"target":77},{"source":642,"target":77},{"source":643,"target":77},{"source":78,"target":0},{"source":78,"target":644},{"source":78,"target":645},{"source":78,"target":646},{"source":78,"target":647},{"source":644,"target":78},{"source":645,"target":78},{"source":646,"target":78},{"source":647,"target":78},{"source":79,"target":0},{"source":79,"target":648},{"source":79,"target":649},{"source":648,"target":79},{"source":649,"target":79},{"source":80,"target":0},{"source":80,"target":650},{"source":80,"target":651},{"source":80,"target":652},{"source":650,"target":80},{"source":651,"target":80},{"source":652,"target":80},{"source":81,"target":0},{"source":81,"target":653},{"source":81,"target":654},{"source":81,"target":655},{"source":653,"target":81},{"source":654,"target":81},{"source":655,"target":81},{"source":82,"target":0},{"source":82,"target":656},{"source":82,"target":657},{"source":656,"target":82},{"source":657,"target":82}],"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="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/archive/org.eclipse.qvt.declarative.test.emof/src/org/eclipse/qvt/declarative/test/emof/rose/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="depcycle"
nsURI="depcycle" nsPrefix="depcycle">
<eClassifiers xsi:type="ecore:EClass" name="A">
<eStructuralFeatures xsi:type="ecore:EReference" name="b" eType="#//B"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="B">
<eStructuralFeatures xsi:type="ecore:EReference" name="a" eType="#//A"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/cbrun/emf-compare/plugins/org.eclipse.emf.compare.mpatch.test/tests/dep_cycle/changed.ecore | ecore | depcycle
A
b
B
a | null | {"directed":true,"nodes":[{"nsPrefix":"depcycle","nsURI":"depcycle","name":"depcycle","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":false,"unsettable":false,"transient":false,"unique":true,"name":"b","changeable":true,"resolveProxies":true,"lowerBound":0,"id":3,"derived":false},{"id":4,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"a","changeable":true,"resolveProxies":true,"lowerBound":0,"id":5,"derived":false},{"id":6,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":1,"target":0},{"source":1,"target":3},{"source":3,"target":2},{"source":3,"target":4},{"source":3,"target":1},{"source":4,"target":2},{"source":2,"target":0},{"source":2,"target":5},{"source":5,"target":1},{"source":5,"target":6},{"source":5,"target":2},{"source":6,"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="xsd"
nsURI="http://www.eclipse.org/xsd/2002/XSD" nsPrefix="xsd">
<eClassifiers xsi:type="ecore:EClass" name="XSDAnnotation" eSuperTypes="#//XSDComponent #//XSDRedefineContent">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="applicationInformation"
upperBound="-1" eType="#//DOMElement"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="userInformation" upperBound="-1"
eType="#//DOMElement"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="attributes" upperBound="-1"
eType="#//DOMAttr"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDAttributeDeclaration" eSuperTypes="#//XSDFeature #//XSDSchemaContent">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="attributeDeclarationReference"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false"
volatile="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="annotation" eType="#//XSDAnnotation"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="anonymousTypeDefinition"
eType="#//XSDSimpleTypeDefinition" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typeDefinition" lowerBound="1"
eType="#//XSDSimpleTypeDefinition" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="resolvedAttributeDeclaration"
lowerBound="1" eType="#//XSDAttributeDeclaration" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDAttributeGroupContent" abstract="true"
eSuperTypes="#//XSDConcreteComponent"/>
<eClassifiers xsi:type="ecore:EClass" name="XSDAttributeGroupDefinition" eSuperTypes="#//XSDRedefinableComponent #//XSDAttributeGroupContent #//XSDRedefineContent">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="attributeGroupDefinitionReference"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false"
volatile="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="annotation" eType="#//XSDAnnotation"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="contents" upperBound="-1"
eType="#//XSDAttributeGroupContent" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributeUses" upperBound="-1"
eType="#//XSDAttributeUse" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributeWildcardContent"
eType="#//XSDWildcard" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributeWildcard" eType="#//XSDWildcard"
resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="resolvedAttributeGroupDefinition"
lowerBound="1" eType="#//XSDAttributeGroupDefinition" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="syntheticWildcard" eType="#//XSDWildcard"
transient="true" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDAttributeUse" eSuperTypes="#//XSDComponent #//XSDAttributeGroupContent">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="required" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="#//Value"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="constraint" eType="#//XSDConstraint"
unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="use" eType="#//XSDAttributeUseCategory"
unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lexicalValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributeDeclaration" lowerBound="1"
eType="#//XSDAttributeDeclaration" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="content" lowerBound="1"
eType="#//XSDAttributeDeclaration" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDBoundedFacet" eSuperTypes="#//XSDFundamentalFacet">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDCardinalityFacet" eSuperTypes="#//XSDFundamentalFacet">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="#//XSDCardinality"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDComplexTypeContent" abstract="true"
eSuperTypes="#//XSDComponent"/>
<eClassifiers xsi:type="ecore:EClass" name="XSDComplexTypeDefinition" eSuperTypes="#//XSDTypeDefinition #//XSDScope">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="derivationMethod" eType="#//XSDDerivationMethod"
defaultValueLiteral="restriction" unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="final" upperBound="-1"
eType="#//XSDComplexFinal"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="abstract" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="contentTypeCategory" eType="#//XSDContentTypeCategory"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="prohibitedSubstitutions"
upperBound="-1" eType="#//XSDProhibitedSubstitutions"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lexicalFinal" upperBound="-1"
eType="#//XSDComplexFinal" unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="block" upperBound="-1"
eType="#//XSDProhibitedSubstitutions" unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="contentAnnotation" eType="#//XSDAnnotation"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="baseTypeDefinition" lowerBound="1"
eType="#//XSDTypeDefinition" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="content" eType="#//XSDComplexTypeContent"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="contentType" eType="#//XSDComplexTypeContent"
resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributeUses" upperBound="-1"
eType="#//XSDAttributeUse" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributeContents" upperBound="-1"
eType="#//XSDAttributeGroupContent" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributeWildcard" eType="#//XSDWildcard"
resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributeWildcardContent"
eType="#//XSDWildcard" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rootTypeDefinition" lowerBound="1"
eType="#//XSDTypeDefinition" changeable="false" volatile="true" transient="true"
resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="syntheticParticle" eType="#//XSDParticle"
transient="true" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="syntheticWildcard" eType="#//XSDWildcard"
transient="true" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDComponent" abstract="true" eSuperTypes="#//XSDConcreteComponent"/>
<eClassifiers xsi:type="ecore:EClass" name="XSDConcreteComponent" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="element" eType="#//DOMElement"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="container" eType="#//XSDConcreteComponent"
changeable="false" volatile="true" transient="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rootContainer" lowerBound="1"
eType="#//XSDConcreteComponent" changeable="false" volatile="true" transient="true"
resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="schema" eType="#//XSDSchema"
changeable="false" volatile="true" transient="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="diagnostics" upperBound="-1"
eType="#//XSDDiagnostic" transient="true" containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDConstrainingFacet" abstract="true"
eSuperTypes="#//XSDFacet"/>
<eClassifiers xsi:type="ecore:EClass" name="XSDDiagnostic" eSuperTypes="#//XSDConcreteComponent">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="severity" eType="#//XSDDiagnosticSeverity"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="message" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="locationURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="line" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="1"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="column" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="1"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="node" eType="#//DOMNode"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="annotationURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="substitutions" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="components" lowerBound="1"
upperBound="-1" eType="#//XSDConcreteComponent" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="primaryComponent" lowerBound="1"
eType="#//XSDConcreteComponent" volatile="true" transient="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDElementDeclaration" eSuperTypes="#//XSDFeature #//XSDSchemaContent #//XSDTerm">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nillable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="disallowedSubstitutions"
upperBound="-1" eType="#//XSDDisallowedSubstitutions"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="substitutionGroupExclusions"
upperBound="-1" eType="#//XSDSubstitutionGroupExclusions"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="abstract" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lexicalFinal" upperBound="-1"
eType="#//XSDProhibitedSubstitutions" unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="block" upperBound="-1"
eType="#//XSDDisallowedSubstitutions" unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="elementDeclarationReference"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false"
volatile="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="circular" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
changeable="false" volatile="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="annotation" eType="#//XSDAnnotation"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="anonymousTypeDefinition"
eType="#//XSDTypeDefinition" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typeDefinition" lowerBound="1"
eType="#//XSDTypeDefinition" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="identityConstraintDefinitions"
upperBound="-1" eType="#//XSDIdentityConstraintDefinition" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="resolvedElementDeclaration"
lowerBound="1" eType="#//XSDElementDeclaration" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="substitutionGroupAffiliation"
eType="#//XSDElementDeclaration" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="substitutionGroup" upperBound="-1"
eType="#//XSDElementDeclaration" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDEnumerationFacet" eSuperTypes="#//XSDRepeatableFacet">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" upperBound="-1"
eType="#//Value"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDFacet" abstract="true" eSuperTypes="#//XSDComponent">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lexicalValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="facetName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false" volatile="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="effectiveValue" eType="#//Value"
changeable="false" volatile="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="annotation" eType="#//XSDAnnotation"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="simpleTypeDefinition" eType="#//XSDSimpleTypeDefinition"
changeable="false" volatile="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDFeature" abstract="true" eSuperTypes="#//XSDNamedComponent">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="#//Value"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="constraint" eType="#//XSDConstraint"
unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="form" eType="#//XSDForm"
unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lexicalValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="global" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
changeable="false" volatile="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="featureReference" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
changeable="false" volatile="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="scope" eType="#//XSDScope"
changeable="false" volatile="true" transient="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="resolvedFeature" lowerBound="1"
eType="#//XSDFeature" changeable="false" volatile="true" transient="true"
resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//XSDTypeDefinition"
changeable="false" volatile="true" transient="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDFixedFacet" abstract="true" eSuperTypes="#//XSDConstrainingFacet">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fixed" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
unsettable="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDFractionDigitsFacet" eSuperTypes="#//XSDFixedFacet">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDFundamentalFacet" abstract="true"
eSuperTypes="#//XSDFacet"/>
<eClassifiers xsi:type="ecore:EClass" name="XSDIdentityConstraintDefinition" eSuperTypes="#//XSDNamedComponent">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="identityConstraintCategory"
eType="#//XSDIdentityConstraintCategory"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="annotation" eType="#//XSDAnnotation"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="referencedKey" eType="#//XSDIdentityConstraintDefinition"
resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="selector" lowerBound="1"
eType="#//XSDXPathDefinition" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fields" lowerBound="1"
upperBound="-1" eType="#//XSDXPathDefinition" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDImport" eSuperTypes="#//XSDSchemaDirective">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="namespace" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="annotation" eType="#//XSDAnnotation"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDInclude" eSuperTypes="#//XSDSchemaCompositor">
<eStructuralFeatures xsi:type="ecore:EReference" name="annotation" eType="#//XSDAnnotation"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDLengthFacet" eSuperTypes="#//XSDFixedFacet">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDMaxExclusiveFacet" eSuperTypes="#//XSDMaxFacet"/>
<eClassifiers xsi:type="ecore:EClass" name="XSDMaxFacet" abstract="true" eSuperTypes="#//XSDFixedFacet">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="#//Value"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="inclusive" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
changeable="false" volatile="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="exclusive" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
changeable="false" volatile="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDMaxInclusiveFacet" eSuperTypes="#//XSDMaxFacet"/>
<eClassifiers xsi:type="ecore:EClass" name="XSDMaxLengthFacet" eSuperTypes="#//XSDFixedFacet">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDMinExclusiveFacet" eSuperTypes="#//XSDMinFacet"/>
<eClassifiers xsi:type="ecore:EClass" name="XSDMinFacet" abstract="true" eSuperTypes="#//XSDFixedFacet">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="#//Value"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="inclusive" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
changeable="false" volatile="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="exclusive" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
changeable="false" volatile="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDMinInclusiveFacet" eSuperTypes="#//XSDMinFacet"/>
<eClassifiers xsi:type="ecore:EClass" name="XSDMinLengthFacet" eSuperTypes="#//XSDFixedFacet">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDModelGroup" eSuperTypes="#//XSDTerm">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="compositor" eType="#//XSDCompositor"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="annotation" eType="#//XSDAnnotation"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="contents" upperBound="-1"
eType="#//XSDParticle" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="particles" lowerBound="1"
upperBound="-1" eType="#//XSDParticle" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDModelGroupDefinition" eSuperTypes="#//XSDRedefinableComponent #//XSDParticleContent #//XSDRedefineContent">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="modelGroupDefinitionReference"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false"
volatile="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="annotation" eType="#//XSDAnnotation"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="modelGroup" lowerBound="1"
eType="#//XSDModelGroup" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="resolvedModelGroupDefinition"
lowerBound="1" eType="#//XSDModelGroupDefinition" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDNamedComponent" abstract="true" eSuperTypes="#//XSDComponent">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="targetNamespace" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="aliasName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false" volatile="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="uRI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false" volatile="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="aliasURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false" volatile="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="qName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false" volatile="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDNotationDeclaration" eSuperTypes="#//XSDNamedComponent #//XSDSchemaContent">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="systemIdentifier" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="publicIdentifier" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="annotation" eType="#//XSDAnnotation"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDNumericFacet" eSuperTypes="#//XSDFundamentalFacet">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDOrderedFacet" eSuperTypes="#//XSDFundamentalFacet">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="#//XSDOrdered"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDParticle" eSuperTypes="#//XSDComplexTypeContent">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="minOccurs" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="1" unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="maxOccurs" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="1" unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="content" lowerBound="1"
eType="#//XSDParticleContent" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="term" lowerBound="1" eType="#//XSDTerm"
resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDParticleContent" abstract="true"
eSuperTypes="#//XSDConcreteComponent"/>
<eClassifiers xsi:type="ecore:EClass" name="XSDPatternFacet" eSuperTypes="#//XSDRepeatableFacet">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDRedefinableComponent" abstract="true"
eSuperTypes="#//XSDNamedComponent #//XSDRedefineContent">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="circular" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
changeable="false" volatile="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDRedefineContent" abstract="true"
eSuperTypes="#//XSDSchemaContent"/>
<eClassifiers xsi:type="ecore:EClass" name="XSDRedefine" eSuperTypes="#//XSDSchemaCompositor">
<eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1"
eType="#//XSDAnnotation" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="contents" upperBound="-1"
eType="#//XSDRedefineContent" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDRepeatableFacet" abstract="true"
eSuperTypes="#//XSDConstrainingFacet">
<eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1"
eType="#//XSDAnnotation" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDSchema" eSuperTypes="#//XSDScope">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="document" eType="#//DOMDocument"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="schemaLocation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="targetNamespace" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="attributeFormDefault" eType="#//XSDForm"
defaultValueLiteral="unqualified" unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="elementFormDefault" eType="#//XSDForm"
defaultValueLiteral="unqualified" unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="finalDefault" upperBound="-1"
eType="#//XSDProhibitedSubstitutions" unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="blockDefault" upperBound="-1"
eType="#//XSDDisallowedSubstitutions" unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="contents" upperBound="-1"
eType="#//XSDSchemaContent" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elementDeclarations" upperBound="-1"
eType="#//XSDElementDeclaration" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributeDeclarations"
upperBound="-1" eType="#//XSDAttributeDeclaration" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributeGroupDefinitions"
upperBound="-1" eType="#//XSDAttributeGroupDefinition" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typeDefinitions" upperBound="-1"
eType="#//XSDTypeDefinition" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="modelGroupDefinitions"
upperBound="-1" eType="#//XSDModelGroupDefinition" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="identityConstraintDefinitions"
upperBound="-1" eType="#//XSDIdentityConstraintDefinition" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="notationDeclarations" upperBound="-1"
eType="#//XSDNotationDeclaration" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1"
eType="#//XSDAnnotation" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="allDiagnostics" upperBound="-1"
eType="#//XSDDiagnostic" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="referencingDirectives"
upperBound="-1" eType="#//XSDSchemaDirective" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rootVersion" lowerBound="1"
eType="#//XSDSchema" changeable="false" volatile="true" transient="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="originalVersion" eType="#//XSDSchema"
changeable="false" volatile="true" transient="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="incorporatedVersions" upperBound="-1"
eType="#//XSDSchema" transient="true" containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="schemaForSchema" lowerBound="1"
eType="#//XSDSchema" changeable="false" volatile="true" transient="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDSchemaCompositor" abstract="true"
eSuperTypes="#//XSDSchemaDirective">
<eStructuralFeatures xsi:type="ecore:EReference" name="incorporatedSchema" eType="#//XSDSchema"
resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDSchemaContent" abstract="true" eSuperTypes="#//XSDConcreteComponent"/>
<eClassifiers xsi:type="ecore:EClass" name="XSDSchemaDirective" abstract="true"
eSuperTypes="#//XSDSchemaContent">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="schemaLocation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="resolvedSchema" eType="#//XSDSchema"
resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDScope" abstract="true" eSuperTypes="#//XSDComponent"/>
<eClassifiers xsi:type="ecore:EClass" name="XSDSimpleTypeDefinition" eSuperTypes="#//XSDTypeDefinition #//XSDComplexTypeContent">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="variety" eType="#//XSDVariety"
unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="final" upperBound="-1"
eType="#//XSDSimpleFinal"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lexicalFinal" upperBound="-1"
eType="#//XSDSimpleFinal" unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="validFacets" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="contents" upperBound="-1"
eType="#//XSDSimpleTypeDefinition" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="facetContents" upperBound="-1"
eType="#//XSDConstrainingFacet" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="facets" upperBound="-1"
eType="#//XSDConstrainingFacet" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="memberTypeDefinitions"
upperBound="-1" eType="#//XSDSimpleTypeDefinition" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fundamentalFacets" lowerBound="1"
upperBound="-1" eType="#//XSDFundamentalFacet" transient="true" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="baseTypeDefinition" lowerBound="1"
eType="#//XSDSimpleTypeDefinition" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="primitiveTypeDefinition"
eType="#//XSDSimpleTypeDefinition" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="itemTypeDefinition" eType="#//XSDSimpleTypeDefinition"
resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rootTypeDefinition" lowerBound="1"
eType="#//XSDSimpleTypeDefinition" changeable="false" volatile="true" transient="true"
resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="minFacet" eType="#//XSDMinFacet"
changeable="false" volatile="true" transient="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="maxFacet" eType="#//XSDMaxFacet"
changeable="false" volatile="true" transient="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="maxInclusiveFacet" eType="#//XSDMaxInclusiveFacet"
changeable="false" volatile="true" transient="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="minInclusiveFacet" eType="#//XSDMinInclusiveFacet"
changeable="false" volatile="true" transient="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="minExclusiveFacet" eType="#//XSDMinExclusiveFacet"
changeable="false" volatile="true" transient="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="maxExclusiveFacet" eType="#//XSDMaxExclusiveFacet"
changeable="false" volatile="true" transient="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="lengthFacet" eType="#//XSDLengthFacet"
changeable="false" volatile="true" transient="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="whiteSpaceFacet" eType="#//XSDWhiteSpaceFacet"
changeable="false" volatile="true" transient="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="enumerationFacets" upperBound="-1"
eType="#//XSDEnumerationFacet" changeable="false" volatile="true" transient="true"
resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="patternFacets" upperBound="-1"
eType="#//XSDPatternFacet" changeable="false" volatile="true" transient="true"
resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="cardinalityFacet" lowerBound="1"
eType="#//XSDCardinalityFacet" changeable="false" volatile="true" transient="true"
resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="numericFacet" lowerBound="1"
eType="#//XSDNumericFacet" changeable="false" volatile="true" transient="true"
resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="maxLengthFacet" eType="#//XSDMaxLengthFacet"
changeable="false" volatile="true" transient="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="minLengthFacet" eType="#//XSDMinLengthFacet"
changeable="false" volatile="true" transient="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="totalDigitsFacet" eType="#//XSDTotalDigitsFacet"
changeable="false" volatile="true" transient="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fractionDigitsFacet" eType="#//XSDFractionDigitsFacet"
changeable="false" volatile="true" transient="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="orderedFacet" lowerBound="1"
eType="#//XSDOrderedFacet" changeable="false" volatile="true" transient="true"
resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="boundedFacet" lowerBound="1"
eType="#//XSDBoundedFacet" changeable="false" volatile="true" transient="true"
resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="effectiveMaxFacet" eType="#//XSDMaxFacet"
changeable="false" volatile="true" transient="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="effectiveWhiteSpaceFacet"
eType="#//XSDWhiteSpaceFacet" changeable="false" volatile="true" transient="true"
resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="effectiveMaxLengthFacet"
eType="#//XSDMaxLengthFacet" changeable="false" volatile="true" transient="true"
resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="effectiveFractionDigitsFacet"
eType="#//XSDFractionDigitsFacet" changeable="false" volatile="true" transient="true"
resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="effectivePatternFacet"
eType="#//XSDPatternFacet" changeable="false" volatile="true" transient="true"
resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="effectiveEnumerationFacet"
eType="#//XSDEnumerationFacet" changeable="false" volatile="true" transient="true"
resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="effectiveTotalDigitsFacet"
eType="#//XSDTotalDigitsFacet" changeable="false" volatile="true" transient="true"
resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="effectiveMinLengthFacet"
eType="#//XSDMinLengthFacet" changeable="false" volatile="true" transient="true"
resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="effectiveLengthFacet" eType="#//XSDLengthFacet"
changeable="false" volatile="true" transient="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="effectiveMinFacet" eType="#//XSDMinFacet"
changeable="false" volatile="true" transient="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="syntheticFacets" upperBound="-1"
eType="#//XSDFacet" transient="true" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDTerm" abstract="true" eSuperTypes="#//XSDComponent #//XSDParticleContent"/>
<eClassifiers xsi:type="ecore:EClass" name="XSDTotalDigitsFacet" eSuperTypes="#//XSDFixedFacet">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDTypeDefinition" abstract="true" eSuperTypes="#//XSDRedefinableComponent #//XSDRedefineContent">
<eStructuralFeatures xsi:type="ecore:EReference" name="annotation" eType="#//XSDAnnotation"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="derivationAnnotation" eType="#//XSDAnnotation"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1"
eType="#//XSDAnnotation" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rootType" lowerBound="1"
eType="#//XSDTypeDefinition" changeable="false" volatile="true" transient="true"
resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="baseType" lowerBound="1"
eType="#//XSDTypeDefinition" changeable="false" volatile="true" transient="true"
resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="simpleType" eType="#//XSDSimpleTypeDefinition"
changeable="false" volatile="true" transient="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="complexType" eType="#//XSDParticle"
changeable="false" volatile="true" transient="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDWhiteSpaceFacet" eSuperTypes="#//XSDFixedFacet">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="#//XSDWhiteSpace"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDWildcard" eSuperTypes="#//XSDTerm">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="namespaceConstraintCategory"
eType="#//XSDNamespaceConstraintCategory"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="namespaceConstraint" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="processContents" eType="#//XSDProcessContents"
unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lexicalNamespaceConstraint"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="annotation" eType="#//XSDAnnotation"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1"
eType="#//XSDAnnotation" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XSDXPathDefinition" eSuperTypes="#//XSDComponent">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="variety" eType="#//XSDXPathVariety"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="annotation" eType="#//XSDAnnotation"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="DOMAttr" instanceClassName="org.w3c.dom.Attr"/>
<eClassifiers xsi:type="ecore:EDataType" name="DOMDocument" instanceClassName="org.w3c.dom.Document"/>
<eClassifiers xsi:type="ecore:EDataType" name="DOMElement" instanceClassName="org.w3c.dom.Element"/>
<eClassifiers xsi:type="ecore:EDataType" name="DOMNode" instanceClassName="org.w3c.dom.Node"/>
<eClassifiers xsi:type="ecore:EDataType" name="Value" instanceClassName="java.lang.Object"/>
<eClassifiers xsi:type="ecore:EEnum" name="XSDAttributeUseCategory">
<eLiterals name="optional"/>
<eLiterals name="prohibited" value="1"/>
<eLiterals name="required" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="XSDCardinality">
<eLiterals name="finite"/>
<eLiterals name="countablyInfinite" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="XSDComplexFinal">
<eLiterals name="extension"/>
<eLiterals name="restriction" value="1"/>
<eLiterals name="all" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="XSDCompositor">
<eLiterals name="all"/>
<eLiterals name="choice" value="1"/>
<eLiterals name="sequence" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="XSDConstraint">
<eLiterals name="default"/>
<eLiterals name="fixed" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="XSDContentTypeCategory">
<eLiterals name="empty"/>
<eLiterals name="simple" value="1"/>
<eLiterals name="mixed" value="2"/>
<eLiterals name="elementOnly" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="XSDDerivationMethod">
<eLiterals name="extension"/>
<eLiterals name="restriction" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="XSDDiagnosticSeverity">
<eLiterals name="fatal"/>
<eLiterals name="error" value="1"/>
<eLiterals name="warning" value="2"/>
<eLiterals name="information" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="XSDDisallowedSubstitutions">
<eLiterals name="substitution"/>
<eLiterals name="extension" value="1"/>
<eLiterals name="restriction" value="2"/>
<eLiterals name="all" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="XSDForm">
<eLiterals name="qualified"/>
<eLiterals name="unqualified" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="XSDIdentityConstraintCategory">
<eLiterals name="key"/>
<eLiterals name="keyref" value="1"/>
<eLiterals name="unique" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="XSDNamespaceConstraintCategory">
<eLiterals name="any"/>
<eLiterals name="not" value="1"/>
<eLiterals name="set" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="XSDOrdered">
<eLiterals name="false"/>
<eLiterals name="partial" value="1"/>
<eLiterals name="total" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="XSDProcessContents">
<eLiterals name="strict"/>
<eLiterals name="lax" value="1"/>
<eLiterals name="skip" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="XSDProhibitedSubstitutions">
<eLiterals name="extension"/>
<eLiterals name="restriction" value="1"/>
<eLiterals name="all" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="XSDSimpleFinal">
<eLiterals name="list"/>
<eLiterals name="restriction" value="1"/>
<eLiterals name="union" value="2"/>
<eLiterals name="all" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="XSDSubstitutionGroupExclusions">
<eLiterals name="extension"/>
<eLiterals name="restriction" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="XSDVariety">
<eLiterals name="atomic"/>
<eLiterals name="list" value="1"/>
<eLiterals name="union" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="XSDWhiteSpace">
<eLiterals name="preserve"/>
<eLiterals name="replace" value="1"/>
<eLiterals name="collapse" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="XSDXPathVariety">
<eLiterals name="selector"/>
<eLiterals name="field" value="1"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/datavirtualization/jbdv/modeshape/sequencers/modeshape-sequencer-teiid/src/test/resources/ecore/XSD.ecore | ecore | xsd
XSDAnnotation
applicationInformation
userInformation
attributes
XSDAttributeDeclaration
attributeDeclarationReference
annotation
anonymousTypeDefinition
typeDefinition
resolvedAttributeDeclaration
XSDAttributeGroupContent
XSDAttributeGroupDefinition
attributeGroupDefinitionReference
annotation
contents
attributeUses
attributeWildcardContent
attributeWildcard
resolvedAttributeGroupDefinition
syntheticWildcard
XSDAttributeUse
required
value
constraint
use
lexicalValue
attributeDeclaration
content
XSDBoundedFacet
value
XSDCardinalityFacet
value
XSDComplexTypeContent
XSDComplexTypeDefinition
derivationMethod
restriction
final
abstract
contentTypeCategory
prohibitedSubstitutions
lexicalFinal
block
mixed
contentAnnotation
baseTypeDefinition
content
contentType
attributeUses
attributeContents
attributeWildcard
attributeWildcardContent
rootTypeDefinition
syntheticParticle
syntheticWildcard
XSDComponent
XSDConcreteComponent
element
container
rootContainer
schema
diagnostics
XSDConstrainingFacet
XSDDiagnostic
severity
message
locationURI
line
1
column
1
node
annotationURI
key
substitutions
components
primaryComponent
XSDElementDeclaration
nillable
disallowedSubstitutions
substitutionGroupExclusions
abstract
lexicalFinal
block
elementDeclarationReference
circular
annotation
anonymousTypeDefinition
typeDefinition
identityConstraintDefinitions
resolvedElementDeclaration
substitutionGroupAffiliation
substitutionGroup
XSDEnumerationFacet
value
XSDFacet
lexicalValue
facetName
effectiveValue
annotation
simpleTypeDefinition
XSDFeature
value
constraint
form
lexicalValue
global
featureReference
scope
resolvedFeature
type
XSDFixedFacet
fixed
XSDFractionDigitsFacet
value
XSDFundamentalFacet
XSDIdentityConstraintDefinition
identityConstraintCategory
annotation
referencedKey
selector
fields
XSDImport
namespace
annotation
XSDInclude
annotation
XSDLengthFacet
value
XSDMaxExclusiveFacet
XSDMaxFacet
value
inclusive
exclusive
XSDMaxInclusiveFacet
XSDMaxLengthFacet
value
XSDMinExclusiveFacet
XSDMinFacet
value
inclusive
exclusive
XSDMinInclusiveFacet
XSDMinLengthFacet
value
XSDModelGroup
compositor
annotation
contents
particles
XSDModelGroupDefinition
modelGroupDefinitionReference
annotation
modelGroup
resolvedModelGroupDefinition
XSDNamedComponent
name
targetNamespace
aliasName
uRI
aliasURI
qName
XSDNotationDeclaration
systemIdentifier
publicIdentifier
annotation
XSDNumericFacet
value
XSDOrderedFacet
value
XSDParticle
minOccurs
1
maxOccurs
1
content
term
XSDParticleContent
XSDPatternFacet
value
XSDRedefinableComponent
circular
XSDRedefineContent
XSDRedefine
annotations
contents
XSDRepeatableFacet
annotations
XSDSchema
document
schemaLocation
targetNamespace
attributeFormDefault
unqualified
elementFormDefault
unqualified
finalDefault
blockDefault
version
contents
elementDeclarations
attributeDeclarations
attributeGroupDefinitions
typeDefinitions
modelGroupDefinitions
identityConstraintDefinitions
notationDeclarations
annotations
allDiagnostics
referencingDirectives
rootVersion
originalVersion
incorporatedVersions
schemaForSchema
XSDSchemaCompositor
incorporatedSchema
XSDSchemaContent
XSDSchemaDirective
schemaLocation
resolvedSchema
XSDScope
XSDSimpleTypeDefinition
variety
final
lexicalFinal
validFacets
contents
facetContents
facets
memberTypeDefinitions
fundamentalFacets
baseTypeDefinition
primitiveTypeDefinition
itemTypeDefinition
rootTypeDefinition
minFacet
maxFacet
maxInclusiveFacet
minInclusiveFacet
minExclusiveFacet
maxExclusiveFacet
lengthFacet
whiteSpaceFacet
enumerationFacets
patternFacets
cardinalityFacet
numericFacet
maxLengthFacet
minLengthFacet
totalDigitsFacet
fractionDigitsFacet
orderedFacet
boundedFacet
effectiveMaxFacet
effectiveWhiteSpaceFacet
effectiveMaxLengthFacet
effectiveFractionDigitsFacet
effectivePatternFacet
effectiveEnumerationFacet
effectiveTotalDigitsFacet
effectiveMinLengthFacet
effectiveLengthFacet
effectiveMinFacet
syntheticFacets
XSDTerm
XSDTotalDigitsFacet
value
XSDTypeDefinition
annotation
derivationAnnotation
annotations
rootType
baseType
simpleType
complexType
XSDWhiteSpaceFacet
value
XSDWildcard
namespaceConstraintCategory
namespaceConstraint
processContents
lexicalNamespaceConstraint
annotation
annotations
XSDXPathDefinition
variety
value
annotation
DOMAttr
org.w3c.dom.Attr
org.w3c.dom.Attr
DOMDocument
org.w3c.dom.Document
org.w3c.dom.Document
DOMElement
org.w3c.dom.Element
org.w3c.dom.Element
DOMNode
org.w3c.dom.Node
org.w3c.dom.Node
Value
java.lang.Object
java.lang.Object
XSDAttributeUseCategory
optional
optional
prohibited
prohibited
required
required
XSDCardinality
finite
finite
countablyInfinite
countablyInfinite
XSDComplexFinal
extension
extension
restriction
restriction
all
all
XSDCompositor
all
all
choice
choice
sequence
sequence
XSDConstraint
default
default
fixed
fixed
XSDContentTypeCategory
empty
empty
simple
simple
mixed
mixed
elementOnly
elementOnly
XSDDerivationMethod
extension
extension
restriction
restriction
XSDDiagnosticSeverity
fatal
fatal
error
error
warning
warning
information
information
XSDDisallowedSubstitutions
substitution
substitution
extension
extension
restriction
restriction
all
all
XSDForm
qualified
qualified
unqualified
unqualified
XSDIdentityConstraintCategory
key
key
keyref
keyref
unique
unique
XSDNamespaceConstraintCategory
any
any
not
not
set
set
XSDOrdered
false
false
partial
partial
total
total
XSDProcessContents
strict
strict
lax
lax
skip
skip
XSDProhibitedSubstitutions
extension
extension
restriction
restriction
all
all
XSDSimpleFinal
list
list
restriction
restriction
union
union
all
all
XSDSubstitutionGroupExclusions
extension
extension
restriction
restriction
XSDVariety
atomic
atomic
list
list
union
union
XSDWhiteSpace
preserve
preserve
replace
replace
collapse
collapse
XSDXPathVariety
selector
selector
field
field | null | {"directed":true,"nodes":[{"nsPrefix":"xsd","nsURI":"http://www.eclipse.org/xsd/2002/XSD","name":"xsd","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDAnnotation","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDAttributeDeclaration","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDAttributeGroupContent","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDAttributeGroupDefinition","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDAttributeUse","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDBoundedFacet","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDCardinalityFacet","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDComplexTypeContent","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDComplexTypeDefinition","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDComponent","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDConcreteComponent","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDConstrainingFacet","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDDiagnostic","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDElementDeclaration","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDEnumerationFacet","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDFacet","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDFeature","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDFixedFacet","instanceClass":null,"abstract":true,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDFractionDigitsFacet","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDFundamentalFacet","instanceClass":null,"abstract":true,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDIdentityConstraintDefinition","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDImport","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDInclude","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDLengthFacet","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDMaxExclusiveFacet","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDMaxFacet","instanceClass":null,"abstract":true,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDMaxInclusiveFacet","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDMaxLengthFacet","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDMinExclusiveFacet","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDMinFacet","instanceClass":null,"abstract":true,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDMinInclusiveFacet","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDMinLengthFacet","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDModelGroup","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDModelGroupDefinition","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDNamedComponent","instanceClass":null,"abstract":true,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDNotationDeclaration","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDNumericFacet","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDOrderedFacet","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDParticle","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDParticleContent","instanceClass":null,"abstract":true,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDPatternFacet","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDRedefinableComponent","instanceClass":null,"abstract":true,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDRedefineContent","instanceClass":null,"abstract":true,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDRedefine","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDRepeatableFacet","instanceClass":null,"abstract":true,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDSchema","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDSchemaCompositor","instanceClass":null,"abstract":true,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDSchemaContent","instanceClass":null,"abstract":true,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDSchemaDirective","instanceClass":null,"abstract":true,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDScope","instanceClass":null,"abstract":true,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDSimpleTypeDefinition","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDTerm","instanceClass":null,"abstract":true,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDTotalDigitsFacet","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDTypeDefinition","instanceClass":null,"abstract":true,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDWhiteSpaceFacet","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDWildcard","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDXPathDefinition","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.w3c.dom.Attr","defaultValue":null,"instanceClassName":"org.w3c.dom.Attr","name":"DOMAttr","instanceClass":"org.w3c.dom.Attr","id":58,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.w3c.dom.Document","defaultValue":null,"instanceClassName":"org.w3c.dom.Document","name":"DOMDocument","instanceClass":"org.w3c.dom.Document","id":59,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.w3c.dom.Element","defaultValue":null,"instanceClassName":"org.w3c.dom.Element","name":"DOMElement","instanceClass":"org.w3c.dom.Element","id":60,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.w3c.dom.Node","defaultValue":null,"instanceClassName":"org.w3c.dom.Node","name":"DOMNode","instanceClass":"org.w3c.dom.Node","id":61,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Object","defaultValue":null,"instanceClassName":"java.lang.Object","name":"Value","instanceClass":"java.lang.Object","id":62,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"instanceClassName":null,"name":"XSDAttributeUseCategory","instanceClass":null,"id":63,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"XSDCardinality","instanceClass":null,"id":64,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"XSDComplexFinal","instanceClass":null,"id":65,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"XSDCompositor","instanceClass":null,"id":66,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"XSDConstraint","instanceClass":null,"id":67,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"XSDContentTypeCategory","instanceClass":null,"id":68,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"XSDDerivationMethod","instanceClass":null,"id":69,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"XSDDiagnosticSeverity","instanceClass":null,"id":70,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"XSDDisallowedSubstitutions","instanceClass":null,"id":71,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"XSDForm","instanceClass":null,"id":72,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"XSDIdentityConstraintCategory","instanceClass":null,"id":73,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"XSDNamespaceConstraintCategory","instanceClass":null,"id":74,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"XSDOrdered","instanceClass":null,"id":75,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"XSDProcessContents","instanceClass":null,"id":76,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"XSDProhibitedSubstitutions","instanceClass":null,"id":77,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"XSDSimpleFinal","instanceClass":null,"id":78,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"XSDSubstitutionGroupExclusions","instanceClass":null,"id":79,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"XSDVariety","instanceClass":null,"id":80,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"XSDWhiteSpace","instanceClass":null,"id":81,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"XSDXPathVariety","instanceClass":null,"id":82,"serializable":true,"eClass":"EEnum"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"applicationInformation","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":true,"name":"userInformation","changeable":true,"lowerBound":0,"iD":false,"id":84,"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":"attributes","changeable":true,"lowerBound":0,"iD":false,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"attributeDeclarationReference","changeable":false,"lowerBound":0,"iD":false,"id":91,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":92,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"anonymousTypeDefinition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":93,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"typeDefinition","changeable":true,"resolveProxies":false,"lowerBound":1,"id":94,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"resolvedAttributeDeclaration","changeable":true,"resolveProxies":false,"lowerBound":1,"id":95,"derived":false},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"attributeGroupDefinitionReference","changeable":false,"lowerBound":0,"iD":false,"id":104,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":105,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":106,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attributeUses","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":"attributeWildcardContent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":108,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attributeWildcard","changeable":true,"resolveProxies":false,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"resolvedAttributeGroupDefinition","changeable":true,"resolveProxies":false,"lowerBound":1,"id":110,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"syntheticWildcard","changeable":true,"resolveProxies":true,"lowerBound":0,"id":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"required","changeable":true,"lowerBound":0,"iD":false,"id":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":"value","changeable":true,"lowerBound":0,"iD":false,"id":124,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"constraint","changeable":true,"lowerBound":0,"iD":false,"id":125,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"use","changeable":true,"lowerBound":0,"iD":false,"id":126,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lexicalValue","changeable":true,"lowerBound":0,"iD":false,"id":127,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attributeDeclaration","changeable":true,"resolveProxies":false,"lowerBound":1,"id":128,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"resolveProxies":true,"lowerBound":1,"id":129,"derived":false},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"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":139,"derived":false},{"id":140,"eClass":"EGenericType"},{"id":141,"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":142,"derived":false},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"restriction","unsettable":true,"transient":false,"unique":true,"name":"derivationMethod","changeable":true,"lowerBound":0,"iD":false,"id":146,"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":"final","changeable":true,"lowerBound":0,"iD":false,"id":147,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"abstract","changeable":true,"lowerBound":0,"iD":false,"id":148,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"contentTypeCategory","changeable":true,"lowerBound":0,"iD":false,"id":149,"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":"prohibitedSubstitutions","changeable":true,"lowerBound":0,"iD":false,"id":150,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"lexicalFinal","changeable":true,"lowerBound":0,"iD":false,"id":151,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"block","changeable":true,"lowerBound":0,"iD":false,"id":152,"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":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":153,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contentAnnotation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":154,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"baseTypeDefinition","changeable":true,"resolveProxies":false,"lowerBound":1,"id":155,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"resolveProxies":true,"lowerBound":0,"id":156,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contentType","changeable":true,"resolveProxies":false,"lowerBound":0,"id":157,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attributeUses","changeable":true,"resolveProxies":false,"lowerBound":0,"id":158,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributeContents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":159,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attributeWildcard","changeable":true,"resolveProxies":false,"lowerBound":0,"id":160,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributeWildcardContent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":161,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"rootTypeDefinition","changeable":false,"resolveProxies":false,"lowerBound":1,"id":162,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"syntheticParticle","changeable":true,"resolveProxies":true,"lowerBound":0,"id":163,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"syntheticWildcard","changeable":true,"resolveProxies":true,"lowerBound":0,"id":164,"derived":false},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"element","changeable":true,"lowerBound":0,"iD":false,"id":187,"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":"container","changeable":false,"resolveProxies":false,"lowerBound":0,"id":188,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"rootContainer","changeable":false,"resolveProxies":false,"lowerBound":1,"id":189,"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":"schema","changeable":false,"resolveProxies":false,"lowerBound":0,"id":190,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"diagnostics","changeable":true,"resolveProxies":false,"lowerBound":0,"id":191,"derived":false},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"severity","changeable":true,"lowerBound":0,"iD":false,"id":198,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"message","changeable":true,"lowerBound":0,"iD":false,"id":199,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"locationURI","changeable":true,"lowerBound":0,"iD":false,"id":200,"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":"line","changeable":true,"lowerBound":0,"iD":false,"id":201,"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":"column","changeable":true,"lowerBound":0,"iD":false,"id":202,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"node","changeable":true,"lowerBound":0,"iD":false,"id":203,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"annotationURI","changeable":true,"lowerBound":0,"iD":false,"id":204,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"lowerBound":0,"iD":false,"id":205,"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":"substitutions","changeable":true,"lowerBound":0,"iD":false,"id":206,"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":"components","changeable":true,"resolveProxies":false,"lowerBound":1,"id":207,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"primaryComponent","changeable":true,"resolveProxies":false,"lowerBound":1,"id":208,"derived":false},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"nillable","changeable":true,"lowerBound":0,"iD":false,"id":221,"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":"disallowedSubstitutions","changeable":true,"lowerBound":0,"iD":false,"id":222,"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":"substitutionGroupExclusions","changeable":true,"lowerBound":0,"iD":false,"id":223,"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":"abstract","changeable":true,"lowerBound":0,"iD":false,"id":224,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"lexicalFinal","changeable":true,"lowerBound":0,"iD":false,"id":225,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"block","changeable":true,"lowerBound":0,"iD":false,"id":226,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"elementDeclarationReference","changeable":false,"lowerBound":0,"iD":false,"id":227,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"circular","changeable":false,"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":"annotation","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":"anonymousTypeDefinition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":230,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"typeDefinition","changeable":true,"resolveProxies":false,"lowerBound":1,"id":231,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"identityConstraintDefinitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":232,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"resolvedElementDeclaration","changeable":true,"resolveProxies":false,"lowerBound":1,"id":233,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"substitutionGroupAffiliation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":234,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"substitutionGroup","changeable":true,"resolveProxies":false,"lowerBound":0,"id":235,"derived":false},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":254,"derived":false},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lexicalValue","changeable":true,"lowerBound":0,"iD":false,"id":257,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"facetName","changeable":false,"lowerBound":0,"iD":false,"id":258,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"effectiveValue","changeable":false,"lowerBound":0,"iD":false,"id":259,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":260,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"simpleTypeDefinition","changeable":false,"resolveProxies":false,"lowerBound":0,"id":261,"derived":false},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"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":268,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"constraint","changeable":true,"lowerBound":0,"iD":false,"id":269,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"form","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":"lexicalValue","changeable":true,"lowerBound":0,"iD":false,"id":271,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"global","changeable":false,"lowerBound":0,"iD":false,"id":272,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"featureReference","changeable":false,"lowerBound":0,"iD":false,"id":273,"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":"scope","changeable":false,"resolveProxies":false,"lowerBound":0,"id":274,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"resolvedFeature","changeable":false,"resolveProxies":false,"lowerBound":1,"id":275,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"type","changeable":false,"resolveProxies":false,"lowerBound":1,"id":276,"derived":false},{"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"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"fixed","changeable":true,"lowerBound":0,"iD":false,"id":287,"derived":false},{"id":288,"eClass":"EGenericType"},{"id":289,"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":290,"derived":false},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"identityConstraintCategory","changeable":true,"lowerBound":0,"iD":false,"id":294,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":295,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referencedKey","changeable":true,"resolveProxies":false,"lowerBound":0,"id":296,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"selector","changeable":true,"resolveProxies":true,"lowerBound":1,"id":297,"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":"fields","changeable":true,"resolveProxies":true,"lowerBound":1,"id":298,"derived":false},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"namespace","changeable":true,"lowerBound":0,"iD":false,"id":305,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":306,"derived":false},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":310,"derived":false},{"id":311,"eClass":"EGenericType"},{"id":312,"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":313,"derived":false},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":317,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"inclusive","changeable":false,"lowerBound":0,"iD":false,"id":318,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"exclusive","changeable":false,"lowerBound":0,"iD":false,"id":319,"derived":false},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"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":325,"derived":false},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":329,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"inclusive","changeable":false,"lowerBound":0,"iD":false,"id":330,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"exclusive","changeable":false,"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"},{"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":337,"derived":false},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"compositor","changeable":true,"lowerBound":0,"iD":false,"id":340,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":341,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":342,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"particles","changeable":true,"resolveProxies":false,"lowerBound":1,"id":343,"derived":false},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"modelGroupDefinitionReference","changeable":false,"lowerBound":0,"iD":false,"id":349,"derived":false},{"container":false,"ordered":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":350,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modelGroup","changeable":true,"resolveProxies":true,"lowerBound":1,"id":351,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"resolvedModelGroupDefinition","changeable":true,"resolveProxies":false,"lowerBound":1,"id":352,"derived":false},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","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":"targetNamespace","changeable":true,"lowerBound":0,"iD":false,"id":361,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"aliasName","changeable":false,"lowerBound":0,"iD":false,"id":362,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uRI","changeable":false,"lowerBound":0,"iD":false,"id":363,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"aliasURI","changeable":false,"lowerBound":0,"iD":false,"id":364,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"qName","changeable":false,"lowerBound":0,"iD":false,"id":365,"derived":false},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"systemIdentifier","changeable":true,"lowerBound":0,"iD":false,"id":373,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"publicIdentifier","changeable":true,"lowerBound":0,"iD":false,"id":374,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":375,"derived":false},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"id":380,"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":381,"derived":false},{"id":382,"eClass":"EGenericType"},{"id":383,"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":384,"derived":false},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":true,"transient":false,"unique":true,"name":"minOccurs","changeable":true,"lowerBound":0,"iD":false,"id":387,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":true,"transient":false,"unique":true,"name":"maxOccurs","changeable":true,"lowerBound":0,"iD":false,"id":388,"derived":false},{"container":false,"ordered":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":389,"derived":false},{"container":false,"ordered":true,"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":false,"lowerBound":1,"id":390,"derived":false},{"id":391,"eClass":"EGenericType"},{"id":392,"eClass":"EGenericType"},{"id":393,"eClass":"EGenericType"},{"id":394,"eClass":"EGenericType"},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":397,"derived":false},{"id":398,"eClass":"EGenericType"},{"id":399,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"circular","changeable":false,"lowerBound":0,"iD":false,"id":400,"derived":false},{"id":401,"eClass":"EGenericType"},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"annotations","changeable":true,"resolveProxies":false,"lowerBound":0,"id":405,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":406,"derived":false},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"annotations","changeable":true,"resolveProxies":false,"lowerBound":0,"id":410,"derived":false},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"document","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":"schemaLocation","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":"targetNamespace","changeable":true,"lowerBound":0,"iD":false,"id":415,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"unqualified","unsettable":true,"transient":false,"unique":true,"name":"attributeFormDefault","changeable":true,"lowerBound":0,"iD":false,"id":416,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"unqualified","unsettable":true,"transient":false,"unique":true,"name":"elementFormDefault","changeable":true,"lowerBound":0,"iD":false,"id":417,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"finalDefault","changeable":true,"lowerBound":0,"iD":false,"id":418,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"blockDefault","changeable":true,"lowerBound":0,"iD":false,"id":419,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"lowerBound":0,"iD":false,"id":420,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":421,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"elementDeclarations","changeable":true,"resolveProxies":false,"lowerBound":0,"id":422,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attributeDeclarations","changeable":true,"resolveProxies":false,"lowerBound":0,"id":423,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attributeGroupDefinitions","changeable":true,"resolveProxies":false,"lowerBound":0,"id":424,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"typeDefinitions","changeable":true,"resolveProxies":false,"lowerBound":0,"id":425,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"modelGroupDefinitions","changeable":true,"resolveProxies":false,"lowerBound":0,"id":426,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"identityConstraintDefinitions","changeable":true,"resolveProxies":false,"lowerBound":0,"id":427,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"notationDeclarations","changeable":true,"resolveProxies":false,"lowerBound":0,"id":428,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"annotations","changeable":true,"resolveProxies":false,"lowerBound":0,"id":429,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"allDiagnostics","changeable":true,"resolveProxies":false,"lowerBound":0,"id":430,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referencingDirectives","changeable":true,"resolveProxies":false,"lowerBound":0,"id":431,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"rootVersion","changeable":false,"resolveProxies":false,"lowerBound":1,"id":432,"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":"originalVersion","changeable":false,"resolveProxies":false,"lowerBound":0,"id":433,"derived":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":"incorporatedVersions","changeable":true,"resolveProxies":false,"lowerBound":0,"id":434,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"schemaForSchema","changeable":false,"resolveProxies":false,"lowerBound":1,"id":435,"derived":false},{"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"},{"id":456,"eClass":"EGenericType"},{"id":457,"eClass":"EGenericType"},{"id":458,"eClass":"EGenericType"},{"id":459,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"incorporatedSchema","changeable":true,"resolveProxies":false,"lowerBound":0,"id":460,"derived":false},{"id":461,"eClass":"EGenericType"},{"id":462,"eClass":"EGenericType"},{"id":463,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"schemaLocation","changeable":true,"lowerBound":0,"iD":false,"id":464,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"resolvedSchema","changeable":true,"resolveProxies":false,"lowerBound":0,"id":465,"derived":false},{"id":466,"eClass":"EGenericType"},{"id":467,"eClass":"EGenericType"},{"id":468,"eClass":"EGenericType"},{"id":469,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"variety","changeable":true,"lowerBound":0,"iD":false,"id":470,"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":"final","changeable":true,"lowerBound":0,"iD":false,"id":471,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"lexicalFinal","changeable":true,"lowerBound":0,"iD":false,"id":472,"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":"validFacets","changeable":true,"lowerBound":0,"iD":false,"id":473,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":474,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"facetContents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":475,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"facets","changeable":true,"resolveProxies":false,"lowerBound":0,"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":"memberTypeDefinitions","changeable":true,"resolveProxies":false,"lowerBound":0,"id":477,"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":true,"unique":true,"name":"fundamentalFacets","changeable":true,"resolveProxies":true,"lowerBound":1,"id":478,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"baseTypeDefinition","changeable":true,"resolveProxies":false,"lowerBound":1,"id":479,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"primitiveTypeDefinition","changeable":true,"resolveProxies":false,"lowerBound":0,"id":480,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"itemTypeDefinition","changeable":true,"resolveProxies":false,"lowerBound":0,"id":481,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"rootTypeDefinition","changeable":false,"resolveProxies":false,"lowerBound":1,"id":482,"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":"minFacet","changeable":false,"resolveProxies":false,"lowerBound":0,"id":483,"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":"maxFacet","changeable":false,"resolveProxies":false,"lowerBound":0,"id":484,"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":"maxInclusiveFacet","changeable":false,"resolveProxies":false,"lowerBound":0,"id":485,"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":"minInclusiveFacet","changeable":false,"resolveProxies":false,"lowerBound":0,"id":486,"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":"minExclusiveFacet","changeable":false,"resolveProxies":false,"lowerBound":0,"id":487,"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":"maxExclusiveFacet","changeable":false,"resolveProxies":false,"lowerBound":0,"id":488,"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":"lengthFacet","changeable":false,"resolveProxies":false,"lowerBound":0,"id":489,"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":"whiteSpaceFacet","changeable":false,"resolveProxies":false,"lowerBound":0,"id":490,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"enumerationFacets","changeable":false,"resolveProxies":false,"lowerBound":0,"id":491,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"patternFacets","changeable":false,"resolveProxies":false,"lowerBound":0,"id":492,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"cardinalityFacet","changeable":false,"resolveProxies":false,"lowerBound":1,"id":493,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"numericFacet","changeable":false,"resolveProxies":false,"lowerBound":1,"id":494,"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":"maxLengthFacet","changeable":false,"resolveProxies":false,"lowerBound":0,"id":495,"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":"minLengthFacet","changeable":false,"resolveProxies":false,"lowerBound":0,"id":496,"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":"totalDigitsFacet","changeable":false,"resolveProxies":false,"lowerBound":0,"id":497,"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":"fractionDigitsFacet","changeable":false,"resolveProxies":false,"lowerBound":0,"id":498,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"orderedFacet","changeable":false,"resolveProxies":false,"lowerBound":1,"id":499,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"boundedFacet","changeable":false,"resolveProxies":false,"lowerBound":1,"id":500,"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":"effectiveMaxFacet","changeable":false,"resolveProxies":false,"lowerBound":0,"id":501,"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":"effectiveWhiteSpaceFacet","changeable":false,"resolveProxies":false,"lowerBound":0,"id":502,"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":"effectiveMaxLengthFacet","changeable":false,"resolveProxies":false,"lowerBound":0,"id":503,"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":"effectiveFractionDigitsFacet","changeable":false,"resolveProxies":false,"lowerBound":0,"id":504,"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":"effectivePatternFacet","changeable":false,"resolveProxies":false,"lowerBound":0,"id":505,"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":"effectiveEnumerationFacet","changeable":false,"resolveProxies":false,"lowerBound":0,"id":506,"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":"effectiveTotalDigitsFacet","changeable":false,"resolveProxies":false,"lowerBound":0,"id":507,"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":"effectiveMinLengthFacet","changeable":false,"resolveProxies":false,"lowerBound":0,"id":508,"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":"effectiveLengthFacet","changeable":false,"resolveProxies":false,"lowerBound":0,"id":509,"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":"effectiveMinFacet","changeable":false,"resolveProxies":false,"lowerBound":0,"id":510,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"syntheticFacets","changeable":true,"resolveProxies":true,"lowerBound":0,"id":511,"derived":false},{"id":512,"eClass":"EGenericType"},{"id":513,"eClass":"EGenericType"},{"id":514,"eClass":"EGenericType"},{"id":515,"eClass":"EGenericType"},{"id":516,"eClass":"EGenericType"},{"id":517,"eClass":"EGenericType"},{"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"},{"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"},{"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"},{"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":558,"derived":false},{"id":559,"eClass":"EGenericType"},{"id":560,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":561,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"derivationAnnotation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":562,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"annotations","changeable":true,"resolveProxies":false,"lowerBound":0,"id":563,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"rootType","changeable":false,"resolveProxies":false,"lowerBound":1,"id":564,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"baseType","changeable":false,"resolveProxies":false,"lowerBound":1,"id":565,"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":"simpleType","changeable":false,"resolveProxies":false,"lowerBound":0,"id":566,"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":"complexType","changeable":false,"resolveProxies":false,"lowerBound":0,"id":567,"derived":false},{"id":568,"eClass":"EGenericType"},{"id":569,"eClass":"EGenericType"},{"id":570,"eClass":"EGenericType"},{"id":571,"eClass":"EGenericType"},{"id":572,"eClass":"EGenericType"},{"id":573,"eClass":"EGenericType"},{"id":574,"eClass":"EGenericType"},{"id":575,"eClass":"EGenericType"},{"id":576,"eClass":"EGenericType"},{"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":577,"derived":false},{"id":578,"eClass":"EGenericType"},{"id":579,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"namespaceConstraintCategory","changeable":true,"lowerBound":0,"iD":false,"id":580,"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":"namespaceConstraint","changeable":true,"lowerBound":0,"iD":false,"id":581,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"processContents","changeable":true,"lowerBound":0,"iD":false,"id":582,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"lexicalNamespaceConstraint","changeable":true,"lowerBound":0,"iD":false,"id":583,"derived":false},{"container":false,"ordered":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":584,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"annotations","changeable":true,"resolveProxies":false,"lowerBound":0,"id":585,"derived":false},{"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"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"variety","changeable":true,"lowerBound":0,"iD":false,"id":593,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":594,"derived":false},{"container":false,"ordered":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":595,"derived":false},{"id":596,"eClass":"EGenericType"},{"id":597,"eClass":"EGenericType"},{"id":598,"eClass":"EGenericType"},{"id":599,"eClass":"EGenericType"},{"name":"optional","id":600,"value":0,"literal":"optional","eClass":"EEnumLiteral"},{"name":"prohibited","id":601,"value":1,"literal":"prohibited","eClass":"EEnumLiteral"},{"name":"required","id":602,"value":2,"literal":"required","eClass":"EEnumLiteral"},{"name":"finite","id":603,"value":0,"literal":"finite","eClass":"EEnumLiteral"},{"name":"countablyInfinite","id":604,"value":1,"literal":"countablyInfinite","eClass":"EEnumLiteral"},{"name":"extension","id":605,"value":0,"literal":"extension","eClass":"EEnumLiteral"},{"name":"restriction","id":606,"value":1,"literal":"restriction","eClass":"EEnumLiteral"},{"name":"all","id":607,"value":2,"literal":"all","eClass":"EEnumLiteral"},{"name":"all","id":608,"value":0,"literal":"all","eClass":"EEnumLiteral"},{"name":"choice","id":609,"value":1,"literal":"choice","eClass":"EEnumLiteral"},{"name":"sequence","id":610,"value":2,"literal":"sequence","eClass":"EEnumLiteral"},{"name":"default","id":611,"value":0,"literal":"default","eClass":"EEnumLiteral"},{"name":"fixed","id":612,"value":1,"literal":"fixed","eClass":"EEnumLiteral"},{"name":"empty","id":613,"value":0,"literal":"empty","eClass":"EEnumLiteral"},{"name":"simple","id":614,"value":1,"literal":"simple","eClass":"EEnumLiteral"},{"name":"mixed","id":615,"value":2,"literal":"mixed","eClass":"EEnumLiteral"},{"name":"elementOnly","id":616,"value":3,"literal":"elementOnly","eClass":"EEnumLiteral"},{"name":"extension","id":617,"value":0,"literal":"extension","eClass":"EEnumLiteral"},{"name":"restriction","id":618,"value":1,"literal":"restriction","eClass":"EEnumLiteral"},{"name":"fatal","id":619,"value":0,"literal":"fatal","eClass":"EEnumLiteral"},{"name":"error","id":620,"value":1,"literal":"error","eClass":"EEnumLiteral"},{"name":"warning","id":621,"value":2,"literal":"warning","eClass":"EEnumLiteral"},{"name":"information","id":622,"value":3,"literal":"information","eClass":"EEnumLiteral"},{"name":"substitution","id":623,"value":0,"literal":"substitution","eClass":"EEnumLiteral"},{"name":"extension","id":624,"value":1,"literal":"extension","eClass":"EEnumLiteral"},{"name":"restriction","id":625,"value":2,"literal":"restriction","eClass":"EEnumLiteral"},{"name":"all","id":626,"value":3,"literal":"all","eClass":"EEnumLiteral"},{"name":"qualified","id":627,"value":0,"literal":"qualified","eClass":"EEnumLiteral"},{"name":"unqualified","id":628,"value":1,"literal":"unqualified","eClass":"EEnumLiteral"},{"name":"key","id":629,"value":0,"literal":"key","eClass":"EEnumLiteral"},{"name":"keyref","id":630,"value":1,"literal":"keyref","eClass":"EEnumLiteral"},{"name":"unique","id":631,"value":2,"literal":"unique","eClass":"EEnumLiteral"},{"name":"any","id":632,"value":0,"literal":"any","eClass":"EEnumLiteral"},{"name":"not","id":633,"value":1,"literal":"not","eClass":"EEnumLiteral"},{"name":"set","id":634,"value":2,"literal":"set","eClass":"EEnumLiteral"},{"name":"false","id":635,"value":0,"literal":"false","eClass":"EEnumLiteral"},{"name":"partial","id":636,"value":1,"literal":"partial","eClass":"EEnumLiteral"},{"name":"total","id":637,"value":2,"literal":"total","eClass":"EEnumLiteral"},{"name":"strict","id":638,"value":0,"literal":"strict","eClass":"EEnumLiteral"},{"name":"lax","id":639,"value":1,"literal":"lax","eClass":"EEnumLiteral"},{"name":"skip","id":640,"value":2,"literal":"skip","eClass":"EEnumLiteral"},{"name":"extension","id":641,"value":0,"literal":"extension","eClass":"EEnumLiteral"},{"name":"restriction","id":642,"value":1,"literal":"restriction","eClass":"EEnumLiteral"},{"name":"all","id":643,"value":2,"literal":"all","eClass":"EEnumLiteral"},{"name":"list","id":644,"value":0,"literal":"list","eClass":"EEnumLiteral"},{"name":"restriction","id":645,"value":1,"literal":"restriction","eClass":"EEnumLiteral"},{"name":"union","id":646,"value":2,"literal":"union","eClass":"EEnumLiteral"},{"name":"all","id":647,"value":3,"literal":"all","eClass":"EEnumLiteral"},{"name":"extension","id":648,"value":0,"literal":"extension","eClass":"EEnumLiteral"},{"name":"restriction","id":649,"value":1,"literal":"restriction","eClass":"EEnumLiteral"},{"name":"atomic","id":650,"value":0,"literal":"atomic","eClass":"EEnumLiteral"},{"name":"list","id":651,"value":1,"literal":"list","eClass":"EEnumLiteral"},{"name":"union","id":652,"value":2,"literal":"union","eClass":"EEnumLiteral"},{"name":"preserve","id":653,"value":0,"literal":"preserve","eClass":"EEnumLiteral"},{"name":"replace","id":654,"value":1,"literal":"replace","eClass":"EEnumLiteral"},{"name":"collapse","id":655,"value":2,"literal":"collapse","eClass":"EEnumLiteral"},{"name":"selector","id":656,"value":0,"literal":"selector","eClass":"EEnumLiteral"},{"name":"field","id":657,"value":1,"literal":"field","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":0,"target":57},{"source":0,"target":58},{"source":0,"target":59},{"source":0,"target":60},{"source":0,"target":61},{"source":0,"target":62},{"source":0,"target":63},{"source":0,"target":64},{"source":0,"target":65},{"source":0,"target":66},{"source":0,"target":67},{"source":0,"target":68},{"source":0,"target":69},{"source":0,"target":70},{"source":0,"target":71},{"source":0,"target":72},{"source":0,"target":73},{"source":0,"target":74},{"source":0,"target":75},{"source":0,"target":76},{"source":0,"target":77},{"source":0,"target":78},{"source":0,"target":79},{"source":0,"target":80},{"source":0,"target":81},{"source":0,"target":82},{"source":1,"target":0},{"source":1,"target":10},{"source":1,"target":43},{"source":1,"target":83},{"source":1,"target":84},{"source":1,"target":85},{"source":1,"target":86},{"source":1,"target":87},{"source":83,"target":60},{"source":83,"target":88},{"source":83,"target":1},{"source":88,"target":60},{"source":84,"target":60},{"source":84,"target":89},{"source":84,"target":1},{"source":89,"target":60},{"source":85,"target":58},{"source":85,"target":90},{"source":85,"target":1},{"source":90,"target":58},{"source":86,"target":10},{"source":87,"target":43},{"source":2,"target":0},{"source":2,"target":17},{"source":2,"target":48},{"source":2,"target":91},{"source":2,"target":92},{"source":2,"target":93},{"source":2,"target":94},{"source":2,"target":95},{"source":2,"target":96},{"source":2,"target":97},{"source":91,"target":98},{"source":91,"target":2},{"source":92,"target":1},{"source":92,"target":99},{"source":92,"target":2},{"source":99,"target":1},{"source":93,"target":51},{"source":93,"target":100},{"source":93,"target":2},{"source":100,"target":51},{"source":94,"target":51},{"source":94,"target":101},{"source":94,"target":2},{"source":101,"target":51},{"source":95,"target":2},{"source":95,"target":102},{"source":95,"target":2},{"source":102,"target":2},{"source":96,"target":17},{"source":97,"target":48},{"source":3,"target":0},{"source":3,"target":11},{"source":3,"target":103},{"source":103,"target":11},{"source":4,"target":0},{"source":4,"target":42},{"source":4,"target":3},{"source":4,"target":43},{"source":4,"target":104},{"source":4,"target":105},{"source":4,"target":106},{"source":4,"target":107},{"source":4,"target":108},{"source":4,"target":109},{"source":4,"target":110},{"source":4,"target":111},{"source":4,"target":112},{"source":4,"target":113},{"source":4,"target":114},{"source":104,"target":115},{"source":104,"target":4},{"source":105,"target":1},{"source":105,"target":116},{"source":105,"target":4},{"source":116,"target":1},{"source":106,"target":3},{"source":106,"target":117},{"source":106,"target":4},{"source":117,"target":3},{"source":107,"target":5},{"source":107,"target":118},{"source":107,"target":4},{"source":118,"target":5},{"source":108,"target":56},{"source":108,"target":119},{"source":108,"target":4},{"source":119,"target":56},{"source":109,"target":56},{"source":109,"target":120},{"source":109,"target":4},{"source":120,"target":56},{"source":110,"target":4},{"source":110,"target":121},{"source":110,"target":4},{"source":121,"target":4},{"source":111,"target":56},{"source":111,"target":122},{"source":111,"target":4},{"source":122,"target":56},{"source":112,"target":42},{"source":113,"target":3},{"source":114,"target":43},{"source":5,"target":0},{"source":5,"target":10},{"source":5,"target":3},{"source":5,"target":123},{"source":5,"target":124},{"source":5,"target":125},{"source":5,"target":126},{"source":5,"target":127},{"source":5,"target":128},{"source":5,"target":129},{"source":5,"target":130},{"source":5,"target":131},{"source":123,"target":132},{"source":123,"target":5},{"source":124,"target":62},{"source":124,"target":133},{"source":124,"target":5},{"source":133,"target":62},{"source":125,"target":67},{"source":125,"target":134},{"source":125,"target":5},{"source":134,"target":67},{"source":126,"target":63},{"source":126,"target":135},{"source":126,"target":5},{"source":135,"target":63},{"source":127,"target":136},{"source":127,"target":5},{"source":128,"target":2},{"source":128,"target":137},{"source":128,"target":5},{"source":137,"target":2},{"source":129,"target":2},{"source":129,"target":138},{"source":129,"target":5},{"source":138,"target":2},{"source":130,"target":10},{"source":131,"target":3},{"source":6,"target":0},{"source":6,"target":20},{"source":6,"target":139},{"source":6,"target":140},{"source":139,"target":141},{"source":139,"target":6},{"source":140,"target":20},{"source":7,"target":0},{"source":7,"target":20},{"source":7,"target":142},{"source":7,"target":143},{"source":142,"target":64},{"source":142,"target":144},{"source":142,"target":7},{"source":144,"target":64},{"source":143,"target":20},{"source":8,"target":0},{"source":8,"target":10},{"source":8,"target":145},{"source":145,"target":10},{"source":9,"target":0},{"source":9,"target":54},{"source":9,"target":50},{"source":9,"target":146},{"source":9,"target":147},{"source":9,"target":148},{"source":9,"target":149},{"source":9,"target":150},{"source":9,"target":151},{"source":9,"target":152},{"source":9,"target":153},{"source":9,"target":154},{"source":9,"target":155},{"source":9,"target":156},{"source":9,"target":157},{"source":9,"target":158},{"source":9,"target":159},{"source":9,"target":160},{"source":9,"target":161},{"source":9,"target":162},{"source":9,"target":163},{"source":9,"target":164},{"source":9,"target":165},{"source":9,"target":166},{"source":146,"target":69},{"source":146,"target":167},{"source":146,"target":9},{"source":167,"target":69},{"source":147,"target":65},{"source":147,"target":168},{"source":147,"target":9},{"source":168,"target":65},{"source":148,"target":169},{"source":148,"target":9},{"source":149,"target":68},{"source":149,"target":170},{"source":149,"target":9},{"source":170,"target":68},{"source":150,"target":77},{"source":150,"target":171},{"source":150,"target":9},{"source":171,"target":77},{"source":151,"target":65},{"source":151,"target":172},{"source":151,"target":9},{"source":172,"target":65},{"source":152,"target":77},{"source":152,"target":173},{"source":152,"target":9},{"source":173,"target":77},{"source":153,"target":174},{"source":153,"target":9},{"source":154,"target":1},{"source":154,"target":175},{"source":154,"target":9},{"source":175,"target":1},{"source":155,"target":54},{"source":155,"target":176},{"source":155,"target":9},{"source":176,"target":54},{"source":156,"target":8},{"source":156,"target":177},{"source":156,"target":9},{"source":177,"target":8},{"source":157,"target":8},{"source":157,"target":178},{"source":157,"target":9},{"source":178,"target":8},{"source":158,"target":5},{"source":158,"target":179},{"source":158,"target":9},{"source":179,"target":5},{"source":159,"target":3},{"source":159,"target":180},{"source":159,"target":9},{"source":180,"target":3},{"source":160,"target":56},{"source":160,"target":181},{"source":160,"target":9},{"source":181,"target":56},{"source":161,"target":56},{"source":161,"target":182},{"source":161,"target":9},{"source":182,"target":56},{"source":162,"target":54},{"source":162,"target":183},{"source":162,"target":9},{"source":183,"target":54},{"source":163,"target":39},{"source":163,"target":184},{"source":163,"target":9},{"source":184,"target":39},{"source":164,"target":56},{"source":164,"target":185},{"source":164,"target":9},{"source":185,"target":56},{"source":165,"target":54},{"source":166,"target":50},{"source":10,"target":0},{"source":10,"target":11},{"source":10,"target":186},{"source":186,"target":11},{"source":11,"target":0},{"source":11,"target":187},{"source":11,"target":188},{"source":11,"target":189},{"source":11,"target":190},{"source":11,"target":191},{"source":187,"target":60},{"source":187,"target":192},{"source":187,"target":11},{"source":192,"target":60},{"source":188,"target":11},{"source":188,"target":193},{"source":188,"target":11},{"source":193,"target":11},{"source":189,"target":11},{"source":189,"target":194},{"source":189,"target":11},{"source":194,"target":11},{"source":190,"target":46},{"source":190,"target":195},{"source":190,"target":11},{"source":195,"target":46},{"source":191,"target":13},{"source":191,"target":196},{"source":191,"target":11},{"source":196,"target":13},{"source":12,"target":0},{"source":12,"target":16},{"source":12,"target":197},{"source":197,"target":16},{"source":13,"target":0},{"source":13,"target":11},{"source":13,"target":198},{"source":13,"target":199},{"source":13,"target":200},{"source":13,"target":201},{"source":13,"target":202},{"source":13,"target":203},{"source":13,"target":204},{"source":13,"target":205},{"source":13,"target":206},{"source":13,"target":207},{"source":13,"target":208},{"source":13,"target":209},{"source":198,"target":70},{"source":198,"target":210},{"source":198,"target":13},{"source":210,"target":70},{"source":199,"target":211},{"source":199,"target":13},{"source":200,"target":212},{"source":200,"target":13},{"source":201,"target":213},{"source":201,"target":13},{"source":202,"target":214},{"source":202,"target":13},{"source":203,"target":61},{"source":203,"target":215},{"source":203,"target":13},{"source":215,"target":61},{"source":204,"target":216},{"source":204,"target":13},{"source":205,"target":217},{"source":205,"target":13},{"source":206,"target":218},{"source":206,"target":13},{"source":207,"target":11},{"source":207,"target":219},{"source":207,"target":13},{"source":219,"target":11},{"source":208,"target":11},{"source":208,"target":220},{"source":208,"target":13},{"source":220,"target":11},{"source":209,"target":11},{"source":14,"target":0},{"source":14,"target":17},{"source":14,"target":48},{"source":14,"target":52},{"source":14,"target":221},{"source":14,"target":222},{"source":14,"target":223},{"source":14,"target":224},{"source":14,"target":225},{"source":14,"target":226},{"source":14,"target":227},{"source":14,"target":228},{"source":14,"target":229},{"source":14,"target":230},{"source":14,"target":231},{"source":14,"target":232},{"source":14,"target":233},{"source":14,"target":234},{"source":14,"target":235},{"source":14,"target":236},{"source":14,"target":237},{"source":14,"target":238},{"source":221,"target":239},{"source":221,"target":14},{"source":222,"target":71},{"source":222,"target":240},{"source":222,"target":14},{"source":240,"target":71},{"source":223,"target":79},{"source":223,"target":241},{"source":223,"target":14},{"source":241,"target":79},{"source":224,"target":242},{"source":224,"target":14},{"source":225,"target":77},{"source":225,"target":243},{"source":225,"target":14},{"source":243,"target":77},{"source":226,"target":71},{"source":226,"target":244},{"source":226,"target":14},{"source":244,"target":71},{"source":227,"target":245},{"source":227,"target":14},{"source":228,"target":246},{"source":228,"target":14},{"source":229,"target":1},{"source":229,"target":247},{"source":229,"target":14},{"source":247,"target":1},{"source":230,"target":54},{"source":230,"target":248},{"source":230,"target":14},{"source":248,"target":54},{"source":231,"target":54},{"source":231,"target":249},{"source":231,"target":14},{"source":249,"target":54},{"source":232,"target":21},{"source":232,"target":250},{"source":232,"target":14},{"source":250,"target":21},{"source":233,"target":14},{"source":233,"target":251},{"source":233,"target":14},{"source":251,"target":14},{"source":234,"target":14},{"source":234,"target":252},{"source":234,"target":14},{"source":252,"target":14},{"source":235,"target":14},{"source":235,"target":253},{"source":235,"target":14},{"source":253,"target":14},{"source":236,"target":17},{"source":237,"target":48},{"source":238,"target":52},{"source":15,"target":0},{"source":15,"target":45},{"source":15,"target":254},{"source":15,"target":255},{"source":254,"target":62},{"source":254,"target":256},{"source":254,"target":15},{"source":256,"target":62},{"source":255,"target":45},{"source":16,"target":0},{"source":16,"target":10},{"source":16,"target":257},{"source":16,"target":258},{"source":16,"target":259},{"source":16,"target":260},{"source":16,"target":261},{"source":16,"target":262},{"source":257,"target":263},{"source":257,"target":16},{"source":258,"target":264},{"source":258,"target":16},{"source":259,"target":62},{"source":259,"target":265},{"source":259,"target":16},{"source":265,"target":62},{"source":260,"target":1},{"source":260,"target":266},{"source":260,"target":16},{"source":266,"target":1},{"source":261,"target":51},{"source":261,"target":267},{"source":261,"target":16},{"source":267,"target":51},{"source":262,"target":10},{"source":17,"target":0},{"source":17,"target":35},{"source":17,"target":268},{"source":17,"target":269},{"source":17,"target":270},{"source":17,"target":271},{"source":17,"target":272},{"source":17,"target":273},{"source":17,"target":274},{"source":17,"target":275},{"source":17,"target":276},{"source":17,"target":277},{"source":268,"target":62},{"source":268,"target":278},{"source":268,"target":17},{"source":278,"target":62},{"source":269,"target":67},{"source":269,"target":279},{"source":269,"target":17},{"source":279,"target":67},{"source":270,"target":72},{"source":270,"target":280},{"source":270,"target":17},{"source":280,"target":72},{"source":271,"target":281},{"source":271,"target":17},{"source":272,"target":282},{"source":272,"target":17},{"source":273,"target":283},{"source":273,"target":17},{"source":274,"target":50},{"source":274,"target":284},{"source":274,"target":17},{"source":284,"target":50},{"source":275,"target":17},{"source":275,"target":285},{"source":275,"target":17},{"source":285,"target":17},{"source":276,"target":54},{"source":276,"target":286},{"source":276,"target":17},{"source":286,"target":54},{"source":277,"target":35},{"source":18,"target":0},{"source":18,"target":12},{"source":18,"target":287},{"source":18,"target":288},{"source":287,"target":289},{"source":287,"target":18},{"source":288,"target":12},{"source":19,"target":0},{"source":19,"target":18},{"source":19,"target":290},{"source":19,"target":291},{"source":290,"target":292},{"source":290,"target":19},{"source":291,"target":18},{"source":20,"target":0},{"source":20,"target":16},{"source":20,"target":293},{"source":293,"target":16},{"source":21,"target":0},{"source":21,"target":35},{"source":21,"target":294},{"source":21,"target":295},{"source":21,"target":296},{"source":21,"target":297},{"source":21,"target":298},{"source":21,"target":299},{"source":294,"target":73},{"source":294,"target":300},{"source":294,"target":21},{"source":300,"target":73},{"source":295,"target":1},{"source":295,"target":301},{"source":295,"target":21},{"source":301,"target":1},{"source":296,"target":21},{"source":296,"target":302},{"source":296,"target":21},{"source":302,"target":21},{"source":297,"target":57},{"source":297,"target":303},{"source":297,"target":21},{"source":303,"target":57},{"source":298,"target":57},{"source":298,"target":304},{"source":298,"target":21},{"source":304,"target":57},{"source":299,"target":35},{"source":22,"target":0},{"source":22,"target":49},{"source":22,"target":305},{"source":22,"target":306},{"source":22,"target":307},{"source":305,"target":308},{"source":305,"target":22},{"source":306,"target":1},{"source":306,"target":309},{"source":306,"target":22},{"source":309,"target":1},{"source":307,"target":49},{"source":23,"target":0},{"source":23,"target":47},{"source":23,"target":310},{"source":23,"target":311},{"source":310,"target":1},{"source":310,"target":312},{"source":310,"target":23},{"source":312,"target":1},{"source":311,"target":47},{"source":24,"target":0},{"source":24,"target":18},{"source":24,"target":313},{"source":24,"target":314},{"source":313,"target":315},{"source":313,"target":24},{"source":314,"target":18},{"source":25,"target":0},{"source":25,"target":26},{"source":25,"target":316},{"source":316,"target":26},{"source":26,"target":0},{"source":26,"target":18},{"source":26,"target":317},{"source":26,"target":318},{"source":26,"target":319},{"source":26,"target":320},{"source":317,"target":62},{"source":317,"target":321},{"source":317,"target":26},{"source":321,"target":62},{"source":318,"target":322},{"source":318,"target":26},{"source":319,"target":323},{"source":319,"target":26},{"source":320,"target":18},{"source":27,"target":0},{"source":27,"target":26},{"source":27,"target":324},{"source":324,"target":26},{"source":28,"target":0},{"source":28,"target":18},{"source":28,"target":325},{"source":28,"target":326},{"source":325,"target":327},{"source":325,"target":28},{"source":326,"target":18},{"source":29,"target":0},{"source":29,"target":30},{"source":29,"target":328},{"source":328,"target":30},{"source":30,"target":0},{"source":30,"target":18},{"source":30,"target":329},{"source":30,"target":330},{"source":30,"target":331},{"source":30,"target":332},{"source":329,"target":62},{"source":329,"target":333},{"source":329,"target":30},{"source":333,"target":62},{"source":330,"target":334},{"source":330,"target":30},{"source":331,"target":335},{"source":331,"target":30},{"source":332,"target":18},{"source":31,"target":0},{"source":31,"target":30},{"source":31,"target":336},{"source":336,"target":30},{"source":32,"target":0},{"source":32,"target":18},{"source":32,"target":337},{"source":32,"target":338},{"source":337,"target":339},{"source":337,"target":32},{"source":338,"target":18},{"source":33,"target":0},{"source":33,"target":52},{"source":33,"target":340},{"source":33,"target":341},{"source":33,"target":342},{"source":33,"target":343},{"source":33,"target":344},{"source":340,"target":66},{"source":340,"target":345},{"source":340,"target":33},{"source":345,"target":66},{"source":341,"target":1},{"source":341,"target":346},{"source":341,"target":33},{"source":346,"target":1},{"source":342,"target":39},{"source":342,"target":347},{"source":342,"target":33},{"source":347,"target":39},{"source":343,"target":39},{"source":343,"target":348},{"source":343,"target":33},{"source":348,"target":39},{"source":344,"target":52},{"source":34,"target":0},{"source":34,"target":42},{"source":34,"target":40},{"source":34,"target":43},{"source":34,"target":349},{"source":34,"target":350},{"source":34,"target":351},{"source":34,"target":352},{"source":34,"target":353},{"source":34,"target":354},{"source":34,"target":355},{"source":349,"target":356},{"source":349,"target":34},{"source":350,"target":1},{"source":350,"target":357},{"source":350,"target":34},{"source":357,"target":1},{"source":351,"target":33},{"source":351,"target":358},{"source":351,"target":34},{"source":358,"target":33},{"source":352,"target":34},{"source":352,"target":359},{"source":352,"target":34},{"source":359,"target":34},{"source":353,"target":42},{"source":354,"target":40},{"source":355,"target":43},{"source":35,"target":0},{"source":35,"target":10},{"source":35,"target":360},{"source":35,"target":361},{"source":35,"target":362},{"source":35,"target":363},{"source":35,"target":364},{"source":35,"target":365},{"source":35,"target":366},{"source":360,"target":367},{"source":360,"target":35},{"source":361,"target":368},{"source":361,"target":35},{"source":362,"target":369},{"source":362,"target":35},{"source":363,"target":370},{"source":363,"target":35},{"source":364,"target":371},{"source":364,"target":35},{"source":365,"target":372},{"source":365,"target":35},{"source":366,"target":10},{"source":36,"target":0},{"source":36,"target":35},{"source":36,"target":48},{"source":36,"target":373},{"source":36,"target":374},{"source":36,"target":375},{"source":36,"target":376},{"source":36,"target":377},{"source":373,"target":378},{"source":373,"target":36},{"source":374,"target":379},{"source":374,"target":36},{"source":375,"target":1},{"source":375,"target":380},{"source":375,"target":36},{"source":380,"target":1},{"source":376,"target":35},{"source":377,"target":48},{"source":37,"target":0},{"source":37,"target":20},{"source":37,"target":381},{"source":37,"target":382},{"source":381,"target":383},{"source":381,"target":37},{"source":382,"target":20},{"source":38,"target":0},{"source":38,"target":20},{"source":38,"target":384},{"source":38,"target":385},{"source":384,"target":75},{"source":384,"target":386},{"source":384,"target":38},{"source":386,"target":75},{"source":385,"target":20},{"source":39,"target":0},{"source":39,"target":8},{"source":39,"target":387},{"source":39,"target":388},{"source":39,"target":389},{"source":39,"target":390},{"source":39,"target":391},{"source":387,"target":392},{"source":387,"target":39},{"source":388,"target":393},{"source":388,"target":39},{"source":389,"target":40},{"source":389,"target":394},{"source":389,"target":39},{"source":394,"target":40},{"source":390,"target":52},{"source":390,"target":395},{"source":390,"target":39},{"source":395,"target":52},{"source":391,"target":8},{"source":40,"target":0},{"source":40,"target":11},{"source":40,"target":396},{"source":396,"target":11},{"source":41,"target":0},{"source":41,"target":45},{"source":41,"target":397},{"source":41,"target":398},{"source":397,"target":399},{"source":397,"target":41},{"source":398,"target":45},{"source":42,"target":0},{"source":42,"target":35},{"source":42,"target":43},{"source":42,"target":400},{"source":42,"target":401},{"source":42,"target":402},{"source":400,"target":403},{"source":400,"target":42},{"source":401,"target":35},{"source":402,"target":43},{"source":43,"target":0},{"source":43,"target":48},{"source":43,"target":404},{"source":404,"target":48},{"source":44,"target":0},{"source":44,"target":47},{"source":44,"target":405},{"source":44,"target":406},{"source":44,"target":407},{"source":405,"target":1},{"source":405,"target":408},{"source":405,"target":44},{"source":408,"target":1},{"source":406,"target":43},{"source":406,"target":409},{"source":406,"target":44},{"source":409,"target":43},{"source":407,"target":47},{"source":45,"target":0},{"source":45,"target":12},{"source":45,"target":410},{"source":45,"target":411},{"source":410,"target":1},{"source":410,"target":412},{"source":410,"target":45},{"source":412,"target":1},{"source":411,"target":12},{"source":46,"target":0},{"source":46,"target":50},{"source":46,"target":413},{"source":46,"target":414},{"source":46,"target":415},{"source":46,"target":416},{"source":46,"target":417},{"source":46,"target":418},{"source":46,"target":419},{"source":46,"target":420},{"source":46,"target":421},{"source":46,"target":422},{"source":46,"target":423},{"source":46,"target":424},{"source":46,"target":425},{"source":46,"target":426},{"source":46,"target":427},{"source":46,"target":428},{"source":46,"target":429},{"source":46,"target":430},{"source":46,"target":431},{"source":46,"target":432},{"source":46,"target":433},{"source":46,"target":434},{"source":46,"target":435},{"source":46,"target":436},{"source":413,"target":59},{"source":413,"target":437},{"source":413,"target":46},{"source":437,"target":59},{"source":414,"target":438},{"source":414,"target":46},{"source":415,"target":439},{"source":415,"target":46},{"source":416,"target":72},{"source":416,"target":440},{"source":416,"target":46},{"source":440,"target":72},{"source":417,"target":72},{"source":417,"target":441},{"source":417,"target":46},{"source":441,"target":72},{"source":418,"target":77},{"source":418,"target":442},{"source":418,"target":46},{"source":442,"target":77},{"source":419,"target":71},{"source":419,"target":443},{"source":419,"target":46},{"source":443,"target":71},{"source":420,"target":444},{"source":420,"target":46},{"source":421,"target":48},{"source":421,"target":445},{"source":421,"target":46},{"source":445,"target":48},{"source":422,"target":14},{"source":422,"target":446},{"source":422,"target":46},{"source":446,"target":14},{"source":423,"target":2},{"source":423,"target":447},{"source":423,"target":46},{"source":447,"target":2},{"source":424,"target":4},{"source":424,"target":448},{"source":424,"target":46},{"source":448,"target":4},{"source":425,"target":54},{"source":425,"target":449},{"source":425,"target":46},{"source":449,"target":54},{"source":426,"target":34},{"source":426,"target":450},{"source":426,"target":46},{"source":450,"target":34},{"source":427,"target":21},{"source":427,"target":451},{"source":427,"target":46},{"source":451,"target":21},{"source":428,"target":36},{"source":428,"target":452},{"source":428,"target":46},{"source":452,"target":36},{"source":429,"target":1},{"source":429,"target":453},{"source":429,"target":46},{"source":453,"target":1},{"source":430,"target":13},{"source":430,"target":454},{"source":430,"target":46},{"source":454,"target":13},{"source":431,"target":49},{"source":431,"target":455},{"source":431,"target":46},{"source":455,"target":49},{"source":432,"target":46},{"source":432,"target":456},{"source":432,"target":46},{"source":456,"target":46},{"source":433,"target":46},{"source":433,"target":457},{"source":433,"target":46},{"source":457,"target":46},{"source":434,"target":46},{"source":434,"target":458},{"source":434,"target":46},{"source":458,"target":46},{"source":435,"target":46},{"source":435,"target":459},{"source":435,"target":46},{"source":459,"target":46},{"source":436,"target":50},{"source":47,"target":0},{"source":47,"target":49},{"source":47,"target":460},{"source":47,"target":461},{"source":460,"target":46},{"source":460,"target":462},{"source":460,"target":47},{"source":462,"target":46},{"source":461,"target":49},{"source":48,"target":0},{"source":48,"target":11},{"source":48,"target":463},{"source":463,"target":11},{"source":49,"target":0},{"source":49,"target":48},{"source":49,"target":464},{"source":49,"target":465},{"source":49,"target":466},{"source":464,"target":467},{"source":464,"target":49},{"source":465,"target":46},{"source":465,"target":468},{"source":465,"target":49},{"source":468,"target":46},{"source":466,"target":48},{"source":50,"target":0},{"source":50,"target":10},{"source":50,"target":469},{"source":469,"target":10},{"source":51,"target":0},{"source":51,"target":54},{"source":51,"target":8},{"source":51,"target":470},{"source":51,"target":471},{"source":51,"target":472},{"source":51,"target":473},{"source":51,"target":474},{"source":51,"target":475},{"source":51,"target":476},{"source":51,"target":477},{"source":51,"target":478},{"source":51,"target":479},{"source":51,"target":480},{"source":51,"target":481},{"source":51,"target":482},{"source":51,"target":483},{"source":51,"target":484},{"source":51,"target":485},{"source":51,"target":486},{"source":51,"target":487},{"source":51,"target":488},{"source":51,"target":489},{"source":51,"target":490},{"source":51,"target":491},{"source":51,"target":492},{"source":51,"target":493},{"source":51,"target":494},{"source":51,"target":495},{"source":51,"target":496},{"source":51,"target":497},{"source":51,"target":498},{"source":51,"target":499},{"source":51,"target":500},{"source":51,"target":501},{"source":51,"target":502},{"source":51,"target":503},{"source":51,"target":504},{"source":51,"target":505},{"source":51,"target":506},{"source":51,"target":507},{"source":51,"target":508},{"source":51,"target":509},{"source":51,"target":510},{"source":51,"target":511},{"source":51,"target":512},{"source":51,"target":513},{"source":470,"target":80},{"source":470,"target":514},{"source":470,"target":51},{"source":514,"target":80},{"source":471,"target":78},{"source":471,"target":515},{"source":471,"target":51},{"source":515,"target":78},{"source":472,"target":78},{"source":472,"target":516},{"source":472,"target":51},{"source":516,"target":78},{"source":473,"target":517},{"source":473,"target":51},{"source":474,"target":51},{"source":474,"target":518},{"source":474,"target":51},{"source":518,"target":51},{"source":475,"target":12},{"source":475,"target":519},{"source":475,"target":51},{"source":519,"target":12},{"source":476,"target":12},{"source":476,"target":520},{"source":476,"target":51},{"source":520,"target":12},{"source":477,"target":51},{"source":477,"target":521},{"source":477,"target":51},{"source":521,"target":51},{"source":478,"target":20},{"source":478,"target":522},{"source":478,"target":51},{"source":522,"target":20},{"source":479,"target":51},{"source":479,"target":523},{"source":479,"target":51},{"source":523,"target":51},{"source":480,"target":51},{"source":480,"target":524},{"source":480,"target":51},{"source":524,"target":51},{"source":481,"target":51},{"source":481,"target":525},{"source":481,"target":51},{"source":525,"target":51},{"source":482,"target":51},{"source":482,"target":526},{"source":482,"target":51},{"source":526,"target":51},{"source":483,"target":30},{"source":483,"target":527},{"source":483,"target":51},{"source":527,"target":30},{"source":484,"target":26},{"source":484,"target":528},{"source":484,"target":51},{"source":528,"target":26},{"source":485,"target":27},{"source":485,"target":529},{"source":485,"target":51},{"source":529,"target":27},{"source":486,"target":31},{"source":486,"target":530},{"source":486,"target":51},{"source":530,"target":31},{"source":487,"target":29},{"source":487,"target":531},{"source":487,"target":51},{"source":531,"target":29},{"source":488,"target":25},{"source":488,"target":532},{"source":488,"target":51},{"source":532,"target":25},{"source":489,"target":24},{"source":489,"target":533},{"source":489,"target":51},{"source":533,"target":24},{"source":490,"target":55},{"source":490,"target":534},{"source":490,"target":51},{"source":534,"target":55},{"source":491,"target":15},{"source":491,"target":535},{"source":491,"target":51},{"source":535,"target":15},{"source":492,"target":41},{"source":492,"target":536},{"source":492,"target":51},{"source":536,"target":41},{"source":493,"target":7},{"source":493,"target":537},{"source":493,"target":51},{"source":537,"target":7},{"source":494,"target":37},{"source":494,"target":538},{"source":494,"target":51},{"source":538,"target":37},{"source":495,"target":28},{"source":495,"target":539},{"source":495,"target":51},{"source":539,"target":28},{"source":496,"target":32},{"source":496,"target":540},{"source":496,"target":51},{"source":540,"target":32},{"source":497,"target":53},{"source":497,"target":541},{"source":497,"target":51},{"source":541,"target":53},{"source":498,"target":19},{"source":498,"target":542},{"source":498,"target":51},{"source":542,"target":19},{"source":499,"target":38},{"source":499,"target":543},{"source":499,"target":51},{"source":543,"target":38},{"source":500,"target":6},{"source":500,"target":544},{"source":500,"target":51},{"source":544,"target":6},{"source":501,"target":26},{"source":501,"target":545},{"source":501,"target":51},{"source":545,"target":26},{"source":502,"target":55},{"source":502,"target":546},{"source":502,"target":51},{"source":546,"target":55},{"source":503,"target":28},{"source":503,"target":547},{"source":503,"target":51},{"source":547,"target":28},{"source":504,"target":19},{"source":504,"target":548},{"source":504,"target":51},{"source":548,"target":19},{"source":505,"target":41},{"source":505,"target":549},{"source":505,"target":51},{"source":549,"target":41},{"source":506,"target":15},{"source":506,"target":550},{"source":506,"target":51},{"source":550,"target":15},{"source":507,"target":53},{"source":507,"target":551},{"source":507,"target":51},{"source":551,"target":53},{"source":508,"target":32},{"source":508,"target":552},{"source":508,"target":51},{"source":552,"target":32},{"source":509,"target":24},{"source":509,"target":553},{"source":509,"target":51},{"source":553,"target":24},{"source":510,"target":30},{"source":510,"target":554},{"source":510,"target":51},{"source":554,"target":30},{"source":511,"target":16},{"source":511,"target":555},{"source":511,"target":51},{"source":555,"target":16},{"source":512,"target":54},{"source":513,"target":8},{"source":52,"target":0},{"source":52,"target":10},{"source":52,"target":40},{"source":52,"target":556},{"source":52,"target":557},{"source":556,"target":10},{"source":557,"target":40},{"source":53,"target":0},{"source":53,"target":18},{"source":53,"target":558},{"source":53,"target":559},{"source":558,"target":560},{"source":558,"target":53},{"source":559,"target":18},{"source":54,"target":0},{"source":54,"target":42},{"source":54,"target":43},{"source":54,"target":561},{"source":54,"target":562},{"source":54,"target":563},{"source":54,"target":564},{"source":54,"target":565},{"source":54,"target":566},{"source":54,"target":567},{"source":54,"target":568},{"source":54,"target":569},{"source":561,"target":1},{"source":561,"target":570},{"source":561,"target":54},{"source":570,"target":1},{"source":562,"target":1},{"source":562,"target":571},{"source":562,"target":54},{"source":571,"target":1},{"source":563,"target":1},{"source":563,"target":572},{"source":563,"target":54},{"source":572,"target":1},{"source":564,"target":54},{"source":564,"target":573},{"source":564,"target":54},{"source":573,"target":54},{"source":565,"target":54},{"source":565,"target":574},{"source":565,"target":54},{"source":574,"target":54},{"source":566,"target":51},{"source":566,"target":575},{"source":566,"target":54},{"source":575,"target":51},{"source":567,"target":39},{"source":567,"target":576},{"source":567,"target":54},{"source":576,"target":39},{"source":568,"target":42},{"source":569,"target":43},{"source":55,"target":0},{"source":55,"target":18},{"source":55,"target":577},{"source":55,"target":578},{"source":577,"target":81},{"source":577,"target":579},{"source":577,"target":55},{"source":579,"target":81},{"source":578,"target":18},{"source":56,"target":0},{"source":56,"target":52},{"source":56,"target":580},{"source":56,"target":581},{"source":56,"target":582},{"source":56,"target":583},{"source":56,"target":584},{"source":56,"target":585},{"source":56,"target":586},{"source":580,"target":74},{"source":580,"target":587},{"source":580,"target":56},{"source":587,"target":74},{"source":581,"target":588},{"source":581,"target":56},{"source":582,"target":76},{"source":582,"target":589},{"source":582,"target":56},{"source":589,"target":76},{"source":583,"target":590},{"source":583,"target":56},{"source":584,"target":1},{"source":584,"target":591},{"source":584,"target":56},{"source":591,"target":1},{"source":585,"target":1},{"source":585,"target":592},{"source":585,"target":56},{"source":592,"target":1},{"source":586,"target":52},{"source":57,"target":0},{"source":57,"target":10},{"source":57,"target":593},{"source":57,"target":594},{"source":57,"target":595},{"source":57,"target":596},{"source":593,"target":82},{"source":593,"target":597},{"source":593,"target":57},{"source":597,"target":82},{"source":594,"target":598},{"source":594,"target":57},{"source":595,"target":1},{"source":595,"target":599},{"source":595,"target":57},{"source":599,"target":1},{"source":596,"target":10},{"source":58,"target":0},{"source":59,"target":0},{"source":60,"target":0},{"source":61,"target":0},{"source":62,"target":0},{"source":63,"target":0},{"source":63,"target":600},{"source":63,"target":601},{"source":63,"target":602},{"source":600,"target":63},{"source":601,"target":63},{"source":602,"target":63},{"source":64,"target":0},{"source":64,"target":603},{"source":64,"target":604},{"source":603,"target":64},{"source":604,"target":64},{"source":65,"target":0},{"source":65,"target":605},{"source":65,"target":606},{"source":65,"target":607},{"source":605,"target":65},{"source":606,"target":65},{"source":607,"target":65},{"source":66,"target":0},{"source":66,"target":608},{"source":66,"target":609},{"source":66,"target":610},{"source":608,"target":66},{"source":609,"target":66},{"source":610,"target":66},{"source":67,"target":0},{"source":67,"target":611},{"source":67,"target":612},{"source":611,"target":67},{"source":612,"target":67},{"source":68,"target":0},{"source":68,"target":613},{"source":68,"target":614},{"source":68,"target":615},{"source":68,"target":616},{"source":613,"target":68},{"source":614,"target":68},{"source":615,"target":68},{"source":616,"target":68},{"source":69,"target":0},{"source":69,"target":617},{"source":69,"target":618},{"source":617,"target":69},{"source":618,"target":69},{"source":70,"target":0},{"source":70,"target":619},{"source":70,"target":620},{"source":70,"target":621},{"source":70,"target":622},{"source":619,"target":70},{"source":620,"target":70},{"source":621,"target":70},{"source":622,"target":70},{"source":71,"target":0},{"source":71,"target":623},{"source":71,"target":624},{"source":71,"target":625},{"source":71,"target":626},{"source":623,"target":71},{"source":624,"target":71},{"source":625,"target":71},{"source":626,"target":71},{"source":72,"target":0},{"source":72,"target":627},{"source":72,"target":628},{"source":627,"target":72},{"source":628,"target":72},{"source":73,"target":0},{"source":73,"target":629},{"source":73,"target":630},{"source":73,"target":631},{"source":629,"target":73},{"source":630,"target":73},{"source":631,"target":73},{"source":74,"target":0},{"source":74,"target":632},{"source":74,"target":633},{"source":74,"target":634},{"source":632,"target":74},{"source":633,"target":74},{"source":634,"target":74},{"source":75,"target":0},{"source":75,"target":635},{"source":75,"target":636},{"source":75,"target":637},{"source":635,"target":75},{"source":636,"target":75},{"source":637,"target":75},{"source":76,"target":0},{"source":76,"target":638},{"source":76,"target":639},{"source":76,"target":640},{"source":638,"target":76},{"source":639,"target":76},{"source":640,"target":76},{"source":77,"target":0},{"source":77,"target":641},{"source":77,"target":642},{"source":77,"target":643},{"source":641,"target":77},{"source":642,"target":77},{"source":643,"target":77},{"source":78,"target":0},{"source":78,"target":644},{"source":78,"target":645},{"source":78,"target":646},{"source":78,"target":647},{"source":644,"target":78},{"source":645,"target":78},{"source":646,"target":78},{"source":647,"target":78},{"source":79,"target":0},{"source":79,"target":648},{"source":79,"target":649},{"source":648,"target":79},{"source":649,"target":79},{"source":80,"target":0},{"source":80,"target":650},{"source":80,"target":651},{"source":80,"target":652},{"source":650,"target":80},{"source":651,"target":80},{"source":652,"target":80},{"source":81,"target":0},{"source":81,"target":653},{"source":81,"target":654},{"source":81,"target":655},{"source":653,"target":81},{"source":654,"target":81},{"source":655,"target":81},{"source":82,"target":0},{"source":82,"target":656},{"source":82,"target":657},{"source":656,"target":82},{"source":657,"target":82}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="Bug421718" nsURI="platform:/plugin/org.eclipse.m2m.atl.emftvm.tests/test-data/Regression/Bug421718.ecore"
nsPrefix="bug421718">
<eClassifiers xsi:type="ecore:EClass" name="Test">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="byteArray" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EByteArray"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/atlanmod/EMFTVM-D/tests/org.eclipse.m2m.atl.emftvm.tests/test-data/Regression/Bug421718.ecore | ecore | Bug421718
Test
byteArray | null | {"directed":true,"nodes":[{"nsPrefix":"bug421718","nsURI":"platform:/plugin/org.eclipse.m2m.atl.emftvm.tests/test-data/Regression/Bug421718.ecore","name":"Bug421718","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test","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":"byteArray","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="tpNote" nsURI="http://www.example.org/tpNote" nsPrefix="tpNote">
<eClassifiers xsi:type="ecore:EClass" name="Transition" instanceClassName="transition">
<eStructuralFeatures xsi:type="ecore:EReference" name="trigger" upperBound="-1"
eType="#//Trigger" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//MetaState"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//State"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Transition" instanceClassName="transition">
<eStructuralFeatures xsi:type="ecore:EReference" name="trigger" upperBound="-1"
eType="#//Trigger.1" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//MetaState"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//State2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Transition" instanceClassName="transition">
<eStructuralFeatures xsi:type="ecore:EReference" name="trigger" upperBound="-1"
eType="#//Trigger.2" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//MetaState"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//State"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Transition" instanceClassName="transition">
<eStructuralFeatures xsi:type="ecore:EReference" name="signalevent" upperBound="-1"
eType="#//SignalEvent.3" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//State2"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//MetaState"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Trigger">
<eStructuralFeatures xsi:type="ecore:EReference" name="signalevent" eType="#//SignalEvent"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tick" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Trigger">
<eStructuralFeatures xsi:type="ecore:EReference" name="signalevent" eType="#//SignalEvent.2"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tick" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SignalEvent">
<eStructuralFeatures xsi:type="ecore:EReference" name="signal" eType="#//Signal"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SignalEvent">
<eStructuralFeatures xsi:type="ecore:EReference" name="signal" eType="#//Signal.1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SignalEvent">
<eStructuralFeatures xsi:type="ecore:EReference" name="signal" eType="#//Signal.3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EventSignal">
<eStructuralFeatures xsi:type="ecore:EReference" name="signal" eType="#//Signal.2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SignalEvent">
<eStructuralFeatures xsi:type="ecore:EReference" name="signal" eType="#//Signal.4"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Signal">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tempUnder19" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Signal">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tempAbove21" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Signal">
<eOperations name="openedWindow"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Signal">
<eOperations name="pressed"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Signal">
<eOperations name="pressed"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Trigger">
<eStructuralFeatures xsi:type="ecore:EReference" name="signalevent" eType="#//SignalEvent.1"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eventsignal" eType="#//EventSignal"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tick" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MetaState" instanceClassName="metaState">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="state" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="standBy"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="State" instanceClassName="state">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="state" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="marche"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="State2" instanceClassName="state">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="On" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="state" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="marcheForcee"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StateMachine">
<eStructuralFeatures xsi:type="ecore:EReference" name="neweclass22" upperBound="-1"
eType="#//NewEClass22" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="state"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NewEClass22">
<eStructuralFeatures xsi:type="ecore:EReference" name="metastate" upperBound="-1"
eType="#//MetaState" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="state" upperBound="-1"
eType="#//State" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="state2" upperBound="-1"
eType="#//State2" containment="true"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/MaximeMillier/L3/COO/tpNote/model/tpNote.ecore | ecore | tpNote
Transition
transition
transition
trigger
source
target
Transition
transition
transition
trigger
source
target
Transition
transition
transition
trigger
target
source
Transition
transition
transition
signalevent
source
target
Trigger
signalevent
tick
true
Trigger
signalevent
tick
true
SignalEvent
signal
SignalEvent
signal
SignalEvent
signal
EventSignal
signal
SignalEvent
signal
Signal
tempUnder19
true
Signal
tempAbove21
true
Signal
openedWindow
Signal
pressed
Signal
pressed
Trigger
signalevent
eventsignal
tick
true
MetaState
metaState
metaState
state
standBy
State
state
state
state
marche
State2
state
state
On
state
marcheForcee
StateMachine
neweclass22
name
state
NewEClass22
metastate
state
state2 | null | {"directed":true,"nodes":[{"nsPrefix":"tpNote","nsURI":"http://www.example.org/tpNote","name":"tpNote","id":0,"eClass":"EPackage"},{"instanceTypeName":"transition","defaultValue":null,"instanceClassName":"transition","name":"Transition","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":"transition","defaultValue":null,"instanceClassName":"transition","name":"Transition","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":"transition","defaultValue":null,"instanceClassName":"transition","name":"Transition","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":"transition","defaultValue":null,"instanceClassName":"transition","name":"Transition","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trigger","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trigger","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SignalEvent","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SignalEvent","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SignalEvent","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventSignal","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SignalEvent","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Signal","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Signal","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Signal","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Signal","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Signal","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trigger","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":"metaState","defaultValue":null,"instanceClassName":"metaState","name":"MetaState","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":"state","defaultValue":null,"instanceClassName":"state","name":"State","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":"state","defaultValue":null,"instanceClassName":"state","name":"State2","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachine","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NewEClass22","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"trigger","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"trigger","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"trigger","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"signalevent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","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":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"signalevent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"tick","changeable":true,"lowerBound":0,"iD":false,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"signalevent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"tick","changeable":true,"lowerBound":0,"iD":false,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"signal","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"signal","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"signal","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"signal","changeable":true,"resolveProxies":true,"lowerBound":0,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"signal","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"tempUnder19","changeable":true,"lowerBound":0,"iD":false,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"tempAbove21","changeable":true,"lowerBound":0,"iD":false,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"openedWindow","lowerBound":0,"id":69,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"pressed","lowerBound":0,"id":70,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"pressed","lowerBound":0,"id":71,"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":"signalevent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":72,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eventsignal","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"tick","changeable":true,"lowerBound":0,"iD":false,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"standBy","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"standBy","unsettable":false,"transient":false,"unique":true,"name":"state","changeable":true,"lowerBound":0,"iD":false,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"marche","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"marche","unsettable":false,"transient":false,"unique":true,"name":"state","changeable":true,"lowerBound":0,"iD":false,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"On","changeable":true,"lowerBound":0,"iD":false,"id":82,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"marcheForcee","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"marcheForcee","unsettable":false,"transient":false,"unique":true,"name":"state","changeable":true,"lowerBound":0,"iD":false,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"neweclass22","changeable":true,"resolveProxies":true,"lowerBound":0,"id":86,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"state","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"state","unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"metastate","changeable":true,"resolveProxies":true,"lowerBound":0,"id":90,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"state","changeable":true,"resolveProxies":true,"lowerBound":0,"id":91,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"state2","changeable":true,"resolveProxies":true,"lowerBound":0,"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":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":1,"target":0},{"source":1,"target":23},{"source":1,"target":24},{"source":1,"target":25},{"source":23,"target":5},{"source":23,"target":26},{"source":23,"target":1},{"source":26,"target":5},{"source":24,"target":18},{"source":24,"target":27},{"source":24,"target":1},{"source":27,"target":18},{"source":25,"target":19},{"source":25,"target":28},{"source":25,"target":1},{"source":28,"target":19},{"source":2,"target":0},{"source":2,"target":29},{"source":2,"target":30},{"source":2,"target":31},{"source":29,"target":6},{"source":29,"target":32},{"source":29,"target":2},{"source":32,"target":6},{"source":30,"target":18},{"source":30,"target":33},{"source":30,"target":2},{"source":33,"target":18},{"source":31,"target":20},{"source":31,"target":34},{"source":31,"target":2},{"source":34,"target":20},{"source":3,"target":0},{"source":3,"target":35},{"source":3,"target":36},{"source":3,"target":37},{"source":35,"target":17},{"source":35,"target":38},{"source":35,"target":3},{"source":38,"target":17},{"source":36,"target":18},{"source":36,"target":39},{"source":36,"target":3},{"source":39,"target":18},{"source":37,"target":19},{"source":37,"target":40},{"source":37,"target":3},{"source":40,"target":19},{"source":4,"target":0},{"source":4,"target":41},{"source":4,"target":42},{"source":4,"target":43},{"source":41,"target":11},{"source":41,"target":44},{"source":41,"target":4},{"source":44,"target":11},{"source":42,"target":20},{"source":42,"target":45},{"source":42,"target":4},{"source":45,"target":20},{"source":43,"target":18},{"source":43,"target":46},{"source":43,"target":4},{"source":46,"target":18},{"source":5,"target":0},{"source":5,"target":47},{"source":5,"target":48},{"source":47,"target":7},{"source":47,"target":49},{"source":47,"target":5},{"source":49,"target":7},{"source":48,"target":50},{"source":48,"target":5},{"source":6,"target":0},{"source":6,"target":51},{"source":6,"target":52},{"source":51,"target":9},{"source":51,"target":53},{"source":51,"target":6},{"source":53,"target":9},{"source":52,"target":54},{"source":52,"target":6},{"source":7,"target":0},{"source":7,"target":55},{"source":55,"target":12},{"source":55,"target":56},{"source":55,"target":7},{"source":56,"target":12},{"source":8,"target":0},{"source":8,"target":57},{"source":57,"target":13},{"source":57,"target":58},{"source":57,"target":8},{"source":58,"target":13},{"source":9,"target":0},{"source":9,"target":59},{"source":59,"target":15},{"source":59,"target":60},{"source":59,"target":9},{"source":60,"target":15},{"source":10,"target":0},{"source":10,"target":61},{"source":61,"target":14},{"source":61,"target":62},{"source":61,"target":10},{"source":62,"target":14},{"source":11,"target":0},{"source":11,"target":63},{"source":63,"target":16},{"source":63,"target":64},{"source":63,"target":11},{"source":64,"target":16},{"source":12,"target":0},{"source":12,"target":65},{"source":65,"target":66},{"source":65,"target":12},{"source":13,"target":0},{"source":13,"target":67},{"source":67,"target":68},{"source":67,"target":13},{"source":14,"target":0},{"source":14,"target":69},{"source":69,"target":14},{"source":15,"target":0},{"source":15,"target":70},{"source":70,"target":15},{"source":16,"target":0},{"source":16,"target":71},{"source":71,"target":16},{"source":17,"target":0},{"source":17,"target":72},{"source":17,"target":73},{"source":17,"target":74},{"source":72,"target":8},{"source":72,"target":75},{"source":72,"target":17},{"source":75,"target":8},{"source":73,"target":10},{"source":73,"target":76},{"source":73,"target":17},{"source":76,"target":10},{"source":74,"target":77},{"source":74,"target":17},{"source":18,"target":0},{"source":18,"target":78},{"source":78,"target":79},{"source":78,"target":18},{"source":19,"target":0},{"source":19,"target":80},{"source":80,"target":81},{"source":80,"target":19},{"source":20,"target":0},{"source":20,"target":82},{"source":20,"target":83},{"source":82,"target":84},{"source":82,"target":20},{"source":83,"target":85},{"source":83,"target":20},{"source":21,"target":0},{"source":21,"target":86},{"source":21,"target":87},{"source":86,"target":22},{"source":86,"target":88},{"source":86,"target":21},{"source":88,"target":22},{"source":87,"target":89},{"source":87,"target":21},{"source":22,"target":0},{"source":22,"target":90},{"source":22,"target":91},{"source":22,"target":92},{"source":90,"target":18},{"source":90,"target":93},{"source":90,"target":22},{"source":93,"target":18},{"source":91,"target":19},{"source":91,"target":94},{"source":91,"target":22},{"source":94,"target":19},{"source":92,"target":20},{"source":92,"target":95},{"source":92,"target":22},{"source":95,"target":20}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="td1Exo3" nsURI="http://www.example.org/td1Exo3" nsPrefix="td1Exo3">
<eClassifiers xsi:type="ecore:EClass" name="Hotel"/>
<eClassifiers xsi:type="ecore:EClass" name="Chambre"/>
<eClassifiers xsi:type="ecore:EEnum" name="NewEnum1"/>
<eClassifiers xsi:type="ecore:EClass" name="NewEClass3"/>
<eClassifiers xsi:type="ecore:EClass" name="NewEClass4"/>
</ecore:EPackage>
| github:ecore:/data/Mialus/M2/idm/td1Exo3/model/td1Exo3.ecore | ecore | td1Exo3
Hotel
Chambre
NewEnum1
NewEClass3
NewEClass4 | null | {"directed":true,"nodes":[{"nsPrefix":"td1Exo3","nsURI":"http://www.example.org/td1Exo3","name":"td1Exo3","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Hotel","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Chambre","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NewEnum1","instanceClass":null,"id":3,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NewEClass3","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NewEClass4","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":1,"target":0},{"source":2,"target":0},{"source":3,"target":0},{"source":4,"target":0},{"source":5,"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="cst" nsURI="http://www.example.org/cst" nsPrefix="cst">
<eClassifiers xsi:type="ecore:EClass" name="Expr" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="Cst" eSuperTypes="#//Expr">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/manuelleduc/workspace-cold-gemoc/Cst.as/model/cst.ecore | ecore | cst
Expr
Cst
value | null | {"directed":true,"nodes":[{"nsPrefix":"cst","nsURI":"http://www.example.org/cst","name":"cst","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expr","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Cst","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":3,"derived":false},{"id":4,"eClass":"EGenericType"},{"id":5,"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":2,"target":4},{"source":3,"target":5},{"source":3,"target":2},{"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="traceabilitymodel"
nsURI="http://org.eclipse.mofscript.traceabilitymodel" nsPrefix="traceabilitymodel">
<eClassifiers xsi:type="ecore:EClass" name="ModelElementRef">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ID" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral=""/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral=""/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="featureRef" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="uri" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral=""/>
<eStructuralFeatures xsi:type="ecore:EReference" name="metaModel" eType="#//MetaModel"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Trace">
<eStructuralFeatures xsi:type="ecore:EReference" name="segment" lowerBound="1"
eType="#//TraceableSegment"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceOperationID" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceOperationName" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/>
<eStructuralFeatures xsi:type="ecore:EReference" name="originatinElement" lowerBound="1"
eType="#//ModelElementRef"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="specificationName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral=""/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TraceableSegment">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="startPos" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="endPos" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="startLine" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="endLine" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="startColumn" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="endColumn" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Block">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ID" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral=""/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="startPos" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="endPos" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="protectedBlock" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="traceablesegment" lowerBound="1"
upperBound="-1" eType="#//TraceableSegment" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="startLine" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="startColumn" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="endColumn" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="endLine" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TraceModel">
<eStructuralFeatures xsi:type="ecore:EReference" name="trace" upperBound="-1"
eType="#//Trace" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="files" upperBound="-1"
eType="#//File" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="modelElementRefs" upperBound="-1"
eType="#//ModelElementRef" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="metaModels" upperBound="-1"
eType="#//MetaModel" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="File">
<eStructuralFeatures xsi:type="ecore:EReference" name="blocks" upperBound="-1"
eType="#//Block" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ID" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral=""/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral=""/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="URI" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral=""/>
</eClassifiers>
<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"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nsUri" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/KybeleResearch/i-trace/iTrace.ui/src/iTrace/ui/transformations/resources/traceabilitymodel.ecore | ecore | traceabilitymodel
ModelElementRef
ID
name
featureRef
uri
metaModel
Trace
segment
sourceOperationID
sourceOperationName
originatinElement
specificationName
TraceableSegment
startPos
endPos
startLine
endLine
startColumn
endColumn
Block
ID
startPos
endPos
protectedBlock
traceablesegment
startLine
startColumn
endColumn
endLine
TraceModel
trace
files
modelElementRefs
metaModels
File
blocks
ID
name
URI
MetaModel
name
nsUri | null | {"directed":true,"nodes":[{"nsPrefix":"traceabilitymodel","nsURI":"http://org.eclipse.mofscript.traceabilitymodel","name":"traceabilitymodel","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelElementRef","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trace","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TraceableSegment","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Block","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TraceModel","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"File","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetaModel","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"ID","changeable":true,"lowerBound":1,"iD":false,"id":8,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":9,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"featureRef","changeable":true,"lowerBound":1,"iD":false,"id":10,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"uri","changeable":true,"lowerBound":1,"iD":false,"id":11,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"metaModel","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"},{"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":"segment","changeable":true,"resolveProxies":true,"lowerBound":1,"id":18,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"sourceOperationID","changeable":true,"lowerBound":1,"iD":false,"id":19,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"sourceOperationName","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":"originatinElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":21,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"specificationName","changeable":true,"lowerBound":0,"iD":false,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"startPos","changeable":true,"lowerBound":1,"iD":false,"id":28,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"endPos","changeable":true,"lowerBound":1,"iD":false,"id":29,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"startLine","changeable":true,"lowerBound":1,"iD":false,"id":30,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"endLine","changeable":true,"lowerBound":1,"iD":false,"id":31,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"startColumn","changeable":true,"lowerBound":1,"iD":false,"id":32,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"endColumn","changeable":true,"lowerBound":1,"iD":false,"id":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"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"ID","changeable":true,"lowerBound":1,"iD":false,"id":40,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"startPos","changeable":true,"lowerBound":1,"iD":false,"id":41,"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":"endPos","changeable":true,"lowerBound":1,"iD":false,"id":42,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"protectedBlock","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":true,"unsettable":false,"transient":false,"unique":true,"name":"traceablesegment","changeable":true,"resolveProxies":true,"lowerBound":1,"id":44,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"startLine","changeable":true,"lowerBound":1,"iD":false,"id":45,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"startColumn","changeable":true,"lowerBound":1,"iD":false,"id":46,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"endColumn","changeable":true,"lowerBound":1,"iD":false,"id":47,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"endLine","changeable":true,"lowerBound":1,"iD":false,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"trace","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":"files","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modelElementRefs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":60,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"metaModels","changeable":true,"resolveProxies":true,"lowerBound":0,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"container":false,"ordered":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":66,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"ID","changeable":true,"lowerBound":1,"iD":false,"id":67,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":68,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"URI","changeable":true,"lowerBound":1,"iD":false,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":74,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nsUri","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":1,"target":0},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":8,"target":13},{"source":8,"target":1},{"source":9,"target":14},{"source":9,"target":1},{"source":10,"target":15},{"source":10,"target":1},{"source":11,"target":16},{"source":11,"target":1},{"source":12,"target":7},{"source":12,"target":17},{"source":12,"target":1},{"source":17,"target":7},{"source":2,"target":0},{"source":2,"target":18},{"source":2,"target":19},{"source":2,"target":20},{"source":2,"target":21},{"source":2,"target":22},{"source":18,"target":3},{"source":18,"target":23},{"source":18,"target":2},{"source":23,"target":3},{"source":19,"target":24},{"source":19,"target":2},{"source":20,"target":25},{"source":20,"target":2},{"source":21,"target":1},{"source":21,"target":26},{"source":21,"target":2},{"source":26,"target":1},{"source":22,"target":27},{"source":22,"target":2},{"source":3,"target":0},{"source":3,"target":28},{"source":3,"target":29},{"source":3,"target":30},{"source":3,"target":31},{"source":3,"target":32},{"source":3,"target":33},{"source":28,"target":34},{"source":28,"target":3},{"source":29,"target":35},{"source":29,"target":3},{"source":30,"target":36},{"source":30,"target":3},{"source":31,"target":37},{"source":31,"target":3},{"source":32,"target":38},{"source":32,"target":3},{"source":33,"target":39},{"source":33,"target":3},{"source":4,"target":0},{"source":4,"target":40},{"source":4,"target":41},{"source":4,"target":42},{"source":4,"target":43},{"source":4,"target":44},{"source":4,"target":45},{"source":4,"target":46},{"source":4,"target":47},{"source":4,"target":48},{"source":40,"target":49},{"source":40,"target":4},{"source":41,"target":50},{"source":41,"target":4},{"source":42,"target":51},{"source":42,"target":4},{"source":43,"target":52},{"source":43,"target":4},{"source":44,"target":3},{"source":44,"target":53},{"source":44,"target":4},{"source":53,"target":3},{"source":45,"target":54},{"source":45,"target":4},{"source":46,"target":55},{"source":46,"target":4},{"source":47,"target":56},{"source":47,"target":4},{"source":48,"target":57},{"source":48,"target":4},{"source":5,"target":0},{"source":5,"target":58},{"source":5,"target":59},{"source":5,"target":60},{"source":5,"target":61},{"source":58,"target":2},{"source":58,"target":62},{"source":58,"target":5},{"source":62,"target":2},{"source":59,"target":6},{"source":59,"target":63},{"source":59,"target":5},{"source":63,"target":6},{"source":60,"target":1},{"source":60,"target":64},{"source":60,"target":5},{"source":64,"target":1},{"source":61,"target":7},{"source":61,"target":65},{"source":61,"target":5},{"source":65,"target":7},{"source":6,"target":0},{"source":6,"target":66},{"source":6,"target":67},{"source":6,"target":68},{"source":6,"target":69},{"source":66,"target":4},{"source":66,"target":70},{"source":66,"target":6},{"source":70,"target":4},{"source":67,"target":71},{"source":67,"target":6},{"source":68,"target":72},{"source":68,"target":6},{"source":69,"target":73},{"source":69,"target":6},{"source":7,"target":0},{"source":7,"target":74},{"source":7,"target":75},{"source":74,"target":76},{"source":74,"target":7},{"source":75,"target":77},{"source":75,"target":7}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmlns: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:version="2.0" name="org" nsURI="http://www.tu-dresden.de" nsPrefix="tudresden">
<eSubpackages name="ocl20" nsURI="http://www.tu-dresden.de/ocl20" nsPrefix="ocl20">
<eSubpackages name="pivot" nsURI="http://www.tu-dresden.de/ocl20/pivot" nsPrefix="dresdenocl">
<eSubpackages name="examples" nsURI="http://www.tu-dresden.de/ocl20/pivot/examples" nsPrefix="examples">
<eSubpackages name="pml" nsURI="http://www.tu-dresden.de/ocl20/pivot/examples/pml" nsPrefix="pml">
<eClassifiers xsi:type="ecore:EClass" name="Feature">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="plugins" upperBound="-1" eType="#//ocl20/pivot/examples/pml/Plugin" containment="true" eOpposite="#//ocl20/pivot/examples/pml/Plugin/feature"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Plugin">
<eOperations name="getNameOf" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eParameters name="feature" eType="#//ocl20/pivot/examples/pml/Feature"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="provider" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="feature" eType="#//ocl20/pivot/examples/pml/Feature" eOpposite="#//ocl20/pivot/examples/pml/Feature/plugins"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="extensionPoints" upperBound="-1" eType="#//ocl20/pivot/examples/pml/ExtensionPoint" containment="true" eOpposite="#//ocl20/pivot/examples/pml/ExtensionPoint/plugin"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="extensions" upperBound="-1" eType="#//ocl20/pivot/examples/pml/Extension" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="activator" lowerBound="1" eType="#//ocl20/pivot/examples/pml/JavaType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExtensionPoint">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="plugin" lowerBound="1" eType="#//ocl20/pivot/examples/pml/Plugin" transient="true" eOpposite="#//ocl20/pivot/examples/pml/Plugin/extensionPoints"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="interface" lowerBound="1" eType="#//ocl20/pivot/examples/pml/JavaType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Extension">
<eStructuralFeatures xsi:type="ecore:EReference" name="implementation" eType="#//ocl20/pivot/examples/pml/JavaType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="extensionPoint" lowerBound="1" eType="#//ocl20/pivot/examples/pml/ExtensionPoint"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="JavaType">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fullyQualifiedName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="implements" upperBound="-1" eType="#//ocl20/pivot/examples/pml/JavaType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="operations" upperBound="-1" eType="#//ocl20/pivot/examples/pml/Operation" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Operation">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="returnType" lowerBound="1" eType="#//ocl20/pivot/examples/pml/JavaType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//ocl20/pivot/examples/pml/Parameter" containment="true" eOpposite="#//ocl20/pivot/examples/pml/Parameter/operation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="myType" lowerBound="1" eType="#//ocl20/pivot/examples/pml/JavaType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Parameter">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//ocl20/pivot/examples/pml/JavaType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="operation" lowerBound="1" eType="#//ocl20/pivot/examples/pml/Operation" transient="true" eOpposite="#//ocl20/pivot/examples/pml/Operation/parameters"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PluginPackage">
<eStructuralFeatures xsi:type="ecore:EReference" name="plugins" upperBound="-1" eType="#//ocl20/pivot/examples/pml/Plugin" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="types" upperBound="-1" eType="#//ocl20/pivot/examples/pml/JavaType" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="features" upperBound="-1" eType="#//ocl20/pivot/examples/pml/Feature" containment="true"/>
</eClassifiers>
</eSubpackages>
</eSubpackages>
</eSubpackages>
</eSubpackages>
</ecore:EPackage>
| github:ecore:/data/dresden-ocl/dresdenocl/plugins/org.dresdenocl.examples.pml/model/pml.ecore | ecore | org
ocl20
pivot
examples
pml
Feature
id
name
version
plugins
Plugin
getNameOf
feature
id
name
version
provider
feature
extensionPoints
extensions
activator
ExtensionPoint
id
plugin
interface
Extension
implementation
extensionPoint
JavaType
fullyQualifiedName
implements
operations
Operation
name
returnType
parameters
myType
Parameter
name
type
operation
PluginPackage
plugins
types
features | null | {"directed":true,"nodes":[{"nsPrefix":"tudresden","nsURI":"http://www.tu-dresden.de","name":"org","id":0,"eClass":"EPackage"},{"nsPrefix":"ocl20","nsURI":"http://www.tu-dresden.de/ocl20","name":"ocl20","id":1,"eClass":"EPackage"},{"nsPrefix":"dresdenocl","nsURI":"http://www.tu-dresden.de/ocl20/pivot","name":"pivot","id":2,"eClass":"EPackage"},{"nsPrefix":"examples","nsURI":"http://www.tu-dresden.de/ocl20/pivot/examples","name":"examples","id":3,"eClass":"EPackage"},{"nsPrefix":"pml","nsURI":"http://www.tu-dresden.de/ocl20/pivot/examples/pml","name":"pml","id":4,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Plugin","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionPoint","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extension","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JavaType","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PluginPackage","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":13,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":14,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":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":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":"plugins","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"feature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"getNameOf","lowerBound":0,"id":22,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":24,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"version","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":"provider","changeable":true,"lowerBound":0,"iD":false,"id":26,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"extensionPoints","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":"extensions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"activator","changeable":true,"resolveProxies":true,"lowerBound":1,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":0,"id":31,"many":false,"required":false,"eClass":"EParameter"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"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":"plugin","changeable":true,"resolveProxies":true,"lowerBound":1,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":42,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"interface","changeable":true,"resolveProxies":true,"lowerBound":1,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"implementation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"extensionPoint","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"fullyQualifiedName","changeable":true,"lowerBound":0,"iD":false,"id":51,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"implements","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":"operations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"returnType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":58,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","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":"myType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"operation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":66,"derived":false},{"container":false,"ordered":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":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"plugins","changeable":true,"resolveProxies":true,"lowerBound":0,"id":71,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"types","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":"features","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":1,"target":2},{"source":1,"target":0},{"source":2,"target":3},{"source":2,"target":1},{"source":3,"target":4},{"source":3,"target":2},{"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":3},{"source":5,"target":4},{"source":5,"target":13},{"source":5,"target":14},{"source":5,"target":15},{"source":5,"target":16},{"source":13,"target":17},{"source":13,"target":5},{"source":14,"target":18},{"source":14,"target":5},{"source":15,"target":19},{"source":15,"target":5},{"source":16,"target":6},{"source":16,"target":20},{"source":16,"target":5},{"source":16,"target":21},{"source":20,"target":6},{"source":6,"target":4},{"source":6,"target":22},{"source":6,"target":23},{"source":6,"target":24},{"source":6,"target":25},{"source":6,"target":26},{"source":6,"target":21},{"source":6,"target":27},{"source":6,"target":28},{"source":6,"target":29},{"source":22,"target":30},{"source":22,"target":6},{"source":22,"target":31},{"source":31,"target":5},{"source":31,"target":32},{"source":31,"target":22},{"source":32,"target":5},{"source":23,"target":33},{"source":23,"target":6},{"source":24,"target":34},{"source":24,"target":6},{"source":25,"target":35},{"source":25,"target":6},{"source":26,"target":36},{"source":26,"target":6},{"source":21,"target":5},{"source":21,"target":37},{"source":21,"target":6},{"source":21,"target":16},{"source":37,"target":5},{"source":27,"target":7},{"source":27,"target":38},{"source":27,"target":6},{"source":27,"target":39},{"source":38,"target":7},{"source":28,"target":8},{"source":28,"target":40},{"source":28,"target":6},{"source":40,"target":8},{"source":29,"target":9},{"source":29,"target":41},{"source":29,"target":6},{"source":41,"target":9},{"source":7,"target":4},{"source":7,"target":42},{"source":7,"target":39},{"source":7,"target":43},{"source":42,"target":44},{"source":42,"target":7},{"source":39,"target":6},{"source":39,"target":45},{"source":39,"target":7},{"source":39,"target":27},{"source":45,"target":6},{"source":43,"target":9},{"source":43,"target":46},{"source":43,"target":7},{"source":46,"target":9},{"source":8,"target":4},{"source":8,"target":47},{"source":8,"target":48},{"source":47,"target":9},{"source":47,"target":49},{"source":47,"target":8},{"source":49,"target":9},{"source":48,"target":7},{"source":48,"target":50},{"source":48,"target":8},{"source":50,"target":7},{"source":9,"target":4},{"source":9,"target":51},{"source":9,"target":52},{"source":9,"target":53},{"source":51,"target":54},{"source":51,"target":9},{"source":52,"target":9},{"source":52,"target":55},{"source":52,"target":9},{"source":55,"target":9},{"source":53,"target":10},{"source":53,"target":56},{"source":53,"target":9},{"source":56,"target":10},{"source":10,"target":4},{"source":10,"target":57},{"source":10,"target":58},{"source":10,"target":59},{"source":10,"target":60},{"source":57,"target":61},{"source":57,"target":10},{"source":58,"target":9},{"source":58,"target":62},{"source":58,"target":10},{"source":62,"target":9},{"source":59,"target":11},{"source":59,"target":63},{"source":59,"target":10},{"source":59,"target":64},{"source":63,"target":11},{"source":60,"target":9},{"source":60,"target":65},{"source":60,"target":10},{"source":65,"target":9},{"source":11,"target":4},{"source":11,"target":66},{"source":11,"target":67},{"source":11,"target":64},{"source":66,"target":68},{"source":66,"target":11},{"source":67,"target":9},{"source":67,"target":69},{"source":67,"target":11},{"source":69,"target":9},{"source":64,"target":10},{"source":64,"target":70},{"source":64,"target":11},{"source":64,"target":59},{"source":70,"target":10},{"source":12,"target":4},{"source":12,"target":71},{"source":12,"target":72},{"source":12,"target":73},{"source":71,"target":6},{"source":71,"target":74},{"source":71,"target":12},{"source":74,"target":6},{"source":72,"target":9},{"source":72,"target":75},{"source":72,"target":12},{"source":75,"target":9},{"source":73,"target":5},{"source":73,"target":76},{"source":73,"target":12},{"source":76,"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="packagename"
nsURI="packageuri" nsPrefix="packageprefix">
<eClassifiers xsi:type="ecore:EClass" name="class1"/>
<eClassifiers xsi:type="ecore:EClass" name="class2"/>
<eClassifiers xsi:type="ecore:EClass" name="class3"/>
<eClassifiers xsi:type="ecore:EClass" name="class4"/>
<eClassifiers xsi:type="ecore:EEnum" name="MyEnum"/>
</ecore:EPackage>
| github:ecore:/data/eclipse/acceleo/tests/org.eclipse.acceleo.traceability.tests/data/model/model.ecore | ecore | packagename
class1
class2
class3
class4
MyEnum | null | {"directed":true,"nodes":[{"nsPrefix":"packageprefix","nsURI":"packageuri","name":"packagename","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"class1","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"class2","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"class3","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"class4","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MyEnum","instanceClass":null,"id":5,"serializable":true,"eClass":"EEnum"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":1,"target":0},{"source":2,"target":0},{"source":3,"target":0},{"source":4,"target":0},{"source":5,"target":0}],"multigraph":true} |
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="table" nsURI="http://www.eclipse.org/sirius/table/1.1.0" nsPrefix="table">
<eClassifiers xsi:type="ecore:EClass" name="DTable" eSuperTypes="../../org.eclipse.sirius/model/viewpoint.ecore#//DRepresentation #//LineContainer">
<eStructuralFeatures xsi:type="ecore:EReference" name="columns" upperBound="-1"
eType="#//DColumn" containment="true" eOpposite="#//DColumn/table"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="headerColumnWidth" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="description" eType="#//description/TableDescription"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DTableElement" abstract="true" eSuperTypes="../../org.eclipse.sirius/model/viewpoint.ecore#//DRepresentationElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="tableElementMapping" eType="#//description/TableMapping"
changeable="false" volatile="true" transient="true" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The mapping of the element."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LineContainer" abstract="true" eSuperTypes="../../org.eclipse.sirius/model/viewpoint.ecore#//DSemanticDecorator">
<eStructuralFeatures xsi:type="ecore:EReference" name="lines" upperBound="-1"
eType="#//DLine" containment="true" eOpposite="#//DLine/container"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DLine" eSuperTypes="#//LineContainer #//DTableElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="originMapping" lowerBound="1"
eType="#//description/LineMapping"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="visible" lowerBound="1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"
defaultValueLiteral="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="collapsed" lowerBound="1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"
defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="cells" upperBound="-1"
eType="#//DCell" containment="true" eOpposite="#//DCell/line">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="List of cells of this line. This list does not necessarily have as many cells as there are columns. Indeed, the «blank cells» are not created."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="container" eType="#//LineContainer"
eOpposite="#//LineContainer/lines"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="orderedCells" upperBound="-1"
eType="#//DCell" changeable="false" volatile="true" transient="true" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Same list as "cells" but sorted according to the order of columns."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="currentStyle" eType="#//DTableElementStyle"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Stores the best style of the LineMapping style updater : 
* The first conditional foreground style (with predicate expression that returns true), otherwise the default foreground style.
* The first conditional background style (with predicate expression that returns true), otherwise the default background style."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DCell" eSuperTypes="../../org.eclipse.sirius/model/viewpoint.ecore#//DSemanticDecorator #//DTableElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="line" eType="#//DLine"
eOpposite="#//DLine/cells"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="column" eType="#//DColumn"
eOpposite="#//DColumn/cells"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="currentStyle" eType="#//DCellStyle"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Stores the best style of the IntersectionMapping style updater and ColumnMapping style updater :
* Foreground
** The first conditional foreground style of the cell (with predicate expression that returns true). In this case the foregroundStyleOrigin references the intersection mapping and the defaultForegroundStyle is equal false.
** Otherwise the first conditional foreground style of the column (with predicate expression that returns true). In this case the foregroundStyleOrigin references the column mapping and the defaultForegroundStyle is equal false.
** Otherwise, if it exists, the default foreground style of the cell. In this case the foregroundStyleOrigin references the intersection mapping and the defaultForegroundStyle is equal true.
** Otherwise, if the default foreground style of the column uses variable color, the default foreground style of the column. In this case the foregroundStyleOrigin references the column mapping and the defaultForegroundStyle is equal true.
* Background
** The first conditional background style of the cell (with predicate expression that returns true). In this case the backgroundStyleOrigin references the intersection mapping and the defaultBackgroundStyle is equal false.
** Otherwise the first conditional background style of the column (with predicate expression that returns true). In this case the backgroundStyleOrigin references the column mapping and the defaultBackgroundStyle is equal false.
** Otherwise, if it exists, the default background style of the cell. In this case the backgroundStyleOrigin references the intersection mapping and the defaultBackgroundStyle is equal true.
** Otherwise, if the default background style of the column uses variable color, the default background style of the column. In this case the backgroundStyleOrigin references the column mapping and the defaultBackgroundStyle is equal true."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="updater" eType="#//description/CellUpdater"
volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="intersectionMapping" eType="#//description/IntersectionMapping"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DCellStyle" eSuperTypes="#//DTableElementStyle">
<eStructuralFeatures xsi:type="ecore:EReference" name="foregroundStyleOrigin"
eType="#//description/TableMapping">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Needed to know the origin of the foreground part of this DCellStyle to respect the style priority rules between Cell, Line and Column.
This TableMapping can be only an IntersectionMapping or a ColumnMapping."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="backgroundStyleOrigin"
eType="#//description/TableMapping">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Needed to know the origin of the background part of this DCellStyle to respect the style priority rules between Cell, Line and Column.
This TableMapping can be only an IntersectionMapping or a ColumnMapping."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DColumn" abstract="true" eSuperTypes="#//DTableElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="cells" upperBound="-1"
eType="#//DCell" eOpposite="#//DCell/column">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="List of cells of this column. This list does not necessarily have as many cells as there are lines. Indeed, the «blank cells» are not created."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="originMapping" lowerBound="1"
eType="#//description/ColumnMapping"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="table" eType="#//DTable"
eOpposite="#//DTable/columns"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="orderedCells" upperBound="-1"
eType="#//DCell" changeable="false" volatile="true" transient="true" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Same list as a"cells" but sorted according to the order of lines."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="visible" lowerBound="1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"
defaultValueLiteral="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="width" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="currentStyle" eType="#//DTableElementStyle"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Stores the best style of the ColumnMapping style updater :
* The best style is only the default foreground style and the default background style (and only if the color use for it is not with variable parts: ComputedColor or InterpolatedColor). 
* We can not store the result of the conditional styles (foreground and background) because the predicateExpression depend on the semantic element of each line."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DTargetColumn" eSuperTypes="../../org.eclipse.sirius/model/viewpoint.ecore#//DSemanticDecorator #//DColumn"/>
<eClassifiers xsi:type="ecore:EClass" name="DFeatureColumn" eSuperTypes="#//DColumn">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="featureName" lowerBound="1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DTableElementSynchronizer" abstract="true">
<eOperations name="refresh">
<eParameters name="cell" lowerBound="1" eType="#//DCell"/>
</eOperations>
<eOperations name="refresh">
<eParameters name="column" lowerBound="1" eType="#//DColumn"/>
</eOperations>
<eOperations name="refresh">
<eParameters name="line" lowerBound="1" eType="#//DLine"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DTableElementStyle">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="labelSize" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"
defaultValueLiteral="8">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The font size."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="labelFormat" upperBound="4"
eType="ecore:EEnum ../../org.eclipse.sirius/model/viewpoint.ecore#//FontFormat">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The font format."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultForegroundStyle"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"
defaultValueLiteral="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Determine if the foreground part of the style is computed from a conditional style or not (default style)."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultBackgroundStyle"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"
defaultValueLiteral="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Determine if the background part of the style is computed from a conditional style or not (default style)."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="foregroundColor" eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//RGBValues"
defaultValueLiteral="0,0,0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="backgroundColor" eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//RGBValues"
defaultValueLiteral="255,255,255"/>
</eClassifiers>
<eSubpackages name="description" nsURI="http://www.eclipse.org/sirius/table/description/1.1.0"
nsPrefix="description">
<eClassifiers xsi:type="ecore:EClass" name="TableDescription" abstract="true"
eSuperTypes="../../org.eclipse.sirius/model/viewpoint.ecore#//description/RepresentationDescription ../../org.eclipse.sirius/model/viewpoint.ecore#//description/DocumentedElement ../../org.eclipse.sirius/model/viewpoint.ecore#//description/EndUserDocumentedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="preconditionExpression"
eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/InterpretedExpression"
defaultValueLiteral="">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The precondition (Acceleo Expression)."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="boolean"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="domainClass" lowerBound="1"
eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/TypeName"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedRepresentationCreationDescriptions"
upperBound="-1" eType="ecore:EClass ../../org.eclipse.sirius/model/viewpoint.ecore#//description/tool/RepresentationCreationDescription"
containment="true" eKeys="../../org.eclipse.sirius/model/viewpoint.ecore#//description/IdentifiedElement/name">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="All tools of the section."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="reusedRepresentationCreationDescriptions"
upperBound="-1" eType="ecore:EClass ../../org.eclipse.sirius/model/viewpoint.ecore#//description/tool/RepresentationCreationDescription"
eKeys="../../org.eclipse.sirius/model/viewpoint.ecore#//description/IdentifiedElement/name">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="All tools of the section."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="allRepresentationCreationDescriptions"
upperBound="-1" eType="ecore:EClass ../../org.eclipse.sirius/model/viewpoint.ecore#//description/tool/RepresentationCreationDescription"
changeable="false" volatile="true" transient="true" derived="true" eKeys="../../org.eclipse.sirius/model/viewpoint.ecore#//description/IdentifiedElement/name">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="All tools of the section."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedRepresentationNavigationDescriptions"
upperBound="-1" eType="ecore:EClass ../../org.eclipse.sirius/model/viewpoint.ecore#//description/tool/RepresentationNavigationDescription"
containment="true" eKeys="../../org.eclipse.sirius/model/viewpoint.ecore#//description/IdentifiedElement/name">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="All navigation tools."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="reusedRepresentationNavigationDescriptions"
upperBound="-1" eType="ecore:EClass ../../org.eclipse.sirius/model/viewpoint.ecore#//description/tool/RepresentationNavigationDescription"
eKeys="../../org.eclipse.sirius/model/viewpoint.ecore#//description/IdentifiedElement/name">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="All navigation tools."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="allRepresentationNavigationDescriptions"
upperBound="-1" eType="ecore:EClass ../../org.eclipse.sirius/model/viewpoint.ecore#//description/tool/RepresentationNavigationDescription"
changeable="false" volatile="true" transient="true" derived="true" eKeys="../../org.eclipse.sirius/model/viewpoint.ecore#//description/IdentifiedElement/name">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="All navigation tools."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedLineMappings" lowerBound="1"
upperBound="-1" eType="#//description/LineMapping" containment="true" eKeys="../../org.eclipse.sirius/model/viewpoint.ecore#//description/IdentifiedElement/name"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="reusedLineMappings" upperBound="-1"
eType="#//description/LineMapping" eKeys="../../org.eclipse.sirius/model/viewpoint.ecore#//description/IdentifiedElement/name"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="allLineMappings" lowerBound="1"
upperBound="-1" eType="#//description/LineMapping" changeable="false" volatile="true"
transient="true" eKeys="../../org.eclipse.sirius/model/viewpoint.ecore#//description/IdentifiedElement/name"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedCreateLine" upperBound="-1"
eType="#//description/CreateLineTool" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="reusedCreateLine" upperBound="-1"
eType="#//description/CreateLineTool"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="allCreateLine" upperBound="-1"
eType="#//description/CreateLineTool" changeable="false" volatile="true"
transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="initialHeaderColumnWidth"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The initial width of the column header (calculated if not available)."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="importedElements" upperBound="-1"
eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EditionTableDescription" eSuperTypes="#//description/TableDescription">
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedColumnMappings"
lowerBound="1" upperBound="-1" eType="#//description/FeatureColumnMapping"
containment="true" eKeys="../../org.eclipse.sirius/model/viewpoint.ecore#//description/IdentifiedElement/name"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="reusedColumnMappings"
upperBound="-1" eType="#//description/FeatureColumnMapping" eKeys="../../org.eclipse.sirius/model/viewpoint.ecore#//description/IdentifiedElement/name"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="allColumnMappings" lowerBound="1"
upperBound="-1" eType="#//description/FeatureColumnMapping" changeable="false"
volatile="true" transient="true" derived="true" eKeys="../../org.eclipse.sirius/model/viewpoint.ecore#//description/IdentifiedElement/name"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CrossTableDescription" eSuperTypes="#//description/TableDescription">
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedColumnMappings"
lowerBound="1" upperBound="-1" eType="#//description/ElementColumnMapping"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="intersection" upperBound="-1"
eType="#//description/IntersectionMapping" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="createColumn" upperBound="-1"
eType="#//description/CreateCrossColumnTool" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TableMapping" eSuperTypes="../../org.eclipse.sirius/model/viewpoint.ecore#//description/RepresentationElementMapping">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="semanticElements" eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The elements that are represented by this mapping."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="contentassist" value=""/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="a Collection<EObject> or an EObject."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables">
<details key="view" value="table.DTableElement | current DTableElement (DCell, DColumn, DLine, ...)."/>
<details key="containerView" value="ecore.EObject | container of the current DTableElement (variable is available if container is not null)."/>
<details key="container" value="ecore.EObject | semantic target of containerView (if it is a DSemanticDecorator)."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LineMapping" eSuperTypes="#//description/TableMapping #//description/StyleUpdater">
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubLines" upperBound="-1"
eType="#//description/LineMapping" containment="true" eKeys="../../org.eclipse.sirius/model/viewpoint.ecore#//description/IdentifiedElement/name"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="reusedSubLines" upperBound="-1"
eType="#//description/LineMapping" eOpposite="#//description/LineMapping/reusedInMappings"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="allSubLines" upperBound="-1"
eType="#//description/LineMapping" changeable="false" volatile="true" transient="true"
derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="reusedInMappings" upperBound="-1"
eType="#//description/LineMapping" eOpposite="#//description/LineMapping/reusedSubLines"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="domainClass" lowerBound="1"
eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/TypeName"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="create" upperBound="-1"
eType="#//description/CreateLineTool" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="delete" eType="#//description/DeleteLineTool"
containment="true" eOpposite="#//description/DeleteLineTool/mapping"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="semanticCandidatesExpression"
eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="a Collection<EObject> or an EObject."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables">
<details key="viewpoint" value="table.DTable | (deprecated) current DTable."/>
<details key="table" value="table.DTable | current DTable."/>
<details key="root" value="ecore.EObject | semantic target of $table."/>
<details key="containerView" value="table.LineContainer | current LineContainer (DLine or DTable)."/>
<details key="container" value="ecore.EObject | semantic target of $containerView (if it is a DSemanticDecorator)."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="headerLabelExpression"
eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="a string."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ColumnMapping" eSuperTypes="#//description/TableMapping">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="headerLabelExpression"
eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="a string."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="initialWidth" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The initial width of the column (calculated if not available)."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ElementColumnMapping" eSuperTypes="#//description/ColumnMapping #//description/StyleUpdater">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="domainClass" lowerBound="1"
eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/TypeName"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="semanticCandidatesExpression"
eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="a Collection<EObject> or an EObject."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables">
<details key="viewpoint" value="table.DTable | (deprecated) current DTable."/>
<details key="table" value="table.DTable | current DTable."/>
<details key="containerView" value="table.DTable | current DTable."/>
<details key="container" value="ecore.EObject | semantic element targeted by the current DTable."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="create" upperBound="-1"
eType="#//description/CreateColumnTool" containment="true" eOpposite="#//description/CreateColumnTool/mapping"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="delete" eType="#//description/DeleteColumnTool"
containment="true" eOpposite="#//description/DeleteColumnTool/mapping"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FeatureColumnMapping" eSuperTypes="#//description/ColumnMapping #//description/CellUpdater #//description/StyleUpdater">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="featureName" lowerBound="1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="labelExpression" eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="a string."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables">
<details key="root" value="ecore.EObject | semantic target of the current DTable."/>
<details key="line" value="table.DLine | DLine of the current DCell."/>
<details key="lineSemantic" value="ecore.EObject | semantic target of $line"/>
<details key="container" value="ecore.EObject | semantic target of $line."/>
<details key="column" value="table.DColumn | DColumn of the current DCell."/>
<details key="columnSemantic" value="ecore.EObject | semantic target of $column"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="featureParentExpression"
eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="An expression to get the parent of the feature. By default, the parent of the feature is the semantic element of the line."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="a Collection<EObject> or an EObject."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables">
<details key="root" value="ecore.EObject | semantic target of the current DTable."/>
<details key="container" value="ecore.EObject | semantic target of the current DLine."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CellUpdater">
<eOperations name="getLabelComputationExpression" lowerBound="1" eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/InterpretedExpression"/>
<eOperations name="getCreateCell" eType="#//description/CreateCellTool"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="directEdit" eType="#//description/LabelEditTool"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="canEdit" eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="a boolean."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StyleUpdater" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="defaultForeground" eType="#//description/ForegroundStyleDescription"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="foregroundConditionalStyle"
upperBound="-1" eType="#//description/ForegroundConditionalStyle" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="defaultBackground" eType="#//description/BackgroundStyleDescription"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="backgroundConditionalStyle"
upperBound="-1" eType="#//description/BackgroundConditionalStyle" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IntersectionMapping" eSuperTypes="#//description/TableMapping #//description/CellUpdater #//description/StyleUpdater">
<eStructuralFeatures xsi:type="ecore:EReference" name="lineMapping" lowerBound="1"
upperBound="-1" eType="#//description/LineMapping" eKeys="../../org.eclipse.sirius/model/viewpoint.ecore#//description/IdentifiedElement/name"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="columnMapping" lowerBound="1"
eType="#//description/ColumnMapping"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="labelExpression" eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="a string."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables">
<details key="root" value="ecore.EObject | semantic target of the current DTable."/>
<details key="line" value="table.DLine | DLine of the current DCell."/>
<details key="lineSemantic" value="ecore.EObject | semantic target of $line"/>
<details key="container" value="ecore.EObject | semantic target of $line."/>
<details key="column" value="table.DColumn | DColumn of the current DCell."/>
<details key="columnSemantic" value="ecore.EObject | semantic target of $column"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="useDomainClass" lowerBound="1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"
defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="columnFinderExpression"
lowerBound="1" eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="a Collection<EObject> or an EObject."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lineFinderExpression"
eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="a Collection<EObject> or an EObject."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="semanticCandidatesExpression"
eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="a Collection<EObject> or an EObject."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="domainClass" eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/TypeName"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="preconditionExpression"
eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="An expression guarding the effect if evaluated to false."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="contentassist" value=""/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="a boolean."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables">
<details key="line" value="table.DLine | the source view of the current potential line."/>
<details key="lineSemantic" value="ecore.EObject | the semantic element of $line."/>
<details key="column" value="table.DColumn | the source view of the current potential column."/>
<details key="columnSemantic" value="ecore.EObject | the semantic element of $column."/>
<details key="table" value="table.DTable | the current DTable."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="create" eType="#//description/CreateCellTool"
containment="true" eOpposite="#//description/CreateCellTool/mapping"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TableTool">
<eStructuralFeatures xsi:type="ecore:EReference" name="variables" upperBound="-1"
eType="#//description/TableVariable" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="firstModelOperation"
lowerBound="1" eType="ecore:EClass ../../org.eclipse.sirius/model/viewpoint.ecore#//description/tool/ModelOperation"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LabelEditTool" eSuperTypes="#//description/TableTool">
<eStructuralFeatures xsi:type="ecore:EReference" name="mask" lowerBound="1"
eType="ecore:EClass ../../org.eclipse.sirius/model/viewpoint.ecore#//description/tool/EditMaskVariables"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The edit mask."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CreateTool" abstract="true" eSuperTypes="../../org.eclipse.sirius/model/viewpoint.ecore#//description/tool/AbstractToolDescription #//description/TableTool"/>
<eClassifiers xsi:type="ecore:EClass" name="CreateColumnTool" eSuperTypes="#//description/CreateTool">
<eStructuralFeatures xsi:type="ecore:EReference" name="mapping" lowerBound="1"
eType="#//description/ElementColumnMapping" eOpposite="#//description/ElementColumnMapping/create"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CreateCrossColumnTool" eSuperTypes="#//description/CreateTool">
<eStructuralFeatures xsi:type="ecore:EReference" name="mapping" lowerBound="1"
eType="#//description/ElementColumnMapping"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CreateLineTool" eSuperTypes="#//description/CreateTool">
<eStructuralFeatures xsi:type="ecore:EReference" name="mapping" eType="#//description/LineMapping"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CreateCellTool" eSuperTypes="#//description/TableTool ../../org.eclipse.sirius/model/viewpoint.ecore#//description/tool/AbstractToolDescription">
<eStructuralFeatures xsi:type="ecore:EReference" name="mask" lowerBound="1"
eType="ecore:EClass ../../org.eclipse.sirius/model/viewpoint.ecore#//description/tool/EditMaskVariables"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The edit mask."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="mapping" lowerBound="1"
eType="#//description/IntersectionMapping" eOpposite="#//description/IntersectionMapping/create"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DeleteTool" abstract="true" eSuperTypes="../../org.eclipse.sirius/model/viewpoint.ecore#//description/tool/AbstractToolDescription #//description/TableTool"/>
<eClassifiers xsi:type="ecore:EClass" name="DeleteColumnTool" eSuperTypes="#//description/DeleteTool">
<eStructuralFeatures xsi:type="ecore:EReference" name="mapping" lowerBound="1"
eType="#//description/ElementColumnMapping" eOpposite="#//description/ElementColumnMapping/delete"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DeleteLineTool" eSuperTypes="#//description/DeleteTool">
<eStructuralFeatures xsi:type="ecore:EReference" name="mapping" lowerBound="1"
eType="#//description/LineMapping" eOpposite="#//description/LineMapping/delete"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ForegroundStyleDescription">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="labelSize" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"
defaultValueLiteral="12">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The font size."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="labelFormat" upperBound="4"
eType="ecore:EEnum ../../org.eclipse.sirius/model/viewpoint.ecore#//FontFormat">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The font format."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="foreGroundColor" lowerBound="1"
eType="ecore:EClass ../../org.eclipse.sirius/model/viewpoint.ecore#//description/ColorDescription"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BackgroundStyleDescription">
<eStructuralFeatures xsi:type="ecore:EReference" name="backgroundColor" lowerBound="1"
eType="ecore:EClass ../../org.eclipse.sirius/model/viewpoint.ecore#//description/ColorDescription"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ForegroundConditionalStyle">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="predicateExpression"
lowerBound="1" eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="a boolean."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="style" eType="#//description/ForegroundStyleDescription"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BackgroundConditionalStyle">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="predicateExpression"
lowerBound="1" eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType">
<details key="returnType" value="a boolean."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="style" eType="#//description/BackgroundStyleDescription"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TableVariable" eSuperTypes="../../org.eclipse.sirius/model/viewpoint.ecore#//description/AbstractVariable ../../org.eclipse.sirius/model/viewpoint.ecore#//description/tool/VariableContainer">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="documentation" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TableCreationDescription" eSuperTypes="../../org.eclipse.sirius/model/viewpoint.ecore#//description/tool/RepresentationCreationDescription">
<eStructuralFeatures xsi:type="ecore:EReference" name="tableDescription" lowerBound="1"
eType="#//description/TableDescription"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TableNavigationDescription" eSuperTypes="../../org.eclipse.sirius/model/viewpoint.ecore#//description/tool/RepresentationNavigationDescription">
<eStructuralFeatures xsi:type="ecore:EReference" name="tableDescription" lowerBound="1"
eType="#//description/TableDescription"/>
</eClassifiers>
</eSubpackages>
</ecore:EPackage>
| github:ecore:/data/lengyela89/sirius-custom/plugins/org.eclipse.sirius.table/model/table.ecore | ecore | table
DTable
columns
headerColumnWidth
description
DTableElement
tableElementMapping
LineContainer
lines
DLine
label
originMapping
visible
true
collapsed
false
cells
container
orderedCells
currentStyle
DCell
label
line
column
currentStyle
updater
intersectionMapping
DCellStyle
foregroundStyleOrigin
backgroundStyleOrigin
DColumn
label
cells
originMapping
table
orderedCells
visible
true
width
currentStyle
DTargetColumn
DFeatureColumn
featureName
DTableElementSynchronizer
refresh
cell
refresh
column
refresh
line
DTableElementStyle
labelSize
8
labelFormat
defaultForegroundStyle
false
defaultBackgroundStyle
false
foregroundColor
0,0,0
backgroundColor
255,255,255
description
TableDescription
preconditionExpression
domainClass
ownedRepresentationCreationDescriptions
reusedRepresentationCreationDescriptions
allRepresentationCreationDescriptions
ownedRepresentationNavigationDescriptions
reusedRepresentationNavigationDescriptions
allRepresentationNavigationDescriptions
ownedLineMappings
reusedLineMappings
allLineMappings
ownedCreateLine
reusedCreateLine
allCreateLine
initialHeaderColumnWidth
importedElements
EditionTableDescription
ownedColumnMappings
reusedColumnMappings
allColumnMappings
CrossTableDescription
ownedColumnMappings
intersection
createColumn
TableMapping
semanticElements
LineMapping
ownedSubLines
reusedSubLines
allSubLines
reusedInMappings
domainClass
create
delete
semanticCandidatesExpression
headerLabelExpression
ColumnMapping
headerLabelExpression
initialWidth
ElementColumnMapping
domainClass
semanticCandidatesExpression
create
delete
FeatureColumnMapping
featureName
labelExpression
featureParentExpression
CellUpdater
getLabelComputationExpression
getCreateCell
directEdit
canEdit
StyleUpdater
defaultForeground
foregroundConditionalStyle
defaultBackground
backgroundConditionalStyle
IntersectionMapping
lineMapping
columnMapping
labelExpression
useDomainClass
false
columnFinderExpression
lineFinderExpression
semanticCandidatesExpression
domainClass
preconditionExpression
create
TableTool
variables
firstModelOperation
LabelEditTool
mask
CreateTool
CreateColumnTool
mapping
CreateCrossColumnTool
mapping
CreateLineTool
mapping
CreateCellTool
mask
mapping
DeleteTool
DeleteColumnTool
mapping
DeleteLineTool
mapping
ForegroundStyleDescription
labelSize
12
labelFormat
foreGroundColor
BackgroundStyleDescription
backgroundColor
ForegroundConditionalStyle
predicateExpression
style
BackgroundConditionalStyle
predicateExpression
style
TableVariable
documentation
TableCreationDescription
tableDescription
TableNavigationDescription
tableDescription | null | {"directed":true,"nodes":[{"nsPrefix":"table","nsURI":"http://www.eclipse.org/sirius/table/1.1.0","name":"table","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DTable","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DTableElement","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LineContainer","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DLine","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DCell","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DCellStyle","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DColumn","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DTargetColumn","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DFeatureColumn","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DTableElementSynchronizer","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DTableElementStyle","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"nsPrefix":"description","nsURI":"http://www.eclipse.org/sirius/table/description/1.1.0","name":"description","id":12,"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":"columns","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"headerColumnWidth","changeable":true,"lowerBound":0,"iD":false,"id":14,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"id":18,"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":"table","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TableDescription","instanceClass":null,"abstract":true,"id":21,"interface":false,"eClass":"EClass"},{"id":22,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"tableElementMapping","changeable":false,"resolveProxies":true,"lowerBound":0,"id":23,"derived":true},{"id":24,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TableMapping","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"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":"lines","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"container","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"lowerBound":0,"iD":false,"id":31,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"originMapping","changeable":true,"resolveProxies":true,"lowerBound":1,"id":32,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"visible","changeable":true,"lowerBound":1,"iD":false,"id":33,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"collapsed","changeable":true,"lowerBound":1,"iD":false,"id":34,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cells","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"orderedCells","changeable":false,"resolveProxies":true,"lowerBound":0,"id":36,"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":"currentStyle","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LineMapping","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"line","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"label","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"column","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"currentStyle","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"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":"updater","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"intersectionMapping","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cells","changeable":true,"resolveProxies":true,"lowerBound":0,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CellUpdater","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"id":63,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntersectionMapping","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"id":65,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"foregroundStyleOrigin","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":false,"unsettable":false,"transient":false,"unique":true,"name":"backgroundStyleOrigin","changeable":true,"resolveProxies":true,"lowerBound":0,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"lowerBound":0,"iD":false,"id":71,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"originMapping","changeable":true,"resolveProxies":true,"lowerBound":1,"id":72,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"orderedCells","changeable":false,"resolveProxies":true,"lowerBound":0,"id":73,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"visible","changeable":true,"lowerBound":1,"iD":false,"id":74,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"width","changeable":true,"lowerBound":0,"iD":false,"id":75,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"currentStyle","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ColumnMapping","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"featureName","changeable":true,"lowerBound":1,"iD":false,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"refresh","lowerBound":0,"id":92,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"refresh","lowerBound":0,"id":93,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"refresh","lowerBound":0,"id":94,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"cell","lowerBound":1,"id":95,"many":false,"required":true,"eClass":"EParameter"},{"id":96,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"column","lowerBound":1,"id":97,"many":false,"required":true,"eClass":"EParameter"},{"id":98,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"line","lowerBound":1,"id":99,"many":false,"required":true,"eClass":"EParameter"},{"id":100,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"8","unsettable":false,"transient":false,"unique":true,"name":"labelSize","changeable":true,"lowerBound":0,"iD":false,"id":101,"derived":false},{"ordered":true,"upperBound":4,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"labelFormat","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":"false","unsettable":false,"transient":false,"unique":true,"name":"defaultForegroundStyle","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":"false","unsettable":false,"transient":false,"unique":true,"name":"defaultBackgroundStyle","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":"0,0,0","unsettable":false,"transient":false,"unique":true,"name":"foregroundColor","changeable":true,"lowerBound":0,"iD":false,"id":105,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"255,255,255","unsettable":false,"transient":false,"unique":true,"name":"backgroundColor","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"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EditionTableDescription","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CrossTableDescription","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElementColumnMapping","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureColumnMapping","instanceClass":null,"abstract":false,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StyleUpdater","instanceClass":null,"abstract":true,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TableTool","instanceClass":null,"abstract":false,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LabelEditTool","instanceClass":null,"abstract":false,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateTool","instanceClass":null,"abstract":true,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateColumnTool","instanceClass":null,"abstract":false,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateCrossColumnTool","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateLineTool","instanceClass":null,"abstract":false,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateCellTool","instanceClass":null,"abstract":false,"id":124,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeleteTool","instanceClass":null,"abstract":true,"id":125,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeleteColumnTool","instanceClass":null,"abstract":false,"id":126,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeleteLineTool","instanceClass":null,"abstract":false,"id":127,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForegroundStyleDescription","instanceClass":null,"abstract":false,"id":128,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BackgroundStyleDescription","instanceClass":null,"abstract":false,"id":129,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForegroundConditionalStyle","instanceClass":null,"abstract":false,"id":130,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BackgroundConditionalStyle","instanceClass":null,"abstract":false,"id":131,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TableVariable","instanceClass":null,"abstract":false,"id":132,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TableCreationDescription","instanceClass":null,"abstract":false,"id":133,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TableNavigationDescription","instanceClass":null,"abstract":false,"id":134,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"preconditionExpression","changeable":true,"lowerBound":0,"iD":false,"id":135,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"domainClass","changeable":true,"lowerBound":1,"iD":false,"id":136,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedRepresentationCreationDescriptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":137,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"reusedRepresentationCreationDescriptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":138,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"allRepresentationCreationDescriptions","changeable":false,"resolveProxies":true,"lowerBound":0,"id":139,"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":"ownedRepresentationNavigationDescriptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":140,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"reusedRepresentationNavigationDescriptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":141,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"allRepresentationNavigationDescriptions","changeable":false,"resolveProxies":true,"lowerBound":0,"id":142,"derived":true},{"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":"ownedLineMappings","changeable":true,"resolveProxies":true,"lowerBound":1,"id":143,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"reusedLineMappings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":144,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"allLineMappings","changeable":false,"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":"ownedCreateLine","changeable":true,"resolveProxies":true,"lowerBound":0,"id":146,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"reusedCreateLine","changeable":true,"resolveProxies":true,"lowerBound":0,"id":147,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"allCreateLine","changeable":false,"resolveProxies":true,"lowerBound":0,"id":148,"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":"initialHeaderColumnWidth","changeable":true,"lowerBound":0,"iD":false,"id":149,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"importedElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":150,"derived":false},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"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"},{"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":"ownedColumnMappings","changeable":true,"resolveProxies":true,"lowerBound":1,"id":170,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"reusedColumnMappings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":171,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"allColumnMappings","changeable":false,"resolveProxies":true,"lowerBound":1,"id":172,"derived":true},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedColumnMappings","changeable":true,"resolveProxies":true,"lowerBound":1,"id":177,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"intersection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":178,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"createColumn","changeable":true,"resolveProxies":true,"lowerBound":0,"id":179,"derived":false},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"semanticElements","changeable":true,"lowerBound":0,"iD":false,"id":184,"derived":false},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedSubLines","changeable":true,"resolveProxies":true,"lowerBound":0,"id":187,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"reusedSubLines","changeable":true,"resolveProxies":true,"lowerBound":0,"id":188,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"allSubLines","changeable":false,"resolveProxies":true,"lowerBound":0,"id":189,"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":"reusedInMappings","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"domainClass","changeable":true,"lowerBound":1,"iD":false,"id":191,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"create","changeable":true,"resolveProxies":true,"lowerBound":0,"id":192,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"delete","changeable":true,"resolveProxies":true,"lowerBound":0,"id":193,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"semanticCandidatesExpression","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":"headerLabelExpression","changeable":true,"lowerBound":0,"iD":false,"id":195,"derived":false},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"id":204,"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":"mapping","changeable":true,"resolveProxies":true,"lowerBound":1,"id":205,"derived":false},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"headerLabelExpression","changeable":true,"lowerBound":0,"iD":false,"id":208,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"initialWidth","changeable":true,"lowerBound":0,"iD":false,"id":209,"derived":false},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"domainClass","changeable":true,"lowerBound":1,"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":"semanticCandidatesExpression","changeable":true,"lowerBound":0,"iD":false,"id":214,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"create","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":"delete","changeable":true,"resolveProxies":true,"lowerBound":0,"id":216,"derived":false},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"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":"mapping","changeable":true,"resolveProxies":true,"lowerBound":1,"id":222,"derived":false},{"id":223,"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":"mapping","changeable":true,"resolveProxies":true,"lowerBound":1,"id":224,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"featureName","changeable":true,"lowerBound":1,"iD":false,"id":225,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"labelExpression","changeable":true,"lowerBound":0,"iD":false,"id":226,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"featureParentExpression","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"},{"ordered":true,"upperBound":1,"unique":true,"name":"getLabelComputationExpression","lowerBound":1,"id":234,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getCreateCell","lowerBound":0,"id":235,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"directEdit","changeable":true,"resolveProxies":true,"lowerBound":0,"id":236,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"canEdit","changeable":true,"lowerBound":0,"iD":false,"id":237,"derived":false},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defaultForeground","changeable":true,"resolveProxies":true,"lowerBound":0,"id":242,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"foregroundConditionalStyle","changeable":true,"resolveProxies":true,"lowerBound":0,"id":243,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defaultBackground","changeable":true,"resolveProxies":true,"lowerBound":0,"id":244,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"backgroundConditionalStyle","changeable":true,"resolveProxies":true,"lowerBound":0,"id":245,"derived":false},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"lineMapping","changeable":true,"resolveProxies":true,"lowerBound":1,"id":250,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"columnMapping","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"labelExpression","changeable":true,"lowerBound":0,"iD":false,"id":252,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"useDomainClass","changeable":true,"lowerBound":1,"iD":false,"id":253,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"columnFinderExpression","changeable":true,"lowerBound":1,"iD":false,"id":254,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lineFinderExpression","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":"semanticCandidatesExpression","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":"domainClass","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":"preconditionExpression","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":"create","changeable":true,"resolveProxies":true,"lowerBound":0,"id":259,"derived":false},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"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":"mapping","changeable":true,"resolveProxies":true,"lowerBound":1,"id":273,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variables","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":"firstModelOperation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":275,"derived":false},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mask","changeable":true,"resolveProxies":true,"lowerBound":1,"id":278,"derived":false},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mapping","changeable":true,"resolveProxies":true,"lowerBound":1,"id":285,"derived":false},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"mapping","changeable":true,"resolveProxies":true,"lowerBound":0,"id":288,"derived":false},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mask","changeable":true,"resolveProxies":true,"lowerBound":1,"id":291,"derived":false},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"12","unsettable":false,"transient":false,"unique":true,"name":"labelSize","changeable":true,"lowerBound":0,"iD":false,"id":302,"derived":false},{"ordered":true,"upperBound":4,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"labelFormat","changeable":true,"lowerBound":0,"iD":false,"id":303,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"foreGroundColor","changeable":true,"resolveProxies":true,"lowerBound":1,"id":304,"derived":false},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"backgroundColor","changeable":true,"resolveProxies":true,"lowerBound":1,"id":308,"derived":false},{"id":309,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"predicateExpression","changeable":true,"lowerBound":1,"iD":false,"id":310,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"style","changeable":true,"resolveProxies":true,"lowerBound":0,"id":311,"derived":false},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"predicateExpression","changeable":true,"lowerBound":1,"iD":false,"id":314,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"style","changeable":true,"resolveProxies":true,"lowerBound":0,"id":315,"derived":false},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"documentation","changeable":true,"lowerBound":0,"iD":false,"id":318,"derived":false},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tableDescription","changeable":true,"resolveProxies":true,"lowerBound":1,"id":322,"derived":false},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tableDescription","changeable":true,"resolveProxies":true,"lowerBound":1,"id":325,"derived":false},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":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":3},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":13,"target":7},{"source":13,"target":18},{"source":13,"target":1},{"source":13,"target":19},{"source":18,"target":7},{"source":14,"target":20},{"source":14,"target":1},{"source":15,"target":21},{"source":15,"target":22},{"source":15,"target":1},{"source":22,"target":21},{"source":17,"target":3},{"source":2,"target":0},{"source":2,"target":23},{"source":2,"target":24},{"source":23,"target":25},{"source":23,"target":26},{"source":23,"target":2},{"source":26,"target":25},{"source":3,"target":0},{"source":3,"target":27},{"source":3,"target":28},{"source":27,"target":4},{"source":27,"target":29},{"source":27,"target":3},{"source":27,"target":30},{"source":29,"target":4},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":2},{"source":4,"target":31},{"source":4,"target":32},{"source":4,"target":33},{"source":4,"target":34},{"source":4,"target":35},{"source":4,"target":30},{"source":4,"target":36},{"source":4,"target":37},{"source":4,"target":38},{"source":4,"target":39},{"source":31,"target":40},{"source":31,"target":4},{"source":32,"target":41},{"source":32,"target":42},{"source":32,"target":4},{"source":42,"target":41},{"source":33,"target":43},{"source":33,"target":4},{"source":34,"target":44},{"source":34,"target":4},{"source":35,"target":5},{"source":35,"target":45},{"source":35,"target":4},{"source":35,"target":46},{"source":45,"target":5},{"source":30,"target":3},{"source":30,"target":47},{"source":30,"target":4},{"source":30,"target":27},{"source":47,"target":3},{"source":36,"target":5},{"source":36,"target":48},{"source":36,"target":4},{"source":48,"target":5},{"source":37,"target":11},{"source":37,"target":49},{"source":37,"target":4},{"source":49,"target":11},{"source":38,"target":3},{"source":39,"target":2},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":50},{"source":5,"target":46},{"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":50,"target":57},{"source":50,"target":5},{"source":46,"target":4},{"source":46,"target":58},{"source":46,"target":5},{"source":46,"target":35},{"source":58,"target":4},{"source":51,"target":7},{"source":51,"target":59},{"source":51,"target":5},{"source":51,"target":60},{"source":59,"target":7},{"source":52,"target":6},{"source":52,"target":61},{"source":52,"target":5},{"source":61,"target":6},{"source":53,"target":62},{"source":53,"target":63},{"source":53,"target":5},{"source":63,"target":62},{"source":54,"target":64},{"source":54,"target":65},{"source":54,"target":5},{"source":65,"target":64},{"source":56,"target":2},{"source":6,"target":0},{"source":6,"target":11},{"source":6,"target":66},{"source":6,"target":67},{"source":6,"target":68},{"source":66,"target":25},{"source":66,"target":69},{"source":66,"target":6},{"source":69,"target":25},{"source":67,"target":25},{"source":67,"target":70},{"source":67,"target":6},{"source":70,"target":25},{"source":68,"target":11},{"source":7,"target":0},{"source":7,"target":2},{"source":7,"target":71},{"source":7,"target":60},{"source":7,"target":72},{"source":7,"target":19},{"source":7,"target":73},{"source":7,"target":74},{"source":7,"target":75},{"source":7,"target":76},{"source":7,"target":77},{"source":71,"target":78},{"source":71,"target":7},{"source":60,"target":5},{"source":60,"target":79},{"source":60,"target":7},{"source":60,"target":51},{"source":79,"target":5},{"source":72,"target":80},{"source":72,"target":81},{"source":72,"target":7},{"source":81,"target":80},{"source":19,"target":1},{"source":19,"target":82},{"source":19,"target":7},{"source":19,"target":13},{"source":82,"target":1},{"source":73,"target":5},{"source":73,"target":83},{"source":73,"target":7},{"source":83,"target":5},{"source":74,"target":84},{"source":74,"target":7},{"source":75,"target":85},{"source":75,"target":7},{"source":76,"target":11},{"source":76,"target":86},{"source":76,"target":7},{"source":86,"target":11},{"source":77,"target":2},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":87},{"source":8,"target":88},{"source":88,"target":7},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":89},{"source":9,"target":90},{"source":89,"target":91},{"source":89,"target":9},{"source":90,"target":7},{"source":10,"target":0},{"source":10,"target":92},{"source":10,"target":93},{"source":10,"target":94},{"source":92,"target":10},{"source":92,"target":95},{"source":95,"target":5},{"source":95,"target":96},{"source":95,"target":92},{"source":96,"target":5},{"source":93,"target":10},{"source":93,"target":97},{"source":97,"target":7},{"source":97,"target":98},{"source":97,"target":93},{"source":98,"target":7},{"source":94,"target":10},{"source":94,"target":99},{"source":99,"target":4},{"source":99,"target":100},{"source":99,"target":94},{"source":100,"target":4},{"source":11,"target":0},{"source":11,"target":101},{"source":11,"target":102},{"source":11,"target":103},{"source":11,"target":104},{"source":11,"target":105},{"source":11,"target":106},{"source":101,"target":107},{"source":101,"target":11},{"source":102,"target":108},{"source":102,"target":11},{"source":103,"target":109},{"source":103,"target":11},{"source":104,"target":110},{"source":104,"target":11},{"source":105,"target":111},{"source":105,"target":11},{"source":106,"target":112},{"source":106,"target":11},{"source":12,"target":21},{"source":12,"target":113},{"source":12,"target":114},{"source":12,"target":25},{"source":12,"target":41},{"source":12,"target":80},{"source":12,"target":115},{"source":12,"target":116},{"source":12,"target":62},{"source":12,"target":117},{"source":12,"target":64},{"source":12,"target":118},{"source":12,"target":119},{"source":12,"target":120},{"source":12,"target":121},{"source":12,"target":122},{"source":12,"target":123},{"source":12,"target":124},{"source":12,"target":125},{"source":12,"target":126},{"source":12,"target":127},{"source":12,"target":128},{"source":12,"target":129},{"source":12,"target":130},{"source":12,"target":131},{"source":12,"target":132},{"source":12,"target":133},{"source":12,"target":134},{"source":12,"target":0},{"source":21,"target":12},{"source":21,"target":135},{"source":21,"target":136},{"source":21,"target":137},{"source":21,"target":138},{"source":21,"target":139},{"source":21,"target":140},{"source":21,"target":141},{"source":21,"target":142},{"source":21,"target":143},{"source":21,"target":144},{"source":21,"target":145},{"source":21,"target":146},{"source":21,"target":147},{"source":21,"target":148},{"source":21,"target":149},{"source":21,"target":150},{"source":21,"target":151},{"source":21,"target":152},{"source":21,"target":153},{"source":135,"target":154},{"source":135,"target":21},{"source":136,"target":155},{"source":136,"target":21},{"source":137,"target":156},{"source":137,"target":21},{"source":138,"target":157},{"source":138,"target":21},{"source":139,"target":158},{"source":139,"target":21},{"source":140,"target":159},{"source":140,"target":21},{"source":141,"target":160},{"source":141,"target":21},{"source":142,"target":161},{"source":142,"target":21},{"source":143,"target":41},{"source":143,"target":162},{"source":143,"target":21},{"source":162,"target":41},{"source":144,"target":41},{"source":144,"target":163},{"source":144,"target":21},{"source":163,"target":41},{"source":145,"target":41},{"source":145,"target":164},{"source":145,"target":21},{"source":164,"target":41},{"source":146,"target":123},{"source":146,"target":165},{"source":146,"target":21},{"source":165,"target":123},{"source":147,"target":123},{"source":147,"target":166},{"source":147,"target":21},{"source":166,"target":123},{"source":148,"target":123},{"source":148,"target":167},{"source":148,"target":21},{"source":167,"target":123},{"source":149,"target":168},{"source":149,"target":21},{"source":150,"target":169},{"source":150,"target":21},{"source":113,"target":12},{"source":113,"target":21},{"source":113,"target":170},{"source":113,"target":171},{"source":113,"target":172},{"source":113,"target":173},{"source":170,"target":116},{"source":170,"target":174},{"source":170,"target":113},{"source":174,"target":116},{"source":171,"target":116},{"source":171,"target":175},{"source":171,"target":113},{"source":175,"target":116},{"source":172,"target":116},{"source":172,"target":176},{"source":172,"target":113},{"source":176,"target":116},{"source":173,"target":21},{"source":114,"target":12},{"source":114,"target":21},{"source":114,"target":177},{"source":114,"target":178},{"source":114,"target":179},{"source":114,"target":180},{"source":177,"target":115},{"source":177,"target":181},{"source":177,"target":114},{"source":181,"target":115},{"source":178,"target":64},{"source":178,"target":182},{"source":178,"target":114},{"source":182,"target":64},{"source":179,"target":122},{"source":179,"target":183},{"source":179,"target":114},{"source":183,"target":122},{"source":180,"target":21},{"source":25,"target":12},{"source":25,"target":184},{"source":25,"target":185},{"source":184,"target":186},{"source":184,"target":25},{"source":41,"target":12},{"source":41,"target":25},{"source":41,"target":117},{"source":41,"target":187},{"source":41,"target":188},{"source":41,"target":189},{"source":41,"target":190},{"source":41,"target":191},{"source":41,"target":192},{"source":41,"target":193},{"source":41,"target":194},{"source":41,"target":195},{"source":41,"target":196},{"source":41,"target":197},{"source":187,"target":41},{"source":187,"target":198},{"source":187,"target":41},{"source":198,"target":41},{"source":188,"target":41},{"source":188,"target":199},{"source":188,"target":41},{"source":188,"target":190},{"source":199,"target":41},{"source":189,"target":41},{"source":189,"target":200},{"source":189,"target":41},{"source":200,"target":41},{"source":190,"target":41},{"source":190,"target":201},{"source":190,"target":41},{"source":190,"target":188},{"source":201,"target":41},{"source":191,"target":202},{"source":191,"target":41},{"source":192,"target":123},{"source":192,"target":203},{"source":192,"target":41},{"source":203,"target":123},{"source":193,"target":127},{"source":193,"target":204},{"source":193,"target":41},{"source":193,"target":205},{"source":204,"target":127},{"source":194,"target":206},{"source":194,"target":41},{"source":195,"target":207},{"source":195,"target":41},{"source":196,"target":25},{"source":197,"target":117},{"source":80,"target":12},{"source":80,"target":25},{"source":80,"target":208},{"source":80,"target":209},{"source":80,"target":210},{"source":208,"target":211},{"source":208,"target":80},{"source":209,"target":212},{"source":209,"target":80},{"source":210,"target":25},{"source":115,"target":12},{"source":115,"target":80},{"source":115,"target":117},{"source":115,"target":213},{"source":115,"target":214},{"source":115,"target":215},{"source":115,"target":216},{"source":115,"target":217},{"source":115,"target":218},{"source":213,"target":219},{"source":213,"target":115},{"source":214,"target":220},{"source":214,"target":115},{"source":215,"target":121},{"source":215,"target":221},{"source":215,"target":115},{"source":215,"target":222},{"source":221,"target":121},{"source":216,"target":126},{"source":216,"target":223},{"source":216,"target":115},{"source":216,"target":224},{"source":223,"target":126},{"source":217,"target":80},{"source":218,"target":117},{"source":116,"target":12},{"source":116,"target":80},{"source":116,"target":62},{"source":116,"target":117},{"source":116,"target":225},{"source":116,"target":226},{"source":116,"target":227},{"source":116,"target":228},{"source":116,"target":229},{"source":116,"target":230},{"source":225,"target":231},{"source":225,"target":116},{"source":226,"target":232},{"source":226,"target":116},{"source":227,"target":233},{"source":227,"target":116},{"source":228,"target":80},{"source":229,"target":62},{"source":230,"target":117},{"source":62,"target":12},{"source":62,"target":234},{"source":62,"target":235},{"source":62,"target":236},{"source":62,"target":237},{"source":234,"target":238},{"source":234,"target":62},{"source":235,"target":124},{"source":235,"target":239},{"source":235,"target":62},{"source":239,"target":124},{"source":236,"target":119},{"source":236,"target":240},{"source":236,"target":62},{"source":240,"target":119},{"source":237,"target":241},{"source":237,"target":62},{"source":117,"target":12},{"source":117,"target":242},{"source":117,"target":243},{"source":117,"target":244},{"source":117,"target":245},{"source":242,"target":128},{"source":242,"target":246},{"source":242,"target":117},{"source":246,"target":128},{"source":243,"target":130},{"source":243,"target":247},{"source":243,"target":117},{"source":247,"target":130},{"source":244,"target":129},{"source":244,"target":248},{"source":244,"target":117},{"source":248,"target":129},{"source":245,"target":131},{"source":245,"target":249},{"source":245,"target":117},{"source":249,"target":131},{"source":64,"target":12},{"source":64,"target":25},{"source":64,"target":62},{"source":64,"target":117},{"source":64,"target":250},{"source":64,"target":251},{"source":64,"target":252},{"source":64,"target":253},{"source":64,"target":254},{"source":64,"target":255},{"source":64,"target":256},{"source":64,"target":257},{"source":64,"target":258},{"source":64,"target":259},{"source":64,"target":260},{"source":64,"target":261},{"source":64,"target":262},{"source":250,"target":41},{"source":250,"target":263},{"source":250,"target":64},{"source":263,"target":41},{"source":251,"target":80},{"source":251,"target":264},{"source":251,"target":64},{"source":264,"target":80},{"source":252,"target":265},{"source":252,"target":64},{"source":253,"target":266},{"source":253,"target":64},{"source":254,"target":267},{"source":254,"target":64},{"source":255,"target":268},{"source":255,"target":64},{"source":256,"target":269},{"source":256,"target":64},{"source":257,"target":270},{"source":257,"target":64},{"source":258,"target":271},{"source":258,"target":64},{"source":259,"target":124},{"source":259,"target":272},{"source":259,"target":64},{"source":259,"target":273},{"source":272,"target":124},{"source":260,"target":25},{"source":261,"target":62},{"source":262,"target":117},{"source":118,"target":12},{"source":118,"target":274},{"source":118,"target":275},{"source":274,"target":132},{"source":274,"target":276},{"source":274,"target":118},{"source":276,"target":132},{"source":275,"target":277},{"source":275,"target":118},{"source":119,"target":12},{"source":119,"target":118},{"source":119,"target":278},{"source":119,"target":279},{"source":278,"target":280},{"source":278,"target":119},{"source":279,"target":118},{"source":120,"target":12},{"source":120,"target":118},{"source":120,"target":281},{"source":120,"target":282},{"source":282,"target":118},{"source":121,"target":12},{"source":121,"target":120},{"source":121,"target":222},{"source":121,"target":283},{"source":222,"target":115},{"source":222,"target":284},{"source":222,"target":121},{"source":222,"target":215},{"source":284,"target":115},{"source":283,"target":120},{"source":122,"target":12},{"source":122,"target":120},{"source":122,"target":285},{"source":122,"target":286},{"source":285,"target":115},{"source":285,"target":287},{"source":285,"target":122},{"source":287,"target":115},{"source":286,"target":120},{"source":123,"target":12},{"source":123,"target":120},{"source":123,"target":288},{"source":123,"target":289},{"source":288,"target":41},{"source":288,"target":290},{"source":288,"target":123},{"source":290,"target":41},{"source":289,"target":120},{"source":124,"target":12},{"source":124,"target":118},{"source":124,"target":291},{"source":124,"target":273},{"source":124,"target":292},{"source":124,"target":293},{"source":291,"target":294},{"source":291,"target":124},{"source":273,"target":64},{"source":273,"target":295},{"source":273,"target":124},{"source":273,"target":259},{"source":295,"target":64},{"source":292,"target":118},{"source":125,"target":12},{"source":125,"target":118},{"source":125,"target":296},{"source":125,"target":297},{"source":297,"target":118},{"source":126,"target":12},{"source":126,"target":125},{"source":126,"target":224},{"source":126,"target":298},{"source":224,"target":115},{"source":224,"target":299},{"source":224,"target":126},{"source":224,"target":216},{"source":299,"target":115},{"source":298,"target":125},{"source":127,"target":12},{"source":127,"target":125},{"source":127,"target":205},{"source":127,"target":300},{"source":205,"target":41},{"source":205,"target":301},{"source":205,"target":127},{"source":205,"target":193},{"source":301,"target":41},{"source":300,"target":125},{"source":128,"target":12},{"source":128,"target":302},{"source":128,"target":303},{"source":128,"target":304},{"source":302,"target":305},{"source":302,"target":128},{"source":303,"target":306},{"source":303,"target":128},{"source":304,"target":307},{"source":304,"target":128},{"source":129,"target":12},{"source":129,"target":308},{"source":308,"target":309},{"source":308,"target":129},{"source":130,"target":12},{"source":130,"target":310},{"source":130,"target":311},{"source":310,"target":312},{"source":310,"target":130},{"source":311,"target":128},{"source":311,"target":313},{"source":311,"target":130},{"source":313,"target":128},{"source":131,"target":12},{"source":131,"target":314},{"source":131,"target":315},{"source":314,"target":316},{"source":314,"target":131},{"source":315,"target":129},{"source":315,"target":317},{"source":315,"target":131},{"source":317,"target":129},{"source":132,"target":12},{"source":132,"target":318},{"source":132,"target":319},{"source":132,"target":320},{"source":318,"target":321},{"source":318,"target":132},{"source":133,"target":12},{"source":133,"target":322},{"source":133,"target":323},{"source":322,"target":21},{"source":322,"target":324},{"source":322,"target":133},{"source":324,"target":21},{"source":134,"target":12},{"source":134,"target":325},{"source":134,"target":326},{"source":325,"target":21},{"source":325,"target":327},{"source":325,"target":134},{"source":327,"target":21}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="mapping" nsURI="http://www.eclipse.org/efbt/mapping" nsPrefix="mapping">
<eAnnotations source="license">
<details key="license" value="Copyright (c) 2020 Bird Software Solutions Ltd
 All rights reserved. This file and the accompanying materials are made available under the terms of the Eclipse Public License v2.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v20.html

SPDX-License-Identifier: EPL-2.0 

 Contributors:
 Neil Mackenzie - initial API and implementation
This file contains a representation of the data definition package of the SMCubes Information Model. The SMCubes Information Model is freely available at https://www.ecb.europa.eu/stats/ecb_statistics/co-operation_and_standards/smcube/html/index.en.html"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This package describes the mapping package from SMCubes, using fields from SDD, see ECB documentation for details"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="CUBE_MAPPING">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="cube_mapping_id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
iD="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="source_cube" eType="ecore:EClass data_definition.ecore#//CUBE"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target_cube" eType="ecore:EClass data_definition.ecore#//CUBE"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="code" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="maintenance_agency_id"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mappingsToCube" upperBound="-1"
eType="#//MAPPING_TO_CUBE" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MEMBER_MAPPING">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="code" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="maintenance_agency_id"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="member_mapping_id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
iD="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="memberMappingItems" upperBound="-1"
eType="#//MEMBER_MAPPING_ITEM" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MEMBER_MAPPING_ITEM">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isSource" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="member" eType="ecore:EClass core.ecore#//MEMBER"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="variable" eType="ecore:EClass core.ecore#//VARIABLE"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VARIABLE_MAPPING_ITEM">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isSource" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="variable" eType="ecore:EClass core.ecore#//VARIABLE"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VARIABLE_MAPPING">
<eStructuralFeatures xsi:type="ecore:EReference" name="varaibleMappingItems" upperBound="-1"
eType="#//VARIABLE_MAPPING_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="code" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="maintenance_agency_id"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="variable_mapping_id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
iD="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MAPPING_TO_CUBE">
<eStructuralFeatures xsi:type="ecore:EReference" name="mapping" eType="#//MAPPING_DEFINITION"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VARIABLE_SET_MAPPING">
<eStructuralFeatures xsi:type="ecore:EReference" name="sourceMapping" eType="#//MAPPING_DEFINITION"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="targetMapping" eType="#//MAPPING_DEFINITION"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MAPPING_DEFINITION">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="code" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="maintenance_agency_id"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="mapping_id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
iD="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="mapping_type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="memberMapping" eType="#//MEMBER_MAPPING"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="variableMapping" eType="#//VARIABLE_MAPPING"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/eclipse/efbt/cocalimo/smcubes/model/plugins/org.eclipse.efbt.cocalimo.smcubes.model.core/model/mapping.ecore | ecore | mapping
CUBE_MAPPING
cube_mapping_id
description
source_cube
target_cube
name
code
maintenance_agency_id
mappingsToCube
MEMBER_MAPPING
name
code
maintenance_agency_id
member_mapping_id
memberMappingItems
MEMBER_MAPPING_ITEM
isSource
member
variable
VARIABLE_MAPPING_ITEM
isSource
variable
VARIABLE_MAPPING
varaibleMappingItems
name
code
maintenance_agency_id
variable_mapping_id
MAPPING_TO_CUBE
mapping
VARIABLE_SET_MAPPING
sourceMapping
targetMapping
MAPPING_DEFINITION
name
code
maintenance_agency_id
mapping_id
mapping_type
memberMapping
variableMapping | null | {"directed":true,"nodes":[{"nsPrefix":"mapping","nsURI":"http://www.eclipse.org/efbt/mapping","name":"mapping","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CUBE_MAPPING","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MEMBER_MAPPING","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MEMBER_MAPPING_ITEM","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VARIABLE_MAPPING_ITEM","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VARIABLE_MAPPING","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MAPPING_TO_CUBE","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VARIABLE_SET_MAPPING","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MAPPING_DEFINITION","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":"cube_mapping_id","changeable":true,"lowerBound":0,"iD":true,"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":"description","changeable":true,"lowerBound":0,"iD":false,"id":10,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source_cube","changeable":true,"resolveProxies":true,"lowerBound":0,"id":11,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target_cube","changeable":true,"resolveProxies":true,"lowerBound":0,"id":12,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":13,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"code","changeable":true,"lowerBound":0,"iD":false,"id":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":"maintenance_agency_id","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":"mappingsToCube","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,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":25,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"code","changeable":true,"lowerBound":0,"iD":false,"id":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":"maintenance_agency_id","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":"member_mapping_id","changeable":true,"lowerBound":0,"iD":true,"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":"memberMappingItems","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isSource","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":false,"unsettable":false,"transient":false,"unique":true,"name":"member","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isSource","changeable":true,"lowerBound":0,"iD":false,"id":41,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"varaibleMappingItems","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":46,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"code","changeable":true,"lowerBound":0,"iD":false,"id":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":"maintenance_agency_id","changeable":true,"lowerBound":0,"iD":false,"id":48,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"variable_mapping_id","changeable":true,"lowerBound":0,"iD":true,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"mapping","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sourceMapping","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"targetMapping","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":61,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"code","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":"maintenance_agency_id","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":"mapping_id","changeable":true,"lowerBound":0,"iD":true,"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":"mapping_type","changeable":true,"lowerBound":0,"iD":false,"id":65,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"memberMapping","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":false,"unsettable":false,"transient":false,"unique":true,"name":"variableMapping","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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":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":19},{"source":11,"target":1},{"source":12,"target":20},{"source":12,"target":1},{"source":13,"target":21},{"source":13,"target":1},{"source":14,"target":22},{"source":14,"target":1},{"source":15,"target":23},{"source":15,"target":1},{"source":16,"target":6},{"source":16,"target":24},{"source":16,"target":1},{"source":24,"target":6},{"source":2,"target":0},{"source":2,"target":25},{"source":2,"target":26},{"source":2,"target":27},{"source":2,"target":28},{"source":2,"target":29},{"source":25,"target":30},{"source":25,"target":2},{"source":26,"target":31},{"source":26,"target":2},{"source":27,"target":32},{"source":27,"target":2},{"source":28,"target":33},{"source":28,"target":2},{"source":29,"target":3},{"source":29,"target":34},{"source":29,"target":2},{"source":34,"target":3},{"source":3,"target":0},{"source":3,"target":35},{"source":3,"target":36},{"source":3,"target":37},{"source":35,"target":38},{"source":35,"target":3},{"source":36,"target":39},{"source":36,"target":3},{"source":37,"target":40},{"source":37,"target":3},{"source":4,"target":0},{"source":4,"target":41},{"source":4,"target":42},{"source":41,"target":43},{"source":41,"target":4},{"source":42,"target":44},{"source":42,"target":4},{"source":5,"target":0},{"source":5,"target":45},{"source":5,"target":46},{"source":5,"target":47},{"source":5,"target":48},{"source":5,"target":49},{"source":45,"target":4},{"source":45,"target":50},{"source":45,"target":5},{"source":50,"target":4},{"source":46,"target":51},{"source":46,"target":5},{"source":47,"target":52},{"source":47,"target":5},{"source":48,"target":53},{"source":48,"target":5},{"source":49,"target":54},{"source":49,"target":5},{"source":6,"target":0},{"source":6,"target":55},{"source":55,"target":8},{"source":55,"target":56},{"source":55,"target":6},{"source":56,"target":8},{"source":7,"target":0},{"source":7,"target":57},{"source":7,"target":58},{"source":57,"target":8},{"source":57,"target":59},{"source":57,"target":7},{"source":59,"target":8},{"source":58,"target":8},{"source":58,"target":60},{"source":58,"target":7},{"source":60,"target":8},{"source":8,"target":0},{"source":8,"target":61},{"source":8,"target":62},{"source":8,"target":63},{"source":8,"target":64},{"source":8,"target":65},{"source":8,"target":66},{"source":8,"target":67},{"source":61,"target":68},{"source":61,"target":8},{"source":62,"target":69},{"source":62,"target":8},{"source":63,"target":70},{"source":63,"target":8},{"source":64,"target":71},{"source":64,"target":8},{"source":65,"target":72},{"source":65,"target":8},{"source":66,"target":2},{"source":66,"target":73},{"source":66,"target":8},{"source":73,"target":2},{"source":67,"target":5},{"source":67,"target":74},{"source":67,"target":8},{"source":74,"target":5}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="testSubpackages2_root" nsURI="http://testSubpackages2_root"
nsPrefix="testSubpackages2_root">
<eClassifiers xsi:type="ecore:EClass" name="class2">
<eStructuralFeatures xsi:type="ecore:EReference" name="refClass4" eType="ecore:EClass testSubpackages1.ecore#//testSubpackages1_subpackage1/testSubpackages1_subpackage3/class4"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/master-mck/ECP/tests/org.eclipse.emf.ecp.ide.util.test/resources/TestEcoreHelperProjectResources/testSubpackages2.ecore | ecore | testSubpackages2_root
class2
refClass4 | null | {"directed":true,"nodes":[{"nsPrefix":"testSubpackages2_root","nsURI":"http://testSubpackages2_root","name":"testSubpackages2_root","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"class2","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":"refClass4","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="k5"
nsURI="http://k5" nsPrefix="_k5">
<eClassifiers xsi:type="ecore:EClass" name="X">
<eAnnotations source="diagraph">
<details key="node"/>
<details key="pov"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="xcs" upperBound="-1" eType="#//C"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ps" upperBound="-1" eType="#//P"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="zs" eType="#//Z" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ys" upperBound="-1" eType="#//Y"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="w" eType="#//W"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="A" eSuperTypes="#//B">
<eAnnotations source="diagraph">
<details key="node"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="B" eSuperTypes="#//C">
<eAnnotations source="diagraph">
<details key="node"/>
<details key="cref=is"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="is" upperBound="-1" eType="#//I"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="y" eType="#//Y"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="C" abstract="true" eSuperTypes="#//G">
<eAnnotations source="diagraph">
<details key="node"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="G" abstract="true">
<eAnnotations source="diagraph">
<details key="label=name"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="M" eSuperTypes="#//G">
<eAnnotations source="diagraph">
<details key="node"/>
<details key="ref=mcs"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="mcs" upperBound="-1" eType="#//C"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ml1" upperBound="-1" eType="#//L1"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="N" eSuperTypes="#//M">
<eAnnotations source="diagraph"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="J" eSuperTypes="#//A">
<eAnnotations source="diagraph">
<details key="node"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="P" eSuperTypes="#//N">
<eAnnotations source="diagraph">
<details key="node"/>
<details key="ref=ks"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="a" eType="#//A"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ks" eType="#//K"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="js" upperBound="-1" eType="#//J"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Q" eSuperTypes="#//P">
<eAnnotations source="diagraph">
<details key="node"/>
<details key="ref=js"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="l2s" upperBound="-1" eType="#//L2"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="I" eSuperTypes="#//G">
<eAnnotations source="diagraph">
<details key="node"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="L1">
<eAnnotations source="diagraph">
<details key="link"/>
<details key="label=id1"/>
<details key="label=id2"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id2" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="l1c" eType="#//C"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="l1m" eType="#//M"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="K" eSuperTypes="#//J">
<eAnnotations source="diagraph">
<details key="node"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="L2">
<eAnnotations source="diagraph">
<details key="link"/>
<details key="label=l1"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="l2q" eType="#//Q"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="l2k" eType="#//K"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="l1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="l2" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Z">
<eAnnotations source="diagraph">
<details key="node"/>
<details key="label=z1"/>
<details key="label=z2"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="z1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="z2" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="z3" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Y">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="y" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="W">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="w" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="L3" eSuperTypes="#//L1">
<eAnnotations source="diagraph">
<details key="link"/>
<details key="ltrg=l3z"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="l3z" eType="#//Z"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/francoispfister/diagraph/org.isoe.fwk.megamodel.deploy/repository-bundle/k5.ecore | ecore | k5
X
xcs
ps
zs
ys
w
A
B
is
y
C
G
name
M
mcs
ml1
N
J
P
a
ks
js
Q
l2s
I
L1
id1
id2
l1c
l1m
K
title
L2
l2q
l2k
l1
l2
Z
z1
z2
z3
Y
y
W
w
L3
l3z | null | {"directed":true,"nodes":[{"nsPrefix":"_k5","nsURI":"http://k5","name":"k5","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"X","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"A","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"B","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"C","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"G","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"M","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"N","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"J","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"P","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Q","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"I","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"L1","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"K","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"L2","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Z","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Y","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"W","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"L3","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":"xcs","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":"ps","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":"zs","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":"ys","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"w","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"is","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"y","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":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mcs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ml1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"a","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"js","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"l2s","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id1","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":"id2","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"l1c","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":"l1m","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":0,"iD":false,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"l2q","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":false,"unsettable":false,"transient":false,"unique":true,"name":"l2k","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"l1","changeable":true,"lowerBound":0,"iD":false,"id":69,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"l2","changeable":true,"lowerBound":0,"iD":false,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"z1","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":"z2","changeable":true,"lowerBound":0,"iD":false,"id":76,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"z3","changeable":true,"lowerBound":0,"iD":false,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"y","changeable":true,"lowerBound":0,"iD":false,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"w","changeable":true,"lowerBound":0,"iD":false,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"l3z","changeable":true,"resolveProxies":true,"lowerBound":0,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":1,"target":0},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":19,"target":4},{"source":19,"target":24},{"source":19,"target":1},{"source":24,"target":4},{"source":20,"target":9},{"source":20,"target":25},{"source":20,"target":1},{"source":25,"target":9},{"source":21,"target":15},{"source":21,"target":26},{"source":21,"target":1},{"source":26,"target":15},{"source":22,"target":16},{"source":22,"target":27},{"source":22,"target":1},{"source":27,"target":16},{"source":23,"target":17},{"source":23,"target":28},{"source":23,"target":1},{"source":28,"target":17},{"source":2,"target":0},{"source":2,"target":3},{"source":2,"target":29},{"source":29,"target":3},{"source":3,"target":0},{"source":3,"target":4},{"source":3,"target":30},{"source":3,"target":31},{"source":3,"target":32},{"source":30,"target":11},{"source":30,"target":33},{"source":30,"target":3},{"source":33,"target":11},{"source":31,"target":16},{"source":31,"target":34},{"source":31,"target":3},{"source":34,"target":16},{"source":32,"target":4},{"source":4,"target":0},{"source":4,"target":5},{"source":4,"target":35},{"source":35,"target":5},{"source":5,"target":0},{"source":5,"target":36},{"source":36,"target":37},{"source":36,"target":5},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":38},{"source":6,"target":39},{"source":6,"target":40},{"source":38,"target":4},{"source":38,"target":41},{"source":38,"target":6},{"source":41,"target":4},{"source":39,"target":12},{"source":39,"target":42},{"source":39,"target":6},{"source":42,"target":12},{"source":40,"target":5},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":43},{"source":43,"target":6},{"source":8,"target":0},{"source":8,"target":2},{"source":8,"target":44},{"source":44,"target":2},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":45},{"source":9,"target":46},{"source":9,"target":47},{"source":9,"target":48},{"source":45,"target":2},{"source":45,"target":49},{"source":45,"target":9},{"source":49,"target":2},{"source":46,"target":13},{"source":46,"target":50},{"source":46,"target":9},{"source":50,"target":13},{"source":47,"target":8},{"source":47,"target":51},{"source":47,"target":9},{"source":51,"target":8},{"source":48,"target":7},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":52},{"source":10,"target":53},{"source":52,"target":14},{"source":52,"target":54},{"source":52,"target":10},{"source":54,"target":14},{"source":53,"target":9},{"source":11,"target":0},{"source":11,"target":5},{"source":11,"target":55},{"source":55,"target":5},{"source":12,"target":0},{"source":12,"target":56},{"source":12,"target":57},{"source":12,"target":58},{"source":12,"target":59},{"source":56,"target":60},{"source":56,"target":12},{"source":57,"target":61},{"source":57,"target":12},{"source":58,"target":4},{"source":58,"target":62},{"source":58,"target":12},{"source":62,"target":4},{"source":59,"target":6},{"source":59,"target":63},{"source":59,"target":12},{"source":63,"target":6},{"source":13,"target":0},{"source":13,"target":8},{"source":13,"target":64},{"source":13,"target":65},{"source":64,"target":66},{"source":64,"target":13},{"source":65,"target":8},{"source":14,"target":0},{"source":14,"target":67},{"source":14,"target":68},{"source":14,"target":69},{"source":14,"target":70},{"source":67,"target":10},{"source":67,"target":71},{"source":67,"target":14},{"source":71,"target":10},{"source":68,"target":13},{"source":68,"target":72},{"source":68,"target":14},{"source":72,"target":13},{"source":69,"target":73},{"source":69,"target":14},{"source":70,"target":74},{"source":70,"target":14},{"source":15,"target":0},{"source":15,"target":75},{"source":15,"target":76},{"source":15,"target":77},{"source":75,"target":78},{"source":75,"target":15},{"source":76,"target":79},{"source":76,"target":15},{"source":77,"target":80},{"source":77,"target":15},{"source":16,"target":0},{"source":16,"target":81},{"source":81,"target":82},{"source":81,"target":16},{"source":17,"target":0},{"source":17,"target":83},{"source":83,"target":84},{"source":83,"target":17},{"source":18,"target":0},{"source":18,"target":12},{"source":18,"target":85},{"source":18,"target":86},{"source":85,"target":15},{"source":85,"target":87},{"source":85,"target":18},{"source":87,"target":15},{"source":86,"target":12}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="cpackage" nsURI="c.nsuri" nsPrefix="cprefix">
<eClassifiers xsi:type="ecore:EClass" name="cclass">
<eStructuralFeatures xsi:type="ecore:EReference" name="c1" eType="ecore:EClass B.ecore#//bclass"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="c2" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/master-mck/ECP/tests/org.eclipse.emf.ecp.ide.util.test/resources/TestEcoreHelperProjectResources/C.ecore | ecore | cpackage
cclass
c1
c2 | null | {"directed":true,"nodes":[{"nsPrefix":"cprefix","nsURI":"c.nsuri","name":"cpackage","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"cclass","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":"c1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":2,"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":"c2","changeable":true,"lowerBound":0,"iD":false,"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} |
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="myffbd"
nsURI="http://myffbd" nsPrefix="_myffbd">
<eAnnotations source="diastyle.node.vertical">
<details key="layout=vertical"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="Function" eSuperTypes="#//SequenceNode">
<eAnnotations source="diagraph">
<details key="node"/>
<details key="pov"/>
<details key="cont=Function.decompositions"/>
<details key="afx=inputPorts"/>
<details key="afx=outputPorts"/>
<details key="cref=descriptions"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="decompositions" upperBound="-1"
eType="#//Function" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="sequenceNodes" upperBound="-1"
eType="#//SequenceNode" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outputPorts" upperBound="-1"
eType="#//OutputPort" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inputPorts" upperBound="-1"
eType="#//InputPort" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="descriptions" upperBound="-1"
eType="#//Description" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="domain" eType="#//FunctionDomain"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tokens" upperBound="-1"
eType="#//Token" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="portTypes" upperBound="-1"
eType="#//PortType" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tMin" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tMax" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SequenceNode" abstract="true">
<eAnnotations source="diagraph">
<details key="node"/>
<details key="label=name"/>
<details key="ref=controlFlowEdge"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="controlFlowEdge" upperBound="-1"
eType="#//SequenceNode"/>
<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="And" eSuperTypes="#//SequenceNode">
<eAnnotations source="diagraph">
<details key="node"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Or" eSuperTypes="#//SequenceNode">
<eAnnotations source="diagraph">
<details key="node"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Start" eSuperTypes="#//SequenceNode">
<eAnnotations source="diagraph">
<details key="node"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Final" eSuperTypes="#//SequenceNode">
<eAnnotations source="diagraph">
<details key="node"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Loop" eSuperTypes="#//SequenceNode">
<eAnnotations source="diagraph">
<details key="node"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InputPort" eSuperTypes="#//Port">
<eAnnotations source="diagraph">
<details key="node" value=""/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Port" abstract="true">
<eAnnotations source="diagraph">
<details key="node" value=""/>
<details key="label=id" value=""/>
<details key="ref=type"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="flows" upperBound="-1"
eType="#//Flow" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//PortType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Item">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Flow">
<eAnnotations source="diagraph">
<details key="link"/>
<details key="cont=Port.flows"/>
<details key="lsrc=src"/>
<details key="ltrg=trg"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="src" eType="#//Port"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="items" upperBound="-1"
eType="#//Item" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="trg" eType="#//Port"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OutputPort" eSuperTypes="#//Port">
<eAnnotations source="diagraph">
<details key="node" value=""/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Description">
<eAnnotations source="diagraph">
<details key="node" value=""/>
<details key="label=content" value=""/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="content" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="FunctionDomain">
<eLiterals name="time"/>
<eLiterals name="space" value="1"/>
<eLiterals name="form" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LoopExit" eSuperTypes="#//SequenceNode">
<eAnnotations source="diagraph">
<details key="node"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Iteration" eSuperTypes="#//SequenceNode">
<eAnnotations source="diagraph">
<details key="node"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Token"/>
<eClassifiers xsi:type="ecore:EClass" name="PortType">
<eAnnotations source="diagraph">
<details key="node"/>
<details key="label=type"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/francoispfister/diagraph/org.isoe.fwk.megamodel.deploy/repository-bundle/myffbd.ecore | ecore | myffbd
Function
decompositions
sequenceNodes
outputPorts
inputPorts
descriptions
domain
tokens
portTypes
tMin
tMax
SequenceNode
controlFlowEdge
name
And
Or
Start
Final
Loop
InputPort
Port
id
flows
type
Item
name
Flow
src
items
trg
OutputPort
Description
content
FunctionDomain
time
time
space
space
form
form
LoopExit
Iteration
Token
PortType
type | null | {"directed":true,"nodes":[{"nsPrefix":"_myffbd","nsURI":"http://myffbd","name":"myffbd","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Function","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceNode","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"And","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Or","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Start","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Final","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Loop","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputPort","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Item","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Flow","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputPort","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Description","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"FunctionDomain","instanceClass":null,"id":14,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopExit","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Iteration","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Token","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PortType","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":"decompositions","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":"sequenceNodes","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":"outputPorts","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":"inputPorts","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":"descriptions","changeable":true,"resolveProxies":true,"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":"domain","changeable":true,"lowerBound":0,"iD":false,"id":24,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tokens","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"portTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"tMin","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":"tMax","changeable":true,"lowerBound":0,"iD":false,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"controlFlowEdge","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":41,"derived":false},{"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"},{"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":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":"flows","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"src","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"items","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":false,"unsettable":false,"transient":false,"unique":true,"name":"trg","changeable":true,"resolveProxies":true,"lowerBound":0,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"lowerBound":0,"iD":false,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"name":"time","id":67,"value":0,"literal":"time","eClass":"EEnumLiteral"},{"name":"space","id":68,"value":1,"literal":"space","eClass":"EEnumLiteral"},{"name":"form","id":69,"value":2,"literal":"form","eClass":"EEnumLiteral"},{"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":"type","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":1,"target":0},{"source":1,"target":2},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":1,"target":24},{"source":1,"target":25},{"source":1,"target":26},{"source":1,"target":27},{"source":1,"target":28},{"source":1,"target":29},{"source":19,"target":1},{"source":19,"target":30},{"source":19,"target":1},{"source":30,"target":1},{"source":20,"target":2},{"source":20,"target":31},{"source":20,"target":1},{"source":31,"target":2},{"source":21,"target":12},{"source":21,"target":32},{"source":21,"target":1},{"source":32,"target":12},{"source":22,"target":8},{"source":22,"target":33},{"source":22,"target":1},{"source":33,"target":8},{"source":23,"target":13},{"source":23,"target":34},{"source":23,"target":1},{"source":34,"target":13},{"source":24,"target":14},{"source":24,"target":35},{"source":24,"target":1},{"source":35,"target":14},{"source":25,"target":17},{"source":25,"target":36},{"source":25,"target":1},{"source":36,"target":17},{"source":26,"target":18},{"source":26,"target":37},{"source":26,"target":1},{"source":37,"target":18},{"source":27,"target":38},{"source":27,"target":1},{"source":28,"target":39},{"source":28,"target":1},{"source":29,"target":2},{"source":2,"target":0},{"source":2,"target":40},{"source":2,"target":41},{"source":40,"target":2},{"source":40,"target":42},{"source":40,"target":2},{"source":42,"target":2},{"source":41,"target":43},{"source":41,"target":2},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":44},{"source":44,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":45},{"source":45,"target":2},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":46},{"source":46,"target":2},{"source":6,"target":0},{"source":6,"target":2},{"source":6,"target":47},{"source":47,"target":2},{"source":7,"target":0},{"source":7,"target":2},{"source":7,"target":48},{"source":48,"target":2},{"source":8,"target":0},{"source":8,"target":9},{"source":8,"target":49},{"source":49,"target":9},{"source":9,"target":0},{"source":9,"target":50},{"source":9,"target":51},{"source":9,"target":52},{"source":50,"target":53},{"source":50,"target":9},{"source":51,"target":11},{"source":51,"target":54},{"source":51,"target":9},{"source":54,"target":11},{"source":52,"target":18},{"source":52,"target":55},{"source":52,"target":9},{"source":55,"target":18},{"source":10,"target":0},{"source":10,"target":56},{"source":56,"target":57},{"source":56,"target":10},{"source":11,"target":0},{"source":11,"target":58},{"source":11,"target":59},{"source":11,"target":60},{"source":58,"target":9},{"source":58,"target":61},{"source":58,"target":11},{"source":61,"target":9},{"source":59,"target":10},{"source":59,"target":62},{"source":59,"target":11},{"source":62,"target":10},{"source":60,"target":9},{"source":60,"target":63},{"source":60,"target":11},{"source":63,"target":9},{"source":12,"target":0},{"source":12,"target":9},{"source":12,"target":64},{"source":64,"target":9},{"source":13,"target":0},{"source":13,"target":65},{"source":65,"target":66},{"source":65,"target":13},{"source":14,"target":0},{"source":14,"target":67},{"source":14,"target":68},{"source":14,"target":69},{"source":67,"target":14},{"source":68,"target":14},{"source":69,"target":14},{"source":15,"target":0},{"source":15,"target":2},{"source":15,"target":70},{"source":70,"target":2},{"source":16,"target":0},{"source":16,"target":2},{"source":16,"target":71},{"source":71,"target":2},{"source":17,"target":0},{"source":18,"target":0},{"source":18,"target":72},{"source":72,"target":73},{"source":72,"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="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/gssi/metamodel-dataset-analysis-toolchain/metamodels/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="fpackage" nsURI="f.nsuri" nsPrefix="fprefix">
<eClassifiers xsi:type="ecore:EClass" name="fclass">
<eStructuralFeatures xsi:type="ecore:EReference" name="f1" eType="ecore:EClass D.ecore#//dclass"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="f2" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/master-mck/ECP/tests/org.eclipse.emf.ecp.ide.util.test/resources/TestEcoreHelperProjectResources/F.ecore | ecore | fpackage
fclass
f1
f2 | null | {"directed":true,"nodes":[{"nsPrefix":"fprefix","nsURI":"f.nsuri","name":"fpackage","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"fclass","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":"f1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":2,"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":"f2","changeable":true,"lowerBound":0,"iD":false,"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} |
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://activiti.org/bpmn" nsPrefix="activiti">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This XML Schema defines and documents BPMN 2.0 extension elements and attributes introduced by activiti."/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="DocumentRoot" eSuperTypes="../../org.eclipse.bpmn2/model/BPMN20.ecore#//DocumentRoot">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value=""/>
<details key="kind" value="mixed"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="executionListener" upperBound="-2"
eType="#//ExecutionListenerType" volatile="true" transient="true" derived="true"
containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Extension element for any activities and sequenceflow, used to execute custom Java logic or an expression upon the occurrence of a certain event."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="executionListener"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="field" upperBound="-2"
eType="#//FieldType" volatile="true" transient="true" derived="true" containment="true"
resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Extension Element for Service Tasks to inject values into the fields of delegate classes."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="field"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="formProperty" upperBound="-2"
eType="#//FormPropertyType" volatile="true" transient="true" derived="true"
containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Subelement of the extensionsElement of activities that support forms. Allows to specifies properties (!= process variables) for a form. See documentation chapter on form properties."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="formProperty"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="in" upperBound="-2" eType="#//InType"
volatile="true" transient="true" derived="true" containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Element to specify Data Input in activiti Shortcuts (compare to DataInputAssociation in BPMN)"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="in"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="out" upperBound="-2" eType="#//OutType"
volatile="true" transient="true" derived="true" containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Element to specify Data Output in activiti Shortcuts (compare to DataOutputAssociation in BPMN)"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="out"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="taskListener" upperBound="-2"
eType="#//TaskListenerType" volatile="true" transient="true" derived="true"
containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Extension element for User Tasks used to execute custom Java logic or an expression upon the occurrence of a certain event."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="taskListener"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="assignee" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="User Task attribute to set the human performer of a user task. Also supports expressions that evaluate to a String."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="assignee"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="candidateGroups" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="User Task attribute to set the potential owners of a user task. The provided group(s) will be candidate for performing the user task. In case of multiple group ids, a comma-separated list must be provided. Also supports expressions that evaluate to a String or Collection<String>."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="candidateGroups"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="candidateUsers" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="User Task attribute to set the potential owners of a user task. The provided user(s) will be candidate for performing the user task. In case of multiple user ids, a comma-separated list must be provided. Also supports expressions that evaluate to a String or Collection<String>."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="candidateUsers"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="class" eType="#//ClassType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Service Task attribute for specifying a fully qualified Java classname. The Java class must implement either org.activiti.activiti.delegate.JavaDelegate or org.activiti.activiti.impl.pvm.delegate.ActivityBehavior"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="class"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="collection" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="To be used on the multiInstanceLoopCharacteristics element, referencing a collection. For each element in the collection, an instance will be created. Can be an expression or reference to a process variable."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="collection"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="delegateExpression" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnySimpleType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Allows to specify an expression on a service task, taskListener or executionListener that at runtime must resolve to an object that implements the corresponsing interface (JavaDelegate, ActivityBehavior, TaskListener, ExecutionListener, etc.)"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="delegateExpression"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="dueDate" eType="#//TExpression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="User Task attribute to set the task due date. The expression should resolve to a value of typejava.util.Date."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="dueDate"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="elementVariable" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="To be used on the multiInstanceLoopCharacteristics element, used in conjunction with the activiti:collection attribute. Denotes the name of the process variable that will be set on each created instance, containing an element of the specified collection."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="elementVariable"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="formHandlerClass" eType="#//FormHandlerClassType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Attribute on a startEvent or userTask. Allows to specify a custom class that will be called during the parsing of the form information. Thus way, it is possible to use custom forms and form handling. This class must implement the org.activiti.activiti.inpl.form.FormHamdler/StartFormHandler/taskFormHandler interface (specific interface depending on the activity)."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="formHandlerClass"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="formKey" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Attribute used on a startEvent or a userTask. The value can be anything. The default form support in activiti assumes that this is a reference to a form html file inside the deployment of the process definition. But this key can also be something completely different, in case of external form resolving.
 "/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="formKey"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="history" eType="#//HistoryType"
unsettable="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Attribute on the process element. Allows to set the history level for this specific process definition differently from the history level set in the process activiti configuration."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="history"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="initiator" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Attribute on a start event. Denotes a process variable in which the process initiator set in the identityService.setAuthenticatedUserId(userId) is captured."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="initiator"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="resultVariable" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Attribute on Service and Script Task corresponding with a process variable name. The result of executing the service task logic or the script will be stored in this process variable."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="resultVariable"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//TypeType"
unsettable="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Service Task attribute specifying a built-in service task implementation."/>
</eAnnotations>
<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="async" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="async"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="actExpression" 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="expression"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="priority" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="50">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="User Task attribute to set the priority. The expression should resolve to a value of type int."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="priority"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="resultVariableName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Attribute on Service and Script Task corresponding with a process variable name. The result of executing the service task logic or the script will be stored in this process variable."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="resultVariableName"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="failedJobRetryTimeCycle"
upperBound="-2" eType="#//fox/FailedJobRetryTimeCycleType" 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="failedJobRetryTimeCycle"/>
<details key="namespace" value="http://www.camunda.com/fox"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="ClassType" instanceClassName="java.lang.String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="class_._type"/>
<details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#string"/>
<details key="pattern" value="([a-z]{2,3}(\.[a-zA-Z][a-zA-Z_$0-9]*)*)\.([A-Z][a-zA-Z_$0-9]*)"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="EventType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="event_._1_._type"/>
</eAnnotations>
<eLiterals name="create"/>
<eLiterals name="assignment" value="1"/>
<eLiterals name="complete" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="EventType1">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="event_._type"/>
</eAnnotations>
<eLiterals name="start"/>
<eLiterals name="end" value="1"/>
<eLiterals name="take" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="EventTypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="event_._1_._type:Object"/>
<details key="baseType" value="event_._1_._type"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="EventTypeObject1" instanceClassName="org.eclipse.emf.common.util.Enumerator">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="event_._type:Object"/>
<details key="baseType" value="event_._type"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExecutionListenerType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="executionListener_._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="field" upperBound="-1"
eType="#//FieldType" volatile="true" transient="true" derived="true" containment="true"
resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Extension Element for Service Tasks to inject values into the fields of delegate classes."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="field"/>
<details key="namespace" value="##targetNamespace"/>
<details key="group" value="#group:0"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="class" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="An implementation of the org.activiti.activiti.impl.pvm.delegate.ExecutionListener interface that will be called when the event occurs."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="class"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="delegateExpression" eType="#//TExpression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Expression that must resolve to an object implementing a compatible interface for an executionListener. Evaluation and delegation to the resulting object is done when the task event occurs."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="delegateExpression"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="event" eType="#//EventType1"
unsettable="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The event on which the delegation class or expression will be executed."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="event"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="expression" eType="#//TExpression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Expression that will be evaluated when the event occurs."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="expression"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FieldType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="field_._type"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="string" 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="string"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="expression" eType="#//TExpression">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="expression"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="expression1" eType="#//TExpression">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="expression"/>
</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"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="stringValue" 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="stringValue"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="FormHandlerClassType" instanceClassName="java.lang.String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="formHandlerClass_._type"/>
<details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#string"/>
<details key="pattern" value="([a-z]{2,3}(\.[a-zA-Z][a-zA-Z_$0-9]*)*)\.([A-Z][a-zA-Z_$0-9]*)"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FormPropertyType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="formProperty_._type"/>
<details key="kind" value="empty"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" upperBound="-1"
eType="#//ValueType" containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Defines a (potential) value for the form property. Especially usedful when using 'enum' as type."/>
</eAnnotations>
<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>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="datePattern" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Can be used when type is 'date' and defines how a date should be provided
 in the form. Any date pattern that is compatible
	 with java.text.SimpleDataFormat is valid."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="datePattern"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="expression" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Specifies an expression that maps the property, eg. ${street.address}"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="expression"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The key used to submit the property through the API."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="id"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" 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 display label of the property."/>
</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="readable" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Specifies if the property can be read and displayed in the form."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="readable"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="required" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Specifies if the property is a required field."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="required"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" 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 type of the property (see documentation for supported types). Default is 'string'."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="type"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value1" eType="#//TExpression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A literal or an expression that evaluates at runtime to the value for
 the form property."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="value"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="variable" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Specifies the process variable on which the variable is mapped."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="variable"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="writable" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Specifies if the property is expected when the form is submitted."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="writable"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="default" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="HistoryType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="history_._type"/>
</eAnnotations>
<eLiterals name="none"/>
<eLiterals name="activity" value="1"/>
<eLiterals name="audit" value="2"/>
<eLiterals name="full" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="HistoryTypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="history_._type:Object"/>
<details key="baseType" value="history_._type"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="in_._type"/>
<details key="kind" value="empty"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="source" 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="source"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceExpression" eType="#//TExpression">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="sourceExpression"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="target" 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="target"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OutType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="out_._type"/>
<details key="kind" value="empty"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="source" 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="source"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceExpression" eType="#//TExpression">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="sourceExpression"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="target" 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="target"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TaskListenerType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="taskListener_._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="field" upperBound="-1"
eType="#//FieldType" volatile="true" transient="true" derived="true" containment="true"
resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Extension Element for Service Tasks to inject values into the fields of delegate classes."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="field"/>
<details key="namespace" value="##targetNamespace"/>
<details key="group" value="#group:0"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="class" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="An implementation of the org.activiti.activiti.impl.pvm.delegate.TaskListener interface that will be called when the task event occurs."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="class"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="delegateExpression" eType="#//TExpression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Expression that must resolve to an object implementing a compatible interface for a taskListener. Evaluation and delegation to the resulting object is done when the task event occurs."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="delegateExpression"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="event" lowerBound="1" eType="#//EventType"
unsettable="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The event on which the delegation class or expression will be executed."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="event"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="expression" eType="#//TExpression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Expression that will be evaluated when the task event occurs."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="expression"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="TExpression" instanceClassName="java.lang.String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Expression using the language declared in the expressionLanguage attribute of BPMN's definitions element."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="tExpression"/>
<details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#string"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="TypeType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="type_._type"/>
</eAnnotations>
<eLiterals name="mail"/>
</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="type_._type:Object"/>
<details key="baseType" value="type_._type"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CallActivity" eSuperTypes="../../org.eclipse.bpmn2/model/BPMN20.ecore#//CallActivity">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="tCallActivity"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="calledElement" 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="calledElement"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BoundaryEvent" eSuperTypes="../../org.eclipse.bpmn2/model/BPMN20.ecore#//BoundaryEvent"/>
<eClassifiers xsi:type="ecore:EClass" name="ValueType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="value_._type"/>
<details key="kind" value="empty"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Defines a (potential) value for the form property. Especially useful when using 'enum' as type."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Defines the internal value for the form property value."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="id"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Defines the display label for the form property value."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="name"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eSubpackages name="fox" nsURI="http://www.camunda.com/fox" nsPrefix="fox">
<eClassifiers xsi:type="ecore:EClass" name="FailedJobRetryTimeCycleType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="tFailedJobRetryCycleType"/>
<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="text" ordered="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
volatile="true" derived="true"/>
</eClassifiers>
</eSubpackages>
</ecore:EPackage>
| github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/ActivitiExtensions.ecore | ecore | model
DocumentRoot
executionListener
field
formProperty
in
out
taskListener
assignee
candidateGroups
candidateUsers
class
collection
delegateExpression
dueDate
elementVariable
formHandlerClass
formKey
history
initiator
resultVariable
type
async
actExpression
priority
50
resultVariableName
failedJobRetryTimeCycle
ClassType
java.lang.String
java.lang.String
EventType
create
create
assignment
assignment
complete
complete
EventType1
start
start
end
end
take
take
EventTypeObject
org.eclipse.emf.common.util.Enumerator
org.eclipse.emf.common.util.Enumerator
EventTypeObject1
org.eclipse.emf.common.util.Enumerator
org.eclipse.emf.common.util.Enumerator
ExecutionListenerType
group
field
class
delegateExpression
event
expression
FieldType
string
expression
expression1
name
stringValue
FormHandlerClassType
java.lang.String
java.lang.String
FormPropertyType
value
datePattern
expression
id
name
readable
required
type
value1
variable
writable
default
HistoryType
none
none
activity
activity
audit
audit
full
full
HistoryTypeObject
org.eclipse.emf.common.util.Enumerator
org.eclipse.emf.common.util.Enumerator
InType
source
sourceExpression
target
OutType
source
sourceExpression
target
TaskListenerType
group
field
class
delegateExpression
event
expression
TExpression
java.lang.String
java.lang.String
TypeType
mail
mail
TypeTypeObject
org.eclipse.emf.common.util.Enumerator
org.eclipse.emf.common.util.Enumerator
CallActivity
calledElement
BoundaryEvent
ValueType
id
name
fox
FailedJobRetryTimeCycleType
mixed
text | null | {"directed":true,"nodes":[{"nsPrefix":"activiti","nsURI":"http://activiti.org/bpmn","name":"model","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentRoot","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"ClassType","instanceClass":"java.lang.String","id":2,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"instanceClassName":null,"name":"EventType","instanceClass":null,"id":3,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"EventType1","instanceClass":null,"id":4,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"EventTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":5,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"EventTypeObject1","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":6,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionListenerType","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FieldType","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"FormHandlerClassType","instanceClass":"java.lang.String","id":9,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FormPropertyType","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"HistoryType","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":"HistoryTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":12,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InType","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutType","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TaskListenerType","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"TExpression","instanceClass":"java.lang.String","id":16,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"instanceClassName":null,"name":"TypeType","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":"TypeTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":18,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallActivity","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BoundaryEvent","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueType","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"nsPrefix":"fox","nsURI":"http://www.camunda.com/fox","name":"fox","id":22,"eClass":"EPackage"},{"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":"executionListener","changeable":true,"resolveProxies":false,"lowerBound":0,"id":23,"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":"field","changeable":true,"resolveProxies":false,"lowerBound":0,"id":24,"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":"formProperty","changeable":true,"resolveProxies":false,"lowerBound":0,"id":25,"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":"in","changeable":true,"resolveProxies":false,"lowerBound":0,"id":26,"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":"out","changeable":true,"resolveProxies":false,"lowerBound":0,"id":27,"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":"taskListener","changeable":true,"resolveProxies":false,"lowerBound":0,"id":28,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"assignee","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"candidateGroups","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":"candidateUsers","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":"class","changeable":true,"lowerBound":0,"iD":false,"id":32,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"collection","changeable":true,"lowerBound":0,"iD":false,"id":33,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"delegateExpression","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":"dueDate","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":"elementVariable","changeable":true,"lowerBound":0,"iD":false,"id":36,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"formHandlerClass","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":"formKey","changeable":true,"lowerBound":0,"iD":false,"id":38,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"history","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":"initiator","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":"resultVariable","changeable":true,"lowerBound":0,"iD":false,"id":41,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"type","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":false,"transient":false,"unique":true,"name":"async","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":"actExpression","changeable":true,"lowerBound":0,"iD":false,"id":44,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":50,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"50","unsettable":false,"transient":false,"unique":true,"name":"priority","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":"resultVariableName","changeable":true,"lowerBound":0,"iD":false,"id":46,"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":"failedJobRetryTimeCycle","changeable":true,"resolveProxies":false,"lowerBound":0,"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"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FailedJobRetryTimeCycleType","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"id":74,"eClass":"EGenericType"},{"name":"create","id":75,"value":0,"literal":"create","eClass":"EEnumLiteral"},{"name":"assignment","id":76,"value":1,"literal":"assignment","eClass":"EEnumLiteral"},{"name":"complete","id":77,"value":2,"literal":"complete","eClass":"EEnumLiteral"},{"name":"start","id":78,"value":0,"literal":"start","eClass":"EEnumLiteral"},{"name":"end","id":79,"value":1,"literal":"end","eClass":"EEnumLiteral"},{"name":"take","id":80,"value":2,"literal":"take","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":81,"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":"field","changeable":true,"resolveProxies":false,"lowerBound":0,"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":"class","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":"delegateExpression","changeable":true,"lowerBound":0,"iD":false,"id":84,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"event","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":"expression","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"string","changeable":true,"lowerBound":0,"iD":false,"id":93,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"lowerBound":0,"iD":false,"id":94,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"expression1","changeable":true,"lowerBound":0,"iD":false,"id":95,"derived":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":96,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"stringValue","changeable":true,"lowerBound":0,"iD":false,"id":97,"derived":false},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"container":false,"ordered":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":false,"lowerBound":0,"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":"datePattern","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":"expression","changeable":true,"lowerBound":0,"iD":false,"id":105,"derived":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":106,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":107,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"readable","changeable":true,"lowerBound":0,"iD":false,"id":108,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"required","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":"type","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":"value1","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":"variable","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":"writable","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":"default","changeable":true,"lowerBound":0,"iD":false,"id":114,"derived":false},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"name":"none","id":127,"value":0,"literal":"none","eClass":"EEnumLiteral"},{"name":"activity","id":128,"value":1,"literal":"activity","eClass":"EEnumLiteral"},{"name":"audit","id":129,"value":2,"literal":"audit","eClass":"EEnumLiteral"},{"name":"full","id":130,"value":3,"literal":"full","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":"source","changeable":true,"lowerBound":0,"iD":false,"id":131,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sourceExpression","changeable":true,"lowerBound":0,"iD":false,"id":132,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"lowerBound":1,"iD":false,"id":133,"derived":false},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"source","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":"sourceExpression","changeable":true,"lowerBound":0,"iD":false,"id":138,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"lowerBound":1,"iD":false,"id":139,"derived":false},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"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":"group","changeable":true,"lowerBound":0,"iD":false,"id":143,"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":"field","changeable":true,"resolveProxies":false,"lowerBound":0,"id":144,"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":"class","changeable":true,"lowerBound":0,"iD":false,"id":145,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"delegateExpression","changeable":true,"lowerBound":0,"iD":false,"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":"event","changeable":true,"lowerBound":1,"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":"expression","changeable":true,"lowerBound":0,"iD":false,"id":148,"derived":false},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"name":"mail","id":155,"value":0,"literal":"mail","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":"calledElement","changeable":true,"lowerBound":0,"iD":false,"id":156,"derived":false},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":160,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":161,"derived":false},{"id":162,"eClass":"EGenericType"},{"id":163,"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":164,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"text","changeable":true,"lowerBound":1,"iD":false,"id":165,"derived":true},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":1,"target":0},{"source":1,"target":23},{"source":1,"target":24},{"source":1,"target":25},{"source":1,"target":26},{"source":1,"target":27},{"source":1,"target":28},{"source":1,"target":29},{"source":1,"target":30},{"source":1,"target":31},{"source":1,"target":32},{"source":1,"target":33},{"source":1,"target":34},{"source":1,"target":35},{"source":1,"target":36},{"source":1,"target":37},{"source":1,"target":38},{"source":1,"target":39},{"source":1,"target":40},{"source":1,"target":41},{"source":1,"target":42},{"source":1,"target":43},{"source":1,"target":44},{"source":1,"target":45},{"source":1,"target":46},{"source":1,"target":47},{"source":1,"target":48},{"source":23,"target":7},{"source":23,"target":49},{"source":23,"target":1},{"source":49,"target":7},{"source":24,"target":8},{"source":24,"target":50},{"source":24,"target":1},{"source":50,"target":8},{"source":25,"target":10},{"source":25,"target":51},{"source":25,"target":1},{"source":51,"target":10},{"source":26,"target":13},{"source":26,"target":52},{"source":26,"target":1},{"source":52,"target":13},{"source":27,"target":14},{"source":27,"target":53},{"source":27,"target":1},{"source":53,"target":14},{"source":28,"target":15},{"source":28,"target":54},{"source":28,"target":1},{"source":54,"target":15},{"source":29,"target":55},{"source":29,"target":1},{"source":30,"target":56},{"source":30,"target":1},{"source":31,"target":57},{"source":31,"target":1},{"source":32,"target":2},{"source":32,"target":58},{"source":32,"target":1},{"source":58,"target":2},{"source":33,"target":59},{"source":33,"target":1},{"source":34,"target":60},{"source":34,"target":1},{"source":35,"target":16},{"source":35,"target":61},{"source":35,"target":1},{"source":61,"target":16},{"source":36,"target":62},{"source":36,"target":1},{"source":37,"target":9},{"source":37,"target":63},{"source":37,"target":1},{"source":63,"target":9},{"source":38,"target":64},{"source":38,"target":1},{"source":39,"target":11},{"source":39,"target":65},{"source":39,"target":1},{"source":65,"target":11},{"source":40,"target":66},{"source":40,"target":1},{"source":41,"target":67},{"source":41,"target":1},{"source":42,"target":17},{"source":42,"target":68},{"source":42,"target":1},{"source":68,"target":17},{"source":43,"target":69},{"source":43,"target":1},{"source":44,"target":70},{"source":44,"target":1},{"source":45,"target":71},{"source":45,"target":1},{"source":46,"target":72},{"source":46,"target":1},{"source":47,"target":73},{"source":47,"target":74},{"source":47,"target":1},{"source":74,"target":73},{"source":2,"target":0},{"source":3,"target":0},{"source":3,"target":75},{"source":3,"target":76},{"source":3,"target":77},{"source":75,"target":3},{"source":76,"target":3},{"source":77,"target":3},{"source":4,"target":0},{"source":4,"target":78},{"source":4,"target":79},{"source":4,"target":80},{"source":78,"target":4},{"source":79,"target":4},{"source":80,"target":4},{"source":5,"target":0},{"source":6,"target":0},{"source":7,"target":0},{"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":81,"target":87},{"source":81,"target":7},{"source":82,"target":8},{"source":82,"target":88},{"source":82,"target":7},{"source":88,"target":8},{"source":83,"target":89},{"source":83,"target":7},{"source":84,"target":16},{"source":84,"target":90},{"source":84,"target":7},{"source":90,"target":16},{"source":85,"target":4},{"source":85,"target":91},{"source":85,"target":7},{"source":91,"target":4},{"source":86,"target":16},{"source":86,"target":92},{"source":86,"target":7},{"source":92,"target":16},{"source":8,"target":0},{"source":8,"target":93},{"source":8,"target":94},{"source":8,"target":95},{"source":8,"target":96},{"source":8,"target":97},{"source":93,"target":98},{"source":93,"target":8},{"source":94,"target":16},{"source":94,"target":99},{"source":94,"target":8},{"source":99,"target":16},{"source":95,"target":16},{"source":95,"target":100},{"source":95,"target":8},{"source":100,"target":16},{"source":96,"target":101},{"source":96,"target":8},{"source":97,"target":102},{"source":97,"target":8},{"source":9,"target":0},{"source":10,"target":0},{"source":10,"target":103},{"source":10,"target":104},{"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":10,"target":111},{"source":10,"target":112},{"source":10,"target":113},{"source":10,"target":114},{"source":103,"target":21},{"source":103,"target":115},{"source":103,"target":10},{"source":115,"target":21},{"source":104,"target":116},{"source":104,"target":10},{"source":105,"target":117},{"source":105,"target":10},{"source":106,"target":118},{"source":106,"target":10},{"source":107,"target":119},{"source":107,"target":10},{"source":108,"target":120},{"source":108,"target":10},{"source":109,"target":121},{"source":109,"target":10},{"source":110,"target":122},{"source":110,"target":10},{"source":111,"target":16},{"source":111,"target":123},{"source":111,"target":10},{"source":123,"target":16},{"source":112,"target":124},{"source":112,"target":10},{"source":113,"target":125},{"source":113,"target":10},{"source":114,"target":126},{"source":114,"target":10},{"source":11,"target":0},{"source":11,"target":127},{"source":11,"target":128},{"source":11,"target":129},{"source":11,"target":130},{"source":127,"target":11},{"source":128,"target":11},{"source":129,"target":11},{"source":130,"target":11},{"source":12,"target":0},{"source":13,"target":0},{"source":13,"target":131},{"source":13,"target":132},{"source":13,"target":133},{"source":131,"target":134},{"source":131,"target":13},{"source":132,"target":16},{"source":132,"target":135},{"source":132,"target":13},{"source":135,"target":16},{"source":133,"target":136},{"source":133,"target":13},{"source":14,"target":0},{"source":14,"target":137},{"source":14,"target":138},{"source":14,"target":139},{"source":137,"target":140},{"source":137,"target":14},{"source":138,"target":16},{"source":138,"target":141},{"source":138,"target":14},{"source":141,"target":16},{"source":139,"target":142},{"source":139,"target":14},{"source":15,"target":0},{"source":15,"target":143},{"source":15,"target":144},{"source":15,"target":145},{"source":15,"target":146},{"source":15,"target":147},{"source":15,"target":148},{"source":143,"target":149},{"source":143,"target":15},{"source":144,"target":8},{"source":144,"target":150},{"source":144,"target":15},{"source":150,"target":8},{"source":145,"target":151},{"source":145,"target":15},{"source":146,"target":16},{"source":146,"target":152},{"source":146,"target":15},{"source":152,"target":16},{"source":147,"target":3},{"source":147,"target":153},{"source":147,"target":15},{"source":153,"target":3},{"source":148,"target":16},{"source":148,"target":154},{"source":148,"target":15},{"source":154,"target":16},{"source":16,"target":0},{"source":17,"target":0},{"source":17,"target":155},{"source":155,"target":17},{"source":18,"target":0},{"source":19,"target":0},{"source":19,"target":156},{"source":19,"target":157},{"source":156,"target":158},{"source":156,"target":19},{"source":20,"target":0},{"source":20,"target":159},{"source":21,"target":0},{"source":21,"target":160},{"source":21,"target":161},{"source":160,"target":162},{"source":160,"target":21},{"source":161,"target":163},{"source":161,"target":21},{"source":22,"target":73},{"source":22,"target":0},{"source":73,"target":22},{"source":73,"target":164},{"source":73,"target":165},{"source":164,"target":166},{"source":164,"target":73},{"source":165,"target":167},{"source":165,"target":73}],"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="thingML" nsURI="xthingml" nsPrefix="thingML">
<eClassifiers xsi:type="ecore:EClass" name="DynamicInstance">
<eStructuralFeatures xsi:type="ecore:EReference" name="dynamicCompositeStates" upperBound="-1" eType="//DynamicCompositeState" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="executionFrame" lowerBound="1" eType="//Frame" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="instance" lowerBound="1">
<eType xsi:type="ecore:EClass" href="../../../plugin/thingml/model/generated/ThingML.ecore#//Instance"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="activeFrame" lowerBound="1" eType="//Frame"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="dynamicPorts" upperBound="-1" eType="//DynamicPort" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="dynamicProperties" upperBound="-1" eType="//DynamicVariable" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Value" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="NullValue" eSuperTypes="//Value"/>
<eClassifiers xsi:type="ecore:EClass" name="IntegerValue" eSuperTypes="//Value">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//ELong"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StringValue" eSuperTypes="//Value">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ArrayValue" eSuperTypes="//Value">
<eStructuralFeatures xsi:type="ecore:EReference" name="values" unique="false" upperBound="-1" eType="//Value"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProxyValue" eSuperTypes="//Value">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1">
<eType xsi:type="ecore:EClass" href="../../../plugin/thingml/model/generated/ThingML.ecore#//Expression"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ArrayProxyValue" eSuperTypes="//ProxyValue">
<eStructuralFeatures xsi:type="ecore:EReference" name="arrayProxyEntries" upperBound="-1" eType="//ArrayProxyEntry" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ArrayProxyEntry">
<eStructuralFeatures xsi:type="ecore:EReference" name="indexExpression" lowerBound="1">
<eType xsi:type="ecore:EClass" href="../../../plugin/thingml/model/generated/ThingML.ecore#//Expression"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="//Value"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DynamicCompositeState">
<eStructuralFeatures xsi:type="ecore:EReference" name="compositeState" lowerBound="1">
<eType xsi:type="ecore:EClass" href="../../../plugin/thingml/model/generated/ThingML.ecore#//CompositeState"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="currentState" lowerBound="1">
<eType xsi:type="ecore:EClass" href="../../../plugin/thingml/model/generated/ThingML.ecore#//State"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Frame">
<eStructuralFeatures xsi:type="ecore:EReference" name="childFrame" eType="//Frame" containment="true" eOpposite="//Frame/parentFrame"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parentFrame" eType="//Frame" eOpposite="//Frame/childFrame"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rootContext" lowerBound="1" eType="//Context" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="topContext" lowerBound="1" eType="//Context"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="returnValue" eType="//Value" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Context">
<eStructuralFeatures xsi:type="ecore:EReference" name="childContext" eType="//Context" containment="true" eOpposite="//Context/parentContext"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parentContext" eType="//Context" eOpposite="//Context/childContext"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="dynamicVariables" upperBound="-1" eType="//DynamicVariable" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DynamicVariable">
<eStructuralFeatures xsi:type="ecore:EReference" name="variable" lowerBound="1">
<eType xsi:type="ecore:EClass" href="../../../plugin/thingml/model/generated/ThingML.ecore#//Variable"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="//Value" containment="true">
<eAnnotations source="aspect"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BooleanValue" eSuperTypes="//Value">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DynamicPort">
<eStructuralFeatures xsi:type="ecore:EReference" name="port" lowerBound="1">
<eType xsi:type="ecore:EClass" href="../../../plugin/thingml/model/generated/ThingML.ecore#//Port"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="receivedMessages" upperBound="-1" eType="//DynamicMessage" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="connectedPorts" upperBound="-1" eType="//DynamicPort"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DynamicMessage">
<eStructuralFeatures xsi:type="ecore:EReference" name="message" lowerBound="1">
<eType xsi:type="ecore:EClass" href="../../../plugin/thingml/model/generated/ThingML.ecore#//Message"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="//Value" containment="true"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/gemoc/Gemoc-ThingML/language/thingml.model/model/xthingml.ecore | ecore | thingML
DynamicInstance
dynamicCompositeStates
executionFrame
instance
activeFrame
dynamicPorts
dynamicProperties
Value
NullValue
IntegerValue
value
StringValue
value
ArrayValue
values
ProxyValue
expression
ArrayProxyValue
arrayProxyEntries
ArrayProxyEntry
indexExpression
value
DynamicCompositeState
compositeState
currentState
Frame
childFrame
parentFrame
rootContext
topContext
returnValue
Context
childContext
parentContext
dynamicVariables
DynamicVariable
variable
value
BooleanValue
value
DynamicPort
port
receivedMessages
connectedPorts
DynamicMessage
message
parameters | null | {"directed":true,"nodes":[{"nsPrefix":"thingML","nsURI":"xthingml","name":"thingML","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DynamicInstance","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Value","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NullValue","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerValue","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringValue","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayValue","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProxyValue","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayProxyValue","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayProxyEntry","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DynamicCompositeState","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Frame","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Context","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DynamicVariable","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanValue","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DynamicPort","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DynamicMessage","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dynamicCompositeStates","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"executionFrame","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":"instance","changeable":true,"resolveProxies":true,"lowerBound":1,"id":19,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"activeFrame","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":"dynamicPorts","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":"dynamicProperties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"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":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":"value","changeable":true,"lowerBound":0,"iD":false,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"values","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arrayProxyEntries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"indexExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":45,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"compositeState","changeable":true,"resolveProxies":true,"lowerBound":1,"id":49,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"currentState","changeable":true,"resolveProxies":true,"lowerBound":1,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"childFrame","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parentFrame","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rootContext","changeable":true,"resolveProxies":true,"lowerBound":1,"id":55,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"topContext","changeable":true,"resolveProxies":true,"lowerBound":1,"id":56,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"returnValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"childContext","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parentContext","changeable":true,"resolveProxies":true,"lowerBound":0,"id":64,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dynamicVariables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variable","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":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"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":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":false,"unsettable":false,"transient":false,"unique":true,"name":"port","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"receivedMessages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"connectedPorts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"message","changeable":true,"resolveProxies":true,"lowerBound":1,"id":82,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","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":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":17,"target":10},{"source":17,"target":23},{"source":17,"target":1},{"source":23,"target":10},{"source":18,"target":11},{"source":18,"target":24},{"source":18,"target":1},{"source":24,"target":11},{"source":19,"target":25},{"source":19,"target":1},{"source":20,"target":11},{"source":20,"target":26},{"source":20,"target":1},{"source":26,"target":11},{"source":21,"target":15},{"source":21,"target":27},{"source":21,"target":1},{"source":27,"target":15},{"source":22,"target":13},{"source":22,"target":28},{"source":22,"target":1},{"source":28,"target":13},{"source":2,"target":0},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":29},{"source":29,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":30},{"source":4,"target":31},{"source":30,"target":32},{"source":30,"target":4},{"source":31,"target":2},{"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":6,"target":37},{"source":36,"target":2},{"source":36,"target":38},{"source":36,"target":6},{"source":38,"target":2},{"source":37,"target":2},{"source":7,"target":0},{"source":7,"target":2},{"source":7,"target":39},{"source":7,"target":40},{"source":39,"target":41},{"source":39,"target":7},{"source":40,"target":2},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":42},{"source":8,"target":43},{"source":42,"target":9},{"source":42,"target":44},{"source":42,"target":8},{"source":44,"target":9},{"source":43,"target":7},{"source":9,"target":0},{"source":9,"target":45},{"source":9,"target":46},{"source":45,"target":47},{"source":45,"target":9},{"source":46,"target":2},{"source":46,"target":48},{"source":46,"target":9},{"source":48,"target":2},{"source":10,"target":0},{"source":10,"target":49},{"source":10,"target":50},{"source":49,"target":51},{"source":49,"target":10},{"source":50,"target":52},{"source":50,"target":10},{"source":11,"target":0},{"source":11,"target":53},{"source":11,"target":54},{"source":11,"target":55},{"source":11,"target":56},{"source":11,"target":57},{"source":53,"target":11},{"source":53,"target":58},{"source":53,"target":11},{"source":53,"target":54},{"source":58,"target":11},{"source":54,"target":11},{"source":54,"target":59},{"source":54,"target":11},{"source":54,"target":53},{"source":59,"target":11},{"source":55,"target":12},{"source":55,"target":60},{"source":55,"target":11},{"source":60,"target":12},{"source":56,"target":12},{"source":56,"target":61},{"source":56,"target":11},{"source":61,"target":12},{"source":57,"target":2},{"source":57,"target":62},{"source":57,"target":11},{"source":62,"target":2},{"source":12,"target":0},{"source":12,"target":63},{"source":12,"target":64},{"source":12,"target":65},{"source":63,"target":12},{"source":63,"target":66},{"source":63,"target":12},{"source":63,"target":64},{"source":66,"target":12},{"source":64,"target":12},{"source":64,"target":67},{"source":64,"target":12},{"source":64,"target":63},{"source":67,"target":12},{"source":65,"target":13},{"source":65,"target":68},{"source":65,"target":12},{"source":68,"target":13},{"source":13,"target":0},{"source":13,"target":69},{"source":13,"target":70},{"source":69,"target":71},{"source":69,"target":13},{"source":70,"target":2},{"source":70,"target":72},{"source":70,"target":13},{"source":72,"target":2},{"source":14,"target":0},{"source":14,"target":2},{"source":14,"target":73},{"source":14,"target":74},{"source":73,"target":75},{"source":73,"target":14},{"source":74,"target":2},{"source":15,"target":0},{"source":15,"target":76},{"source":15,"target":77},{"source":15,"target":78},{"source":76,"target":79},{"source":76,"target":15},{"source":77,"target":16},{"source":77,"target":80},{"source":77,"target":15},{"source":80,"target":16},{"source":78,"target":15},{"source":78,"target":81},{"source":78,"target":15},{"source":81,"target":15},{"source":16,"target":0},{"source":16,"target":82},{"source":16,"target":83},{"source":82,"target":84},{"source":82,"target":16},{"source":83,"target":2},{"source":83,"target":85},{"source":83,"target":16},{"source":85,"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="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:

1. <catalogName>.StorySchemaCatalog.xmi, declaring the action/target/aggregation/story types, but not the structure.
2. <catalogName>.ecore. This defines the structure of the types.

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. "id.co.bippo.person.story"."/>
</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/gssi/metamodel-dataset-analysis-toolchain/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} |
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="cgmodel" nsURI="http://www.eclipse.org/ocl/1.0.0/CG" nsPrefix="ch">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The CGModel provides a Code Generation friendly form of the OCL Pivot model, with distinct classes
such as LibraryPropertyCallExp and EcorePropertyCallExp for distinct purposes. Additional classes
such as BoxExpr, CatchExpr and CastParameter support rewrite optimizations.
<p>
References to the Pivot model are expressed as attributes with datatype values in order to avoid
confusion as to whether the new or old pivot mosdel is in use while code generating the pivot model."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/OCL/Import">
<details key="ecore" value="http://www.eclipse.org/emf/2002/Ecore#/"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="CGBoolean" eSuperTypes="#//CGConstant">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="CGBoolean represents a boolean value."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="booleanValue" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="the boolean value"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CGBoxExp" eSuperTypes="#//CGCallExp">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A CGBoxExp converts an unboxed source value to a boxed value."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CGBuiltInIterationCallExp" eSuperTypes="#//CGIterationCallExp">
<eStructuralFeatures xsi:type="ecore:EReference" name="accumulator" eType="#//CGIterator"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CGCallExp" abstract="true" eSuperTypes="#//CGValuedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="invalidating" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Whether this call expression may return an invalid result for non-invalid inputs."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="validating" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Whether this call expression may return a non-invalid result for invalid inputs."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//CGValuedElement"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CGCastParameter" eSuperTypes="#//CGParameter">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A cast parameter wraps a passed parameter to apply the known type to the much weaker type
available as part of some polymorphic API."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="referredParameter" lowerBound="1"
eType="#//CGParameter" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CGCatchExp" eSuperTypes="#//CGCallExp">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A CGCatchExp converts an invalid source exception to an invalid value."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CGClass" eSuperTypes="#//CGNamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="containingPackage" lowerBound="1"
eType="#//CGPackage" resolveProxies="false" eOpposite="#//CGPackage/classes"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="operations" ordered="false"
upperBound="-1" eType="#//CGOperation" containment="true" resolveProxies="false"
eOpposite="#//CGOperation/containingClass"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="properties" ordered="false"
upperBound="-1" eType="#//CGProperty" containment="true" resolveProxies="false"
eOpposite="#//CGProperty/containingClass"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="invariants" ordered="false"
upperBound="-1" eType="#//CGConstraint" containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Invariant constraints on instances of this class."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CGCollectionExp" eSuperTypes="#//CGValuedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="parts" upperBound="-1"
eType="#//CGCollectionPart" containment="true" resolveProxies="false" eOpposite="#//CGCollectionPart/collectionExp"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CGCollectionPart" eSuperTypes="#//CGValuedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="first" lowerBound="1" eType="#//CGValuedElement"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="last" lowerBound="1" eType="#//CGValuedElement"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="collectionExp" lowerBound="1"
eType="#//CGCollectionExp" changeable="false" resolveProxies="false" eOpposite="#//CGCollectionExp/parts"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="range" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
changeable="false" volatile="true" transient="true" defaultValueLiteral="false"
derived="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CGConstant" abstract="true" eSuperTypes="#//CGValuedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A CGConstant represents a constant value that may be shared by may CGConstantExp. The shared
value may be generated as a global constant. Inlineable constants need no global declaration.

Derived classes support distinct forms of constants."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="constantValue" lowerBound="1"
eType="#//Object" changeable="false" volatile="true" transient="true" derived="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CGConstantExp" eSuperTypes="#//CGValuedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A CGConstantExp is a constant valued expression that references a constant value."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="referredConstant" lowerBound="1"
eType="#//CGValuedElement" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The shared constant providing the value."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CGConstraint" eSuperTypes="#//CGNamedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A CGConstraint defines a constraint such as a class invariant."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//CGValuedElement"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="message" eType="#//CGValuedElement"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CGConstructorExp" abstract="true" eSuperTypes="#//CGValuedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="parts" upperBound="-1"
eType="#//CGConstructorPart" containment="true" resolveProxies="false" eOpposite="#//CGConstructorPart/constructorExp"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CGConstructorPart" eSuperTypes="#//CGValuedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="init" lowerBound="1" eType="#//CGValuedElement"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="constructorExp" lowerBound="1"
eType="#//CGConstructorExp" changeable="false" resolveProxies="false" eOpposite="#//CGConstructorExp/parts"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CGEcoreClassConstructorExp" eSuperTypes="#//CGConstructorExp">
<eStructuralFeatures xsi:type="ecore:EReference" name="eClass" lowerBound="1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CGEcoreDataTypeConstructorExp" eSuperTypes="#//CGConstructorExp">
<eStructuralFeatures xsi:type="ecore:EReference" name="eDataType" lowerBound="1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EDataType" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="string" 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 integer value"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CGEcoreOperationCallExp" eSuperTypes="#//CGOperationCallExp">
<eStructuralFeatures xsi:type="ecore:EReference" name="eOperation" lowerBound="1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EOperation" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CGEcorePropertyCallExp" eSuperTypes="#//CGPropertyCallExp">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="CGEcorePropertyCallExp navigates aproperty using Ecore support."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="eStructuralFeature" lowerBound="1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStructuralFeature"
resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CGElement" abstract="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="CGElement is the abstract class from which all classes contribution to a CG tree derive."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//CGElement"
changeable="false" volatile="true" transient="true" derived="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The parent node in a CG tree, null at the root."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CGElementId" eSuperTypes="#//CGConstant">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="elementId" lowerBound="1"
eType="#//ElementId">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="the integer value"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CGEqualsExp" eSuperTypes="#//CGCallExp">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A CGBoxExp converts an unboxed source value to a boxed value."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="argument" eType="#//CGValuedElement"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CGExecutorCompositionProperty" eSuperTypes="#//CGExecutorProperty"/>
<eClassifiers xsi:type="ecore:EClass" name="CGExecutorConstructorPart" eSuperTypes="#//CGExecutorProperty">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A CGTypeWithReflection defines a Static Single Assignment variable whose value is a DomainType."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CGExecutorNavigationProperty" eSuperTypes="#//CGExecutorProperty">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="CGExecutorNavigationProperty specifies navigation in the absence of Ecore support."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CGExecutorOppositeProperty" eSuperTypes="#//CGExecutorProperty">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="CGExecutorOppositeProperty specifies navigation of an unnavigable opposite."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CGExecutorOperation" eSuperTypes="#//CGValuedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A CGTypeWithReflection defines a Static Single Assignment variable whose value is a DomainType."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="underlyingOperationId"
eType="#//CGElementId" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CGExecutorOperationCallExp" eSuperTypes="#//CGOperationCallExp">
<eStructuralFeatures xsi:type="ecore:EReference" name="executorOperation" lowerBound="1"
eType="#//CGExecutorOperation" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CGExecutorProperty" abstract="true"
eSuperTypes="#//CGValuedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A CGTypeWithReflection defines a Static Single Assignment variable whose value is a DomainType."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="underlyingPropertyId" eType="#//CGElementId"
resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CGExecutorPropertyCallExp" eSuperTypes="#//CGPropertyCallExp">
<eStructuralFeatures xsi:type="ecore:EReference" name="executorProperty" lowerBound="1"
eType="#//CGExecutorProperty" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CGExecutorType" eSuperTypes="#//CGValuedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A CGTypeWithReflection defines a Static Single Assignment variable whose value is a DomainType."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="underlyingTypeId" eType="#//CGTypeId"
resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CGFinalVariable" eSuperTypes="#//CGVariable">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A CGFinalVariable defines a Static Single Assignment variable, that is one
whose value is defined before use and never changed."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CGGuardExp" eSuperTypes="#//CGCallExp"/>
<eClassifiers xsi:type="ecore:EClass" name="CGIfExp" eSuperTypes="#//CGValuedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" lowerBound="1"
eType="#//CGValuedElement" containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="thenExpression" lowerBound="1"
eType="#//CGValuedElement" containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elseExpression" lowerBound="1"
eType="#//CGValuedElement" containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CGInfinity" eSuperTypes="#//CGConstant">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="CGInfinity represents the infinite or unlimited value."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CGInteger" eSuperTypes="#//CGConstant">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="CGInteger represents an integer value."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="integerValue" lowerBound="1"
eType="#//Number">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="the integer value"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CGInvalid" eSuperTypes="#//CGConstant">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="CGInvalid represents an invalid value with an optional message."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="messageTemplate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="optional message template explaining the invalidity"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="bindings" upperBound="-1"
eType="#//Object">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="bindings for use by the messageTemplate"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CGIsInvalidExp" eSuperTypes="#//CGCallExp">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A CGBoxExp converts an unboxed source value to a boxed value."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CGIsUndefinedExp" eSuperTypes="#//CGCallExp">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A CGBoxExp converts an unboxed source value to a boxed value."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CGIterationCallExp" abstract="true"
eSuperTypes="#//CGCallExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="referredIteration" lowerBound="1"
eType="#//Iteration"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="iterators" upperBound="-1"
eType="#//CGIterator" containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="body" lowerBound="1" eType="#//CGValuedElement"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CGIterator" eSuperTypes="#//CGParameter">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A CGIterator is a mutable variable for use as the iterator or result of an iteration."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CGLetExp" eSuperTypes="#//CGValuedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A CGLetExp makes a shared expression available for multiple use in another expression.
The sharred expression is defined as the initialaizer of a shared variable."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="init" lowerBound="1" eType="#//CGVariable"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="in" lowerBound="1" eType="#//CGValuedElement"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CGLibraryIterateCallExp" eSuperTypes="#//CGIterationCallExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="libraryIteration" lowerBound="1"
eType="#//LibraryIteration"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="result" eType="#//CGIterator"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CGLibraryIterationCallExp" eSuperTypes="#//CGIterationCallExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="libraryIteration" lowerBound="1"
eType="#//LibraryIteration"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CGLibraryOperationCallExp" eSuperTypes="#//CGOperationCallExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="libraryOperation" lowerBound="1"
eType="#//LibraryOperation"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CGLibraryPropertyCallExp" eSuperTypes="#//CGPropertyCallExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="libraryProperty" lowerBound="1"
eType="#//LibraryProperty"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CGLocalVariable" eSuperTypes="#//CGVariable">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A CGLocalVariable defines a variable that may have exactly one of many values, typically
one value from an if thenExpression and another from an if elseExpression."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CGModel" eSuperTypes="#//CGNamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="globals" ordered="false"
upperBound="-1" eType="#//CGConstant" containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="packages" ordered="false"
upperBound="-1" eType="#//CGPackage" containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CGNamedElement" abstract="true" eSuperTypes="#//CGElement #//Nameable">
<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="pivot" lowerBound="1" eType="#//NamedElement"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CGNull" eSuperTypes="#//CGConstant">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="CGNull represents the null value."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CGOperation" eSuperTypes="#//CGValuedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" ordered="false"
upperBound="-1" eType="#//CGParameter" containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The parameters of this operation, with 'self' as the first parameter."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//CGValuedElement"
containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The OCL-defined body of this operation."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="preconditions" ordered="false"
upperBound="-1" eType="#//CGConstraint" containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The precondition constraints of this operation."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="postconditions" ordered="false"
upperBound="-1" eType="#//CGConstraint" containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The postcondition constraints of this operation."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="containingClass" lowerBound="1"
eType="#//CGClass" resolveProxies="false" eOpposite="#//CGClass/operations"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CGOperationCallExp" abstract="true"
eSuperTypes="#//CGCallExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="referredOperation" lowerBound="1"
eType="#//Operation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1"
eType="#//CGValuedElement" containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CGPackage" eSuperTypes="#//CGNamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="classes" ordered="false"
upperBound="-1" eType="#//CGClass" containment="true" resolveProxies="false"
eOpposite="#//CGClass/containingPackage"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="packages" ordered="false"
upperBound="-1" eType="#//CGPackage" containment="true" resolveProxies="false"
eOpposite="#//CGPackage/containingPackage"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="containingPackage" eType="#//CGPackage"
resolveProxies="false" eOpposite="#//CGPackage/packages"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CGParameter" eSuperTypes="#//CGVariable">
<eStructuralFeatures xsi:type="ecore:EReference" name="operation" lowerBound="1"
eType="#//CGOperation" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CGProperty" eSuperTypes="#//CGValuedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="containingClass" lowerBound="1"
eType="#//CGClass" resolveProxies="false" eOpposite="#//CGClass/properties"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//CGValuedElement"
containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The optional initializer or derivation."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CGPropertyCallExp" abstract="true" eSuperTypes="#//CGCallExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="referredProperty" lowerBound="1"
eType="#//Property"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CGReal" eSuperTypes="#//CGConstant">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="CGReal represents a real value."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="realValue" lowerBound="1"
eType="#//Number">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="the real value"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CGSettableVariable" eSuperTypes="#//CGVariable">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A CGSettableVariable defines a variable that may have many values, typically through
use as an iteration variable."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CGString" eSuperTypes="#//CGConstant">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="CGInteger represents a string value."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="stringValue" 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 string value"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CGText" eSuperTypes="#//CGConstant">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A CGText supports provision of literal language-specific text as an inline contribution to the generate code.
(e.g. the initialisation of an evaluator)."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="textValue" 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 string value"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CGTextParameter" eSuperTypes="#//CGParameter">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A CGTextParameter supports provision of literal language-specific text as a parameter contribution to the generate code.
(e.g. the initialisation of the self parameter from this)."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="textValue" 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 string value"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CGThrowExp" eSuperTypes="#//CGCallExp">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A CGThrowExp converts an invalid source value to a thrown invalid exception."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CGTupleExp" eSuperTypes="#//CGValuedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="parts" upperBound="-1"
eType="#//CGTuplePart" containment="true" resolveProxies="false" eOpposite="#//CGTuplePart/tupleExp"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CGTuplePart" eSuperTypes="#//CGValuedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="init" lowerBound="1" eType="#//CGValuedElement"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tupleExp" lowerBound="1"
eType="#//CGTupleExp" changeable="false" resolveProxies="false" eOpposite="#//CGTupleExp/parts"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CGTuplePartCallExp" eSuperTypes="#//CGPropertyCallExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="pivotTuplePartId" lowerBound="1"
eType="#//TuplePartId"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CGTypeId" eSuperTypes="#//CGElementId"/>
<eClassifiers xsi:type="ecore:EClass" name="CGTypeExp" eSuperTypes="#//CGValuedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A CGTypeExp is a non-constant expression that references a type."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="referredType" lowerBound="1"
eType="#//CGExecutorType" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The shared type."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CGTypedElement" abstract="true" eSuperTypes="#//CGNamedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="pivotTypeId" lowerBound="1"
eType="#//TypeId" changeable="false" volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typeId" lowerBound="1"
eType="#//CGTypeId" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="required" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CGUnboxExp" eSuperTypes="#//CGCallExp">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A CGUnboxExp converts a boxed source value to an unboxed value."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CGValuedElement" abstract="true" eSuperTypes="#//CGTypedElement">
<eOperations name="setNonInvalid"/>
<eOperations name="setNonNull"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="boxed" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
changeable="false" volatile="true" transient="true" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Whether this element is represented using boxed values."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="caught" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Whether an invalid value of this element is represented by an invalid value (true), an invalid exception (false).
The value is null until determined by the FieldingAnalyzer."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="constant" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false"
volatile="true" transient="true" defaultValueLiteral="false" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Whether this element is a constant. Constant values are shared. Global constants
such as ElementIds, Strings and some CollectionLiterals are statically declared.
Non-global constants such as the IdResolver depend on a operation parameter and so
are shared from an operation preamble."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="dependsOn" upperBound="-1"
eType="#//CGValuedElement" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The elements that must be declared before this element."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
changeable="false" volatile="true" transient="true" defaultValueLiteral="false"
derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Whether this element is constant and represents the false value (and nothing else)."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="global" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false"
volatile="true" transient="true" defaultValueLiteral="false" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Whether this element is global (and constant). Global values may be statically
computed and shared."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="inlineable" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false"
volatile="true" transient="true" defaultValueLiteral="false" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Whether this element is a constant that can be evaluated inline and so needs no declaration (e.g. null, true)."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="invalid" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false"
volatile="true" transient="true" defaultValueLiteral="false" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Whether this element is constant and represents an invalid value (and nothing else)."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="null" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
changeable="false" volatile="true" transient="true" defaultValueLiteral="false"
derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Whether this element is constant and represents the null value (and nothing else)."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nonInvalid" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false"
volatile="true" transient="true" defaultValueLiteral="false" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Whether this element is constant and represents something other than an invalid value."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nonNull" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false"
volatile="true" transient="true" defaultValueLiteral="false" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Whether this element is constant and represents something other than the null value."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="referredValuedElement"
lowerBound="1" eType="#//CGValuedElement" changeable="false" volatile="true"
transient="true" derived="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The element from which this element's value is determined, which is this for a self-determining
element such as a CGConstant or CGCatchExp, but may delegate for an element such as a CGBoxExp
or CGVariableExp. Following the referredValuedElement daisy chain leads to the value."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="settable" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false"
volatile="true" transient="true" defaultValueLiteral="false" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Whether this element is subject to assignment from multiple sources. (e.g the then/else value of an if)."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="true" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
changeable="false" volatile="true" transient="true" defaultValueLiteral="false"
derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Whether this element is constant and represents the true value (and nothing else)."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="unboxed" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false"
volatile="true" transient="true" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Whether this element is represented using unboxed values."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="#//CGValuedElement"
changeable="false" volatile="true" transient="true" derived="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The first valued element along the referredValuedElement daisy chain that has a reified value with a name.
e.g. A CGCatchExp defines a variable which is what is referenced, but its underlying type is available
by following the referredValuedElement daisy chain to its end."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="valueName" 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 declared name value of this element. The text is valid for use in the target language and
unique within the context in which this element is declared."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CGVariable" abstract="true" eSuperTypes="#//CGValuedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A CGVariable supports the shared use of its init expression by many VariableExps."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="init" eType="#//CGValuedElement"
containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The shared value."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CGVariableExp" eSuperTypes="#//CGValuedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A CGVariableExp references a variable that shared a common sub-expression."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="referredVariable" lowerBound="1"
eType="#//CGVariable" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The shared variable providing the value."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="ElementId" instanceClassName="org.eclipse.ocl.examples.domain.ids.ElementId"/>
<eClassifiers xsi:type="ecore:EDataType" name="EnumerationLiteralId" instanceClassName="org.eclipse.ocl.examples.domain.ids.EnumerationLiteralId"/>
<eClassifiers xsi:type="ecore:EDataType" name="Iteration" instanceClassName="org.eclipse.ocl.examples.pivot.Iteration"/>
<eClassifiers xsi:type="ecore:EDataType" name="LibraryIteration" instanceClassName="org.eclipse.ocl.examples.domain.library.LibraryIteration"/>
<eClassifiers xsi:type="ecore:EDataType" name="LibraryOperation" instanceClassName="org.eclipse.ocl.examples.domain.library.LibraryOperation"/>
<eClassifiers xsi:type="ecore:EDataType" name="LibraryProperty" instanceClassName="org.eclipse.ocl.examples.domain.library.LibraryProperty"/>
<eClassifiers xsi:type="ecore:EClass" name="Nameable" instanceClassName="org.eclipse.ocl.examples.domain.elements.Nameable"
abstract="true" interface="true"/>
<eClassifiers xsi:type="ecore:EDataType" name="NamedElement" instanceClassName="org.eclipse.ocl.examples.pivot.NamedElement"/>
<eClassifiers xsi:type="ecore:EDataType" name="Number" instanceClassName="java.lang.Number"/>
<eClassifiers xsi:type="ecore:EDataType" name="Object" instanceClassName="java.lang.Object"/>
<eClassifiers xsi:type="ecore:EDataType" name="Operation" instanceClassName="org.eclipse.ocl.examples.pivot.Operation"/>
<eClassifiers xsi:type="ecore:EDataType" name="Property" instanceClassName="org.eclipse.ocl.examples.pivot.Property"/>
<eClassifiers xsi:type="ecore:EDataType" name="TuplePartId" instanceClassName="org.eclipse.ocl.examples.domain.ids.TuplePartId"/>
<eClassifiers xsi:type="ecore:EDataType" name="TypeId" instanceClassName="org.eclipse.ocl.examples.domain.ids.TypeId"/>
</ecore:EPackage>
| github:ecore:/data/tue-mdse/ocl-dataset/dataset-mtl/repos/eclipse/ocl/examples/org.eclipse.ocl.examples.codegen/model/cgmodel.ecore | ecore | cgmodel
CGBoolean
booleanValue
CGBoxExp
CGBuiltInIterationCallExp
accumulator
CGCallExp
invalidating
false
validating
false
source
CGCastParameter
referredParameter
CGCatchExp
CGClass
containingPackage
operations
properties
invariants
CGCollectionExp
parts
CGCollectionPart
first
last
collectionExp
range
false
CGConstant
constantValue
CGConstantExp
referredConstant
CGConstraint
body
message
CGConstructorExp
parts
CGConstructorPart
init
constructorExp
CGEcoreClassConstructorExp
eClass
CGEcoreDataTypeConstructorExp
eDataType
string
CGEcoreOperationCallExp
eOperation
CGEcorePropertyCallExp
eStructuralFeature
CGElement
parent
CGElementId
elementId
CGEqualsExp
argument
CGExecutorCompositionProperty
CGExecutorConstructorPart
CGExecutorNavigationProperty
CGExecutorOppositeProperty
CGExecutorOperation
underlyingOperationId
CGExecutorOperationCallExp
executorOperation
CGExecutorProperty
underlyingPropertyId
CGExecutorPropertyCallExp
executorProperty
CGExecutorType
underlyingTypeId
CGFinalVariable
CGGuardExp
CGIfExp
condition
thenExpression
elseExpression
CGInfinity
CGInteger
integerValue
CGInvalid
messageTemplate
bindings
CGIsInvalidExp
CGIsUndefinedExp
CGIterationCallExp
referredIteration
iterators
body
CGIterator
CGLetExp
init
in
CGLibraryIterateCallExp
libraryIteration
result
CGLibraryIterationCallExp
libraryIteration
CGLibraryOperationCallExp
libraryOperation
CGLibraryPropertyCallExp
libraryProperty
CGLocalVariable
CGModel
globals
packages
CGNamedElement
name
pivot
CGNull
CGOperation
parameters
body
preconditions
postconditions
containingClass
CGOperationCallExp
referredOperation
arguments
CGPackage
classes
packages
containingPackage
CGParameter
operation
CGProperty
containingClass
body
CGPropertyCallExp
referredProperty
CGReal
realValue
CGSettableVariable
CGString
stringValue
CGText
textValue
CGTextParameter
textValue
CGThrowExp
CGTupleExp
parts
CGTuplePart
init
tupleExp
CGTuplePartCallExp
pivotTuplePartId
CGTypeId
CGTypeExp
referredType
CGTypedElement
pivotTypeId
typeId
required
false
CGUnboxExp
CGValuedElement
setNonInvalid
setNonNull
boxed
caught
constant
false
dependsOn
false
false
global
false
inlineable
false
invalid
false
null
false
nonInvalid
false
nonNull
false
referredValuedElement
settable
false
true
false
unboxed
value
valueName
CGVariable
init
CGVariableExp
referredVariable
ElementId
org.eclipse.ocl.examples.domain.ids.ElementId
org.eclipse.ocl.examples.domain.ids.ElementId
EnumerationLiteralId
org.eclipse.ocl.examples.domain.ids.EnumerationLiteralId
org.eclipse.ocl.examples.domain.ids.EnumerationLiteralId
Iteration
org.eclipse.ocl.examples.pivot.Iteration
org.eclipse.ocl.examples.pivot.Iteration
LibraryIteration
org.eclipse.ocl.examples.domain.library.LibraryIteration
org.eclipse.ocl.examples.domain.library.LibraryIteration
LibraryOperation
org.eclipse.ocl.examples.domain.library.LibraryOperation
org.eclipse.ocl.examples.domain.library.LibraryOperation
LibraryProperty
org.eclipse.ocl.examples.domain.library.LibraryProperty
org.eclipse.ocl.examples.domain.library.LibraryProperty
Nameable
org.eclipse.ocl.examples.domain.elements.Nameable
org.eclipse.ocl.examples.domain.elements.Nameable
NamedElement
org.eclipse.ocl.examples.pivot.NamedElement
org.eclipse.ocl.examples.pivot.NamedElement
Number
java.lang.Number
java.lang.Number
Object
java.lang.Object
java.lang.Object
Operation
org.eclipse.ocl.examples.pivot.Operation
org.eclipse.ocl.examples.pivot.Operation
Property
org.eclipse.ocl.examples.pivot.Property
org.eclipse.ocl.examples.pivot.Property
TuplePartId
org.eclipse.ocl.examples.domain.ids.TuplePartId
org.eclipse.ocl.examples.domain.ids.TuplePartId
TypeId
org.eclipse.ocl.examples.domain.ids.TypeId
org.eclipse.ocl.examples.domain.ids.TypeId | null | {"directed":true,"nodes":[{"nsPrefix":"ch","nsURI":"http://www.eclipse.org/ocl/1.0.0/CG","name":"cgmodel","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGBoolean","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGBoxExp","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGBuiltInIterationCallExp","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGCallExp","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGCastParameter","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGCatchExp","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGClass","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGCollectionExp","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGCollectionPart","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGConstant","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGConstantExp","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGConstraint","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGConstructorExp","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGConstructorPart","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGEcoreClassConstructorExp","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGEcoreDataTypeConstructorExp","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGEcoreOperationCallExp","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGEcorePropertyCallExp","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGElement","instanceClass":null,"abstract":true,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGElementId","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGEqualsExp","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGExecutorCompositionProperty","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGExecutorConstructorPart","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGExecutorNavigationProperty","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGExecutorOppositeProperty","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGExecutorOperation","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGExecutorOperationCallExp","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGExecutorProperty","instanceClass":null,"abstract":true,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGExecutorPropertyCallExp","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGExecutorType","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGFinalVariable","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGGuardExp","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGIfExp","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGInfinity","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGInteger","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGInvalid","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGIsInvalidExp","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGIsUndefinedExp","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGIterationCallExp","instanceClass":null,"abstract":true,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGIterator","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGLetExp","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGLibraryIterateCallExp","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGLibraryIterationCallExp","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGLibraryOperationCallExp","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGLibraryPropertyCallExp","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGLocalVariable","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGModel","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGNamedElement","instanceClass":null,"abstract":true,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGNull","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGOperation","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGOperationCallExp","instanceClass":null,"abstract":true,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGPackage","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGParameter","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGProperty","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGPropertyCallExp","instanceClass":null,"abstract":true,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGReal","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGSettableVariable","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGString","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGText","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGTextParameter","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGThrowExp","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGTupleExp","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGTuplePart","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGTuplePartCallExp","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGTypeId","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGTypeExp","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGTypedElement","instanceClass":null,"abstract":true,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGUnboxExp","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGValuedElement","instanceClass":null,"abstract":true,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGVariable","instanceClass":null,"abstract":true,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGVariableExp","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.ocl.examples.domain.ids.ElementId","defaultValue":null,"instanceClassName":"org.eclipse.ocl.examples.domain.ids.ElementId","name":"ElementId","instanceClass":null,"id":72,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.ocl.examples.domain.ids.EnumerationLiteralId","defaultValue":null,"instanceClassName":"org.eclipse.ocl.examples.domain.ids.EnumerationLiteralId","name":"EnumerationLiteralId","instanceClass":null,"id":73,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.ocl.examples.pivot.Iteration","defaultValue":null,"instanceClassName":"org.eclipse.ocl.examples.pivot.Iteration","name":"Iteration","instanceClass":null,"id":74,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.ocl.examples.domain.library.LibraryIteration","defaultValue":null,"instanceClassName":"org.eclipse.ocl.examples.domain.library.LibraryIteration","name":"LibraryIteration","instanceClass":null,"id":75,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.ocl.examples.domain.library.LibraryOperation","defaultValue":null,"instanceClassName":"org.eclipse.ocl.examples.domain.library.LibraryOperation","name":"LibraryOperation","instanceClass":null,"id":76,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.ocl.examples.domain.library.LibraryProperty","defaultValue":null,"instanceClassName":"org.eclipse.ocl.examples.domain.library.LibraryProperty","name":"LibraryProperty","instanceClass":null,"id":77,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.ocl.examples.domain.elements.Nameable","defaultValue":null,"instanceClassName":"org.eclipse.ocl.examples.domain.elements.Nameable","name":"Nameable","instanceClass":null,"abstract":true,"id":78,"interface":true,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.ocl.examples.pivot.NamedElement","defaultValue":null,"instanceClassName":"org.eclipse.ocl.examples.pivot.NamedElement","name":"NamedElement","instanceClass":null,"id":79,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Number","defaultValue":null,"instanceClassName":"java.lang.Number","name":"Number","instanceClass":"java.lang.Number","id":80,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Object","defaultValue":null,"instanceClassName":"java.lang.Object","name":"Object","instanceClass":"java.lang.Object","id":81,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.ocl.examples.pivot.Operation","defaultValue":null,"instanceClassName":"org.eclipse.ocl.examples.pivot.Operation","name":"Operation","instanceClass":null,"id":82,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.ocl.examples.pivot.Property","defaultValue":null,"instanceClassName":"org.eclipse.ocl.examples.pivot.Property","name":"Property","instanceClass":null,"id":83,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.ocl.examples.domain.ids.TuplePartId","defaultValue":null,"instanceClassName":"org.eclipse.ocl.examples.domain.ids.TuplePartId","name":"TuplePartId","instanceClass":null,"id":84,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.ocl.examples.domain.ids.TypeId","defaultValue":null,"instanceClassName":"org.eclipse.ocl.examples.domain.ids.TypeId","name":"TypeId","instanceClass":null,"id":85,"serializable":true,"eClass":"EDataType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"booleanValue","changeable":true,"lowerBound":1,"iD":false,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"accumulator","changeable":true,"resolveProxies":false,"lowerBound":0,"id":90,"derived":false},{"id":91,"eClass":"EGenericType"},{"id":92,"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":"invalidating","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":"false","unsettable":false,"transient":false,"unique":true,"name":"validating","changeable":true,"lowerBound":1,"iD":false,"id":94,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":false,"lowerBound":0,"id":95,"derived":false},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredParameter","changeable":true,"resolveProxies":false,"lowerBound":1,"id":100,"derived":false},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"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":"containingPackage","changeable":true,"resolveProxies":false,"lowerBound":1,"id":104,"derived":false},{"container":false,"ordered":false,"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":false,"lowerBound":0,"id":105,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"properties","changeable":true,"resolveProxies":false,"lowerBound":0,"id":106,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"invariants","changeable":true,"resolveProxies":false,"lowerBound":0,"id":107,"derived":false},{"id":108,"eClass":"EGenericType"},{"id":109,"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":false,"lowerBound":0,"id":110,"derived":false},{"id":111,"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":"containingClass","changeable":true,"resolveProxies":false,"lowerBound":1,"id":112,"derived":false},{"id":113,"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":"containingClass","changeable":true,"resolveProxies":false,"lowerBound":1,"id":114,"derived":false},{"id":115,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parts","changeable":true,"resolveProxies":false,"lowerBound":0,"id":116,"derived":false},{"id":117,"eClass":"EGenericType"},{"id":118,"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":"collectionExp","changeable":false,"resolveProxies":false,"lowerBound":1,"id":119,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"first","changeable":true,"resolveProxies":false,"lowerBound":1,"id":120,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"last","changeable":true,"resolveProxies":false,"lowerBound":1,"id":121,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":true,"unique":true,"name":"range","changeable":false,"lowerBound":1,"iD":false,"id":122,"derived":true},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"constantValue","changeable":false,"lowerBound":1,"iD":false,"id":128,"derived":true},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredConstant","changeable":true,"resolveProxies":false,"lowerBound":1,"id":131,"derived":false},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":false,"lowerBound":0,"id":134,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"message","changeable":true,"resolveProxies":false,"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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parts","changeable":true,"resolveProxies":false,"lowerBound":0,"id":139,"derived":false},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"constructorExp","changeable":false,"resolveProxies":false,"lowerBound":1,"id":142,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"init","changeable":true,"resolveProxies":false,"lowerBound":1,"id":143,"derived":false},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eClass","changeable":true,"resolveProxies":false,"lowerBound":1,"id":147,"derived":false},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eDataType","changeable":true,"resolveProxies":false,"lowerBound":1,"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":"string","changeable":true,"lowerBound":1,"iD":false,"id":151,"derived":false},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eOperation","changeable":true,"resolveProxies":false,"lowerBound":1,"id":155,"derived":false},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eStructuralFeature","changeable":true,"resolveProxies":false,"lowerBound":1,"id":158,"derived":false},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"parent","changeable":false,"resolveProxies":false,"lowerBound":0,"id":161,"derived":true},{"id":162,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"elementId","changeable":true,"lowerBound":1,"iD":false,"id":163,"derived":false},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"argument","changeable":true,"resolveProxies":false,"lowerBound":0,"id":166,"derived":false},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"underlyingOperationId","changeable":true,"resolveProxies":false,"lowerBound":0,"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":true,"name":"executorOperation","changeable":true,"resolveProxies":false,"lowerBound":1,"id":176,"derived":false},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"underlyingPropertyId","changeable":true,"resolveProxies":false,"lowerBound":0,"id":179,"derived":false},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"executorProperty","changeable":true,"resolveProxies":false,"lowerBound":1,"id":182,"derived":false},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"underlyingTypeId","changeable":true,"resolveProxies":false,"lowerBound":0,"id":185,"derived":false},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":false,"lowerBound":1,"id":190,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"thenExpression","changeable":true,"resolveProxies":false,"lowerBound":1,"id":191,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseExpression","changeable":true,"resolveProxies":false,"lowerBound":1,"id":192,"derived":false},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"integerValue","changeable":true,"lowerBound":1,"iD":false,"id":198,"derived":false},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"messageTemplate","changeable":true,"lowerBound":0,"iD":false,"id":201,"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":"bindings","changeable":true,"lowerBound":0,"iD":false,"id":202,"derived":false},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"referredIteration","changeable":true,"lowerBound":1,"iD":false,"id":208,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"iterators","changeable":true,"resolveProxies":false,"lowerBound":0,"id":209,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":false,"lowerBound":1,"id":210,"derived":false},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"init","changeable":true,"resolveProxies":false,"lowerBound":1,"id":216,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"in","changeable":true,"resolveProxies":false,"lowerBound":1,"id":217,"derived":false},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"libraryIteration","changeable":true,"lowerBound":1,"iD":false,"id":221,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"result","changeable":true,"resolveProxies":false,"lowerBound":0,"id":222,"derived":false},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"libraryIteration","changeable":true,"lowerBound":1,"iD":false,"id":226,"derived":false},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"libraryOperation","changeable":true,"lowerBound":1,"iD":false,"id":229,"derived":false},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"libraryProperty","changeable":true,"lowerBound":1,"iD":false,"id":232,"derived":false},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"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":"globals","changeable":true,"resolveProxies":false,"lowerBound":0,"id":236,"derived":false},{"container":false,"ordered":false,"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":false,"lowerBound":0,"id":237,"derived":false},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"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":241,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pivot","changeable":true,"lowerBound":1,"iD":false,"id":242,"derived":false},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":false,"lowerBound":0,"id":248,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":false,"lowerBound":0,"id":249,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"preconditions","changeable":true,"resolveProxies":false,"lowerBound":0,"id":250,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"postconditions","changeable":true,"resolveProxies":false,"lowerBound":0,"id":251,"derived":false},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"referredOperation","changeable":true,"lowerBound":1,"iD":false,"id":258,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":false,"lowerBound":0,"id":259,"derived":false},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"packages","changeable":true,"resolveProxies":false,"lowerBound":0,"id":263,"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":"containingPackage","changeable":true,"resolveProxies":false,"lowerBound":0,"id":264,"derived":false},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"operation","changeable":true,"resolveProxies":false,"lowerBound":1,"id":269,"derived":false},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":false,"lowerBound":0,"id":272,"derived":false},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"referredProperty","changeable":true,"lowerBound":1,"iD":false,"id":276,"derived":false},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"realValue","changeable":true,"lowerBound":1,"iD":false,"id":279,"derived":false},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"stringValue","changeable":true,"lowerBound":1,"iD":false,"id":283,"derived":false},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"textValue","changeable":true,"lowerBound":1,"iD":false,"id":286,"derived":false},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"textValue","changeable":true,"lowerBound":1,"iD":false,"id":289,"derived":false},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"container":false,"ordered":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":false,"lowerBound":0,"id":293,"derived":false},{"id":294,"eClass":"EGenericType"},{"id":295,"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":"tupleExp","changeable":false,"resolveProxies":false,"lowerBound":1,"id":296,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"init","changeable":true,"resolveProxies":false,"lowerBound":1,"id":297,"derived":false},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pivotTuplePartId","changeable":true,"lowerBound":1,"iD":false,"id":301,"derived":false},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredType","changeable":true,"resolveProxies":false,"lowerBound":1,"id":305,"derived":false},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"pivotTypeId","changeable":false,"lowerBound":1,"iD":false,"id":308,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"typeId","changeable":true,"resolveProxies":false,"lowerBound":1,"id":309,"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":"required","changeable":true,"lowerBound":1,"iD":false,"id":310,"derived":false},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"setNonInvalid","lowerBound":0,"id":316,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setNonNull","lowerBound":0,"id":317,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"boxed","changeable":false,"lowerBound":1,"iD":false,"id":318,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"caught","changeable":true,"lowerBound":0,"iD":false,"id":319,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":true,"unique":true,"name":"constant","changeable":false,"lowerBound":1,"iD":false,"id":320,"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":"dependsOn","changeable":true,"resolveProxies":false,"lowerBound":0,"id":321,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":true,"unique":true,"name":"false","changeable":false,"lowerBound":1,"iD":false,"id":322,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":true,"unique":true,"name":"global","changeable":false,"lowerBound":1,"iD":false,"id":323,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":true,"unique":true,"name":"inlineable","changeable":false,"lowerBound":1,"iD":false,"id":324,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":true,"unique":true,"name":"invalid","changeable":false,"lowerBound":1,"iD":false,"id":325,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":true,"unique":true,"name":"null","changeable":false,"lowerBound":1,"iD":false,"id":326,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":true,"unique":true,"name":"nonInvalid","changeable":false,"lowerBound":1,"iD":false,"id":327,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":true,"unique":true,"name":"nonNull","changeable":false,"lowerBound":1,"iD":false,"id":328,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"referredValuedElement","changeable":false,"resolveProxies":false,"lowerBound":1,"id":329,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":true,"unique":true,"name":"settable","changeable":false,"lowerBound":1,"iD":false,"id":330,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":true,"unique":true,"name":"true","changeable":false,"lowerBound":1,"iD":false,"id":331,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"unboxed","changeable":false,"lowerBound":1,"iD":false,"id":332,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"value","changeable":false,"resolveProxies":false,"lowerBound":1,"id":333,"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":"valueName","changeable":true,"lowerBound":0,"iD":false,"id":334,"derived":false},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"init","changeable":true,"resolveProxies":false,"lowerBound":0,"id":353,"derived":false},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredVariable","changeable":true,"resolveProxies":false,"lowerBound":1,"id":356,"derived":false},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":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":1,"target":0},{"source":1,"target":10},{"source":1,"target":86},{"source":1,"target":87},{"source":86,"target":88},{"source":86,"target":1},{"source":87,"target":10},{"source":2,"target":0},{"source":2,"target":4},{"source":2,"target":89},{"source":89,"target":4},{"source":3,"target":0},{"source":3,"target":39},{"source":3,"target":90},{"source":3,"target":91},{"source":90,"target":40},{"source":90,"target":92},{"source":90,"target":3},{"source":92,"target":40},{"source":91,"target":39},{"source":4,"target":0},{"source":4,"target":69},{"source":4,"target":93},{"source":4,"target":94},{"source":4,"target":95},{"source":4,"target":96},{"source":93,"target":97},{"source":93,"target":4},{"source":94,"target":98},{"source":94,"target":4},{"source":95,"target":69},{"source":95,"target":99},{"source":95,"target":4},{"source":99,"target":69},{"source":96,"target":69},{"source":5,"target":0},{"source":5,"target":53},{"source":5,"target":100},{"source":5,"target":101},{"source":100,"target":53},{"source":100,"target":102},{"source":100,"target":5},{"source":102,"target":53},{"source":101,"target":53},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":103},{"source":103,"target":4},{"source":7,"target":0},{"source":7,"target":48},{"source":7,"target":104},{"source":7,"target":105},{"source":7,"target":106},{"source":7,"target":107},{"source":7,"target":108},{"source":104,"target":52},{"source":104,"target":109},{"source":104,"target":7},{"source":104,"target":110},{"source":109,"target":52},{"source":105,"target":50},{"source":105,"target":111},{"source":105,"target":7},{"source":105,"target":112},{"source":111,"target":50},{"source":106,"target":54},{"source":106,"target":113},{"source":106,"target":7},{"source":106,"target":114},{"source":113,"target":54},{"source":107,"target":12},{"source":107,"target":115},{"source":107,"target":7},{"source":115,"target":12},{"source":108,"target":48},{"source":8,"target":0},{"source":8,"target":69},{"source":8,"target":116},{"source":8,"target":117},{"source":116,"target":9},{"source":116,"target":118},{"source":116,"target":8},{"source":116,"target":119},{"source":118,"target":9},{"source":117,"target":69},{"source":9,"target":0},{"source":9,"target":69},{"source":9,"target":120},{"source":9,"target":121},{"source":9,"target":119},{"source":9,"target":122},{"source":9,"target":123},{"source":120,"target":69},{"source":120,"target":124},{"source":120,"target":9},{"source":124,"target":69},{"source":121,"target":69},{"source":121,"target":125},{"source":121,"target":9},{"source":125,"target":69},{"source":119,"target":8},{"source":119,"target":126},{"source":119,"target":9},{"source":119,"target":116},{"source":126,"target":8},{"source":122,"target":127},{"source":122,"target":9},{"source":123,"target":69},{"source":10,"target":0},{"source":10,"target":69},{"source":10,"target":128},{"source":10,"target":129},{"source":128,"target":81},{"source":128,"target":130},{"source":128,"target":10},{"source":130,"target":81},{"source":129,"target":69},{"source":11,"target":0},{"source":11,"target":69},{"source":11,"target":131},{"source":11,"target":132},{"source":131,"target":69},{"source":131,"target":133},{"source":131,"target":11},{"source":133,"target":69},{"source":132,"target":69},{"source":12,"target":0},{"source":12,"target":48},{"source":12,"target":134},{"source":12,"target":135},{"source":12,"target":136},{"source":134,"target":69},{"source":134,"target":137},{"source":134,"target":12},{"source":137,"target":69},{"source":135,"target":69},{"source":135,"target":138},{"source":135,"target":12},{"source":138,"target":69},{"source":136,"target":48},{"source":13,"target":0},{"source":13,"target":69},{"source":13,"target":139},{"source":13,"target":140},{"source":139,"target":14},{"source":139,"target":141},{"source":139,"target":13},{"source":139,"target":142},{"source":141,"target":14},{"source":140,"target":69},{"source":14,"target":0},{"source":14,"target":69},{"source":14,"target":143},{"source":14,"target":142},{"source":14,"target":144},{"source":143,"target":69},{"source":143,"target":145},{"source":143,"target":14},{"source":145,"target":69},{"source":142,"target":13},{"source":142,"target":146},{"source":142,"target":14},{"source":142,"target":139},{"source":146,"target":13},{"source":144,"target":69},{"source":15,"target":0},{"source":15,"target":13},{"source":15,"target":147},{"source":15,"target":148},{"source":147,"target":149},{"source":147,"target":15},{"source":148,"target":13},{"source":16,"target":0},{"source":16,"target":13},{"source":16,"target":150},{"source":16,"target":151},{"source":16,"target":152},{"source":150,"target":153},{"source":150,"target":16},{"source":151,"target":154},{"source":151,"target":16},{"source":152,"target":13},{"source":17,"target":0},{"source":17,"target":51},{"source":17,"target":155},{"source":17,"target":156},{"source":155,"target":157},{"source":155,"target":17},{"source":156,"target":51},{"source":18,"target":0},{"source":18,"target":55},{"source":18,"target":158},{"source":18,"target":159},{"source":158,"target":160},{"source":158,"target":18},{"source":159,"target":55},{"source":19,"target":0},{"source":19,"target":161},{"source":161,"target":19},{"source":161,"target":162},{"source":161,"target":19},{"source":162,"target":19},{"source":20,"target":0},{"source":20,"target":10},{"source":20,"target":163},{"source":20,"target":164},{"source":163,"target":72},{"source":163,"target":165},{"source":163,"target":20},{"source":165,"target":72},{"source":164,"target":10},{"source":21,"target":0},{"source":21,"target":4},{"source":21,"target":166},{"source":21,"target":167},{"source":166,"target":69},{"source":166,"target":168},{"source":166,"target":21},{"source":168,"target":69},{"source":167,"target":4},{"source":22,"target":0},{"source":22,"target":28},{"source":22,"target":169},{"source":169,"target":28},{"source":23,"target":0},{"source":23,"target":28},{"source":23,"target":170},{"source":170,"target":28},{"source":24,"target":0},{"source":24,"target":28},{"source":24,"target":171},{"source":171,"target":28},{"source":25,"target":0},{"source":25,"target":28},{"source":25,"target":172},{"source":172,"target":28},{"source":26,"target":0},{"source":26,"target":69},{"source":26,"target":173},{"source":26,"target":174},{"source":173,"target":20},{"source":173,"target":175},{"source":173,"target":26},{"source":175,"target":20},{"source":174,"target":69},{"source":27,"target":0},{"source":27,"target":51},{"source":27,"target":176},{"source":27,"target":177},{"source":176,"target":26},{"source":176,"target":178},{"source":176,"target":27},{"source":178,"target":26},{"source":177,"target":51},{"source":28,"target":0},{"source":28,"target":69},{"source":28,"target":179},{"source":28,"target":180},{"source":179,"target":20},{"source":179,"target":181},{"source":179,"target":28},{"source":181,"target":20},{"source":180,"target":69},{"source":29,"target":0},{"source":29,"target":55},{"source":29,"target":182},{"source":29,"target":183},{"source":182,"target":28},{"source":182,"target":184},{"source":182,"target":29},{"source":184,"target":28},{"source":183,"target":55},{"source":30,"target":0},{"source":30,"target":69},{"source":30,"target":185},{"source":30,"target":186},{"source":185,"target":65},{"source":185,"target":187},{"source":185,"target":30},{"source":187,"target":65},{"source":186,"target":69},{"source":31,"target":0},{"source":31,"target":70},{"source":31,"target":188},{"source":188,"target":70},{"source":32,"target":0},{"source":32,"target":4},{"source":32,"target":189},{"source":189,"target":4},{"source":33,"target":0},{"source":33,"target":69},{"source":33,"target":190},{"source":33,"target":191},{"source":33,"target":192},{"source":33,"target":193},{"source":190,"target":69},{"source":190,"target":194},{"source":190,"target":33},{"source":194,"target":69},{"source":191,"target":69},{"source":191,"target":195},{"source":191,"target":33},{"source":195,"target":69},{"source":192,"target":69},{"source":192,"target":196},{"source":192,"target":33},{"source":196,"target":69},{"source":193,"target":69},{"source":34,"target":0},{"source":34,"target":10},{"source":34,"target":197},{"source":197,"target":10},{"source":35,"target":0},{"source":35,"target":10},{"source":35,"target":198},{"source":35,"target":199},{"source":198,"target":80},{"source":198,"target":200},{"source":198,"target":35},{"source":200,"target":80},{"source":199,"target":10},{"source":36,"target":0},{"source":36,"target":10},{"source":36,"target":201},{"source":36,"target":202},{"source":36,"target":203},{"source":201,"target":204},{"source":201,"target":36},{"source":202,"target":81},{"source":202,"target":205},{"source":202,"target":36},{"source":205,"target":81},{"source":203,"target":10},{"source":37,"target":0},{"source":37,"target":4},{"source":37,"target":206},{"source":206,"target":4},{"source":38,"target":0},{"source":38,"target":4},{"source":38,"target":207},{"source":207,"target":4},{"source":39,"target":0},{"source":39,"target":4},{"source":39,"target":208},{"source":39,"target":209},{"source":39,"target":210},{"source":39,"target":211},{"source":208,"target":74},{"source":208,"target":212},{"source":208,"target":39},{"source":212,"target":74},{"source":209,"target":40},{"source":209,"target":213},{"source":209,"target":39},{"source":213,"target":40},{"source":210,"target":69},{"source":210,"target":214},{"source":210,"target":39},{"source":214,"target":69},{"source":211,"target":4},{"source":40,"target":0},{"source":40,"target":53},{"source":40,"target":215},{"source":215,"target":53},{"source":41,"target":0},{"source":41,"target":69},{"source":41,"target":216},{"source":41,"target":217},{"source":41,"target":218},{"source":216,"target":70},{"source":216,"target":219},{"source":216,"target":41},{"source":219,"target":70},{"source":217,"target":69},{"source":217,"target":220},{"source":217,"target":41},{"source":220,"target":69},{"source":218,"target":69},{"source":42,"target":0},{"source":42,"target":39},{"source":42,"target":221},{"source":42,"target":222},{"source":42,"target":223},{"source":221,"target":75},{"source":221,"target":224},{"source":221,"target":42},{"source":224,"target":75},{"source":222,"target":40},{"source":222,"target":225},{"source":222,"target":42},{"source":225,"target":40},{"source":223,"target":39},{"source":43,"target":0},{"source":43,"target":39},{"source":43,"target":226},{"source":43,"target":227},{"source":226,"target":75},{"source":226,"target":228},{"source":226,"target":43},{"source":228,"target":75},{"source":227,"target":39},{"source":44,"target":0},{"source":44,"target":51},{"source":44,"target":229},{"source":44,"target":230},{"source":229,"target":76},{"source":229,"target":231},{"source":229,"target":44},{"source":231,"target":76},{"source":230,"target":51},{"source":45,"target":0},{"source":45,"target":55},{"source":45,"target":232},{"source":45,"target":233},{"source":232,"target":77},{"source":232,"target":234},{"source":232,"target":45},{"source":234,"target":77},{"source":233,"target":55},{"source":46,"target":0},{"source":46,"target":70},{"source":46,"target":235},{"source":235,"target":70},{"source":47,"target":0},{"source":47,"target":48},{"source":47,"target":236},{"source":47,"target":237},{"source":47,"target":238},{"source":236,"target":10},{"source":236,"target":239},{"source":236,"target":47},{"source":239,"target":10},{"source":237,"target":52},{"source":237,"target":240},{"source":237,"target":47},{"source":240,"target":52},{"source":238,"target":48},{"source":48,"target":0},{"source":48,"target":19},{"source":48,"target":78},{"source":48,"target":241},{"source":48,"target":242},{"source":48,"target":243},{"source":48,"target":244},{"source":241,"target":245},{"source":241,"target":48},{"source":242,"target":79},{"source":242,"target":246},{"source":242,"target":48},{"source":246,"target":79},{"source":243,"target":19},{"source":244,"target":78},{"source":49,"target":0},{"source":49,"target":10},{"source":49,"target":247},{"source":247,"target":10},{"source":50,"target":0},{"source":50,"target":69},{"source":50,"target":248},{"source":50,"target":249},{"source":50,"target":250},{"source":50,"target":251},{"source":50,"target":112},{"source":50,"target":252},{"source":248,"target":53},{"source":248,"target":253},{"source":248,"target":50},{"source":253,"target":53},{"source":249,"target":69},{"source":249,"target":254},{"source":249,"target":50},{"source":254,"target":69},{"source":250,"target":12},{"source":250,"target":255},{"source":250,"target":50},{"source":255,"target":12},{"source":251,"target":12},{"source":251,"target":256},{"source":251,"target":50},{"source":256,"target":12},{"source":112,"target":7},{"source":112,"target":257},{"source":112,"target":50},{"source":112,"target":105},{"source":257,"target":7},{"source":252,"target":69},{"source":51,"target":0},{"source":51,"target":4},{"source":51,"target":258},{"source":51,"target":259},{"source":51,"target":260},{"source":258,"target":82},{"source":258,"target":261},{"source":258,"target":51},{"source":261,"target":82},{"source":259,"target":69},{"source":259,"target":262},{"source":259,"target":51},{"source":262,"target":69},{"source":260,"target":4},{"source":52,"target":0},{"source":52,"target":48},{"source":52,"target":110},{"source":52,"target":263},{"source":52,"target":264},{"source":52,"target":265},{"source":110,"target":7},{"source":110,"target":266},{"source":110,"target":52},{"source":110,"target":104},{"source":266,"target":7},{"source":263,"target":52},{"source":263,"target":267},{"source":263,"target":52},{"source":263,"target":264},{"source":267,"target":52},{"source":264,"target":52},{"source":264,"target":268},{"source":264,"target":52},{"source":264,"target":263},{"source":268,"target":52},{"source":265,"target":48},{"source":53,"target":0},{"source":53,"target":70},{"source":53,"target":269},{"source":53,"target":270},{"source":269,"target":50},{"source":269,"target":271},{"source":269,"target":53},{"source":271,"target":50},{"source":270,"target":70},{"source":54,"target":0},{"source":54,"target":69},{"source":54,"target":114},{"source":54,"target":272},{"source":54,"target":273},{"source":114,"target":7},{"source":114,"target":274},{"source":114,"target":54},{"source":114,"target":106},{"source":274,"target":7},{"source":272,"target":69},{"source":272,"target":275},{"source":272,"target":54},{"source":275,"target":69},{"source":273,"target":69},{"source":55,"target":0},{"source":55,"target":4},{"source":55,"target":276},{"source":55,"target":277},{"source":276,"target":83},{"source":276,"target":278},{"source":276,"target":55},{"source":278,"target":83},{"source":277,"target":4},{"source":56,"target":0},{"source":56,"target":10},{"source":56,"target":279},{"source":56,"target":280},{"source":279,"target":80},{"source":279,"target":281},{"source":279,"target":56},{"source":281,"target":80},{"source":280,"target":10},{"source":57,"target":0},{"source":57,"target":70},{"source":57,"target":282},{"source":282,"target":70},{"source":58,"target":0},{"source":58,"target":10},{"source":58,"target":283},{"source":58,"target":284},{"source":283,"target":285},{"source":283,"target":58},{"source":284,"target":10},{"source":59,"target":0},{"source":59,"target":10},{"source":59,"target":286},{"source":59,"target":287},{"source":286,"target":288},{"source":286,"target":59},{"source":287,"target":10},{"source":60,"target":0},{"source":60,"target":53},{"source":60,"target":289},{"source":60,"target":290},{"source":289,"target":291},{"source":289,"target":60},{"source":290,"target":53},{"source":61,"target":0},{"source":61,"target":4},{"source":61,"target":292},{"source":292,"target":4},{"source":62,"target":0},{"source":62,"target":69},{"source":62,"target":293},{"source":62,"target":294},{"source":293,"target":63},{"source":293,"target":295},{"source":293,"target":62},{"source":293,"target":296},{"source":295,"target":63},{"source":294,"target":69},{"source":63,"target":0},{"source":63,"target":69},{"source":63,"target":297},{"source":63,"target":296},{"source":63,"target":298},{"source":297,"target":69},{"source":297,"target":299},{"source":297,"target":63},{"source":299,"target":69},{"source":296,"target":62},{"source":296,"target":300},{"source":296,"target":63},{"source":296,"target":293},{"source":300,"target":62},{"source":298,"target":69},{"source":64,"target":0},{"source":64,"target":55},{"source":64,"target":301},{"source":64,"target":302},{"source":301,"target":84},{"source":301,"target":303},{"source":301,"target":64},{"source":303,"target":84},{"source":302,"target":55},{"source":65,"target":0},{"source":65,"target":20},{"source":65,"target":304},{"source":304,"target":20},{"source":66,"target":0},{"source":66,"target":69},{"source":66,"target":305},{"source":66,"target":306},{"source":305,"target":30},{"source":305,"target":307},{"source":305,"target":66},{"source":307,"target":30},{"source":306,"target":69},{"source":67,"target":0},{"source":67,"target":48},{"source":67,"target":308},{"source":67,"target":309},{"source":67,"target":310},{"source":67,"target":311},{"source":308,"target":85},{"source":308,"target":312},{"source":308,"target":67},{"source":312,"target":85},{"source":309,"target":65},{"source":309,"target":313},{"source":309,"target":67},{"source":313,"target":65},{"source":310,"target":314},{"source":310,"target":67},{"source":311,"target":48},{"source":68,"target":0},{"source":68,"target":4},{"source":68,"target":315},{"source":315,"target":4},{"source":69,"target":0},{"source":69,"target":67},{"source":69,"target":316},{"source":69,"target":317},{"source":69,"target":318},{"source":69,"target":319},{"source":69,"target":320},{"source":69,"target":321},{"source":69,"target":322},{"source":69,"target":323},{"source":69,"target":324},{"source":69,"target":325},{"source":69,"target":326},{"source":69,"target":327},{"source":69,"target":328},{"source":69,"target":329},{"source":69,"target":330},{"source":69,"target":331},{"source":69,"target":332},{"source":69,"target":333},{"source":69,"target":334},{"source":69,"target":335},{"source":316,"target":69},{"source":317,"target":69},{"source":318,"target":336},{"source":318,"target":69},{"source":319,"target":337},{"source":319,"target":69},{"source":320,"target":338},{"source":320,"target":69},{"source":321,"target":69},{"source":321,"target":339},{"source":321,"target":69},{"source":339,"target":69},{"source":322,"target":340},{"source":322,"target":69},{"source":323,"target":341},{"source":323,"target":69},{"source":324,"target":342},{"source":324,"target":69},{"source":325,"target":343},{"source":325,"target":69},{"source":326,"target":344},{"source":326,"target":69},{"source":327,"target":345},{"source":327,"target":69},{"source":328,"target":346},{"source":328,"target":69},{"source":329,"target":69},{"source":329,"target":347},{"source":329,"target":69},{"source":347,"target":69},{"source":330,"target":348},{"source":330,"target":69},{"source":331,"target":349},{"source":331,"target":69},{"source":332,"target":350},{"source":332,"target":69},{"source":333,"target":69},{"source":333,"target":351},{"source":333,"target":69},{"source":351,"target":69},{"source":334,"target":352},{"source":334,"target":69},{"source":335,"target":67},{"source":70,"target":0},{"source":70,"target":69},{"source":70,"target":353},{"source":70,"target":354},{"source":353,"target":69},{"source":353,"target":355},{"source":353,"target":70},{"source":355,"target":69},{"source":354,"target":69},{"source":71,"target":0},{"source":71,"target":69},{"source":71,"target":356},{"source":71,"target":357},{"source":356,"target":70},{"source":356,"target":358},{"source":356,"target":71},{"source":358,"target":70},{"source":357,"target":69},{"source":72,"target":0},{"source":73,"target":0},{"source":74,"target":0},{"source":75,"target":0},{"source":76,"target":0},{"source":77,"target":0},{"source":78,"target":0},{"source":79,"target":0},{"source":80,"target":0},{"source":81,"target":0},{"source":82,"target":0},{"source":83,"target":0},{"source":84,"target":0},{"source":85,"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="test_containmentwalker_entry" nsURI="test_containmentwalker_entry.de"
nsPrefix="test_containmentwalker_entry">
<eClassifiers xsi:type="ecore:EClass" name="Entry">
<eStructuralFeatures xsi:type="ecore:EReference" name="door" upperBound="-1" eType="ecore:EClass test_containmentwalker.ecore#//Door"
containment="true"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/kit-sdq/Metamodel-Reference-Architecture-Validation/evaluationtooling/metamodelassessor.manualtests/models/systematic/test_containmentwalker_entry.ecore | ecore | test_containmentwalker_entry
Entry
door | null | {"directed":true,"nodes":[{"nsPrefix":"test_containmentwalker_entry","nsURI":"test_containmentwalker_entry.de","name":"test_containmentwalker_entry","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Entry","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":"door","changeable":true,"resolveProxies":true,"lowerBound":0,"id":2,"derived":false},{"id":3,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":1,"target":0},{"source":1,"target":2},{"source":2,"target":3},{"source":2,"target":1}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="xaw" nsURI="etablesaw/xtext/Xaw" nsPrefix="xaw">
<eClassifiers xsi:type="ecore:EClass" name="TableDef">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tableColumDefs" upperBound="-1"
eType="#//TableColumnDef" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TableColumnDef">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="ecore:EClass platform:/resource/org.eclipse.xtext.common.types/model/JavaVMTypes.ecore#//JvmTypeReference"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XMethod">
<eStructuralFeatures xsi:type="ecore:EReference" name="typeParameters" upperBound="-1"
eType="ecore:EClass platform:/resource/org.eclipse.xtext.common.types/model/JavaVMTypes.ecore#//JvmTypeParameter"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="returnType" eType="ecore:EClass platform:/resource/org.eclipse.xtext.common.types/model/JavaVMTypes.ecore#//JvmTypeReference"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1"
eType="ecore:EClass platform:/resource/org.eclipse.xtext.common.types/model/JavaVMTypes.ecore#//JvmFormalParameter"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="ecore:EClass platform:/resource/org.eclipse.xtext.xbase/model/Xbase.ecore#//XExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Xaw" eSuperTypes="platform:/resource/org.eclipse.xtext.xbase/model/Xbase.ecore#//XBlockExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="importSection" eType="ecore:EClass platform:/resource/org.eclipse.xtext.xbase/model/Xtype.ecore#//XImportSection"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="qName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tableDefs" upperBound="-1"
eType="#//TableDef" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="methods" upperBound="-1"
eType="#//XMethod" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TableLiteral" eSuperTypes="platform:/resource/org.eclipse.xtext.xbase/model/Xbase.ecore#//XBlockExpression">
<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="TableColumn" eSuperTypes="platform:/resource/org.eclipse.xtext.xbase/model/Xbase.ecore#//XExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="columnDef" eType="#//TableColumnDef"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="ecore:EClass platform:/resource/org.eclipse.xtext.xbase/model/Xbase.ecore#//XExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InlineTableRow" eSuperTypes="platform:/resource/org.eclipse.xtext.xbase/model/Xbase.ecore#//XBlockExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="TableRowLiteral" eSuperTypes="platform:/resource/org.eclipse.xtext.xbase/model/Xbase.ecore#//XExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="expressions" upperBound="-1"
eType="ecore:EClass platform:/resource/org.eclipse.xtext.xbase/model/Xbase.ecore#//XExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XLocalTimeLiteral" eSuperTypes="platform:/resource/org.eclipse.xtext.xbase/model/Xbase.ecore#//XExpression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hour" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="min" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="second" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XLocalDateLiteral" eSuperTypes="platform:/resource/org.eclipse.xtext.xbase/model/Xbase.ecore#//XExpression">
<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#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="year" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XURLLiteral" eSuperTypes="platform:/resource/org.eclipse.xtext.xbase/model/Xbase.ecore#//XExpression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="url" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="scheme" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="host" 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"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="path" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="params" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="frag" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/hallvard/etablesaw/etablesaw/etablesaw.xtext/etablesaw.xtext.parent/etablesaw.xtext/model/generated/Xaw.ecore | ecore | xaw
TableDef
name
tableColumDefs
TableColumnDef
type
name
XMethod
typeParameters
returnType
name
parameters
body
Xaw
importSection
qName
tableDefs
methods
TableLiteral
name
TableColumn
columnDef
expression
InlineTableRow
TableRowLiteral
expressions
XLocalTimeLiteral
hour
min
second
XLocalDateLiteral
day
month
year
XURLLiteral
url
scheme
host
port
path
params
frag | null | {"directed":true,"nodes":[{"nsPrefix":"xaw","nsURI":"etablesaw/xtext/Xaw","name":"xaw","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TableDef","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TableColumnDef","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XMethod","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Xaw","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TableLiteral","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TableColumn","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InlineTableRow","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TableRowLiteral","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XLocalTimeLiteral","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XLocalDateLiteral","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XURLLiteral","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":12,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tableColumDefs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"derived":false},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"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":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":"typeParameters","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":"returnType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":22,"derived":false},{"container":false,"ordered":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":23,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"importSection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"qName","changeable":true,"lowerBound":0,"iD":false,"id":31,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tableDefs","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":"methods","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"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":"columnDef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"container":false,"ordered":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":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"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":"hour","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":"min","changeable":true,"lowerBound":0,"iD":false,"id":52,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"second","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"},{"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":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":"month","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":"year","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"},{"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":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":"scheme","changeable":true,"lowerBound":0,"iD":false,"id":66,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"host","changeable":true,"lowerBound":0,"iD":false,"id":67,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"port","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":"path","changeable":true,"lowerBound":0,"iD":false,"id":69,"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":"params","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":"frag","changeable":true,"lowerBound":0,"iD":false,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":1,"target":0},{"source":1,"target":12},{"source":1,"target":13},{"source":12,"target":14},{"source":12,"target":1},{"source":13,"target":2},{"source":13,"target":15},{"source":13,"target":1},{"source":15,"target":2},{"source":2,"target":0},{"source":2,"target":16},{"source":2,"target":17},{"source":16,"target":18},{"source":16,"target":2},{"source":17,"target":19},{"source":17,"target":2},{"source":3,"target":0},{"source":3,"target":20},{"source":3,"target":21},{"source":3,"target":22},{"source":3,"target":23},{"source":3,"target":24},{"source":20,"target":25},{"source":20,"target":3},{"source":21,"target":26},{"source":21,"target":3},{"source":22,"target":27},{"source":22,"target":3},{"source":23,"target":28},{"source":23,"target":3},{"source":24,"target":29},{"source":24,"target":3},{"source":4,"target":0},{"source":4,"target":30},{"source":4,"target":31},{"source":4,"target":32},{"source":4,"target":33},{"source":4,"target":34},{"source":30,"target":35},{"source":30,"target":4},{"source":31,"target":36},{"source":31,"target":4},{"source":32,"target":1},{"source":32,"target":37},{"source":32,"target":4},{"source":37,"target":1},{"source":33,"target":3},{"source":33,"target":38},{"source":33,"target":4},{"source":38,"target":3},{"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":42},{"source":6,"target":43},{"source":6,"target":44},{"source":42,"target":2},{"source":42,"target":45},{"source":42,"target":6},{"source":45,"target":2},{"source":43,"target":46},{"source":43,"target":6},{"source":7,"target":0},{"source":7,"target":47},{"source":8,"target":0},{"source":8,"target":48},{"source":8,"target":49},{"source":48,"target":50},{"source":48,"target":8},{"source":9,"target":0},{"source":9,"target":51},{"source":9,"target":52},{"source":9,"target":53},{"source":9,"target":54},{"source":51,"target":55},{"source":51,"target":9},{"source":52,"target":56},{"source":52,"target":9},{"source":53,"target":57},{"source":53,"target":9},{"source":10,"target":0},{"source":10,"target":58},{"source":10,"target":59},{"source":10,"target":60},{"source":10,"target":61},{"source":58,"target":62},{"source":58,"target":10},{"source":59,"target":63},{"source":59,"target":10},{"source":60,"target":64},{"source":60,"target":10},{"source":11,"target":0},{"source":11,"target":65},{"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":65,"target":73},{"source":65,"target":11},{"source":66,"target":74},{"source":66,"target":11},{"source":67,"target":75},{"source":67,"target":11},{"source":68,"target":76},{"source":68,"target":11},{"source":69,"target":77},{"source":69,"target":11},{"source":70,"target":78},{"source":70,"target":11},{"source":71,"target":79},{"source":71,"target":11}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" xmi:id="_14sTEG60EeGkd4g88tZXfA" name="p" nsURI="http:///org/eclipse/emf/examples/p"
nsPrefix="p">
<eClassifiers xsi:type="ecore:EClass" name="A"/>
<eClassifiers xsi:type="ecore:EClass" name="B">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/eclipse/emf.compare/plugins/org.eclipse.emf.compare.tests/src/org/eclipse/emf/compare/tests/merge/data/conflictscope/leftdelete_rightmove/right.ecore | ecore | p
A
B
name | null | {"directed":true,"nodes":[{"nsPrefix":"p","nsURI":"http:///org/eclipse/emf/examples/p","name":"p","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":"name","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="VariabilityFM" nsURI="VariabilityFM" nsPrefix="VariabilityFM">
<eAnnotations source="http://www.eclipse.org/OCL/Import">
<details key="MM_uncertainty" value="MM_uncertainty.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="VariabilityModel">
<eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1"
eType="#//MetamodelVariability" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1"
eType="#//MetamodelVariability" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="options" lowerBound="1"
eType="#//TransformationOptions" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MetamodelVariability" eSuperTypes="#//Node #//Compulsory">
<eStructuralFeatures xsi:type="ecore:EReference" name="features" upperBound="-1"
eType="#//VariableFeature" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Compulsory" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="Optional" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="ExclusiveChoice" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="SingleChoice" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="Node" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1"
eType="#//Node" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nodeKind" lowerBound="1"
eType="#//NodeKind"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="constraints" upperBound="-1"
eType="#//Constraint" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="NodeKind">
<eLiterals name="ROOT"/>
<eLiterals name="COMPULSORY" value="1"/>
<eLiterals name="EXCLUSIVE_CHOICE" value="2"/>
<eLiterals name="OPTIONAL" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VariableFeature" eSuperTypes="#//Compulsory #//Node">
<eStructuralFeatures xsi:type="ecore:EReference" name="feature" lowerBound="1"
eType="ecore:EClass MM_uncertainty.ecore#//Feature"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="kind" eType="#//FeatureKindGroup"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="cardinality" eType="#//FeatureCardinalityGroup"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TransformationOptions" eSuperTypes="#//Compulsory #//Node"/>
<eClassifiers xsi:type="ecore:EClass" name="AllowUnresolvedBindings" eSuperTypes="#//Optional #//Node"/>
<eClassifiers xsi:type="ecore:EClass" name="FeatureKindGroup" eSuperTypes="#//Node #//Compulsory">
<eStructuralFeatures xsi:type="ecore:EReference" name="attOrRef" lowerBound="1"
eType="#//AttOrReferenceExclusiveChoice" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AttOrReferenceExclusiveChoice" eSuperTypes="#//Node #//ExclusiveChoice">
<eStructuralFeatures xsi:type="ecore:EReference" name="attributeChoice" eType="#//AttributeTypeGroup"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="referenceChoice" eType="#//ReferenceTypeGroup"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AttributeTypeGroup" eSuperTypes="#//ExclusiveChoice #//Node">
<eStructuralFeatures xsi:type="ecore:EReference" name="choices" upperBound="-1"
eType="#//AttributeTypeChoice" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ReferenceTypeGroup" eSuperTypes="#//ExclusiveChoice #//Node">
<eStructuralFeatures xsi:type="ecore:EReference" name="choices" upperBound="-1"
eType="#//ReferenceTypeChoice" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FeatureCardinalityGroup" eSuperTypes="#//ExclusiveChoice #//Node">
<eStructuralFeatures xsi:type="ecore:EReference" name="min" upperBound="-1" eType="#//FeatureMinCardinalityChoice"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="max" upperBound="-1" eType="#//FeatureMaxCardinalityChoice"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ReferenceTypeChoice" eSuperTypes="#//SingleChoice #//Node">
<eStructuralFeatures xsi:type="ecore:EReference" name="klass" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AttributeTypeChoice" eSuperTypes="#//SingleChoice #//Node">
<eStructuralFeatures xsi:type="ecore:EReference" name="datatype_" lowerBound="1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FeatureCardinalityChoice" abstract="true"
eSuperTypes="#//SingleChoice #//Node">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FeatureMinCardinalityChoice" eSuperTypes="#//FeatureCardinalityChoice"/>
<eClassifiers xsi:type="ecore:EClass" name="FeatureMaxCardinalityChoice" eSuperTypes="#//FeatureCardinalityChoice"/>
<eClassifiers xsi:type="ecore:EClass" name="Constraint" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="Require" abstract="true" eSuperTypes="#//Constraint">
<eStructuralFeatures xsi:type="ecore:EReference" name="nodes" upperBound="-1"
eType="#//Node"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OrRequires" eSuperTypes="#//Require"/>
</ecore:EPackage>
| github:ecore:/data/tue-mdse/ocl-dataset/dataset/repos/totem-mde/totem/totem.trm/metamodel/VariabilityFM.ecore | ecore | VariabilityFM
VariabilityModel
source
target
options
MetamodelVariability
features
Compulsory
Optional
ExclusiveChoice
SingleChoice
Node
name
children
nodeKind
constraints
NodeKind
ROOT
ROOT
COMPULSORY
COMPULSORY
EXCLUSIVE_CHOICE
EXCLUSIVE_CHOICE
OPTIONAL
OPTIONAL
VariableFeature
feature
kind
cardinality
TransformationOptions
AllowUnresolvedBindings
FeatureKindGroup
attOrRef
AttOrReferenceExclusiveChoice
attributeChoice
referenceChoice
AttributeTypeGroup
choices
ReferenceTypeGroup
choices
FeatureCardinalityGroup
min
max
ReferenceTypeChoice
klass
AttributeTypeChoice
datatype_
FeatureCardinalityChoice
value
FeatureMinCardinalityChoice
FeatureMaxCardinalityChoice
Constraint
Require
nodes
OrRequires | null | {"directed":true,"nodes":[{"nsPrefix":"VariabilityFM","nsURI":"VariabilityFM","name":"VariabilityFM","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariabilityModel","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetamodelVariability","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Compulsory","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Optional","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExclusiveChoice","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SingleChoice","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"NodeKind","instanceClass":null,"id":8,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableFeature","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TransformationOptions","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AllowUnresolvedBindings","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureKindGroup","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttOrReferenceExclusiveChoice","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeTypeGroup","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReferenceTypeGroup","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureCardinalityGroup","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReferenceTypeChoice","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeTypeChoice","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureCardinalityChoice","instanceClass":null,"abstract":true,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureMinCardinalityChoice","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureMaxCardinalityChoice","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constraint","instanceClass":null,"abstract":true,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Require","instanceClass":null,"abstract":true,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrRequires","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":true,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":25,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":26,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"options","changeable":true,"resolveProxies":true,"lowerBound":1,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"features","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":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":35,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nodeKind","changeable":true,"lowerBound":1,"iD":false,"id":37,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"constraints","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"name":"ROOT","id":43,"value":0,"literal":"ROOT","eClass":"EEnumLiteral"},{"name":"COMPULSORY","id":44,"value":1,"literal":"COMPULSORY","eClass":"EEnumLiteral"},{"name":"EXCLUSIVE_CHOICE","id":45,"value":2,"literal":"EXCLUSIVE_CHOICE","eClass":"EEnumLiteral"},{"name":"OPTIONAL","id":46,"value":3,"literal":"OPTIONAL","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"feature","changeable":true,"resolveProxies":true,"lowerBound":1,"id":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":"kind","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cardinality","changeable":true,"resolveProxies":true,"lowerBound":0,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attOrRef","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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributeChoice","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":"referenceChoice","changeable":true,"resolveProxies":true,"lowerBound":0,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"choices","changeable":true,"resolveProxies":true,"lowerBound":0,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"choices","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"min","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"max","changeable":true,"resolveProxies":true,"lowerBound":0,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"klass","changeable":true,"resolveProxies":true,"lowerBound":1,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"datatype_","changeable":true,"resolveProxies":true,"lowerBound":1,"id":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":91,"derived":false},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"container":false,"ordered":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":97,"derived":false},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":1,"target":0},{"source":1,"target":25},{"source":1,"target":26},{"source":1,"target":27},{"source":25,"target":2},{"source":25,"target":28},{"source":25,"target":1},{"source":28,"target":2},{"source":26,"target":2},{"source":26,"target":29},{"source":26,"target":1},{"source":29,"target":2},{"source":27,"target":10},{"source":27,"target":30},{"source":27,"target":1},{"source":30,"target":10},{"source":2,"target":0},{"source":2,"target":7},{"source":2,"target":3},{"source":2,"target":31},{"source":2,"target":32},{"source":2,"target":33},{"source":31,"target":9},{"source":31,"target":34},{"source":31,"target":2},{"source":34,"target":9},{"source":32,"target":7},{"source":33,"target":3},{"source":3,"target":0},{"source":4,"target":0},{"source":5,"target":0},{"source":6,"target":0},{"source":7,"target":0},{"source":7,"target":35},{"source":7,"target":36},{"source":7,"target":37},{"source":7,"target":38},{"source":35,"target":39},{"source":35,"target":7},{"source":36,"target":7},{"source":36,"target":40},{"source":36,"target":7},{"source":40,"target":7},{"source":37,"target":8},{"source":37,"target":41},{"source":37,"target":7},{"source":41,"target":8},{"source":38,"target":22},{"source":38,"target":42},{"source":38,"target":7},{"source":42,"target":22},{"source":8,"target":0},{"source":8,"target":43},{"source":8,"target":44},{"source":8,"target":45},{"source":8,"target":46},{"source":43,"target":8},{"source":44,"target":8},{"source":45,"target":8},{"source":46,"target":8},{"source":9,"target":0},{"source":9,"target":3},{"source":9,"target":7},{"source":9,"target":47},{"source":9,"target":48},{"source":9,"target":49},{"source":9,"target":50},{"source":9,"target":51},{"source":47,"target":52},{"source":47,"target":9},{"source":48,"target":12},{"source":48,"target":53},{"source":48,"target":9},{"source":53,"target":12},{"source":49,"target":16},{"source":49,"target":54},{"source":49,"target":9},{"source":54,"target":16},{"source":50,"target":3},{"source":51,"target":7},{"source":10,"target":0},{"source":10,"target":3},{"source":10,"target":7},{"source":10,"target":55},{"source":10,"target":56},{"source":55,"target":3},{"source":56,"target":7},{"source":11,"target":0},{"source":11,"target":4},{"source":11,"target":7},{"source":11,"target":57},{"source":11,"target":58},{"source":57,"target":4},{"source":58,"target":7},{"source":12,"target":0},{"source":12,"target":7},{"source":12,"target":3},{"source":12,"target":59},{"source":12,"target":60},{"source":12,"target":61},{"source":59,"target":13},{"source":59,"target":62},{"source":59,"target":12},{"source":62,"target":13},{"source":60,"target":7},{"source":61,"target":3},{"source":13,"target":0},{"source":13,"target":7},{"source":13,"target":5},{"source":13,"target":63},{"source":13,"target":64},{"source":13,"target":65},{"source":13,"target":66},{"source":63,"target":14},{"source":63,"target":67},{"source":63,"target":13},{"source":67,"target":14},{"source":64,"target":15},{"source":64,"target":68},{"source":64,"target":13},{"source":68,"target":15},{"source":65,"target":7},{"source":66,"target":5},{"source":14,"target":0},{"source":14,"target":5},{"source":14,"target":7},{"source":14,"target":69},{"source":14,"target":70},{"source":14,"target":71},{"source":69,"target":18},{"source":69,"target":72},{"source":69,"target":14},{"source":72,"target":18},{"source":70,"target":5},{"source":71,"target":7},{"source":15,"target":0},{"source":15,"target":5},{"source":15,"target":7},{"source":15,"target":73},{"source":15,"target":74},{"source":15,"target":75},{"source":73,"target":17},{"source":73,"target":76},{"source":73,"target":15},{"source":76,"target":17},{"source":74,"target":5},{"source":75,"target":7},{"source":16,"target":0},{"source":16,"target":5},{"source":16,"target":7},{"source":16,"target":77},{"source":16,"target":78},{"source":16,"target":79},{"source":16,"target":80},{"source":77,"target":20},{"source":77,"target":81},{"source":77,"target":16},{"source":81,"target":20},{"source":78,"target":21},{"source":78,"target":82},{"source":78,"target":16},{"source":82,"target":21},{"source":79,"target":5},{"source":80,"target":7},{"source":17,"target":0},{"source":17,"target":6},{"source":17,"target":7},{"source":17,"target":83},{"source":17,"target":84},{"source":17,"target":85},{"source":83,"target":86},{"source":83,"target":17},{"source":84,"target":6},{"source":85,"target":7},{"source":18,"target":0},{"source":18,"target":6},{"source":18,"target":7},{"source":18,"target":87},{"source":18,"target":88},{"source":18,"target":89},{"source":87,"target":90},{"source":87,"target":18},{"source":88,"target":6},{"source":89,"target":7},{"source":19,"target":0},{"source":19,"target":6},{"source":19,"target":7},{"source":19,"target":91},{"source":19,"target":92},{"source":19,"target":93},{"source":91,"target":94},{"source":91,"target":19},{"source":92,"target":6},{"source":93,"target":7},{"source":20,"target":0},{"source":20,"target":19},{"source":20,"target":95},{"source":95,"target":19},{"source":21,"target":0},{"source":21,"target":19},{"source":21,"target":96},{"source":96,"target":19},{"source":22,"target":0},{"source":23,"target":0},{"source":23,"target":22},{"source":23,"target":97},{"source":23,"target":98},{"source":97,"target":7},{"source":97,"target":99},{"source":97,"target":23},{"source":99,"target":7},{"source":98,"target":22},{"source":24,"target":0},{"source":24,"target":23},{"source":24,"target":100},{"source":100,"target":23}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="gyro" nsURI="http://gyro/1.0" nsPrefix="gyro">
<eClassifiers xsi:type="ecore:EClass" name="GyroSpecification">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="nodes" upperBound="-1"
eType="#//Node" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="child" upperBound="-1"
eType="#//Child" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="next" upperBound="-1" eType="#//Sibling"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Node" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
iD="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Child">
<eStructuralFeatures xsi:type="ecore:EReference" name="source" upperBound="-1"
eType="#//Behavior"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" upperBound="-1"
eType="#//Node"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Sibling">
<eStructuralFeatures xsi:type="ecore:EReference" name="source" upperBound="-1"
eType="#//Node"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" upperBound="-1"
eType="#//Node"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Behavior" abstract="true" eSuperTypes="#//Node"/>
<eClassifiers xsi:type="ecore:EClass" name="Priority" eSuperTypes="#//Behavior"/>
<eClassifiers xsi:type="ecore:EClass" name="Parallel" eSuperTypes="#//Behavior">
<eAnnotations source="dssl.abstract_syntax">
<details key="role" value="Parallel"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Sequential" eSuperTypes="#//Behavior">
<eAnnotations source="dssl.abstract_syntax">
<details key="role" value="Sequence"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StatusChange" eSuperTypes="#//Behavior">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="changeSuccess" eType="#//SuccessState"
defaultValueLiteral="Success"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="changeFailure" eType="#//FailureState"
defaultValueLiteral="Failure"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="changeRunning" eType="#//RunningState"
defaultValueLiteral="Running"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Action" abstract="true" eSuperTypes="#//Node"/>
<eClassifiers xsi:type="ecore:EClass" name="Condition" abstract="true" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="Distance" eSuperTypes="#//Condition">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="300"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="#//DistanceKind"
defaultValueLiteral="Major"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Bumpers" eSuperTypes="#//Condition">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="bumperKind" eType="#//BumperKind"
defaultValueLiteral="Left"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Waiting" eSuperTypes="#//Condition">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="time" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Actuate" abstract="true" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="Motor" eSuperTypes="#//Actuate">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="leftMotor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="255"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="rightMotor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="255"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Servo" eSuperTypes="#//Actuate">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="minimalPosition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="maximalPosition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="160"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="step" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="10"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LED" eSuperTypes="#//Actuate">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="status" eType="#//LightStatus"
defaultValueLiteral="On"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="LightStatus">
<eLiterals name="On"/>
<eLiterals name="Off" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="SuccessState">
<eLiterals name="Success" literal="Success"/>
<eLiterals name="Failure" value="1" literal="Failure"/>
<eLiterals name="Running" value="2" literal="Running"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="FailureState">
<eLiterals name="Failure"/>
<eLiterals name="Success" value="1"/>
<eLiterals name="Running" value="2" literal="Running"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="RunningState">
<eLiterals name="Success" literal="Success"/>
<eLiterals name="Failure" value="1" literal="Failure"/>
<eLiterals name="Running" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="BumperKind">
<eLiterals name="Left" literal="Left"/>
<eLiterals name="Right" value="1" literal="Right"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="DistanceKind">
<eLiterals name="Minor" literal="Minor"/>
<eLiterals name="Major" value="1"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/akki55/useme/examples/gyro/org.gyro.metamodel/model/gyro.ecore | ecore | gyro
GyroSpecification
name
nodes
child
next
Node
name
Child
source
target
Sibling
source
target
Behavior
Priority
Parallel
Sequential
StatusChange
changeSuccess
Success
changeFailure
Failure
changeRunning
Running
Action
Condition
Distance
value
300
kind
Major
Bumpers
bumperKind
Left
Waiting
time
1
Actuate
Motor
leftMotor
255
rightMotor
255
Servo
minimalPosition
0
maximalPosition
160
step
10
LED
status
On
LightStatus
On
On
Off
Off
SuccessState
Success
Success
Failure
Failure
Running
Running
FailureState
Failure
Failure
Success
Success
Running
Running
RunningState
Success
Success
Failure
Failure
Running
Running
BumperKind
Left
Left
Right
Right
DistanceKind
Minor
Minor
Major
Major | null | {"directed":true,"nodes":[{"nsPrefix":"gyro","nsURI":"http://gyro/1.0","name":"gyro","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GyroSpecification","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Child","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sibling","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Behavior","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Priority","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parallel","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sequential","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StatusChange","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Condition","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Distance","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Bumpers","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Waiting","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Actuate","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Motor","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Servo","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LED","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"LightStatus","instanceClass":null,"id":19,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"SuccessState","instanceClass":null,"id":20,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"FailureState","instanceClass":null,"id":21,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"RunningState","instanceClass":null,"id":22,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"BumperKind","instanceClass":null,"id":23,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"DistanceKind","instanceClass":null,"id":24,"serializable":true,"eClass":"EEnum"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":25,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nodes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"child","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"next","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":true,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":39,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Success","unsettable":false,"transient":false,"unique":true,"name":"changeSuccess","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Failure","unsettable":false,"transient":false,"unique":true,"name":"changeFailure","changeable":true,"lowerBound":0,"iD":false,"id":48,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Running","unsettable":false,"transient":false,"unique":true,"name":"changeRunning","changeable":true,"lowerBound":0,"iD":false,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":300,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"300","unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":56,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Major","unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Left","unsettable":false,"transient":false,"unique":true,"name":"bumperKind","changeable":true,"lowerBound":0,"iD":false,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"time","changeable":true,"lowerBound":0,"iD":false,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":255,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"255","unsettable":false,"transient":false,"unique":true,"name":"leftMotor","changeable":true,"lowerBound":0,"iD":false,"id":68,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":255,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"255","unsettable":false,"transient":false,"unique":true,"name":"rightMotor","changeable":true,"lowerBound":0,"iD":false,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"minimalPosition","changeable":true,"lowerBound":0,"iD":false,"id":73,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":160,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"160","unsettable":false,"transient":false,"unique":true,"name":"maximalPosition","changeable":true,"lowerBound":0,"iD":false,"id":74,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":10,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"10","unsettable":false,"transient":false,"unique":true,"name":"step","changeable":true,"lowerBound":0,"iD":false,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"On","unsettable":false,"transient":false,"unique":true,"name":"status","changeable":true,"lowerBound":0,"iD":false,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"name":"On","id":83,"value":0,"literal":"On","eClass":"EEnumLiteral"},{"name":"Off","id":84,"value":1,"literal":"Off","eClass":"EEnumLiteral"},{"name":"Success","id":85,"value":0,"literal":"Success","eClass":"EEnumLiteral"},{"name":"Failure","id":86,"value":1,"literal":"Failure","eClass":"EEnumLiteral"},{"name":"Running","id":87,"value":2,"literal":"Running","eClass":"EEnumLiteral"},{"name":"Failure","id":88,"value":0,"literal":"Failure","eClass":"EEnumLiteral"},{"name":"Success","id":89,"value":1,"literal":"Success","eClass":"EEnumLiteral"},{"name":"Running","id":90,"value":2,"literal":"Running","eClass":"EEnumLiteral"},{"name":"Success","id":91,"value":0,"literal":"Success","eClass":"EEnumLiteral"},{"name":"Failure","id":92,"value":1,"literal":"Failure","eClass":"EEnumLiteral"},{"name":"Running","id":93,"value":2,"literal":"Running","eClass":"EEnumLiteral"},{"name":"Left","id":94,"value":0,"literal":"Left","eClass":"EEnumLiteral"},{"name":"Right","id":95,"value":1,"literal":"Right","eClass":"EEnumLiteral"},{"name":"Minor","id":96,"value":0,"literal":"Minor","eClass":"EEnumLiteral"},{"name":"Major","id":97,"value":1,"literal":"Major","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":1,"target":0},{"source":1,"target":25},{"source":1,"target":26},{"source":1,"target":27},{"source":1,"target":28},{"source":25,"target":29},{"source":25,"target":1},{"source":26,"target":2},{"source":26,"target":30},{"source":26,"target":1},{"source":30,"target":2},{"source":27,"target":3},{"source":27,"target":31},{"source":27,"target":1},{"source":31,"target":3},{"source":28,"target":4},{"source":28,"target":32},{"source":28,"target":1},{"source":32,"target":4},{"source":2,"target":0},{"source":2,"target":33},{"source":33,"target":34},{"source":33,"target":2},{"source":3,"target":0},{"source":3,"target":35},{"source":3,"target":36},{"source":35,"target":5},{"source":35,"target":37},{"source":35,"target":3},{"source":37,"target":5},{"source":36,"target":2},{"source":36,"target":38},{"source":36,"target":3},{"source":38,"target":2},{"source":4,"target":0},{"source":4,"target":39},{"source":4,"target":40},{"source":39,"target":2},{"source":39,"target":41},{"source":39,"target":4},{"source":41,"target":2},{"source":40,"target":2},{"source":40,"target":42},{"source":40,"target":4},{"source":42,"target":2},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":43},{"source":43,"target":2},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":44},{"source":44,"target":5},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":45},{"source":45,"target":5},{"source":8,"target":0},{"source":8,"target":5},{"source":8,"target":46},{"source":46,"target":5},{"source":9,"target":0},{"source":9,"target":5},{"source":9,"target":47},{"source":9,"target":48},{"source":9,"target":49},{"source":9,"target":50},{"source":47,"target":20},{"source":47,"target":51},{"source":47,"target":9},{"source":51,"target":20},{"source":48,"target":21},{"source":48,"target":52},{"source":48,"target":9},{"source":52,"target":21},{"source":49,"target":22},{"source":49,"target":53},{"source":49,"target":9},{"source":53,"target":22},{"source":50,"target":5},{"source":10,"target":0},{"source":10,"target":2},{"source":10,"target":54},{"source":54,"target":2},{"source":11,"target":0},{"source":11,"target":10},{"source":11,"target":55},{"source":55,"target":10},{"source":12,"target":0},{"source":12,"target":11},{"source":12,"target":56},{"source":12,"target":57},{"source":12,"target":58},{"source":56,"target":59},{"source":56,"target":12},{"source":57,"target":24},{"source":57,"target":60},{"source":57,"target":12},{"source":60,"target":24},{"source":58,"target":11},{"source":13,"target":0},{"source":13,"target":11},{"source":13,"target":61},{"source":13,"target":62},{"source":61,"target":23},{"source":61,"target":63},{"source":61,"target":13},{"source":63,"target":23},{"source":62,"target":11},{"source":14,"target":0},{"source":14,"target":11},{"source":14,"target":64},{"source":14,"target":65},{"source":64,"target":66},{"source":64,"target":14},{"source":65,"target":11},{"source":15,"target":0},{"source":15,"target":10},{"source":15,"target":67},{"source":67,"target":10},{"source":16,"target":0},{"source":16,"target":15},{"source":16,"target":68},{"source":16,"target":69},{"source":16,"target":70},{"source":68,"target":71},{"source":68,"target":16},{"source":69,"target":72},{"source":69,"target":16},{"source":70,"target":15},{"source":17,"target":0},{"source":17,"target":15},{"source":17,"target":73},{"source":17,"target":74},{"source":17,"target":75},{"source":17,"target":76},{"source":73,"target":77},{"source":73,"target":17},{"source":74,"target":78},{"source":74,"target":17},{"source":75,"target":79},{"source":75,"target":17},{"source":76,"target":15},{"source":18,"target":0},{"source":18,"target":15},{"source":18,"target":80},{"source":18,"target":81},{"source":80,"target":19},{"source":80,"target":82},{"source":80,"target":18},{"source":82,"target":19},{"source":81,"target":15},{"source":19,"target":0},{"source":19,"target":83},{"source":19,"target":84},{"source":83,"target":19},{"source":84,"target":19},{"source":20,"target":0},{"source":20,"target":85},{"source":20,"target":86},{"source":20,"target":87},{"source":85,"target":20},{"source":86,"target":20},{"source":87,"target":20},{"source":21,"target":0},{"source":21,"target":88},{"source":21,"target":89},{"source":21,"target":90},{"source":88,"target":21},{"source":89,"target":21},{"source":90,"target":21},{"source":22,"target":0},{"source":22,"target":91},{"source":22,"target":92},{"source":22,"target":93},{"source":91,"target":22},{"source":92,"target":22},{"source":93,"target":22},{"source":23,"target":0},{"source":23,"target":94},{"source":23,"target":95},{"source":94,"target":23},{"source":95,"target":23},{"source":24,"target":0},{"source":24,"target":96},{"source":24,"target":97},{"source":96,"target":24},{"source":97,"target":24}],"multigraph":true} |
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" xmi:id="_14sTEG60EeGkd4g88tZXfA" name="p" nsURI="http:///org/eclipse/emf/examples/p"
nsPrefix="p">
<eClassifiers xsi:type="ecore:EClass" name="A">
<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="B"/>
</ecore:EPackage>
| github:ecore:/data/eclipse/emf.compare/plugins/org.eclipse.emf.compare.tests/src/org/eclipse/emf/compare/tests/merge/data/conflictscope/leftdelete_rightmove/origin.ecore | ecore | p
A
name
B | null | {"directed":true,"nodes":[{"nsPrefix":"p","nsURI":"http:///org/eclipse/emf/examples/p","name":"p","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":"name","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":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="sqlview" nsURI="http://www.dsl.emfviews/Sqlview" nsPrefix="sqlview">
<eClassifiers xsi:type="ecore:EClass" name="Model">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="viewName" 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="expression" upperBound="-1"
eType="#//Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Metamodel">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="metamodelURL" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="metamodelName" upperBound="-1"
eType="#//MetamodelName" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="select" upperBound="-1"
eType="#//Select" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="from" upperBound="-1" eType="#//From"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" upperBound="-1"
eType="#//Condition" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Select">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="select" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="selectAttribute" upperBound="-1"
eType="#//SelectAttribute" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SelectAttribute">
<eStructuralFeatures xsi:type="ecore:EReference" name="metamodel" unique="false"
upperBound="-1" eType="#//MetamodelName"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="class" upperBound="-1"
eType="#//Class" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attribute" upperBound="-1"
eType="#//Attribute" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="From">
<eStructuralFeatures xsi:type="ecore:EReference" name="join" upperBound="-1" eType="#//Join"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Join">
<eStructuralFeatures xsi:type="ecore:EReference" name="joinLeft" upperBound="-1"
eType="#//JoinLeft" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="joinRight" upperBound="-1"
eType="#//JoinRight" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="relation" upperBound="-1"
eType="#//Relation" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="JoinLeft">
<eStructuralFeatures xsi:type="ecore:EReference" name="metamodelLeft" unique="false"
upperBound="-1" eType="#//MetamodelName"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="classLeft" upperBound="-1"
eType="#//Class" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="JoinRight">
<eStructuralFeatures xsi:type="ecore:EReference" name="metamodelRight" unique="false"
upperBound="-1" eType="#//MetamodelName"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="classRight" upperBound="-1"
eType="#//Class" containment="true"/>
</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"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Class">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MetamodelName">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Relation">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Condition">
<eStructuralFeatures xsi:type="ecore:EReference" name="value" upperBound="-1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EclExpression">
<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="Comparison">
<eStructuralFeatures xsi:type="ecore:EReference" name="left" upperBound="-1" eType="#//Left"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="right" upperBound="-1"
eType="#//Right" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Left">
<eStructuralFeatures xsi:type="ecore:EReference" name="metamodel" unique="false"
upperBound="-1" eType="#//MetamodelName"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="class" unique="false" upperBound="-1"
eType="#//Class"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributeWhereLeft" eType="#//Attribute"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Right">
<eStructuralFeatures xsi:type="ecore:EReference" name="metamodel" unique="false"
upperBound="-1" eType="#//MetamodelName"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="class" unique="false" upperBound="-1"
eType="#//Class"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributeWhereRight" eType="#//Attribute"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/atlanmod/emfviewsSQL/SQL2VirtualLinks/metamodels/Sqlview.ecore | ecore | sqlview
Model
viewName
metamodel
expression
Metamodel
metamodelURL
metamodelName
Expression
select
from
condition
Select
select
selectAttribute
SelectAttribute
metamodel
class
attribute
From
join
Join
joinLeft
joinRight
relation
JoinLeft
metamodelLeft
classLeft
JoinRight
metamodelRight
classRight
Attribute
name
Class
name
MetamodelName
name
Relation
name
Condition
value
EclExpression
value
Comparison
left
right
Left
metamodel
class
attributeWhereLeft
Right
metamodel
class
attributeWhereRight
value | null | {"directed":true,"nodes":[{"nsPrefix":"sqlview","nsURI":"http://www.dsl.emfviews/Sqlview","name":"sqlview","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":"Metamodel","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Select","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelectAttribute","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"From","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Join","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JoinLeft","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JoinRight","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetamodelName","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Relation","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Condition","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EclExpression","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comparison","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Left","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Right","instanceClass":null,"abstract":false,"id":18,"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":"viewName","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":"metamodel","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":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"metamodelURL","changeable":true,"lowerBound":0,"iD":false,"id":25,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"metamodelName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"select","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":"from","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":"condition","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":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"select","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":"selectAttribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"metamodel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":39,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"class","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"join","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"joinLeft","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"joinRight","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"relation","changeable":true,"resolveProxies":true,"lowerBound":0,"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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"metamodelLeft","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"classLeft","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"metamodelRight","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":"classRight","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":63,"derived":false},{"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},{"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},{"id":68,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":69,"derived":false},{"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":"value","changeable":true,"lowerBound":0,"iD":false,"id":71,"derived":false},{"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":"left","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":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"metamodel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"class","changeable":true,"resolveProxies":true,"lowerBound":0,"id":78,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributeWhereLeft","changeable":true,"resolveProxies":true,"lowerBound":0,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"metamodel","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":false,"name":"class","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":"attributeWhereRight","changeable":true,"resolveProxies":true,"lowerBound":0,"id":85,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":1,"target":0},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":19,"target":22},{"source":19,"target":1},{"source":20,"target":2},{"source":20,"target":23},{"source":20,"target":1},{"source":23,"target":2},{"source":21,"target":3},{"source":21,"target":24},{"source":21,"target":1},{"source":24,"target":3},{"source":2,"target":0},{"source":2,"target":25},{"source":2,"target":26},{"source":25,"target":27},{"source":25,"target":2},{"source":26,"target":12},{"source":26,"target":28},{"source":26,"target":2},{"source":28,"target":12},{"source":3,"target":0},{"source":3,"target":29},{"source":3,"target":30},{"source":3,"target":31},{"source":29,"target":4},{"source":29,"target":32},{"source":29,"target":3},{"source":32,"target":4},{"source":30,"target":6},{"source":30,"target":33},{"source":30,"target":3},{"source":33,"target":6},{"source":31,"target":14},{"source":31,"target":34},{"source":31,"target":3},{"source":34,"target":14},{"source":4,"target":0},{"source":4,"target":35},{"source":4,"target":36},{"source":35,"target":37},{"source":35,"target":4},{"source":36,"target":5},{"source":36,"target":38},{"source":36,"target":4},{"source":38,"target":5},{"source":5,"target":0},{"source":5,"target":39},{"source":5,"target":40},{"source":5,"target":41},{"source":39,"target":12},{"source":39,"target":42},{"source":39,"target":5},{"source":42,"target":12},{"source":40,"target":11},{"source":40,"target":43},{"source":40,"target":5},{"source":43,"target":11},{"source":41,"target":10},{"source":41,"target":44},{"source":41,"target":5},{"source":44,"target":10},{"source":6,"target":0},{"source":6,"target":45},{"source":45,"target":7},{"source":45,"target":46},{"source":45,"target":6},{"source":46,"target":7},{"source":7,"target":0},{"source":7,"target":47},{"source":7,"target":48},{"source":7,"target":49},{"source":47,"target":8},{"source":47,"target":50},{"source":47,"target":7},{"source":50,"target":8},{"source":48,"target":9},{"source":48,"target":51},{"source":48,"target":7},{"source":51,"target":9},{"source":49,"target":13},{"source":49,"target":52},{"source":49,"target":7},{"source":52,"target":13},{"source":8,"target":0},{"source":8,"target":53},{"source":8,"target":54},{"source":53,"target":12},{"source":53,"target":55},{"source":53,"target":8},{"source":55,"target":12},{"source":54,"target":11},{"source":54,"target":56},{"source":54,"target":8},{"source":56,"target":11},{"source":9,"target":0},{"source":9,"target":57},{"source":9,"target":58},{"source":57,"target":12},{"source":57,"target":59},{"source":57,"target":9},{"source":59,"target":12},{"source":58,"target":11},{"source":58,"target":60},{"source":58,"target":9},{"source":60,"target":11},{"source":10,"target":0},{"source":10,"target":61},{"source":61,"target":62},{"source":61,"target":10},{"source":11,"target":0},{"source":11,"target":63},{"source":63,"target":64},{"source":63,"target":11},{"source":12,"target":0},{"source":12,"target":65},{"source":65,"target":66},{"source":65,"target":12},{"source":13,"target":0},{"source":13,"target":67},{"source":67,"target":68},{"source":67,"target":13},{"source":14,"target":0},{"source":14,"target":69},{"source":69,"target":70},{"source":69,"target":14},{"source":15,"target":0},{"source":15,"target":71},{"source":71,"target":72},{"source":71,"target":15},{"source":16,"target":0},{"source":16,"target":73},{"source":16,"target":74},{"source":73,"target":17},{"source":73,"target":75},{"source":73,"target":16},{"source":75,"target":17},{"source":74,"target":18},{"source":74,"target":76},{"source":74,"target":16},{"source":76,"target":18},{"source":17,"target":0},{"source":17,"target":77},{"source":17,"target":78},{"source":17,"target":79},{"source":77,"target":12},{"source":77,"target":80},{"source":77,"target":17},{"source":80,"target":12},{"source":78,"target":11},{"source":78,"target":81},{"source":78,"target":17},{"source":81,"target":11},{"source":79,"target":10},{"source":79,"target":82},{"source":79,"target":17},{"source":82,"target":10},{"source":18,"target":0},{"source":18,"target":83},{"source":18,"target":84},{"source":18,"target":85},{"source":18,"target":86},{"source":83,"target":12},{"source":83,"target":87},{"source":83,"target":18},{"source":87,"target":12},{"source":84,"target":11},{"source":84,"target":88},{"source":84,"target":18},{"source":88,"target":11},{"source":85,"target":10},{"source":85,"target":89},{"source":85,"target":18},{"source":89,"target":10},{"source":86,"target":90},{"source":86,"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" xmi:id="_P" name="P">
<eSubpackages xmi:id="_P1" name="P1">
<eClassifiers xsi:type="ecore:EClass" xmi:id="_C11" name="C11"/>
<eClassifiers xsi:type="ecore:EClass" xmi:id="_C13" name="C13">
<eStructuralFeatures xsi:type="ecore:EReference" name="ref131" eType="ecore:EClass types.ecore#_DataType"/>
</eClassifiers>
</eSubpackages>
</ecore:EPackage>
| github:ecore:/data/eclipse/emf.compare/plugins/org.eclipse.emf.compare.ide.ui.tests.git/src/org/eclipse/emf/compare/ide/ui/tests/unit/outgoing/model.ecore | ecore | P
P1
C11
C13
ref131 | null | {"directed":true,"nodes":[{"nsPrefix":null,"nsURI":null,"name":"P","id":0,"eClass":"EPackage"},{"nsPrefix":null,"nsURI":null,"name":"P1","id":1,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"C11","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"C13","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":"ref131","changeable":true,"resolveProxies":true,"lowerBound":0,"id":4,"derived":false},{"id":5,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":1,"target":2},{"source":1,"target":3},{"source":1,"target":0},{"source":2,"target":1},{"source":3,"target":1},{"source":3,"target":4},{"source":4,"target":5},{"source":4,"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="fc" nsURI="http://zcu.cz/yafmt/model/fc" nsPrefix="fc">
<eClassifiers xsi:type="ecore:EClass" name="FeatureConfiguration">
<eOperations name="getSelectionsById">
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EEList">
<eTypeArguments eClassifier="#//Selection"/>
</eGenericType>
<eParameters name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<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="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="comment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="featureModel" eType="ecore:EClass FeatureModel.ecore#//FeatureModel"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="featureModelCopy" lowerBound="1"
eType="ecore:EClass FeatureModel.ecore#//FeatureModel" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="root" lowerBound="1" eType="#//Selection"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Selection">
<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"
changeable="false" volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false" volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="comment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false" volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//Selection"
eOpposite="#//Selection/selections"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="root" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
changeable="false" volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="present" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
changeable="false" volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="enabled" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" transient="true"
defaultValueLiteral="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="values" upperBound="-1"
eType="#//AttributeValue" containment="true" eOpposite="#//AttributeValue/selection"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="selections" upperBound="-1"
eType="#//Selection" containment="true" eOpposite="#//Selection/parent"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="featureConfiguration" lowerBound="1"
eType="#//FeatureConfiguration" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="feature" lowerBound="1"
eType="ecore:EClass FeatureModel.ecore#//Feature" changeable="false" volatile="true"
transient="true" derived="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AttributeValue" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false" volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false" volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="comment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false" volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="selection" lowerBound="1"
eType="#//Selection" eOpposite="#//Selection/values"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attribute" lowerBound="1"
eType="ecore:EClass FeatureModel.ecore#//Attribute" changeable="false" volatile="true"
transient="true" derived="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BooleanValue" eSuperTypes="#//AttributeValue">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IntegerValue" eSuperTypes="#//AttributeValue">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="0"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DoubleValue" eSuperTypes="#//AttributeValue">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"
defaultValueLiteral="0.0"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StringValue" eSuperTypes="#//AttributeValue">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral=""/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/supersede-project/dyn_adapt/YAFMT/cz.zcu.yafmt.model/model/FeatureConfiguration.ecore | ecore | fc
FeatureConfiguration
getSelectionsById
id
name
version
description
comment
featureModel
featureModelCopy
root
Selection
id
name
description
comment
parent
root
present
enabled
true
values
selections
featureConfiguration
feature
AttributeValue
id
name
description
comment
selection
attribute
BooleanValue
value
false
IntegerValue
value
0
DoubleValue
value
0.0
StringValue
value
| null | {"directed":true,"nodes":[{"nsPrefix":"fc","nsURI":"http://zcu.cz/yafmt/model/fc","name":"fc","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureConfiguration","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Selection","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeValue","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanValue","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerValue","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DoubleValue","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringValue","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSelectionsById","lowerBound":0,"id":8,"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":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":"version","changeable":true,"lowerBound":0,"iD":false,"id":10,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":11,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"comment","changeable":true,"lowerBound":0,"iD":false,"id":12,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"featureModel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"featureModelCopy","changeable":true,"resolveProxies":true,"lowerBound":1,"id":14,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"root","changeable":true,"resolveProxies":true,"lowerBound":1,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"id","lowerBound":0,"id":17,"many":false,"required":false,"eClass":"EParameter"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"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":27,"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":"name","changeable":false,"lowerBound":1,"iD":false,"id":28,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"description","changeable":false,"lowerBound":0,"iD":false,"id":29,"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":"comment","changeable":false,"lowerBound":0,"iD":false,"id":30,"derived":true},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"root","changeable":false,"lowerBound":1,"iD":false,"id":32,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"present","changeable":false,"lowerBound":0,"iD":false,"id":33,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":true,"unique":true,"name":"enabled","changeable":true,"lowerBound":1,"iD":false,"id":34,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"values","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"selections","changeable":true,"resolveProxies":true,"lowerBound":0,"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":true,"unique":true,"name":"featureConfiguration","changeable":true,"resolveProxies":true,"lowerBound":1,"id":37,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"feature","changeable":false,"resolveProxies":true,"lowerBound":1,"id":38,"derived":true},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"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":"selection","changeable":true,"resolveProxies":true,"lowerBound":1,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":52,"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":"name","changeable":false,"lowerBound":1,"iD":false,"id":53,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"description","changeable":false,"lowerBound":0,"iD":false,"id":54,"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":"comment","changeable":false,"lowerBound":0,"iD":false,"id":55,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"attribute","changeable":false,"resolveProxies":true,"lowerBound":1,"id":56,"derived":true},{"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":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0.0","unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":1,"target":0},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":8,"target":16},{"source":8,"target":1},{"source":8,"target":17},{"source":16,"target":18},{"source":18,"target":2},{"source":17,"target":19},{"source":17,"target":8},{"source":9,"target":20},{"source":9,"target":1},{"source":10,"target":21},{"source":10,"target":1},{"source":11,"target":22},{"source":11,"target":1},{"source":12,"target":23},{"source":12,"target":1},{"source":13,"target":24},{"source":13,"target":1},{"source":14,"target":25},{"source":14,"target":1},{"source":15,"target":2},{"source":15,"target":26},{"source":15,"target":1},{"source":26,"target":2},{"source":2,"target":0},{"source":2,"target":27},{"source":2,"target":28},{"source":2,"target":29},{"source":2,"target":30},{"source":2,"target":31},{"source":2,"target":32},{"source":2,"target":33},{"source":2,"target":34},{"source":2,"target":35},{"source":2,"target":36},{"source":2,"target":37},{"source":2,"target":38},{"source":27,"target":39},{"source":27,"target":2},{"source":28,"target":40},{"source":28,"target":2},{"source":29,"target":41},{"source":29,"target":2},{"source":30,"target":42},{"source":30,"target":2},{"source":31,"target":2},{"source":31,"target":43},{"source":31,"target":2},{"source":31,"target":36},{"source":43,"target":2},{"source":32,"target":44},{"source":32,"target":2},{"source":33,"target":45},{"source":33,"target":2},{"source":34,"target":46},{"source":34,"target":2},{"source":35,"target":3},{"source":35,"target":47},{"source":35,"target":2},{"source":35,"target":48},{"source":47,"target":3},{"source":36,"target":2},{"source":36,"target":49},{"source":36,"target":2},{"source":36,"target":31},{"source":49,"target":2},{"source":37,"target":1},{"source":37,"target":50},{"source":37,"target":2},{"source":50,"target":1},{"source":38,"target":51},{"source":38,"target":2},{"source":3,"target":0},{"source":3,"target":52},{"source":3,"target":53},{"source":3,"target":54},{"source":3,"target":55},{"source":3,"target":48},{"source":3,"target":56},{"source":52,"target":57},{"source":52,"target":3},{"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":48,"target":2},{"source":48,"target":61},{"source":48,"target":3},{"source":48,"target":35},{"source":61,"target":2},{"source":56,"target":62},{"source":56,"target":3},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":63},{"source":4,"target":64},{"source":63,"target":65},{"source":63,"target":4},{"source":64,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":66},{"source":5,"target":67},{"source":66,"target":68},{"source":66,"target":5},{"source":67,"target":3},{"source":6,"target":0},{"source":6,"target":3},{"source":6,"target":69},{"source":6,"target":70},{"source":69,"target":71},{"source":69,"target":6},{"source":70,"target":3},{"source":7,"target":0},{"source":7,"target":3},{"source":7,"target":72},{"source":7,"target":73},{"source":72,"target":74},{"source":72,"target":7},{"source":73,"target":3}],"multigraph":true} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.